21
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 4 months ago
Cosmetic layout change for DNs (extending the background to the page width).
wurley
as Deon George
More... 4 months ago
NPM and framework update
wurley
as Deon George
More... 4 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... 4 months ago
Change rendering of notes/errors/update and highlight attributes that are successfully updated
wurley
as Deon George
More... 4 months ago
Remove Components/AttributeType::class it wasnt providing any functionality
wurley
as Deon George
More... 4 months ago
@todo udpates
wurley
as Deon George
More... 4 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... 4 months ago
Server::class optimisations, minimal functional changes - basically caching/performance improvements
wurley
as Deon George
More... 4 months ago
Remove deprecteated Entry::query() override and associated noObjectAttributes() it wasnt used
wurley
as Deon George
More... 4 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... 4 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... 4 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... 4 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... 4 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... 4 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... 4 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... 4 months ago
Release v2.1.1
wurley
as Deon George
More... 4 months ago
Fix catching InsufficientAccessException when creating new entries
wurley
as Deon George
More... 4 months ago
Enable creation of new branch. Closes #312
wurley
as Deon George
More... 4 months ago
During create we were passing the wrong objectlcasses to the ajax call when adding a new attribute.
wurley
as Deon George
More... 4 months ago
When submitting an import form and validation fails, there is no DN returned, so dont update one.
wurley
as Deon George
More... 4 months ago
Revert version to 2.3.0-dev
wurley
as Deon George
More... 4 months ago
Revert version to 2.2.0-dev
wurley
as Deon George
More... 4 months ago
Release v2.1.0
wurley
as Deon George
More... 4 months ago
Laravel framework and javascript modules update
wurley
as Deon George
More... 4 months ago
Capture PLA version when submitting a bug report
wurley
as Deon George
More... 4 months ago
Create config.yml to disable blank issues reporting
wurley
as Deon George
More... 4 months ago