aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Notification
Commit message (Collapse)AuthorAgeFilesLines
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-8/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* enh: pass params in subjectChristopher Ng2023-08-091-13/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: remove non-existing reminder notificationChristopher Ng2023-08-091-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: remove unnecessary parsed subjectChristopher Ng2023-08-031-5/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: highlight filenameChristopher Ng2023-08-031-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-031-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: exit on reminder not foundChristopher Ng2023-08-031-1/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add list commandChristopher Ng2023-08-031-20/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add service and notifierChristopher Ng2023-08-031-0/+142
Signed-off-by: Christopher Ng <chrng8@gmail.com>