Testing for handling attribute values |
|
More...
|
2 months ago
|
Some extra debug logging to help with fixes testing |
|
More...
|
2 months ago
|
Fixes to ensure testing works again Added LDIF Import testing |
|
More...
|
2 months ago
|
Framework update to make dependabot happy #319 |
|
More...
|
2 months ago
|
We should start resume the session with ApplicationSession before checking for Session keys in AllowAnonymous |
|
More...
|
2 months ago
|
Remove MEMCACHED startup, since it is no longer included in the container |
|
More...
|
2 months ago
|
Fix showing required attributes when required by a parent class of the entries objectclasses |
|
More...
|
2 months ago
|
Improvements to userPassword handling when redirecting back. No need to use old() when rendering attributes, since they have already been processed by display with any updates |
|
More...
|
2 months ago
|
Fix exception 500 being raised 'Argument #1 () must be of type array' when creating new entries with a userPassword. Fixes #320 |
|
More...
|
2 months ago
|
Fix grammar errors on home page :( |
|
More...
|
2 months ago
|
In the 'Add New Attribute' select list, use the attributes LDAP name instead of its lowercased name |
|
More...
|
3 months ago
|
Attribute search should be lowercase, since we are comparing against $o->name_lc |
|
More...
|
3 months ago
|
Release v2.1.3 |
|
More...
|
3 months ago
|
Fix for ARGON2 passwords, they shouldnt be base64 encoded. Fixes #316 |
|
More...
|
3 months ago
|
$langtag doesnt need to be passed to x-attribute.layout. Fix adding new userpassword. Only show Add Value when the Attribute has atleast 1 old value |
|
More...
|
3 months ago
|
LDAP server errors were not being displayed when used with ->withErrors(), so created a new component x-failed |
|
More...
|
3 months ago
|
Implemented search via the top menu |
|
More...
|
3 months ago
|
Update home page |
|
More...
|
3 months ago
|
Fix rendering of x-attribute-type missing defaults from edit/new/langtag/update as a result of bab5a262 |
|
More...
|
3 months ago
|
If a user doesnt have permission to see an entries attributes - but can see the entry, disable edit and dont attempt to render. Further, if they cant see the objectclasses, dont make additional attributes available |
|
More...
|
3 months ago
|
Fix html syntax error that stopped rendering uuid for a DN |
|
More...
|
3 months ago
|
Release v2.1.2 |
|
More...
|
3 months ago
|
Automatically work out if attributes are internal (because they are not used in objectclasses) |
|
More...
|
3 months ago
|
Cosmetic layout change for DNs (extending the background to the page width). |
|
More...
|
3 months ago
|
NPM and framework update |
|
More...
|
3 months ago
|
Fix logic processing isDirty() for MD5Update apps by checking that the new & old values dont equal before checking their md5 value |
|
More...
|
3 months ago
|
Change rendering of notes/errors/update and highlight attributes that are successfully updated |
|
More...
|
3 months ago
|
Remove Components/AttributeType::class it wasnt providing any functionality |
|
More...
|
3 months ago
|
@todo udpates |
|
More...
|
3 months ago
|
Fixes for 389 Directory Server - addresses recursion issue #314. The primary issue was that 389DS doesnt render the subschemaSubentry attribute unless it is specifically requested. |
|
More...
|
3 months ago
|