BookStack/app/Settings
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
..
AppSettingsStore.php
MaintenanceController.php Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Setting.php
SettingController.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
SettingService.php Guest control: Cleaned methods involved in fetching/handling 2023-09-16 13:18:35 +01:00
StatusController.php Status: Updated cache check to use unique key 2023-08-17 21:24:35 +01:00
TestEmailNotification.php Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
UserNotificationPreferences.php Notifications: added user preference UI & logic 2023-07-25 17:08:40 +01:00
UserShortcutMap.php