|
6599bb7f4f
|
Fix deprecation message introduced by 3d511f3
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m24s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 2m48s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
|
2025-06-01 16:08:11 +10:00 |
|
|
d623f3c26d
|
Move langtag rendering from dn/Entry into Attribute - more enhancements for #16,
Reduce use of style= tags,
Cosmetic layout changes,
Layout change to enable rendering template views,
<attribute> id tags are now lowecase
|
2025-06-01 16:08:11 +10:00 |
|
|
c6e1640752
|
Fix for when the logged in user's details doesnt include an objectclass (because the query didnt have the ACLs to return them).
This should help #330 but doesnt allow the user to login even if they have the right objectclasses, but the query didnt return them.
|
2025-05-24 22:02:58 +10:00 |
|
|
148d19bbce
|
Some extra debug logging to help with fixes testing
|
2025-05-24 22:02:58 +10:00 |
|
|
4e991db8b1
|
Fix showing required attributes when required by a parent class of the entries objectclasses
|
2025-05-24 00:26:55 +10:00 |
|
|
181971acc4
|
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
|
2025-05-24 00:26:55 +10:00 |
|
|
3493504720
|
Fix exception 500 being raised 'Argument #1 () must be of type array' when creating new entries with a userPassword. Fixes #320
|
2025-05-24 00:26:55 +10:00 |
|
|
6d55b52cd4
|
Attribute search should be lowercase, since we are comparing against $o->name_lc
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m21s
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m32s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s
|
2025-05-04 20:23:42 +10:00 |
|
|
f8d7819153
|
Fix for ARGON2 passwords, they shouldnt be base64 encoded. Fixes #316
|
2025-05-04 00:01:40 +10:00 |
|
|
75dbb37d8b
|
$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
|
2025-05-04 00:01:40 +10:00 |
|
|
309fe83c98
|
LDAP server errors were not being displayed when used with ->withErrors(), so created a new component x-failed
|
2025-05-04 00:01:40 +10:00 |
|
|
ffb98631a6
|
Implemented search via the top menu
|
2025-05-03 20:27:16 +10:00 |
|
|
5d23cbf0cc
|
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
|
2025-05-01 12:12:20 +09:30 |
|
|
ae782577e7
|
Automatically work out if attributes are internal (because they are not used in objectclasses)
Create Docker Image / Test Application (x86_64) (push) Has been cancelled
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
Create Docker Image / Build Docker Image (x86_64) (push) Has been cancelled
Create Docker Image / Final Docker Image Manifest (push) Has been cancelled
|
2025-04-30 21:46:57 +09:30 |
|
|
64cc21d819
|
Fix logic processing isDirty() for MD5Update apps by checking that the new & old values dont equal before checking their md5 value
|
2025-04-30 09:04:10 +09:30 |
|
|
3d511f3fae
|
Change rendering of notes/errors/update and highlight attributes that are successfully updated
|
2025-04-30 09:04:10 +09:30 |
|
|
bab5a2626d
|
Remove Components/AttributeType::class it wasnt providing any functionality
|
2025-04-30 09:04:10 +09:30 |
|
|
6954b09089
|
@todo udpates
|
2025-04-27 14:12:24 +10:00 |
|
|
a336e58b7a
|
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.
|
2025-04-27 14:12:24 +10:00 |
|
|
53880121b6
|
Server::class optimisations, minimal functional changes - basically caching/performance improvements
|
2025-04-27 14:12:24 +10:00 |
|
|
ea46cf36d0
|
Remove deprecteated Entry::query() override and associated noObjectAttributes() it wasnt used
|
2025-04-27 14:12:24 +10:00 |
|
|
3604f1498c
|
Update existing LDAP instance configuration instead of replacing it. Caching was not enabled as per the configuration, so this fixes this.
|
2025-04-27 14:12:24 +10:00 |
|
|
808934ebfe
|
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.
|
2025-04-27 14:12:24 +10:00 |
|
|
21a690c6dd
|
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
|
2025-04-27 14:12:24 +10:00 |
|
|
0083e9158b
|
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
|
2025-04-27 14:12:24 +10:00 |
|
|
ccff36361f
|
Fix catching InsufficientAccessException when creating new entries
|
2025-04-21 17:24:59 +10:00 |
|
|
b7ca768cc6
|
Enable creation of new branch. Closes #312
|
2025-04-21 17:24:59 +10:00 |
|
|
3fad9770a3
|
When submitting an import form and validation fails, there is no DN returned, so dont update one.
|
2025-04-11 14:59:24 +10:00 |
|
|
b1d153aa9f
|
Change Attribute/UserCertificate into Syntax/Certificate for any Certificate attributes. Add Syntax/CertificateList.
Create Docker Image / Test Application (x86_64) (push) Successful in 29s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m30s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s
|
2025-04-11 08:55:32 +10:00 |
|
|
f0eaff7d42
|
Removing debugging that made it into LDIF import
|
2025-04-11 08:55:32 +10:00 |
|
|
a7be4e00b4
|
Fix rendering new attributes, so that they dont render as dynamic. Fix adding new objectClasses to entries, need langtag to render the component
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m28s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m47s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
|
2025-04-08 22:04:48 +10:00 |
|
|
2abc321eca
|
Fix for showing no_lang_tag attrs (which are displayed without values) on a lang_tag attr pane when viewing a DN
|
2025-04-08 14:50:23 +10:00 |
|
|
6b2fb8dee4
|
Dont add hints for internal attributes. Our hints now also returns a collection.
|
2025-04-08 11:04:31 +10:00 |
|
|
1bf8830887
|
When rendering dynamic attributes, dont make them editable. Closes #10 and #89.
Also some minor fixes when returning from a post for a DN with attribute tags.
|
2025-04-07 22:35:08 +10:00 |
|
|
c4d28c8a23
|
Add support for displaying user certificates, that are recorded in the directory with a ;binary tag. Closes #75
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m22s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m31s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
|
2025-04-07 14:34:56 +10:00 |
|
|
ffa8cdc826
|
Fix User Password Check now that we have attribute tags
|
2025-04-06 22:50:46 +10:00 |
|
|
8f39603f9f
|
Improved determination of attribute object being dirty, improved detection of blank input and processing
Create Docker Image / Test Application (x86_64) (push) Successful in 30s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m36s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m34s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
|
2025-04-06 19:33:04 +10:00 |
|
|
bcea6de791
|
Validation of inputs for a DN with language tags - work for #16
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
Create Docker Image / Build Docker Image (x86_64) (push) Has been cancelled
Create Docker Image / Final Docker Image Manifest (push) Has been cancelled
Create Docker Image / Test Application (x86_64) (push) Has been cancelled
|
2025-04-06 13:54:32 +10:00 |
|
|
28f4869628
|
Attribute is no longer iterable - cant be used now that we manage attribute tags
|
2025-04-06 13:54:32 +10:00 |
|
|
cf535286c5
|
Render HTML inputs for a DN with language tags - work for #16
|
2025-04-06 13:54:32 +10:00 |
|
|
633513d3e9
|
Display a DN entry with language tags - work for #16
|
2025-04-06 13:54:32 +10:00 |
|
|
705bfb2d64
|
Update page_actions to be consistent with what we can do so far
|
2025-04-05 23:24:45 +11:00 |
|
|
5bb573100b
|
Further to eab4f04 we need some attributes to render tree icons
|
2025-04-04 20:48:42 +11:00 |
|
|
a57ee78492
|
Ensure that Attribute::required() doesnt work with NULL $this->schema. Avoids issue as reported by #306
|
2025-04-04 20:48:42 +11:00 |
|
|
eab4f0427c
|
No need to retrieve all records by default when getting children. By default sort records by DN until we implemented configurable sorting.
Should help the timeout issues reported in #301
|
2025-03-20 21:17:28 +11:00 |
|
|
b35b44b2b8
|
Import and Export work with attribute tags
|
2025-03-19 09:41:47 +11:00 |
|
|
ce66dcb2b5
|
Remove deprecated Attribute::lang_tags
|
2025-03-19 09:41:47 +11:00 |
|
|
56a91f853c
|
Fix export to work with no_attr_tags
|
2025-03-19 09:41:47 +11:00 |
|
|
81e0e58650
|
Handle no attribute tags at an Attribute::class level, added form/disabled components
|
2025-03-19 09:41:47 +11:00 |
|
|
1470170928
|
Internal attributes are now handled by the new backend setup for attribute tags
|
2025-03-19 09:41:47 +11:00 |
|