21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 22, 2024 — Dec 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix rendering updated attributes on entries that trigger a template
wurley
as Deon George
More... 6 months ago
Framework and javascript dependancies update
wurley
as Deon George
More... 6 months ago
Update README with v2.2 updates, as well as updating the home page
wurley
as Deon George
More... 6 months ago
Enable disabling internal templates, as well as having custom templates
wurley
as Deon George
More... 6 months ago
Change our internal template keys to be prefixed with an underscore for easier identification
wurley
as Deon George
More... 6 months ago
Working JS Template Engine with basic functionality
wurley
as Deon George
More... 6 months ago
Update npm assets to make dependabot happier
wurley
as Deon George
More... 6 months ago
Remove our highlighted item from the tree, when we click on the top-menu buttons
wurley
as Deon George
More... 6 months 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... 6 months 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... 6 months ago
Pass the template object to the attributes, so we can leverage template rules when rendering attributes
wurley
as Deon George
More... 6 months ago
Revert c56df8d3d and remove adding Objects directly - taking a different approach to add template actions
wurley
as Deon George
More... 6 months ago
Minor logging message updates, no functional changes
wurley
as Deon George
More... 6 months 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... 6 months ago
Remove references to APP_URL and LDAP_BASE_DN, they are not actually used
wurley
as Deon George
More... 6 months ago
Fix positioning of Check Password box, and dont render it when creating a new entry
wurley
as Deon George
More... 6 months ago
Add objects directly to Entry::class when rendering a template. Fix objectclasses and attributes processing for templates
wurley
as Deon George
More... 6 months 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... 6 months ago
Pass template to our component rendering to avoid duplicate javascript object id's
wurley
as Deon George
More... 6 months ago
Update AttributeTypes/LDAPSyntaxes/MatchingRules for performance and process improvements
wurley
as Deon George
More... 6 months ago
Optimize schema objectclass processing, changing debugging output, remove redundant functions
wurley
as Deon George
More... 6 months ago
Load the rootDSE in Server::__construct(), remove basedn from views, and rely on the javascript to get the basedns
wurley
as Deon George
More... 7 months ago
Remove MatchRuleUse::class, it wasnt used
wurley
as Deon George
More... 7 months ago
Cache loading templates
wurley
as Deon George
More... 7 months ago
Enhancements to logic that makes form.select component
wurley
as Deon George
More... 7 months ago
Enable creation of new entries via templates
wurley
as Deon George
More... 7 months ago
Start of work on templates - identify templates that apply to existing entries
wurley
as Deon George
More... 7 months ago
Only swap in user's credentials if the requested page is not the logout page. This avoids an issue if the user's credentials are changed during their session, they couldnt log out
wurley
as Deon George
More... 7 months ago
Consistent rendering of certificatelist attributes with certificate attributes
wurley
as Deon George
More... 7 months ago
Add more Certificate Serial Number, Subject and Authority Key IDs
wurley
as Deon George
More... 7 months ago