aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/Controller/ApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* perf(files_reminders): Reduce db queries on propfindChristopher Ng2025-02-211-10/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(lint): remove whitespacesfix/reminder-node-accessAndy Scherzinger2025-02-201-2/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files_reminders): Check for node access when retrieving or removing ↵Christopher Ng2025-02-201-2/+2
| | | | | | reminders Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-301-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: openapiJohn Molakvoæ2024-02-131-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* files_reminders: Add OpenAPI specjld31032023-08-221-0/+23
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix(files_reminders): Allow non-adminChristopher Ng2023-08-141-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: set endpoint descriptionChristopher Ng2023-08-031-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: remove throwable handlingChristopher Ng2023-08-031-10/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: return ocs dataChristopher Ng2023-08-031-18/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: does not exist return nullChristopher Ng2023-08-031-1/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: return created status codeChristopher Ng2023-08-031-1/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: create only if file existsChristopher Ng2023-08-031-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add remove endpointChristopher Ng2023-08-031-5/+21
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): create or updateChristopher Ng2023-08-031-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: rename to due dateChristopher Ng2023-08-031-6/+6
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add api controllerChristopher Ng2023-08-031-0/+107
Signed-off-by: Christopher Ng <chrng8@gmail.com>