bookstack/app/Http/Controllers
Dan Brown 1d875ccfb7
Continued removal of joint permission non-view queries
Cleaned up PermissionApplicator to remove old cache system which was
hardly ever actuall caching anything since it was reset after each
public method run.

Changed the scope of 'userCanOnAny' to just check entity permissions,
and added protections of action scope creep, in case a role permission
action was passed by mistake.
2022-07-16 13:17:08 +01:00
..
Api Applied styleci changes for conversion work 2022-06-19 18:14:53 +01:00
Auth Review and update of login auto initiation PR 2022-06-21 15:32:18 +01:00
Images Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
AttachmentController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
AuditLogController.php Fix PHP CS 2021-12-10 14:58:05 +08:00
BookController.php Fixed issue blocking tags on book update 2022-06-25 13:46:55 +01:00
BookExportController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
BookSortController.php Changed model loading and permission checking on book sort 2022-01-04 21:09:34 +00:00
BookshelfController.php Continued removal of joint permission non-view queries 2022-07-16 13:17:08 +01:00
ChapterController.php Applied styleci changes for conversion work 2022-06-19 18:14:53 +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 Added page titles to many missing app areas 2022-01-04 13:33:24 +00:00
HomeController.php Aligned some editor events, Changed wysiwyg custom styles loading 2022-02-08 01:01:37 +00:00
MaintenanceController.php Allowed database queue usage where desired 2021-12-13 18:34:18 +00:00
PageController.php Added core editor switching functionality 2022-04-18 17:39:28 +01:00
PageExportController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
PageRevisionController.php Added extendable/scalable formatter for webhook data 2022-03-26 16:53:02 +00:00
PageTemplateController.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
RecycleBinController.php Start recycle bin API endpoints: list, restore, delete 2022-04-07 22:34:00 +02:00
RoleController.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
SearchController.php Started removal of non-view permission queries 2022-07-13 15:23:03 +01:00
SettingController.php Updated method of string interpolation 2022-05-05 09:33:25 +01:00
StatusController.php Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
TagController.php Added page titles to many missing app areas 2022-01-04 13:33:24 +00:00
UserApiTokenController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
UserController.php Applied StyleCI changes, updated readme badges & roadmap 2022-02-13 13:16:43 +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 Applied latest styleCI changes 2022-01-06 12:18:11 +00:00