21
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Server::class optimisations, minimal functional changes - basically caching/performance improvements
wurley
as Deon George
More... 3 months ago
Remove deprecteated Entry::query() override and associated noObjectAttributes() it wasnt used
wurley
as Deon George
More... 3 months ago
When opening the export modal, limit selection to inside the modal. Generally when opening modals disable selection. When selecting a DN on a DN fragment, autoselect the whole DN.
wurley
as Deon George
More... 3 months ago
Update existing LDAP instance configuration instead of replacing it. Caching was not enabled as per the configuration, so this fixes this.
wurley
as Deon George
More... 3 months ago
Change we now store logged in user details in session, instead of cookies. This is so when the session expires, the logged in user details are expired as well, which wasnt happening with cookies.
wurley
as Deon George
More... 3 months ago
Move our /api routes into /ajax under web.php. The /api routes werent authenticated and may not have been using the logged in users details
wurley
as Deon George
More... 3 months ago
Move out view variables until after our session has been setup. This was needed so that auth()->user() could be resolved correctly and needed to be done after we have started the session and swapped in the users cookies
wurley
as Deon George
More... 3 months ago
Dynamically work out objectclasses on the current entry, this fixes usage issues between adding objectclasses and adding attribute that are now available from new objectclasses, as well as determining that they are not dynamic
wurley
as Deon George
More... 3 months ago
Fix when rendering changes to 2 or more attributes, the update confirmation table had one too many rowspan values for the Attribute. Fix updating an entry by adding an new objectclass
wurley
as Deon George
More... 3 months ago
Release v2.1.1
wurley
as Deon George
More... 3 months ago
Fix catching InsufficientAccessException when creating new entries
wurley
as Deon George
More... 3 months ago
Enable creation of new branch. Closes #312
wurley
as Deon George
More... 3 months ago
During create we were passing the wrong objectlcasses to the ajax call when adding a new attribute.
wurley
as Deon George
More... 3 months ago
When submitting an import form and validation fails, there is no DN returned, so dont update one.
wurley
as Deon George
More... 3 months ago
Revert version to 2.2.0-dev
wurley
as Deon George
More... 3 months ago