BookStack/app
Dan Brown 6e098905d4
Theme: Added handling for functions.php file load error
This adds specific handling for functions.php error loading to re-throw
errors wrapped in a more descriptive message, to make it clear the error
is due to an issue in their functions.php file.

Decided to throw and stop, rather than ignore & continue, to be on the
safe side in the event auth-level (or other security level) customizations
have been made via functions.php.

Adds test to cover.
Closes #4504
2023-09-12 12:34:02 +01:00
..
Access Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Activity Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Api Cache: Increases database cache value size 2023-08-21 23:01:42 +01:00
App Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Config OIDC: Moved name claim option handling from config to service 2023-09-11 11:50:58 +01:00
Console Updated command classes to include "Command" in name 2023-05-24 13:21:46 +01:00
Entities Simplified and aligned handling of mixed entity endpoints 2023-09-10 15:19:23 +01:00
Exceptions Theme: Added handling for functions.php file load error 2023-09-12 12:34:02 +01:00
Facades Played around with a new app structure 2023-05-17 17:56:55 +01:00
Http Removed use of HttpFetcher 2023-09-08 17:16:57 +01:00
Permissions Watching: Prevent issues when watchable or user is deleted 2023-09-03 14:19:43 +01:00
References Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Search Search: Updated popular items query, load parent book for chapters/pages 2023-06-10 15:08:07 +01:00
Settings Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Theming Theme: Added handling for functions.php file load error 2023-09-12 12:34:02 +01:00
Translation Notifications: Aligned how user language is used 2023-09-02 15:11:42 +01:00
Uploads Removed use of HttpFetcher 2023-09-08 17:16:57 +01:00
Users Notifications: Reorgranised classes into domain specific folders 2023-09-11 19:27:36 +01:00
Util SSR: Updated allow list handling & covered webhook usage 2023-08-26 20:13:37 +01:00