aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Service/ReminderService.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+2
* enh: pass params in subjectChristopher Ng2023-08-091-1/+3
* enh: add clean up bufferChristopher Ng2023-08-091-1/+4
* enh: handle user deletedChristopher Ng2023-08-031-0/+7
* fix: exit on reminder not foundChristopher Ng2023-08-031-0/+3
* enh: handle node deletedChristopher Ng2023-08-031-0/+8
* enh: return created status codeChristopher Ng2023-08-031-1/+5
* fix: create only if file existsChristopher Ng2023-08-031-0/+8
* feat(files_reminders): add remove endpointChristopher Ng2023-08-031-0/+8
* feat(files_reminders): create or updateChristopher Ng2023-08-031-7/+17
* fix: catch ThrowableChristopher Ng2023-08-031-3/+3
* enh: rename to due dateChristopher Ng2023-08-031-4/+4
* feat(files_reminders): add api controllerChristopher Ng2023-08-031-0/+18
* enh: use datetimeChristopher Ng2023-08-031-1/+1
* feat(files_reminders): add list commandChristopher Ng2023-08-031-1/+23
* feat(files_reminders): add service and notifierChristopher Ng2023-08-031-0/+87