]> BookStack Code Mirror - bookstack/commit
Review and update of login auto initiation PR
authorDan Brown <redacted>
Tue, 21 Jun 2022 14:32:18 +0000 (15:32 +0100)
committerDan Brown <redacted>
Tue, 21 Jun 2022 14:32:18 +0000 (15:32 +0100)
commit8b211ed4618299a22bb2a3dda9bb317d8cde65b6
tree09c3750a9d91956adcfded9890ebddb73c8f6b76
parentd5ce6b680cbf50ddfa5ede2c680f8546498052ac
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.
.env.example.complete
app/Config/auth.php
app/Http/Controllers/Auth/LoginController.php
phpunit.xml
resources/lang/en/auth.php
resources/sass/_buttons.scss
resources/views/auth/login-initiate.blade.php [new file with mode: 0644]
resources/views/auth/login-redirect.blade.php [deleted file]
tests/Auth/LoginAutoInitiateTest.php [new file with mode: 0644]
tests/Auth/OidcTest.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.