]> source.dussan.org Git - nextcloud-server.git/commit
feat(files_reminders): add service and notifier
authorChristopher Ng <chrng8@gmail.com>
Mon, 31 Jul 2023 19:10:50 +0000 (12:10 -0700)
committerChristopher Ng <chrng8@gmail.com>
Thu, 3 Aug 2023 22:30:11 +0000 (15:30 -0700)
commitea5e128fefba6d87c400cdaafa87cd566746c109
tree37b3438bd4e54056d39400bd45cd6c53fd7c420c
parenta3ac1b82da2a1b295fc826ebc91245905fb9ecf7
feat(files_reminders): add service and notifier

Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_reminders/lib/Db/ReminderMapper.php
apps/files_reminders/lib/Exception/NodeNotFoundException.php [new file with mode: 0644]
apps/files_reminders/lib/Exception/UserNotFoundException.php [new file with mode: 0644]
apps/files_reminders/lib/Notification/Notifier.php [new file with mode: 0644]
apps/files_reminders/lib/Service/ReminderService.php [new file with mode: 0644]