BookStackApp_BookStack/app/Activity/Notifications/Handlers
Dan Brown 19ee1c9be7
Notifications: Logged errors and prevented them blocking user
Failed notification sends could block the user action, whereas it's
probably more important that the user action takes places uninteruupted
than showing an error screen for the user to debug.
Logs notification errors so issues can still be debugged by admins.

Closes #5315
2024-12-12 21:47:39 +00:00
..
BaseNotificationHandler.php Notifications: Logged errors and prevented them blocking user 2024-12-12 21:47:39 +00:00
CommentCreationNotificationHandler.php Notifications: Add phpunit test for notification sending 2023-08-16 16:02:00 +01:00
NotificationHandler.php Notifications: Cleaned up mails, added debounce for updates 2023-08-15 14:39:39 +01:00
PageCreationNotificationHandler.php Notifications: Cleaned up mails, added debounce for updates 2023-08-15 14:39:39 +01:00
PageUpdateNotificationHandler.php Notifications: Cleaned up mails, added debounce for updates 2023-08-15 14:39:39 +01:00