]> source.dussan.org Git - nextcloud-server.git/commit
feat(files_reminders): add list command
authorChristopher Ng <chrng8@gmail.com>
Mon, 31 Jul 2023 19:10:50 +0000 (12:10 -0700)
committerChristopher Ng <chrng8@gmail.com>
Tue, 8 Aug 2023 23:29:11 +0000 (16:29 -0700)
commit5aca833f2132747b4f2e7a26b9035396a049077a
tree07e39e5ae7f61dcb7736d884bec2f81c0196b698
parent782a462cadd19fbb2008649c07b1c8a16556e74a
feat(files_reminders): add list command

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit c8a32a70cd7564e739b7c60196f804d50a954b8a)
apps/files_reminders/lib/Command/ListCommand.php [new file with mode: 0644]
apps/files_reminders/lib/Db/Reminder.php
apps/files_reminders/lib/Db/ReminderMapper.php
apps/files_reminders/lib/Model/RichReminder.php [new file with mode: 0644]
apps/files_reminders/lib/Notification/Notifier.php
apps/files_reminders/lib/Service/ReminderService.php