BookStack/app/Http/Controllers/Auth
Dan Brown 8b211ed461
Review and update of login auto initiation PR
For PR #3406

- Updated naming from 'redirect' to 'initate/initation'.
- Updated phpunit.xml and .env.example.complete files with the new
  option.
- Cleaned up controller logic a bit.
- Added content and design to the new initation view to not leave user
  on a blank view for a while.
- Added non-JS button to initiation view as fallback option for
  progression.
- Moved new test to it's own Test class and expanded with additional
  scenario tests for better functionality coverage.
2022-06-21 15:32:18 +01:00
..
ConfirmEmailController.php Prevented auto-login from direct email confirmation actions 2021-11-15 10:50:28 +00:00
ForgotPasswordController.php Applied styleci changes 2021-11-05 00:28:41 +00:00
HandlesPartialLogins.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
LoginController.php Review and update of login auto initiation PR 2022-06-21 15:32:18 +01:00
MfaBackupCodesController.php Added page titles to many missing app areas 2022-01-04 13:33:24 +00:00
MfaController.php Added page titles to many missing app areas 2022-01-04 13:33:24 +00:00
MfaTotpController.php Added page titles to many missing app areas 2022-01-04 13:33:24 +00:00
OidcController.php Applied latest StyleCI changes 2022-02-24 15:04:09 +00:00
RegisterController.php Aligned password length requirements 2021-12-18 16:33:40 +00:00
ResetPasswordController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Saml2Controller.php Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
SocialController.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
UserInviteController.php Aligned password length requirements 2021-12-18 16:33:40 +00:00