BookStack/app/Http/Controllers
2022-10-29 15:23:21 +01:00
..
Api Added contents to book-show endpoint 2022-09-29 15:08:18 +01:00
Auth Removed usage of laravel/ui dependency 2022-09-22 16:54:27 +01:00
Images Removed old thai files, added romanian as lang option 2022-09-06 17:41:32 +01:00
AttachmentController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
AuditLogController.php
BookController.php Reorgranised permission routes into their own controller 2022-10-09 16:36:03 +01:00
BookExportController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
BookshelfController.php Reorgranised permission routes into their own controller 2022-10-09 16:36:03 +01: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
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 Aligned some editor events, Changed wysiwyg custom styles loading 2022-02-08 01:01:37 +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 Worked towards phpstan level 2, 13 errors remain 2022-10-24 12:12:48 +01:00
PageTemplateController.php
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
SearchController.php Refactored search-based code to its own folder 2022-08-16 11:28:05 +01:00
SettingController.php Updated method of string interpolation 2022-05-05 09:33:25 +01:00
StatusController.php
TagController.php Improved tag suggestion handling 2022-09-28 13:50:40 +01:00
UserApiTokenController.php
UserController.php Redesigned users list to be responsive and aligned 2022-10-29 15:23:21 +01:00
UserProfileController.php Made a pass to clean up UserRepo 2022-02-13 12:56:26 +00:00
UserSearchController.php
WebhookController.php