• Joined on 2024-02-21
deon pushed to master at deon/phpldapadmin 2025-07-02 05:50:01 +00:00
2c91298b41 Release v2.2.0
deon pushed to 2.2-dev at deon/phpldapadmin 2025-07-02 05:42:27 +00:00
901c69c7e3 Revert version to 2.2.1-dev
861386a47c Release v2.2.0
9798863e34 Sample data fixes so that test completes on first run. This synchronises the import test with what is initially loaded
Compare 3 commits »
deon pushed tag 2.2.0 to deon/phpldapadmin 2025-07-02 05:41:22 +00:00
deon pushed to master at deon/phpldapadmin 2025-07-02 05:41:22 +00:00
861386a47c Release v2.2.0
deon pushed tag 2.2.0-rc2 to deon/phpldapadmin 2025-07-02 05:37:11 +00:00
deon pushed tag 2.2.0-rc1 to deon/phpldapadmin 2025-07-02 05:37:11 +00:00
deon pushed tag 2.2.0 to deon/phpldapadmin 2025-07-02 05:37:11 +00:00
deon pushed to master at deon/phpldapadmin 2025-07-02 05:37:10 +00:00
9798863e34 Sample data fixes so that test completes on first run. This synchronises the import test with what is initially loaded
4494154879 Fix regression introduced in 56fcd729. Server was added to the configuration before SwapinAuthUser::class resulting in the configured LDAP user being used for all queries and not the logged in user. Fixes #348
b22c9505bc Fix rendering of objectclass in server info, consistent use of true/false/null in view blades
29a659ff69 Fix typo in 553368c that stopped configuration defaults from loading
2348da36c4 Fix hasing password on entry create. Fixes #353
Compare 51 commits »
deon pushed to master at bbs/clrghouz 2025-07-02 03:56:17 +00:00
673ed6aaed Ensure our outgoing packet to/from/subject are char limited according to the spec
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-30 12:35:44 +00:00
4494154879 Fix regression introduced in 56fcd729. Server was added to the configuration before SwapinAuthUser::class resulting in the configured LDAP user being used for all queries and not the logged in user. Fixes #348
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-27 08:46:57 +00:00
b22c9505bc Fix rendering of objectclass in server info, consistent use of true/false/null in view blades
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-27 06:53:16 +00:00
29a659ff69 Fix typo in 553368c that stopped configuration defaults from loading
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-27 04:18:57 +00:00
2348da36c4 Fix hasing password on entry create. Fixes #353
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-27 04:03:54 +00:00
6f58f5db36 Fix bug introduced with 553368c, when clearing session _auto_number when need to allow for edits that doesnt have this set
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-27 03:51:44 +00:00
553368c7b9 Implement getNextNumber() to populate template->values for attributes, where the attribute is determined after evaulating whats in the directory
c8d1122ff6 Fix validation on existing entries, missed in 88db4cc
2320445dfb Fix regression introduce in 31e3c7, x-form.select wasnt rendering the current value of the select list. Also fix validation redirect where the password encryption method was changed, but the new encryption method was not set.
6d2c9d1354 Specifying a comma delimited list for LDAP_BASE_DN was never going to work. Use a colon instead. Fixes #351
6f20d426ad Dont sort by DN, problematic when sssvlv overlay is used in openldap. Seems DN's are sorted anyway. Fixes #350
Compare 6 commits »
deon pushed to master at deon/osb 2025-06-26 01:33:21 +00:00
ebb3a658c7 Make a default for contract_term when the model returns NULL
deon pushed to master at deon/osb 2025-06-25 23:34:02 +00:00
b103b39abc Fix SocialLoginController was incorrectly put as PayPalController in 8d72c1ceb
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-22 12:10:57 +00:00
543250e1fb Fix entry-userpassword-check when entry is rendered with a template
3bf97fc0d1 Add the ability to use a select list for template attributes
3ad4c446ea Change our template attribute processing, to be collections, so we can find attributes using anycase keys
ee3cb395c2 Enhancement to 8fd2a43, validating authentication before rendering the DN doesnt exist error (otherwise it is an authentication issue)
Compare 4 commits »
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-22 00:26:30 +00:00
29c39e618f Ensure form validation is displayed on template input entries, especially those marked as read-only
647cee9858 Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value
54c0df2597 Fix rendering updated attributes on entries that trigger a template
67d65b3a98 Framework and javascript dependancies update
9547b5fc5a Update README with v2.2 updates, as well as updating the home page
Compare 5 commits »
deon pushed to 2.2-dev at deon/phpldapadmin 2025-06-21 23:54:54 +00:00
d3c7bfcf79 Ensure form validation is displayed on template input entries, especially those marked as read-only
43c92e542c Fix regression introduce in 31e3c7 when adding a new objectclass to a new entry, newoc shouldnt be passed as a form value
7352293880 Fix rendering updated attributes on entries that trigger a template
bc4490a075 Framework and javascript dependancies update
05b2651ef4 Update README with v2.2 updates, as well as updating the home page
Compare 8 commits »