21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for client SSL certificates, where 'X509v3 Authority Key Identifier' is a single value, (and not prefixed with 'keyid:') #367. Add SSL Issuer when rendering certificates #368.
wurley
as Deon George
More... 4 days ago
Add appreciation to companies that support OS projects and have helped PLA
wurley
as Deon George
More... 6 days ago
For the DN header, $o is always defined, so dont need to test for it
wurley
as Deon George
More... 6 days ago
Update translation files/javascript/php dependancies. Release 1.2.2
wurley
as Deon George
More... 11 days ago
Fix for template autoFill processing with "k" tokens, the attribute wasnt being selected to parse. Fixes #363
wurley
as Deon George
More... 12 days ago
Fix schema viewer, showing objectClass name in used_in and not oid
wurley
as Deon George
More... 12 days ago
Test the Template regex and disable the template if it is invalid. Fixes #361
wurley
as Deon George
More... 22 days ago
Fixes for select2 rendering, ensuring the radius is set and unset in the right places
wurley
as Deon George
More... 22 days ago
Fix for 0674706 existing attributes where editable without the edit button being pressed. Only new attributes should be editable by default
wurley
as Deon George
More... 22 days ago
Show size limit exceptions in the tree, if when expanding a tree branch the container has more items
wurley
as Deon George
More... 25 days ago
Update import to include changetype add/modify operations
wurley
as Deon George
More... 25 days ago
Code clean up, removing legacy commented items, and add a icon to LDAP Entry when templates are applicable for an entry
wurley
as Deon George
More... 26 days ago
Implement Entry Copy/Move
wurley
as Deon George
More... 26 days ago
Tag baseDNs as bases, and show their full DN in the tree
wurley
as Deon George
More... 26 days ago
Release v2.2.1
wurley
as Deon George
More... 26 days ago
Dont render delete button on Entries that have subordinates
wurley
as Deon George
More... 26 days ago
Fix rendering of Add Value attributes when the attribute is also rendered by a template, resulting in double javascript and blank values
wurley
as Deon George
More... 26 days ago
Fix add new attributes where being marked as readonly
wurley
as Deon George
More... 26 days ago
Minor code consistency changes, no functional changes
wurley
as Deon George
More... 26 days ago
Make the ajax calls POST methods, and make the 'Create Entry' in the tree configurable so calls to children() can just return child entries
wurley
as Deon George
More... 26 days ago
Implement DN Entry rename
wurley
as Deon George
More... 26 days ago
Release v2.2.0
wurley
as Deon George
More... 27 days ago
Sample data fixes so that test completes on first run. This synchronises the import test with what is initially loaded
wurley
as Deon George
More... 27 days ago
Fix regression introduced in 56fcd729. Server was added to the configuration before SwapinAuthUser::class resulting in the configured LDAP user being used for all queries and not the logged in user. Fixes #348
wurley
as Deon George
More... 29 days ago
Fix rendering of objectclass in server info, consistent use of true/false/null in view blades
wurley
as Deon George
More... about 1 month ago
Fix typo in 553368c that stopped configuration defaults from loading
wurley
as Deon George
More... about 1 month ago
Fix hasing password on entry create. Fixes #353
wurley
as Deon George
More... about 1 month ago
Fix bug introduced with 553368c, when clearing session _auto_number when need to allow for edits that doesnt have this set
wurley
as Deon George
More... about 1 month ago
Implement getNextNumber() to populate template->values for attributes, where the attribute is determined after evaulating whats in the directory
wurley
as Deon George
More... about 1 month ago
Fix validation on existing entries, missed in 88db4cc
wurley
as Deon George
More... about 1 month ago