A platform to create documentation/wiki content built with PHP & Laravel
COMMITS
/ tests/Auth/AuthTest.php December 15, 2022
D
Create additional test helper classes
Dan Brown committed
September 29, 2022
D
Quick run through of applying new test entity helper class
Dan Brown committed
D
Migrated much test entity usage via find/replace
Dan Brown committed
September 22, 2022
D
Added login throttling test, updated reset-pw test method names
Dan Brown committed
D
Split out registration and pw-reset tests methods
Dan Brown committed
July 23, 2022
D
Updated tests to use ssddanbrown/asserthtml package
Dan Brown committed
March 28, 2022
D
Split out settings view and made functional
Dan Brown committed
January 31, 2022
D
Fixed default registration role display options
Dan Brown committed
November 15, 2021
D
Prevented auto-login from direct email confirmation actions
Dan Brown committed
November 14, 2021
D
Changed logout routes to POST instead of GET
Dan Brown committed
October 30, 2021
D
Laravel 8 shift squash & merge (#3029)
Dan Brown committed
October 16, 2021
D
Merge branch 'oidc'
Dan Brown committed
October 13, 2021
D
Fleshed out testing for OIDC system
Dan Brown committed
October 8, 2021
D
Added throttling to password reset requests
Dan Brown committed
October 6, 2021
September 26, 2021
D
Standardised facade usage to use via their FQCN
Dan Brown committed
September 18, 2021
D
Applied styleci style changes
Dan Brown committed
September 17, 2021
D
Converted AuthTest away from BrowserKit
Dan Brown committed
August 30, 2021
D
Applied styleci changes
Dan Brown committed
D
Added back email confirmation check in middleware
Dan Brown committed
August 21, 2021
D
Apply fixes from StyleCI
Dan Brown committed
D
Improved login redirect and setup experience
Dan Brown committed
August 7, 2021
D
Verified mfa session expires on logout
Dan Brown committed
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
March 10, 2021
D
Updated testing for user slugs
Dan Brown committed
November 22, 2020
D
Fixed some mis-refactoring and split search service
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
Removed role 'name' field from database
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
July 1, 2020
J
First basic OpenID Connect implementation
Jasper Weyne committed
April 25, 2020
D
Authenticated admins on all guards upon login
Dan Brown committed
April 10, 2020
D
Updated password reset process not to indicate if email exists
Dan Brown committed
April 4, 2020
D
Updated test files to be PSR-4 compliant
Dan Brown committed
September 13, 2019
D
Updated to Laravel 5.8
Dan Brown committed
June 23, 2019
T
Add docker development environment
Timo Schwarzer committed
August 4, 2019
D
Replaced use of custom 'baseUrl' helper with 'url'
Dan Brown committed
May 19, 2019
D
Fixed faulty baseUrl rewrites
Dan Brown committed
April 16, 2019
C
Add min length validation on name on register form & add sign up link
Christopher Wilkinson committed
September 25, 2018
D
Re-structured the app code to be feature based rather than code type based
Dan Brown committed
January 28, 2018
D
Fixed validation issue on register post
Dan Brown committed
November 11, 2017
D
Fixed required email confirmation with domain restriction
Dan Brown committed
February 4, 2017
D
Namespaced tests to align with new laravel default
Dan Brown committed
January 25, 2017
D
Upgraded to Laravel 5.4
Dan Brown committed
December 4, 2016
D
Extracted text for remaining views
Dan Brown committed
November 17, 2016
D
Extracted text from book & chapter views
Dan Brown committed
November 12, 2016
D
Merge fixes from branch 'v0.12'
Dan Brown committed
October 30, 2016
D
Improved password reset flow with notifications.
Dan Brown committed
September 29, 2016
D
Updated and added tests for new default user system
Dan Brown committed