..
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
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
Extracted download response logic to its own class
2022-06-08 23:50:42 +01:00
BookshelfController.php
Started accessible controls for shelf book sort
2023-02-17 15:05:28 +00:00
BookSortController.php
Added and ran PHPCS
2022-09-18 01:25:20 +01:00
ChapterController.php
Reorgranised permission routes into their own controller
2022-10-09 16:36:03 +01:00
ChapterExportController.php
Extracted download response logic to its own class
2022-06-08 23:50:42 +01:00
CommentController.php
Standardised laravel validation to be array based
2021-11-05 00:26:55 +00:00
Controller.php
Extracted download response logic to its own class
2022-06-08 23:50:42 +01:00
FavouriteController.php
Removed most usages of restricted entitiy property
2022-10-10 16:58:26 +01:00
HomeController.php
Added control-upon-access of the default favicon.ico file
2023-02-09 21:16:27 +00:00
MaintenanceController.php
Added maintenance action to regenerate references
2022-08-29 17:30:26 +01:00
PageController.php
Reorgranised permission routes into their own controller
2022-10-09 16:36:03 +01:00
PageExportController.php
Extracted download response logic to its own class
2022-06-08 23:50:42 +01:00
PageRevisionController.php
Revised revision list to responsive layout
2022-10-31 21:26:31 +00:00
PageTemplateController.php
Reorgranised blade view files to form a convention
2021-08-22 13:17:32 +01:00
PermissionsController.php
Fixed permission row permission check
2022-10-14 16:03:06 +01:00
RecycleBinController.php
Start recycle bin API endpoints: list, restore, delete
2022-04-07 22:34:00 +02:00
ReferenceController.php
Reorgranised permission routes into their own controller
2022-10-09 16:36:03 +01:00
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
Added inital phpstan/larastan setup
2021-11-05 16:18:06 +00:00
TagController.php
Fixed click issue with tag suggestions in safari
2023-04-07 17:50:57 +01:00
UserApiTokenController.php
Standardised laravel validation to be array based
2021-11-05 00:26:55 +00:00
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
Made a pass to clean up UserRepo
2022-02-13 12:56:26 +00:00
UserSearchController.php
Applied latest StyleCI changes
2021-12-15 13:49:20 +00:00
WebhookController.php
Refactored common list handling operations to new class
2022-10-30 15:16:06 +00:00