BookStack/app/Auth
Dan Brown 031c67ba58
Reduced the memory usage, db queries and cache hits loading revisions
Updated revision listing to only fetch required fields, massively
reducing memory usage by not loading content.
This also updates user avatar handling to effectively cache the avatar
url within request to avoid re-searching from cache, which may improve
performance of others areas of the application.
This also upates handling of the revisions list view to extract table
row to its own view to break things down a bit.

For #3633
2022-08-10 17:50:35 +01:00
..
Access Auth group sync: Fixed unintential mapping behaviour change 2022-06-27 14:18:46 +01:00
Permissions Applied StyleCI changes 2022-07-17 10:32:16 +01:00
Queries Applied StyleCI changes, updated readme badges & roadmap 2022-02-13 13:16:43 +00:00
Role.php Refactored existing user API work 2022-02-03 12:33:26 +00:00
SocialAccount.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
User.php Reduced the memory usage, db queries and cache hits loading revisions 2022-08-10 17:50:35 +01:00
UserRepo.php Made a pass to clean up UserRepo 2022-02-13 12:56:26 +00:00