BookStack/app/Http/Controllers
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
Images Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
AttachmentController.php Build out core attachments API controller 2021-10-18 17:46:55 +01:00
AuditLogController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
BookController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
BookExportController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
BookshelfController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
BookSortController.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
ChapterController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ChapterExportController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
CommentController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Controller.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
FavouriteController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HomeController.php Allowed page includes on custom home 2021-10-04 11:26:26 +01:00
MaintenanceController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageController.php Applied changes from styleci 2021-10-08 22:23:17 +01:00
PageExportController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
PageRevisionController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageTemplateController.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
RecycleBinController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
RoleController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SearchController.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
SettingController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
StatusController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
TagController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserApiTokenController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserController.php Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne-openid 2021-10-06 13:18:21 +01:00
UserProfileController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserSearchController.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00