BookStack/app/Auth
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
..
Access Auth group sync: Fixed unintential mapping behaviour change 2022-06-27 14:18:46 +01:00
Permissions Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Queries Applied StyleCI changes, updated readme badges & roadmap 2022-02-13 13:16:43 +00:00
Role.php Refactored existing user API work 2022-02-03 12:33:26 +00:00
SocialAccount.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
User.php Started removal of non-view permission queries 2022-07-13 15:23:03 +01:00
UserRepo.php Made a pass to clean up UserRepo 2022-02-13 12:56:26 +00:00