BookStack/app/Http/Controllers
Dan Brown 9a17656f88
dropzone: Addressed existing todos, cleaned attachment ux
Updated dom layout of attahcments to prevent nested dropzones (No issue
but potential to be one) and updated edit form dropzone handling so the
dropzone item card was not as distracting.
2023-04-26 23:31:38 +01:00
..
Api Added examples, updated docs for image gallery api endpoints 2023-03-15 11:37:03 +00:00
Auth Cleaned up old token services 2023-04-04 10:44:38 +01:00
Images dropzone: Addressed existing todos, cleaned attachment ux 2023-04-26 23:31:38 +01:00
AttachmentController.php Increased attachment link limit from 192 to 2k 2023-02-20 13:05:23 +00:00
AuditLogController.php
BookController.php
BookExportController.php
BookshelfController.php Started accessible controls for shelf book sort 2023-02-17 15:05:28 +00:00
BookSortController.php
ChapterController.php
ChapterExportController.php
CommentController.php
Controller.php
FavouriteController.php
HomeController.php Added control-upon-access of the default favicon.ico file 2023-02-09 21:16:27 +00:00
MaintenanceController.php
PageController.php
PageExportController.php
PageRevisionController.php
PageTemplateController.php
PermissionsController.php
RecycleBinController.php
ReferenceController.php
RoleController.php Fixed delete role failing with no migrate role provided 2023-03-25 12:21:22 +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 Fixed click issue with tag suggestions in safari 2023-04-07 17:50:57 +01:00
UserApiTokenController.php
UserController.php Fixed error upon user delete with no migration id 2023-04-07 15:57:21 +01: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