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
|
Server::class optimisations, minimal functional changes - basically caching/performance improvements |
|
More...
|
3 months ago
|
Remove deprecteated Entry::query() override and associated noObjectAttributes() it wasnt used |
|
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. |
|
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. |
|
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. |
|
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 |
|
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 |
|
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 |
|
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 |
|
More...
|
3 months ago
|
Release v2.1.1 |
|
More...
|
3 months ago
|
Fix catching InsufficientAccessException when creating new entries |
|
More...
|
3 months ago
|
Enable creation of new branch. Closes #312 |
|
More...
|
3 months ago
|
During create we were passing the wrong objectlcasses to the ajax call when adding a new attribute. |
|
More...
|
3 months ago
|
When submitting an import form and validation fails, there is no DN returned, so dont update one. |
|
More...
|
3 months ago
|
Revert version to 2.2.0-dev |
|
More...
|
3 months ago
|