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. |
|
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 |
|
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 |
|
More...
|
about 1 month ago
|
Rename and group schema modification files to better identify global and specific database changes |
|
More...
|
about 1 month ago
|
Fix entry-userpassword-check when entry is rendered with a template |
|
More...
|
about 1 month ago
|
Add the ability to use a select list for template attributes |
|
More...
|
about 1 month ago
|
Change our template attribute processing, to be collections, so we can find attributes using anycase keys |
|
More...
|
about 1 month ago
|
Enhancement to 8fd2a43, validating authentication before rendering the DN doesnt exist error (otherwise it is an authentication issue) |
|
More...
|
about 1 month ago
|
Ensure form validation is displayed on template input entries, especially those marked as read-only |
|
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 |
|
More...
|
about 1 month ago
|
Fix rendering updated attributes on entries that trigger a template |
|
More...
|
about 1 month ago
|
Framework and javascript dependancies update |
|
More...
|
about 1 month ago
|
Update README with v2.2 updates, as well as updating the home page |
|
More...
|
about 1 month ago
|
Enable disabling internal templates, as well as having custom templates |
|
More...
|
about 1 month ago
|
Change our internal template keys to be prefixed with an underscore for easier identification |
|
More...
|
about 1 month ago
|
Working JS Template Engine with basic functionality |
|
More...
|
about 1 month ago
|
Update npm assets to make dependabot happier |
|
More...
|
about 1 month ago
|
Remove our highlighted item from the tree, when we click on the top-menu buttons |
|
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. |
|
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 |
|
More...
|
about 1 month ago
|
Pass the template object to the attributes, so we can leverage template rules when rendering attributes |
|
More...
|
about 1 month ago
|
Revert c56df8d3d and remove adding Objects directly - taking a different approach to add template actions |
|
More...
|
about 1 month ago
|
Minor logging message updates, no functional changes |
|
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 |
|
More...
|
about 1 month ago
|
Remove references to APP_URL and LDAP_BASE_DN, they are not actually used |
|
More...
|
about 1 month ago
|
Fix positioning of Check Password box, and dont render it when creating a new entry |
|
More...
|
about 1 month ago
|
Add objects directly to Entry::class when rendering a template. Fix objectclasses and attributes processing for templates |
|
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 |
|
More...
|
about 1 month ago
|
Pass template to our component rendering to avoid duplicate javascript object id's |
|
More...
|
about 1 month ago
|
Update AttributeTypes/LDAPSyntaxes/MatchingRules for performance and process improvements |
|
More...
|
about 1 month ago
|