• Joined on 2024-02-21
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-29 04:48:27 +00:00
066cd6e733 Fix logic processing isDirty() for MD5Update apps by checking that the new & old values dont equal before checking their md5 value
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-29 04:45:11 +00:00
7a70462251 Fix logic processing isDrity() for MD5Update apps by checking that the new & old values dont equal before checking their md5 value
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-29 04:22:12 +00:00
45e7c24ba3 Change rendering of notes/errors/update and highlight attributes that are successfully updated
74bb003440 Remove Components/AttributeType::class it wasnt providing any functionality
Compare 2 commits »
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-27 04:13:03 +00:00
0a268fb653 Revert version to 2.1.2-dev
6954b09089 @todo udpates
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.
53880121b6 Server::class optimisations, minimal functional changes - basically caching/performance improvements
ea46cf36d0 Remove deprecteated Entry::query() override and associated noObjectAttributes() it wasnt used
Compare 12 commits »
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-26 08:48:44 +00:00
aa726db11a Change we now store logged in user details in session, instead of cookies.
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-26 08:03:26 +00:00
5cc9134a4c Change we now store logged in user details in session, instead of cookies.
b6dbaed606 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
5f8eb2bb91 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
Compare 3 commits »
deon pushed to master at docker/smtp 2025-04-25 12:08:56 +00:00
ba36e8db6d Use sender verification instead of recipient verification, limit connections
deon pushed to master at docker/smtp 2025-04-25 12:05:50 +00:00
5156315234 Use sender verification instead of recipient verification, limit connections
95a35fc890 More work to support LDAP based mail configuration. We need host,dns resolver and transport maps
Compare 2 commits »
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-25 07:21:32 +00:00
e0fdc49b41 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
deon pushed to master at docker/smtp 2025-04-25 06:07:03 +00:00
94514235cd Use sender verification instead of recipient verification, limit connections
deon pushed to master at docker/smtp 2025-04-24 14:07:23 +00:00
443d18025d More work to support LDAP based mail configuration. We need host,dns resolver and transport maps
deon pushed to master at docker/smtp 2025-04-24 11:31:09 +00:00
735ae4bcc7 Fix relay domain ldap map, we only look up a domain name, not an email address
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-24 07:18:25 +00:00
986d33a22e Fix when rendering changes to 2 or more attributes, the update confirmation table had one too many rowspan values for the Attribute.
deon pushed to master at docker/smtp 2025-04-24 04:13:28 +00:00
0f35a4ee9f Fixes because I think we need a comma between map items
deon pushed to master at docker/smtp 2025-04-24 02:41:29 +00:00
cf4573b6e1 Updates based on our current environment, added spf policy and checking receipt valid before doing recipient verify
deon pushed to master at deon/phpldapadmin 2025-04-21 09:47:20 +00:00
8d4dccd9e9 Release v2.1.1
ccff36361f Fix catching InsufficientAccessException when creating new entries
b7ca768cc6 Enable creation of new branch. Closes #312
Compare 3 commits »
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-21 08:09:19 +00:00
c3f82d992b Revert version to 2.1.2-dev
8d4dccd9e9 Release v2.1.1
Compare 2 commits »
deon pushed tag 2.1.1 to deon/phpldapadmin 2025-04-21 08:09:14 +00:00
deon pushed to 2.1-dev at deon/phpldapadmin 2025-04-21 07:25:10 +00:00
acfe3d9a8b Revert version to 2.1.0-dev
ccff36361f Fix catching InsufficientAccessException when creating new entries
b7ca768cc6 Enable creation of new branch. Closes #312
Compare 3 commits »
deon pushed to master at bbs/clrghouz 2025-04-18 12:41:03 +00:00
e2cd09ac98 Fix nodelist segment generation, include all our addresses