aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TaskProcessingApiController.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46222 from nextcloud/fix/task-processing-api-controller/d...John Molakvoæ2024-11-061-3/+3
|\
| * fix(TaskProcessingApiController): Don't use + to merge non-assoc. arraysfix/task-processing-api-controller/dont-use-plusMarcel Klehr2024-07-011-3/+3
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-24/+22
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-6/+6
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-17/+17
* | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-14/+13
* | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-19/+29
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-2/+8
* | fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-171-1/+7
* | fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
* | fix: psalm errorsMarcel Klehr2024-07-171-3/+3
* | feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+49
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
* | feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-46/+137
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-271-18/+2
* fix(TaskProcessingApi): Cleanup error handlingprovokateurin2024-05-161-10/+2
* docs(TaskProcessingApi): Set correct status code messagesprovokateurin2024-05-161-6/+6
* docs(TaskProcessingApi): Cleanup endpoint descriptionsprovokateurin2024-05-161-13/+12
* docs(TaskProcessingApi): Fix result endpoint descriptionprovokateurin2024-05-161-1/+1
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-3/+33
* fix(OCS-API): No csrf required for /tasks/taskId/file/fileIdMarcel Klehr2024-05-141-0/+1
* fix(ocs): change /tasktypes response to combine optional and non-optional IO ...Marcel Klehr2024-05-141-4/+8
* feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-141-0/+32
* fix: update openai specsMarcel Klehr2024-05-141-1/+1
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-2/+2
* fix: address review commentsMarcel Klehr2024-05-141-5/+7
* fix: address review commentsMarcel Klehr2024-05-141-8/+12
* fix: Update autoloadersMarcel Klehr2024-05-141-0/+1
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+0
* fix: psalm issuesMarcel Klehr2024-05-141-1/+1
* fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-3/+14
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-2/+2
* feat: Add ExApp endpointsMarcel Klehr2024-05-141-5/+71
* fix: Fix psalm issuesMarcel Klehr2024-05-141-16/+15
* chore: Regenerate openapi.jsonMarcel Klehr2024-05-141-5/+5
* chore: Run cs:fixMarcel Klehr2024-05-141-3/+0
* feat: Add getFileContents endpoint to TaskProcessing OCS APIMarcel Klehr2024-05-141-8/+78
* feat: TaskProcessing OCS APIMarcel Klehr2024-05-141-0/+214