BookStack/app/Activity/Notifications/Handlers
Dan Brown 38829f8a38
Notifications: Fixed send content permission checking
Added test and changed logic to properly check the view permissions for
the notification receiver before sending.
Required change to permissions applicator to allow the user to be
manually determined, and a service provider update to provide the class
as a singleton without a specific user, so it checks the current logged
in user on demand.
2023-08-17 17:57:31 +01:00
..
BaseNotificationHandler.php Notifications: Fixed send content permission checking 2023-08-17 17:57:31 +01: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