BookStack/app/Http/Controllers
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
..
Api Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
Auth Added login/register theme events 2021-03-19 21:54:50 +00:00
Images Updated not-found image path handling to have better ux 2021-05-08 18:49:58 +01:00
AttachmentController.php
AuditLogController.php Added user filter to audit log 2021-03-21 15:04:32 +00:00
BookController.php Started refactoring of view service 2021-05-16 10:49:37 +01:00
BookExportController.php
BookshelfController.php Started refactoring of view service 2021-05-16 10:49:37 +01:00
BookSortController.php
ChapterController.php Started refactoring of view service 2021-05-16 10:49:37 +01:00
ChapterExportController.php
CommentController.php
Controller.php Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack#2217 2021-03-04 22:27:20 +01:00
FavouriteController.php Started addition of favourite system 2021-05-16 00:29:56 +01:00
HomeController.php Revamped some complex queries, added favourites to home 2021-05-22 14:05:28 +01:00
MaintenanceController.php
PageController.php Started refactoring of view service 2021-05-16 10:49:37 +01:00
PageExportController.php
PageRevisionController.php
PageTemplateController.php
RecycleBinController.php
RoleController.php
SearchController.php Revamped some complex queries, added favourites to home 2021-05-22 14:05:28 +01:00
SettingController.php
StatusController.php Added status endpoint 2021-01-17 13:21:57 +00:00
TagController.php
UserApiTokenController.php Ran phpcbf and updated phpcs.xml 2021-03-07 22:24:05 +00:00
UserController.php Updated shelf sort to allow default sort, added testing 2021-03-21 23:06:15 +00:00
UserProfileController.php Started rolling out user slugs to model and core controllers 2021-03-09 23:06:12 +00:00
UserSearchController.php Moved permission updating to its own tool 2021-01-01 17:49:48 +00:00