BookStack/app/Actions
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
..
Activity.php Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
ActivityService.php Done a refactor pass on PermissionService 2021-03-14 19:52:07 +00:00
ActivityType.php Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
Comment.php Started change for entities to have concept of owners 2020-12-30 18:25:35 +00:00
CommentRepo.php Fixed some mis-refactoring and split search service 2020-11-22 00:17:45 +00:00
Favourite.php Started addition of favourite system 2021-05-16 00:29:56 +01:00
Tag.php Added pages API doc examples 2020-11-28 15:21:54 +00:00
TagRepo.php Done a refactor pass on PermissionService 2021-03-14 19:52:07 +00:00
View.php Revamped some complex queries, added favourites to home 2021-05-22 14:05:28 +01:00