21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 minutes ago. based on code collected about 1 hour ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Testing for handling attribute values
wurley
as Deon George
More... 2 months ago
Some extra debug logging to help with fixes testing
wurley
as Deon George
More... 2 months ago
Fixes to ensure testing works again Added LDIF Import testing
wurley
as Deon George
More... 2 months ago
Framework update to make dependabot happy #319
wurley
as Deon George
More... 2 months ago
We should start resume the session with ApplicationSession before checking for Session keys in AllowAnonymous
wurley
as Deon George
More... 2 months ago
Remove MEMCACHED startup, since it is no longer included in the container
wurley
as Deon George
More... 2 months ago
Fix showing required attributes when required by a parent class of the entries objectclasses
wurley
as Deon George
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
wurley
as Deon George
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
wurley
as Deon George
More... 2 months ago
Fix grammar errors on home page :(
wurley
as Deon George
More... 2 months ago
In the 'Add New Attribute' select list, use the attributes LDAP name instead of its lowercased name
wurley
as Deon George
More... 3 months ago
Attribute search should be lowercase, since we are comparing against $o->name_lc
wurley
as Deon George
More... 3 months ago
Release v2.1.3
wurley
as Deon George
More... 3 months ago
Fix for ARGON2 passwords, they shouldnt be base64 encoded. Fixes #316
wurley
as Deon George
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
wurley
as Deon George
More... 3 months ago
LDAP server errors were not being displayed when used with ->withErrors(), so created a new component x-failed
wurley
as Deon George
More... 3 months ago
Implemented search via the top menu
wurley
as Deon George
More... 3 months ago
Update home page
wurley
as Deon George
More... 3 months ago
Fix rendering of x-attribute-type missing defaults from edit/new/langtag/update as a result of bab5a262
wurley
as Deon George
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
wurley
as Deon George
More... 3 months ago
Fix html syntax error that stopped rendering uuid for a DN
wurley
as Deon George
More... 3 months ago
Release v2.1.2
wurley
as Deon George
More... 3 months ago
Automatically work out if attributes are internal (because they are not used in objectclasses)
wurley
as Deon George
More... 3 months ago
Cosmetic layout change for DNs (extending the background to the page width).
wurley
as Deon George
More... 3 months ago
NPM and framework update
wurley
as Deon George
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
wurley
as Deon George
More... 3 months ago
Change rendering of notes/errors/update and highlight attributes that are successfully updated
wurley
as Deon George
More... 3 months ago
Remove Components/AttributeType::class it wasnt providing any functionality
wurley
as Deon George
More... 3 months ago
@todo udpates
wurley
as Deon George
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.
wurley
as Deon George
More... 3 months ago