BookStack/app/Http/Controllers
Dan Brown 2332401854
Fixed a couple of non-intended logical permission issues
Both caught in tests:
Fixed loss of permissions for admin users when entity restrictions were
active, since there are no entity-restrictions for the admin role but
we'd force generate them in joint permissions, which would be queried.
Fixed new role permission checks when permissions given with only the
action (eg. 'view'), since the type prefix would be required for role
permission checks. Was previously not needed as only the simpler form
was used in the jointpermissions after merge & calculation.
2022-07-16 20:55:32 +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
AttachmentController.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
AuditLogController.php
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
BookshelfController.php Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
BookSortController.php
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
Controller.php Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
FavouriteController.php
HomeController.php
MaintenanceController.php
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
RecycleBinController.php Start recycle bin API endpoints: list, restore, delete 2022-04-07 22:34:00 +02:00
RoleController.php
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
TagController.php
UserApiTokenController.php
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
WebhookController.php