BookStack/app/Entities/Tools
Dan Brown d0ff79ea60
Revamped some complex queries, added favourites to home
- Removed old view system and started use of new query classes instead.
- Finished off RelationMultiModelQuery but found it was less efficient
than x-many queries due to the amount of tables being scanned.
Adding now for history but will delete as not used.
- Updated recently viewed to use same query system as popular items
  rather than running and joining x-entities queries.
- Added "Most Viewed Faviourites" listing to homepages.
2021-05-22 14:05:28 +01:00
..
Markdown Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
BookContents.php Merge branch 'v0.30.x' 2020-12-17 21:47:59 +00:00
ExportFormatter.php Merge branch 'v0.30.x' 2020-12-18 14:16:13 +00:00
PageContent.php Filtered scripts in custom HTML head for exports 2021-05-03 23:59:52 +01:00
PageEditActivity.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
PermissionsUpdater.php Added manual type conversion to fix failing tests 2021-01-01 18:38:54 +00:00
RelationMultiModelQuery.php Revamped some complex queries, added favourites to home 2021-05-22 14:05:28 +01:00
SearchIndex.php Fixed bad collection/array mixing causing error on seed 2020-11-28 16:42:12 +00:00
SearchOptions.php Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
SearchRunner.php Amended owned by search filter to use slugs 2021-03-15 18:27:03 +00:00
ShelfContext.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
SiblingFetcher.php Focused base Entity class cleanup 2020-11-22 01:20:38 +00:00
SlugGenerator.php Started work on user slugs 2021-03-08 22:34:22 +00:00
TrashCan.php Removed "isA" usages from trashcan 2021-02-06 13:29:39 +00:00