1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 20:02:35 +01:00
BookStack/app/Http/Controllers/Api
Dan Brown b546098b36
Fixed page editor back button sometimes going nowhere
Updated the back button to be a proper link instead of a reference to
the last viewed URL since it could break if the last page was the
current one (On validation for example).

Includes test to cover.
Also applied some styleCI changes.

Fixes #2834
2021-11-15 11:19:03 +00:00
..
ApiController.php Added an env configurable file upload size limit 2021-11-14 22:03:22 +00:00
ApiDocsController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
AttachmentApiController.php Added an env configurable file upload size limit 2021-11-14 22:03:22 +00:00
BookApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
BookExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
BookshelfApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
ChapterApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
ChapterExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
PageApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
PageExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
SearchApiController.php Fixed page editor back button sometimes going nowhere 2021-11-15 11:19:03 +00:00