1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-25 04:13:42 +01:00
BookStack/app/Auth/Permissions
Dan Brown bbfb330b92
Added check of owner field for manage-permissions-own
This permission was still checking based on created-by.
Updated testing to specifically check the owner since the tests
were passing by the fact of matching creator and owner.

Fixes #2445
2021-01-04 18:07:39 +00:00
..
EntityPermission.php
JointPermission.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
PermissionService.php Added check of owner field for manage-permissions-own 2021-01-04 18:07:39 +00:00
PermissionsRepo.php
RolePermission.php