BookStack/tests
Dan Brown f910738a80
Changed logout routes to POST instead of GET
As per #3047.

Also made some SAML specific fixes:
- IDP initiated login was broken due to forced default session value.
  Double checked against OneLogin lib docs that this reverted logic was fine.
- Changed how the saml login flow works to use 'withoutMiddleware' on
  the route instead of hacking out the session driver. This was due to
  the array driver (previously used for the hack) no longer being
  considered non-persistent.
2021-11-14 21:13:24 +00:00
..
Api Added API search endpoint 2021-11-14 16:28:01 +00:00
Auth Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
Commands Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Entity Removed prefix route groups, applyed styleci changes 2021-11-14 15:16:18 +00:00
Helpers Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Permissions Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
Settings Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
test-data Moved sketchy file samples to base64 equivilents 2021-02-06 00:16:27 +00:00
Unit Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Uploads Merge branch 'laravel_upgrade' 2021-11-04 22:42:35 +00:00
User Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
AuditLogTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
CreatesApplication.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
DebugViewTest.php Applied latest styleci changes 2021-10-15 14:16:45 +01:00
ErrorTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
FavouriteTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HomepageTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
LanguageTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
OpenGraphTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PublicActionTest.php Applied styleci changes 2021-09-26 15:48:22 +01:00
RecycleBinTest.php Applied styleci changes 2021-09-26 15:48:22 +01:00
SecurityHeaderTest.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
SharedTestHelpers.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
StatusTest.php Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
TestCase.php Fixed dodgy test helper signature causing tests to fail 2021-09-18 21:29:42 +01:00
TestEmailTest.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TestResponse.php Added testing coverage for tag index 2021-11-06 21:54:02 +00:00
ThemeTest.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00