21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move direct controller direct view calls to route/web, add global $server to use in views, negating the need to use config('server')
wurley
as Deon George
More... 5 months ago
Some DN rendering fixes, so that our Server Info renders correctly (aligned values)
wurley
as Deon George
More... 5 months ago
Store our DN and objectclasses in Attribute::class entries, so that we can dynamically calculate is_rdn and required objects (to be implemented)
wurley
as Deon George
More... 5 months ago
When creating a new entry, and an RDN attribute has more than 1 input, only take over the first input when selecting the RDN attribute
wurley
as Deon George
More... 5 months ago
Include LDAP diagnostic error message when we have an LDAP error
wurley
as Deon George
More... 5 months ago
Attribute cleanup and optimisation in preparation to support attribute tags, HomeController return casting
wurley
as Deon George
More... 5 months ago
Buttons that trigger ajax activity cant be buttons, change them back to span
wurley
as Deon George
More... 5 months ago
Revert changing buttons in 49fd9b419a
wurley
as Deon George
More... 5 months ago
Node updates to address vulnerabilities in babel/helpers and axios. Framework update too.
wurley
as Deon George
More... 5 months ago
Some jquery selector changes, change some button spans to buttons, set readonly on the form for attribute javascript, fix krbTicketFlags to only be changed when in edit mode
wurley
as Deon George
More... 5 months ago
Fix password hash select list, was not being editable when choosing edit mode
wurley
as Deon George
More... 5 months ago
Improved handling for Kerberous attributes - closes #154
wurley
as Deon George
More... 5 months ago
Fix detection of zero values when rendering update NEW/DELETED tags
wurley
as Deon George
More... 5 months ago
Add some opendj internal attributes. Remove some unused variables in APIController
wurley
as Deon George
More... 5 months ago
Release v2.0.2
wurley
as Deon George
More... 5 months ago
Fix when adding a new objectclass with required attributes, validation errors are correctly display on the returned form
wurley
as Deon George
More... 5 months ago
Fix detection of new attributes added to an entry
wurley
as Deon George
More... 5 months ago
When making new attributes available, only render unique attributes
wurley
as Deon George
More... 5 months ago
When adding new attributes as a result of adding a new objectclass, dont duplicate existing attributes already present
wurley
as Deon George
More... 5 months ago
Disable buttons that we havent implemented yet, update README with some more todos
wurley
as Deon George
More... 5 months ago
Include loopback in our trusted proxies configuration - fixes #294
wurley
as Deon George
More... 5 months ago
CSS fix to remove border around logged in user icon
wurley
as Deon George
More... 5 months ago
We need to start the application after we've swapped the user details from the cookie, otherwise $user is initialised by the LDAP_USERNAME credentials - which may not have access to all the attributes
wurley
as Deon George
More... 5 months ago
Revert version to 2.1.0-dev
wurley
as Deon George
More... 5 months ago
Release v2.0.1
wurley
as Deon George
More... 5 months ago
Make the file-note responsive to screen size, with a more appropriate size
wurley
as Deon George
More... 5 months ago
When creating a new entry, and validation redirects back to the form, ensure our RDN readonly is preserved
wurley
as Deon George
More... 5 months ago
Fix rendering of error message, minor changes to login as a result of ba9124c. Record in README we can now do deletes
wurley
as Deon George
More... 5 months ago
Rename our configuration keys to ldap/ldaps/startls, they are not openldap specific
wurley
as Deon George
More... 5 months ago
Clear some javascript @todos: fancytree options, optionclass processing
wurley
as Deon George
More... 5 months ago