aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/TaskProcessing
Commit message (Collapse)AuthorAgeFilesLines
* fix: error handling for wrong json valuesJana Peper2024-12-181-9/+14
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: add occ command for task type togglingJana Peper2024-12-181-7/+3
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat: add occ command for task type togglingJana Peper2024-12-181-0/+60
| | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-012-1/+46
| | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-2/+16
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add stats about input/output sizesJulien Veyssier2024-07-231-6/+47
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-232-0/+229
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>