BookStack/app/Entities/Tools
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
..
Markdown Applied stylci changes, updated composer deps 2022-04-29 15:38:06 +01:00
BookContents.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
BookSortMap.php Addressed phpstan cases 2022-01-07 13:04:49 +00:00
BookSortMapItem.php Applied latest styleCI changes 2022-01-06 12:18:11 +00:00
Cloner.php Removed bad trailing comma in method 2022-06-19 18:45:48 +01:00
ExportFormatter.php Reorganised and split out export templates & styles 2022-06-08 17:56:59 +01:00
HierarchyTransformer.php Applied styleci changes for conversion work 2022-06-19 18:14:53 +01:00
NextPreviousContentLocator.php Applied another set of static analysis improvements 2021-11-20 14:03:56 +00:00
PageContent.php Added core editor switching functionality 2022-04-18 17:39:28 +01:00
PageEditActivity.php Aligned page edit controller method data usage 2022-04-17 23:01:14 +01:00
PageEditorData.php Updated composer deps, applied latest StyleCI changes 2022-04-24 18:22:40 +01:00
PdfGenerator.php Updated translator attribution and StyleCI changes 2022-01-24 20:55:03 +00:00
PermissionsUpdater.php Refactored the activity service 2021-12-11 17:29:33 +00:00
SearchIndex.php Fixed issue where text after line breaks not indexed 2022-06-20 23:47:42 +01:00
SearchOptions.php Applied StyleCI changes 2021-11-13 13:28:17 +00:00
SearchResultsFormatter.php Make building of search results work for multi-byte encoded characters 2021-12-15 16:29:43 +02:00
SearchRunner.php Aligned permission applicator method names 2022-07-16 19:54:25 +01:00
ShelfContext.php Fixed a couple of non-intended logical permission issues 2022-07-16 20:55:32 +01:00
SiblingFetcher.php Applied another set of static analysis improvements 2021-11-20 14:03:56 +00:00
SlugGenerator.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
TrashCan.php Started work on hierachy conversion actions 2022-06-13 17:20:21 +01:00