]> BookStack Code Mirror - bookstack/commit
Notifications: Started core user notification logic
authorDan Brown <redacted>
Fri, 4 Aug 2023 11:27:29 +0000 (12:27 +0100)
committerDan Brown <redacted>
Fri, 4 Aug 2023 11:27:29 +0000 (12:27 +0100)
commit9779c1a357d49654856ceb1b1f30d91cde8fa2fd
tree4e6e230791773710aceed11ede047a9156c79b6c
parent9d149e4d36f0f15c18053dda29b2974a5994f660
Notifications: Started core user notification logic

Put together an initial notification.
Started logic to query and identify watchers.
13 files changed:
app/Activity/Notifications/Handlers/CommentCreationNotificationHandler.php
app/Activity/Notifications/Handlers/NotificationHandler.php
app/Activity/Notifications/Handlers/PageCreationNotificationHandler.php
app/Activity/Notifications/Handlers/PageUpdateNotificationHandler.php
app/Activity/Notifications/LinkedMailMessageLine.php [new file with mode: 0644]
app/Activity/Notifications/Messages/BaseActivityNotification.php [new file with mode: 0644]
app/Activity/Notifications/Messages/PageCreationNotification.php [new file with mode: 0644]
app/Activity/Notifications/NotificationManager.php
app/Activity/Tools/ActivityLogger.php
app/Activity/Tools/EntityWatchers.php [new file with mode: 0644]
app/Activity/Tools/UserWatchOptions.php
app/Activity/WatchLevels.php [new file with mode: 0644]
resources/views/entities/watch-controls.blade.php