aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Service/ReminderService.php
Commit message (Expand)AuthorAgeFilesLines
* fix: don't check node access again for listing reminders in davreminder-dont-validiate-node-davRobin Appelman2025-04-251-2/+4
* perf(files_reminders): Use in-memory cacheChristopher Ng2025-02-211-1/+1
* perf(files_reminders): Pre-cache directoryChristopher Ng2025-02-211-0/+15
* chore(files_reminders): Remove unused getChristopher Ng2025-02-211-8/+0
* perf(files_reminders): Reduce db queries on propfindChristopher Ng2025-02-211-18/+50
* fix(files_reminders): Check for node access when retrieving or removing remin...Christopher Ng2025-02-201-5/+16
* fix(files_reminders): Only allow updating reminders if the file is accessibleChristopher Ng2025-02-201-4/+5
* 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