|
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 |
|
|
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 |
|
|
5bb573100b
|
Further to eab4f04 we need some attributes to render tree icons
|
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 |
|
|
4a84c25ac7
|
Add Attribute required by ObjectClasses in schema viewer,
Attribute is_rdn dynamically calculated,
Fix Required by Objectclasses when viewing a DN
|
2025-03-16 10:13:03 +11:00 |
|
|
32aed0f458
|
Remove old 1.2 code no longer in use, and same laravel framework items not used
|
2025-03-02 10:30:36 +11:00 |
|
|
0684424328
|
Force PLA to not allow guests viewing the site, and thus requiring a login.
This should close #288
|
2025-02-26 17:28:54 +11:00 |
|
|
7e0d1eb0e3
|
Get our server name from config
|
2025-02-16 14:24:22 +11:00 |
|
|
3a4b0bfe05
|
Remove hardcoded use of default LDAP server, added example for opendj
|
2025-02-04 08:56:12 +11:00 |
|
|
4dfebe9053
|
For the schema browser, highlight structural object classes when showing attributes. Expose objectclass objects instead of names for objectclasses of a DN
|
2025-01-19 22:01:20 +11:00 |
|
|
db4b90183f
|
Fix excess memory being used when building schema
Create Docker Image / Test Application (x86_64) (push) Successful in 37s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m23s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m29s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s
|
2025-01-13 22:03:47 +11:00 |
|
|
18f9f1a9b3
|
Update directorytree/ldaprecord-laravel to v3
|
2024-01-08 12:28:11 +11:00 |
|
|
36a985554d
|
Fix for when user changes their own password, and thus the password in the cookie is no longer valid
|
2023-04-13 21:01:15 +10:00 |
|
|
a62e7ddeca
|
Change Schema classes to final
|
2023-04-03 10:14:20 +10:00 |
|
|
f043c74ae6
|
Handle RFC3866 Language Tags
|
2023-03-30 20:08:20 +11:00 |
|
Deon George
|
491f04cd5d
|
Updated server info
|
2023-02-19 20:25:32 +11:00 |
|
Deon George
|
4f9accbadf
|
Move some server function to Server::class (from Entry::class)
|
2023-02-19 16:35:07 +11:00 |
|
Deon George
|
92e5afd614
|
Improved caching of schema
|
2023-02-19 00:32:46 +11:00 |
|
Deon George
|
8ec1d2b1fe
|
Ported the schema browser
|
2023-02-18 23:46:41 +11:00 |
|
Deon George
|
413f1ec065
|
Implemented caching of our base_dn
|
2023-01-31 10:44:35 +11:00 |
|
Deon George
|
851010d6d5
|
Add icons for each DN based on objectClass
|
2021-12-11 00:24:00 +11:00 |
|
Deon George
|
2a099e2dc4
|
Move getBaseDN to Entry class, some cleanup
|
2021-12-10 23:51:49 +11:00 |
|
Deon George
|
4ef074fac4
|
More unit testing, setup for localisation
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
d20a17d3fe
|
Added server info
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
c549d28340
|
Change query() to children() - expose hassuborinates
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
15ff508429
|
Swap out adldap2/adldap2 for directorytree/ldaprecord-laravel
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
f323be3d7f
|
Start on fetching DN from server
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
6620b9147e
|
API query and CI to build the docker demo image
Remove unused CI, removed some debugging for the demo
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
de4fa04d3b
|
Start of tree being rendered by API/AJAX calls
|
2021-12-10 23:51:48 +11:00 |
|
Deon George
|
1e3e4b2196
|
Setup CI testing
|
2021-12-10 23:51:47 +11:00 |
|