BookStack/app
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
..
Actions Aligned permission applicator method names 2022-07-16 19:54:25 +01:00
Api Updated with latest styleci changes 2022-02-08 15:29:58 +00:00
Auth Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Config Renamed and cleaned up existing permission service classes use 2022-07-12 20:15:41 +01:00
Console Renamed and cleaned up existing permission service classes use 2022-07-12 20:15:41 +01:00
Entities Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Exceptions Prevented inadvertant logging during MFA flow 2022-05-30 18:31:08 +01:00
Facades Renamed and cleaned up existing permission service classes use 2022-07-12 20:15:41 +01:00
Http Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Interfaces Tweaked custom command registration, Added StyleCI fixes 2021-11-22 22:22:31 +00:00
Notifications Added language select to the user create form 2022-01-31 22:15:21 +00:00
Providers Renamed and cleaned up existing permission service classes use 2022-07-12 20:15:41 +01:00
Settings Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Theming Added extendable/scalable formatter for webhook data 2022-03-26 16:53:02 +00:00
Traits Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Translation Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Uploads Aligned permission applicator method names 2022-07-16 19:54:25 +01:00
Util Extracted download response logic to its own class 2022-06-08 23:50:42 +01:00
Application.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
helpers.php Continued removal of joint permission non-view queries 2022-07-16 13:17:08 +01:00
Model.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00