21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update translation files/javascript/php dependancies. Release 1.2.2
wurley
as Deon George
More... 3 days ago
Fix for template autoFill processing with "k" tokens, the attribute wasnt being selected to parse. Fixes #363
wurley
as Deon George
More... 4 days ago
Fix schema viewer, showing objectClass name in used_in and not oid
wurley
as Deon George
More... 4 days ago
Test the Template regex and disable the template if it is invalid. Fixes #361
wurley
as Deon George
More... 14 days ago
Fixes for select2 rendering, ensuring the radius is set and unset in the right places
wurley
as Deon George
More... 14 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... 14 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... 17 days ago
Update import to include changetype add/modify operations
wurley
as Deon George
More... 18 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... 18 days ago
Implement Entry Copy/Move
wurley
as Deon George
More... 18 days ago
Tag baseDNs as bases, and show their full DN in the tree
wurley
as Deon George
More... 18 days ago
Release v2.2.1
wurley
as Deon George
More... 18 days ago
Dont render delete button on Entries that have subordinates
wurley
as Deon George
More... 18 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... 18 days ago
Fix add new attributes where being marked as readonly
wurley
as Deon George
More... 18 days ago
Minor code consistency changes, no functional changes
wurley
as Deon George
More... 18 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... 19 days ago
Implement DN Entry rename
wurley
as Deon George
More... 19 days ago
Release v2.2.0
wurley
as Deon George
More... 19 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... 19 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... 21 days ago
Fix rendering of objectclass in server info, consistent use of true/false/null in view blades
wurley
as Deon George
More... 24 days ago
Fix typo in 553368c that stopped configuration defaults from loading
wurley
as Deon George
More... 24 days ago
Fix hasing password on entry create. Fixes #353
wurley
as Deon George
More... 24 days 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... 24 days 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... 24 days ago
Fix validation on existing entries, missed in 88db4cc
wurley
as Deon George
More... 25 days ago
Fix regression introduce in 31e3c7, x-form.select wasnt rendering the current value of the select list. Also fix validation redirect where the password encryption method was changed, but the new encryption method was not set.
wurley
as Deon George
More... 25 days ago
Specifying a comma delimited list for LDAP_BASE_DN was never going to work. Use a colon instead. Fixes #351
wurley
as Deon George
More... 25 days ago
Dont sort by DN, problematic when sssvlv overlay is used in openldap. Seems DN's are sorted anyway. Fixes #350
wurley
as Deon George
More... 25 days ago