Move direct controller direct view calls to route/web, add global $server to use in views, negating the need to use config('server') |
|
More...
|
5 months ago
|
Some DN rendering fixes, so that our Server Info renders correctly (aligned values) |
|
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) |
|
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 |
|
More...
|
5 months ago
|
Include LDAP diagnostic error message when we have an LDAP error |
|
More...
|
5 months ago
|
Attribute cleanup and optimisation in preparation to support attribute tags, HomeController return casting |
|
More...
|
5 months ago
|
Buttons that trigger ajax activity cant be buttons, change them back to span |
|
More...
|
5 months ago
|
Revert changing buttons in 49fd9b419a |
|
More...
|
5 months ago
|
Node updates to address vulnerabilities in babel/helpers and axios. Framework update too. |
|
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 |
|
More...
|
5 months ago
|
Fix password hash select list, was not being editable when choosing edit mode |
|
More...
|
5 months ago
|
Improved handling for Kerberous attributes - closes #154 |
|
More...
|
5 months ago
|
Fix detection of zero values when rendering update NEW/DELETED tags |
|
More...
|
5 months ago
|
Add some opendj internal attributes. Remove some unused variables in APIController |
|
More...
|
5 months ago
|
Release v2.0.2 |
|
More...
|
5 months ago
|
Fix when adding a new objectclass with required attributes, validation errors are correctly display on the returned form |
|
More...
|
5 months ago
|
Fix detection of new attributes added to an entry |
|
More...
|
5 months ago
|
When making new attributes available, only render unique attributes |
|
More...
|
5 months ago
|
When adding new attributes as a result of adding a new objectclass, dont duplicate existing attributes already present |
|
More...
|
5 months ago
|
Disable buttons that we havent implemented yet, update README with some more todos |
|
More...
|
5 months ago
|
Include loopback in our trusted proxies configuration - fixes #294 |
|
More...
|
5 months ago
|
CSS fix to remove border around logged in user icon |
|
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 |
|
More...
|
5 months ago
|
Revert version to 2.1.0-dev |
|
More...
|
5 months ago
|
Release v2.0.1 |
|
More...
|
5 months ago
|
Make the file-note responsive to screen size, with a more appropriate size |
|
More...
|
5 months ago
|
When creating a new entry, and validation redirects back to the form, ensure our RDN readonly is preserved |
|
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 |
|
More...
|
5 months ago
|
Rename our configuration keys to ldap/ldaps/startls, they are not openldap specific |
|
More...
|
5 months ago
|
Clear some javascript @todos: fancytree options, optionclass processing |
|
More...
|
5 months ago
|