21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... about 1 month 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... about 1 month 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... about 1 month ago
Rename and group schema modification files to better identify global and specific database changes
wurley
as Deon George
More... about 1 month ago
Fix entry-userpassword-check when entry is rendered with a template
wurley
as Deon George
More... about 1 month ago
Add the ability to use a select list for template attributes
wurley
as Deon George
More... about 1 month ago
Change our template attribute processing, to be collections, so we can find attributes using anycase keys
wurley
as Deon George
More... about 1 month ago
Enhancement to 8fd2a43, validating authentication before rendering the DN doesnt exist error (otherwise it is an authentication issue)
wurley
as Deon George
More... about 1 month ago
Ensure form validation is displayed on template input entries, especially those marked as read-only
wurley
as Deon George
More... about 1 month ago
Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value
wurley
as Deon George
More... about 1 month ago
Fix rendering updated attributes on entries that trigger a template
wurley
as Deon George
More... about 1 month ago
Framework and javascript dependancies update
wurley
as Deon George
More... about 1 month ago
Update README with v2.2 updates, as well as updating the home page
wurley
as Deon George
More... about 1 month ago
Enable disabling internal templates, as well as having custom templates
wurley
as Deon George
More... about 1 month ago
Change our internal template keys to be prefixed with an underscore for easier identification
wurley
as Deon George
More... about 1 month ago
Working JS Template Engine with basic functionality
wurley
as Deon George
More... about 1 month ago
Update npm assets to make dependabot happier
wurley
as Deon George
More... about 1 month ago
Remove our highlighted item from the tree, when we click on the top-menu buttons
wurley
as Deon George
More... about 1 month ago
Fix for when specifying multiple base DNs with LDAP_BASE_DN, and the user doesnt have access to the first one.
wurley
as Deon George
More... about 1 month ago
Add alert for DN logins that dont exist. Might be attempts to use the rootdn which is not supported. Closes #345
wurley
as Deon George
More... about 1 month ago
Pass the template object to the attributes, so we can leverage template rules when rendering attributes
wurley
as Deon George
More... about 1 month ago
Revert c56df8d3d and remove adding Objects directly - taking a different approach to add template actions
wurley
as Deon George
More... about 1 month ago
Minor logging message updates, no functional changes
wurley
as Deon George
More... about 1 month ago
Re-implement LDAP_BASE_DN to limit what is shown in the tree, and what PLA uses internally to search the server. Fixes #342
wurley
as Deon George
More... about 1 month ago
Remove references to APP_URL and LDAP_BASE_DN, they are not actually used
wurley
as Deon George
More... about 1 month ago
Fix positioning of Check Password box, and dont render it when creating a new entry
wurley
as Deon George
More... about 1 month ago
Add objects directly to Entry::class when rendering a template. Fix objectclasses and attributes processing for templates
wurley
as Deon George
More... about 1 month ago
Fix page expired 419 started showing a page expired message, instead of refreshing the session and loading the clicked item on the tree
wurley
as Deon George
More... about 1 month ago
Pass template to our component rendering to avoid duplicate javascript object id's
wurley
as Deon George
More... about 1 month ago
Update AttributeTypes/LDAPSyntaxes/MatchingRules for performance and process improvements
wurley
as Deon George
More... about 1 month ago