bookstack/tests
Dan Brown cdef1b3ab0
Updated SAML ACS post to retain user session
Session was being lost due to the callback POST request cookies
not being provided due to samesite=lax. This instead adds an additional
hop in the flow to route the request via a GET request so the session is
retained. SAML POST data is stored encrypted in cache via a unique ID
then pulled out straight afterwards, and restored into POST for the SAML
toolkit to validate.

Updated testing to cover.
2021-10-20 13:34:00 +01:00
..
Api Applied latest changes from styleCI 2021-10-20 10:49:45 +01:00
Auth Updated SAML ACS post to retain user session 2021-10-20 13:34:00 +01:00
Commands
Entity Applied latest changes from styleCI 2021-10-20 10:49:45 +01:00
Helpers Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Permissions
Settings
Unit Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
Uploads Added TestCase for attachments API methods 2021-10-20 00:58:56 +01:00
User
test-data
AuditLogTest.php
CreatesApplication.php
DebugViewTest.php Applied latest styleci changes 2021-10-15 14:16:45 +01:00
ErrorTest.php
FavouriteTest.php
HomepageTest.php
LanguageTest.php
OpenGraphTest.php
PublicActionTest.php
RecycleBinTest.php
SecurityHeaderTest.php Forced response cache revalidation on logged-in responses 2021-10-08 15:22:09 +01:00
SharedTestHelpers.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
StatusTest.php
TestCase.php
TestEmailTest.php
TestResponse.php
ThemeTest.php