aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing/Db/Task.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-3/+3
* feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-0/+18
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-2/+14
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-0/+1
* fix: fix psalm issuesMarcel Klehr2024-05-141-4/+4
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-6/+6
* fix: address review commentsMarcel Klehr2024-05-141-2/+2
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-1/+1
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+134