aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib
Commit message (Expand)AuthorAgeFilesLines
* chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen5 days1-1/+1
* fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen5 days1-1/+3
* fix(files_reminders): add missing importFerdinand Thiessen5 days2-1/+2
* fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau11 days3-1/+39
* fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau11 days1-1/+1
* fix(files_reminders): Do not attempt to send reminders after a user has left ...fix/do-not-remindChristopher Ng2025-02-261-2/+3
* perf(files_reminders): Use in-memory cacheChristopher Ng2025-02-211-1/+1
* perf(files_reminders): Pre-cache directoryChristopher Ng2025-02-213-0/+61
* chore(files_reminders): Remove unused findChristopher Ng2025-02-211-10/+0
* chore(files_reminders): Remove unused getChristopher Ng2025-02-211-8/+0
* perf(files_reminders): Reduce db queries on propfindChristopher Ng2025-02-214-32/+76
* fix(lint): remove whitespacesfix/reminder-node-accessAndy Scherzinger2025-02-201-2/+2
* fix(files_reminders): Check for node access when retrieving or removing remin...Christopher Ng2025-02-202-7/+18
* fix(files_reminders): Only allow updating reminders if the file is accessibleChristopher Ng2025-02-201-4/+5
* Fix(files_reminders): Add an error log message that notifications app isn't e...Faisal Alghamdi2024-11-291-0/+3
* 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