BookStack/app
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
..
Actions Added tag values as part of the indexed search terms 2021-11-12 17:06:01 +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
Config
Console Updated regen-search command to show some level of progress 2021-11-11 14:10:11 +00:00
Entities Added API search endpoint 2021-11-14 16:28:01 +00:00
Exceptions
Facades
Http Changed logout routes to POST instead of GET 2021-11-14 21:13:24 +00:00
Interfaces Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Notifications
Providers
Settings
Theming
Traits Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Translation
Uploads Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Util Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Application.php
helpers.php
Model.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00