mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Discovered some difficult edge cases: - User image loading in header bar when using local_secure storage - 404s showing user-specific visible content due to content listing on 404 page since user is in semi-logged in state. Maybe need to go through and change up how logins are handled to centralise and provide us better control at login time to prevent any auth level. |
||
|---|---|---|
| .. | ||
| Api | ||
| Auth | ||
| Images | ||
| AttachmentController.php | ||
| AuditLogController.php | ||
| BookController.php | ||
| BookExportController.php | ||
| BookshelfController.php | ||
| BookSortController.php | ||
| ChapterController.php | ||
| ChapterExportController.php | ||
| CommentController.php | ||
| Controller.php | ||
| FavouriteController.php | ||
| HomeController.php | ||
| MaintenanceController.php | ||
| PageController.php | ||
| PageExportController.php | ||
| PageRevisionController.php | ||
| PageTemplateController.php | ||
| RecycleBinController.php | ||
| RoleController.php | ||
| SearchController.php | ||
| SettingController.php | ||
| StatusController.php | ||
| TagController.php | ||
| UserApiTokenController.php | ||
| UserController.php | ||
| UserProfileController.php | ||
| UserSearchController.php | ||