BookStack/app/Entities/Models
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
..
Book.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
BookChild.php Applied stylci advisories 2021-08-24 21:23:55 +01:00
Bookshelf.php Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
Chapter.php Added ability to copy/clone chapters 2021-12-19 15:40:52 +00:00
Deletion.php Applied latest StyleCI changes 2022-04-25 18:42:31 +01:00
Entity.php Continued removal of joint permission non-view queries 2022-07-16 13:17:08 +01:00
HasCoverImage.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Page.php Aligned permission applicator method names 2022-07-16 19:54:25 +01:00
PageRevision.php Switched to database-based tracking for page editor 2022-04-23 23:20:46 +01:00
SearchTerm.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00