BookStack/app/Http/Controllers
Dan Brown 14ea6c9de3
Made fixes/updates during pre-release review
- Fixed page editor default focus not working as expected due to
  misnamed attribute.
- Added owned_by to relevant areas of the API including the docs.
- Made book relation on page accessible even if deleted since it could cause an issue on views, such as audit trail, when the relation is accessed when the book is deleted.
2021-01-03 22:29:58 +00:00
..
Api Made fixes/updates during pre-release review 2021-01-03 22:29:58 +00:00
Auth Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
Images Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
AttachmentController.php Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
AuditLogController.php Updated activities table format 2020-11-08 00:03:19 +00:00
BookController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00
BookExportController.php Updated old exportService name in controllers 2020-11-22 01:26:14 +00:00
BookshelfController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00
BookSortController.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
ChapterController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00
ChapterExportController.php Updated old exportService name in controllers 2020-11-22 01:26:14 +00:00
CommentController.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
Controller.php Started change for entities to have concept of owners 2020-12-30 18:25:35 +00:00
HomeController.php Fixed short editor in firefox and optimised some queries 2021-01-02 01:22:41 +00:00
MaintenanceController.php Moved models to folder, renamed managers to tools 2020-11-21 23:20:54 +00:00
PageController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00
PageExportController.php Updated old exportService name in controllers 2020-11-22 01:26:14 +00:00
PageRevisionController.php Swapped out HTML diff implementation for own, removes tidy depdendancy 2020-11-29 19:08:13 +00:00
PageTemplateController.php Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
RecycleBinController.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
RoleController.php Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
SearchController.php Focused base Entity class cleanup 2020-11-22 01:20:38 +00:00
SettingController.php Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
TagController.php Aligned constructors across controller classes 2020-11-21 17:08:37 +00:00
UserApiTokenController.php Implemented user, api_tokem & role activity logging 2020-11-20 18:53:01 +00:00
UserController.php Added user ownership migrate to delete screen. 2021-01-01 18:31:01 +00:00
UserSearchController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00