]> BookStack Code Mirror - bookstack/commit
Notifications: added user preference UI & logic
authorDan Brown <redacted>
Tue, 25 Jul 2023 16:06:48 +0000 (17:06 +0100)
committerDan Brown <redacted>
Tue, 25 Jul 2023 16:08:40 +0000 (17:08 +0100)
commit100b28707cbda87a57d5f1d31c6e33f88642caa6
treedeea68d0ab081792a4fc115352dc4fdd380d3156
parent45e75edf0544217e1a46f5628037770a6713b23b
Notifications: added user preference UI & logic

Includes testing to cover.
Also added file missing from previous commit.
app/Activity/Notifications/NotificationManager.php [new file with mode: 0644]
app/Settings/UserNotificationPreferences.php [new file with mode: 0644]
app/Users/Controllers/UserPreferencesController.php
lang/en/preferences.php
resources/views/users/preferences/notifications.blade.php [new file with mode: 0644]
routes/web.php
tests/User/UserPreferencesTest.php