BookStack/app/Http/Controllers
Dan Brown 48df8725d8
Added better drawing load failure handling
Failure of loading drawings will now close the drawing view and show an
error message, hinting at file or permission issues, instead of leaving
the user facing a continuosly loading interface.

Adds test to cover.

This also updates errors from our HTTP service to be wrapped in a custom
error type for better identification and so the error is an actual
javascript error. Should be object compatible.

Related to #3955.
2023-01-26 12:18:33 +00:00
..
Api
Auth Updated email confirmation flow so confirmation is done via POST 2022-11-12 15:11:59 +00:00
Images Added better drawing load failure handling 2023-01-26 12:18:33 +00:00
AttachmentController.php
AuditLogController.php Revised audit log list to new responsive format 2022-10-30 20:24:08 +00:00
BookController.php Refactored common list handling operations to new class 2022-10-30 15:16:06 +00:00
BookExportController.php
BookshelfController.php Refactored common list handling operations to new class 2022-10-30 15:16:06 +00:00
BookSortController.php
ChapterController.php
ChapterExportController.php
CommentController.php
Controller.php
FavouriteController.php Removed most usages of restricted entitiy property 2022-10-10 16:58:26 +01:00
HomeController.php Updated tests to align with recent list changes 2022-11-01 14:53:36 +00:00
MaintenanceController.php
PageController.php
PageExportController.php
PageRevisionController.php Revised revision list to responsive layout 2022-10-31 21:26:31 +00:00
PageTemplateController.php
PermissionsController.php Fixed permission row permission check 2022-10-14 16:03:06 +01:00
RecycleBinController.php
ReferenceController.php
RoleController.php Refactored common list handling operations to new class 2022-10-30 15:16:06 +00:00
SearchController.php Added new endpoint for search suggestions 2022-11-21 10:35:53 +00:00
SettingController.php Added ability to control app icon (favicon) via settings 2023-01-25 11:03:19 +00:00
StatusController.php
TagController.php Addressed additional unsupported array spread operation 2022-11-03 14:40:01 +00:00
UserApiTokenController.php
UserController.php Split out user controller preference methods to new controller 2022-10-30 15:25:02 +00:00
UserPreferencesController.php Converted md settings to localstorage, added preview resize 2022-11-28 14:08:20 +00:00
UserProfileController.php
UserSearchController.php
WebhookController.php Refactored common list handling operations to new class 2022-10-30 15:16:06 +00:00