aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-1/+1
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-1/+1
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-8/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-3018-342/+36
* chore(files_reminders): Register dav plugin directlyChristopher Ng2024-03-082-0/+55
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-043-8/+6
* feat(files_reminders): Add propfind dav pluginChristopher Ng2024-02-141-0/+82
* fix: openapiJohn Molakvoæ2024-02-131-3/+3
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-5/+10
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-1/+1
* files_reminders: Add OpenAPI specjld31032023-08-221-0/+23
* fix(files_reminders): Delete reminders on node deletedChristopher Ng2023-08-142-7/+8
* fix(files_reminders): Always respect json output optionChristopher Ng2023-08-141-4/+5
* fix(files_reminders): Allow non-adminChristopher Ng2023-08-141-0/+4
* enh: pass params in subjectChristopher Ng2023-08-092-14/+11
* fix: remove non-existing reminder notificationChristopher Ng2023-08-091-1/+3
* fix: load scriptChristopher Ng2023-08-091-0/+9
* enh: add clean up bufferChristopher Ng2023-08-092-2/+7
* feat(files_reminders): integrate load scriptsChristopher Ng2023-08-092-0/+47
* enh: handle user deletedChristopher Ng2023-08-033-0/+58
* fix: set endpoint descriptionChristopher Ng2023-08-031-1/+1
* fix: ignore non-existingChristopher Ng2023-08-031-0/+6
* enh: add json output to commandChristopher Ng2023-08-031-15/+40
* fix: return null if table existsChristopher Ng2023-08-031-0/+4
* fix: remove unnecessary parsed subjectChristopher Ng2023-08-031-5/+0
* enh: highlight filenameChristopher Ng2023-08-031-3/+1
* fix: catch NodeNotFoundException in notifierChristopher Ng2023-08-031-2/+5
* fix: exit on reminder not foundChristopher Ng2023-08-032-1/+10
* enh: handle node deletedChristopher Ng2023-08-034-0/+73
* fix: construct background jobsChristopher Ng2023-08-032-2/+2
* fix: remove throwable handlingChristopher Ng2023-08-032-13/+0
* fix: return ocs dataChristopher Ng2023-08-031-18/+18
* enh: does not exist return nullChristopher Ng2023-08-031-1/+4
* enh: serialize pathChristopher Ng2023-08-031-2/+2
* enh: comment intervalChristopher Ng2023-08-031-1/+1
* enh: return created status codeChristopher Ng2023-08-032-2/+9
* fix: create only if file existsChristopher Ng2023-08-032-0/+11
* feat(files_reminders): add remove endpointChristopher Ng2023-08-032-5/+29
* fix: update find due queryChristopher Ng2023-08-031-3/+1
* feat(files_reminders): create or updateChristopher Ng2023-08-033-15/+25
* enh: add updated atChristopher Ng2023-08-035-8/+18
* fix: catch ThrowableChristopher Ng2023-08-031-3/+3
* enh: rename to due dateChristopher Ng2023-08-039-34/+35
* feat(files_reminders): add api controllerChristopher Ng2023-08-033-0/+143
* enh: implement JsonSerializableChristopher Ng2023-08-031-1/+13
* enh: add created atChristopher Ng2023-08-034-9/+18
* enh: use datetimeChristopher Ng2023-08-034-8/+9