A platform to create documentation/wiki content built with PHP & Laravel
COMMITS
/ tests/Auth/LdapTest.php February 20, 2025
D
LDAP: Fixed php type error when no cn provided for user
Dan Brown committed
December 1, 2024
D
LDAP: Review and testing of mulitple-display-name attr support
Dan Brown committed
October 28, 2024
M
Adapt tests with displayName array
Matthieu Leboeuf committed
August 28, 2024
D
LDAP: Updated tests for recursive group changes
Dan Brown committed
D
LDAP: Updated recursive group search to query by DN
Dan Brown committed
May 2, 2024
D
Merge pull request #4985 from BookStackApp/ldap_ca_cert_control
Dan Brown committed
D
LDAP: Review, testing and update of LDAP TLS CA cert control
Dan Brown committed
April 28, 2024
D
LDAP: Updated default user filter placeholder format
Dan Brown committed
May 30, 2023
D
Altered ldap_connect usage, cleaned up LDAP classes
Dan Brown committed
May 17, 2023
D
Played around with a new app structure
Dan Brown committed
January 21, 2023
D
Copied over work from user_permissions branch
Dan Brown committed
July 23, 2022
D
Updated tests to use ssddanbrown/asserthtml package
Dan Brown committed
May 9, 2022
D
Updated translators, applied styleCI change
Dan Brown committed
D
Fixed LDAP_DUMP_* options when data contains binary
Dan Brown committed
March 25, 2022
D
Applied latest styleCI changes
Dan Brown committed
March 23, 2022
D
Added LDAP group debugging env option
Dan Brown committed
October 30, 2021
D
Laravel 8 shift squash & merge (#3029)
Dan Brown committed
August 21, 2021
D
Apply fixes from StyleCI
Dan Brown committed
August 7, 2021
D
Quick test of email confirmation routes and fix of tests
Dan Brown committed
June 26, 2021
D
Apply fixes from StyleCI
Dan Brown committed
May 29, 2021
D
Converted another couple of tests from browserkit
Dan Brown committed
May 24, 2021
D
Reviewed PR to add import user avatars va LDAP
Dan Brown committed
February 7, 2021
D
Tweaked LDAP TLS Implementation
Dan Brown committed
September 5, 2020
D
Updated flow to ensure /register/confirm route is used where needed
Dan Brown committed
August 4, 2020
D
Prevented email confirmation exception throw on registration
Dan Brown committed
D
Removed role 'name' field from database
Dan Brown committed
July 28, 2020
D
Updated functionality for logging failed access
Dan Brown committed
April 26, 2020
D
Fixed not shown existing-email warning on new ldap user
Dan Brown committed
April 4, 2020
D
Updated test files to be PSR-4 compliant
Dan Brown committed
February 15, 2020
D
Fixed side-effect in binary LDAP handling
Dan Brown committed
D
Added dump_user_details option to LDAP and added binary attribute decode option
Dan Brown committed
D
Fixed LDAP error thrown by not found user details
Dan Brown committed
February 2, 2020
D
Checked over and aligned registration option behavior across all auth options
Dan Brown committed
D
Simplified guard names and rolled out guard route checks
Dan Brown committed
D
Fixed failing tests caused by auth changes
Dan Brown committed
December 16, 2019
D
Made LDAP auth ID attribute configurable
Dan Brown committed
September 13, 2019
D
Updated to Laravel 5.8
Dan Brown committed
April 16, 2019
D
Updated ldap server option parsing to work with protocol and port
Dan Brown committed
March 10, 2019
D
Performed some LDAP service/test cleanup
Dan Brown committed
March 9, 2019
D
Preserve original display_name_attribute configuration values.
Daniel Fanara committed
D
Issue #1306 - Unit Tests for LdapService Changes
Daniel Fanara committed
December 20, 2018
D
Added proper escaping to LDAP filter operations
Dan Brown committed
September 25, 2018
D
Re-structured the app code to be feature based rather than code type based
Dan Brown committed
September 22, 2018
D
Prevented attachDefaultRole from trying to re-attach if already existing
Dan Brown committed
July 15, 2018
D
Added ability to set custom ldap group -> role mapping
Dan Brown committed
D
Added tests to cover ldap group mapping
Dan Brown committed
July 27, 2017
D
July 22, 2017
D
Defined LDAP constant for testing without LDAP installed
Dan Brown committed
D
Fixed faulty text rendering calls and LDAP tests
Dan Brown committed
July 17, 2017
C
Trying to make the tests green.
Clément Blanco committed