aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/IManager.php
Commit message (Expand)AuthorAgeFilesLines
* docs: document adding of argumentJana Peper7 days1-0/+1
* feat: filter disabled apps in task types requestsJana Peper7 days1-1/+2
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-271-0/+27
* fix(taskprocessing): select preferred provider when running sync task, fix ta...Julien Veyssier2024-08-121-2/+2
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-1/+1
* feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-231-2/+4
* feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-231-0/+16
* feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+4
* fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-041-0/+10
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-2/+20
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* Update lib/public/TaskProcessing/IManager.phpMarcel Klehr2024-05-141-0/+1
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-0/+10
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-2/+2
* fix: address review commentsMarcel Klehr2024-05-141-1/+2
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+1
* fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-1/+3
* fix: Fix psalm issuesMarcel Klehr2024-05-141-1/+1
* refactor: Move validation to EShapeTypeMarcel Klehr2024-05-141-1/+1
* fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-141-1/+3
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+157