0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-12 16:08:08 +00:00
BookStackApp_BookStack/app/Entities/Controllers
Dan Brown 45ce7a7126
URL Handling: Removed referrer-based redirect handling
Swapped back handling to instead be pre-determined instead of being
based upon session/referrer which would cause inconsistent results when
referrer data was not available (redirect to app-loaded images/files).

To support, this adds a mechansism to provide a URL through request
data.

Also cleaned up some imports in code while making changes.
Closes .
2023-12-10 12:37:21 +00:00
..
BookApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
BookController.php Notifications: Updated watch control to show parent status 2023-08-09 14:53:31 +01:00
BookExportApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
BookExportController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
BookshelfApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
BookshelfController.php Shelf view: Updated books to be database sorted 2023-06-23 16:42:40 +01:00
BookSortController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
ChapterApiController.php [API] add priority in book read 2023-06-12 15:12:46 +02:00
ChapterController.php URL Handling: Removed referrer-based redirect handling 2023-12-10 12:37:21 +00:00
ChapterExportApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
ChapterExportController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
PageApiController.php Merge branch 'BookStackApp:development' into add-priority 2023-07-11 08:57:14 +02:00
PageController.php URL Handling: Removed referrer-based redirect handling 2023-12-10 12:37:21 +00:00
PageExportApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
PageExportController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
PageRevisionController.php Page Drafts: Added new "Delete Draft" action to draft menu 2023-06-13 15:13:07 +01:00
PageTemplateController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
RecycleBinApiController.php Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
RecycleBinController.php Added activity text for each activity type 2023-06-12 16:47:36 +01:00