aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/lib/BackgroundJob
Commit message (Collapse)AuthorAgeFilesLines
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-2/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-302-38/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: construct background jobsChristopher Ng2023-08-032-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: remove throwable handlingChristopher Ng2023-08-031-3/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: comment intervalChristopher Ng2023-08-031-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh: rename to due dateChristopher Ng2023-08-032-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files_reminders): add background jobsChristopher Ng2023-08-032-0/+112
Signed-off-by: Christopher Ng <chrng8@gmail.com>