BookStack/app/Users/Controllers
Dan Brown b90033a730
Guest control: Cleaned methods involved in fetching/handling
- Moves guest user caching from User class to app container for
  simplicity.
- Updates test to use simpler $this->users->guest() method for
  consistency.
- Streamlined helpers to avoid function overlap for simplicity.
- Extracted user profile dropdown while doing changes.
2023-09-16 13:18:35 +01:00
..
RoleApiController.php
RoleController.php Notifications: Added role receive-notifications permission 2023-07-25 17:59:04 +01:00
UserApiController.php Users API: Fixed incorrect created_at date on index endpoint 2023-06-17 18:18:17 +01:00
UserController.php Guests: Prevented access to profile routes 2023-08-26 14:07:48 +01:00
UserPreferencesController.php Dark Mode: Fixed not toggle action when dark by default 2023-09-14 13:53:24 +01:00
UserProfileController.php
UserSearchController.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00