BookStack/app/Entities/Tools
Dan Brown d8c45f5746
Changed model loading and permission checking on book sort
Models are now loaded into their own map to then be used for sorting and
reporting back of changed books. Prevents akward logic ordering issues
of before where some bits of code assumed/hoped for loaded models on
abstract data structures.

New levels of permissions are now checked for items within the
sort operation. Needs testing to cover.
2022-01-04 21:09:34 +00:00
..
Markdown Applied stylci advisories 2021-08-24 21:23:55 +01:00
BookContents.php Changed model loading and permission checking on book sort 2022-01-04 21:09:34 +00:00
BookSortMap.php Refactored sort system a little 2022-01-04 17:31:57 +00:00
BookSortMapItem.php Changed model loading and permission checking on book sort 2022-01-04 21:09:34 +00:00
Cloner.php Applied latest StyleCI changes 2021-12-20 17:40:27 +00:00
ExportFormatter.php Tweaked pdf export iframe replacement to fix compatibility 2021-11-28 21:01:35 +00:00
NextPreviousContentLocator.php Applied another set of static analysis improvements 2021-11-20 14:03:56 +00:00
PageContent.php Reverted unrequired use of mb_ function 2021-12-18 10:43:43 +00:00
PageEditActivity.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
PdfGenerator.php Tweaked pdf export iframe replacement to fix compatibility 2021-11-28 21:01:35 +00:00
PermissionsUpdater.php Refactored the activity service 2021-12-11 17:29:33 +00:00
SearchIndex.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00: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 Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
ShelfContext.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00: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 Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00