BookStack/app/Auth/Permissions
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
..
EntityPermission.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
JointPermission.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
JointPermissionBuilder.php Added simple data model for faster permission generation 2022-07-12 21:13:02 +01:00
PermissionApplicator.php Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
PermissionsRepo.php Renamed and cleaned up existing permission service classes use 2022-07-12 20:15:41 +01:00
RolePermission.php Applied another set of static analysis improvements 2021-11-20 14:03:56 +00:00
SimpleEntityData.php Added simple data model for faster permission generation 2022-07-12 21:13:02 +01:00