BookStack/app/Http
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
..
Controllers Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Middleware Added Farsi language available 2022-05-09 14:58:04 +01:00
Requests Change application namespace to BookStack 2015-09-10 19:31:09 +01:00
Responses Applied styleci changes, updated composer deps 2022-06-10 12:37:14 +01:00
Kernel.php Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
Request.php Applied styleci changes 2022-05-04 21:19:46 +01:00