A platform to create documentation/wiki content built with PHP & Laravel
COMMITS
/ app/Http/Controllers/Auth/LoginController.php September 22, 2022
D
Removed usage of laravel/ui dependency
Dan Brown committed
D
Updated auth controllers with property types
Dan Brown committed
September 18, 2022
D
Added and ran PHPCS
Dan Brown committed
June 21, 2022
D
Review and update of login auto initiation PR
Dan Brown committed
May 2, 2022
R
Skip intermediate login page with single provider
Robert Meredith committed
December 11, 2021
D
Refactored the activity service
Dan Brown committed
November 5, 2021
D
Standardised laravel validation to be array based
Dan Brown committed
October 11, 2021
D
Got OIDC custom solution to a functional state
Dan Brown committed
August 31, 2021
D
Updated the login redirect logic to ignore mfa routes
Dan Brown committed
August 21, 2021
D
Apply fixes from StyleCI
Dan Brown committed
July 17, 2021
D
Updated all login events to route through single service
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
March 19, 2021
D
Added login/register theme events
Dan Brown committed
March 7, 2021
D
Ran phpcbf and updated phpcs.xml
Dan Brown committed
November 21, 2020
D
Aligned constructors across controller classes
Dan Brown committed
November 20, 2020
D
Implemented remainder of activity types
Dan Brown committed
July 28, 2020
D
Updated public-login redirect to check url
Dan Brown committed
D
Updated functionality for logging failed access
Dan Brown committed
D
Merge branch 'auth' of git://github.com/benrubson/BookStack into benrubson-auth
Dan Brown committed
May 23, 2020
B
Move logFailedAccess into Activity
benrubson committed
B
Properly use env/config functions
benrubson committed
May 3, 2020
B
Log failed accesses option
benrubson committed
April 25, 2020
D
Authenticated admins on all guards upon login
Dan Brown committed
March 14, 2020
February 9, 2020
B
Log failed accesses
benrubson 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
Added files missed in previous commit
Dan Brown committed
February 1, 2020
D
Set more appropriate login validation and broken up LDAP guide a bit
Dan Brown committed
D
Started alignment of auth services
Dan Brown committed
January 26, 2020
D
Moved socal auth routes to their own controller
Dan Brown committed
December 14, 2019
D
Recall previous route when manually clicking login
Daniel Seiler committed
November 17, 2019
D
Added SAML singleLogoutService capabilities
Dan Brown committed
D
Started using OneLogin SAML lib directly
Dan Brown committed
November 16, 2019
October 25, 2019
August 6, 2019
D
Add login and automatic registration; Prepare Group sync
Daniel Seiler committed
August 5, 2019
D
Initial work on SAML integration
Daniel Seiler committed
August 4, 2019
D
Replaced use of custom 'baseUrl' helper with 'url'
Dan Brown committed
July 21, 2019
D
Started refactor of URL system to better extend Laravel
Dan Brown committed
April 7, 2019
D
Standardised view referencing to dot-notation
Dan Brown committed
September 25, 2018
D
Fleshed out entity provided and optimized imports
Dan Brown committed
D
Re-structured the app code to be feature based rather than code type based
Dan Brown committed
August 19, 2018
D
Fixed LDAP group sync using wrong user filter
Dan Brown committed
August 12, 2018
D
Fixed incorrect type error in LDAP group sync
Dan Brown committed
July 15, 2018
D
Refactored out the LDAP repo
Dan Brown committed
D
Added tests to cover ldap group mapping
Dan Brown committed
July 2, 2018
B
Update files to PSR-2 standards
Brennan Murphy committed