aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TaskProcessingApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-14/+13
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-251-19/+29
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵Julien Veyssier2024-07-221-2/+8
| | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-171-1/+7
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+49
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
| | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr>
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-46/+137
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(TaskProcessingApi): Cleanup error handlingprovokateurin2024-05-161-10/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* docs(TaskProcessingApi): Set correct status code messagesprovokateurin2024-05-161-6/+6
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* docs(TaskProcessingApi): Cleanup endpoint descriptionsprovokateurin2024-05-161-13/+12
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* docs(TaskProcessingApi): Fix result endpoint descriptionprovokateurin2024-05-161-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-3/+33
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(OCS-API): No csrf required for /tasks/taskId/file/fileIdMarcel Klehr2024-05-141-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(ocs): change /tasktypes response to combine optional and non-optional IO ↵Marcel Klehr2024-05-141-4/+8
| | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-141-0/+32
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: update openai specsMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-5/+7
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: address review commentsMarcel Klehr2024-05-141-8/+12
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Update autoloadersMarcel Klehr2024-05-141-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: psalm issuesMarcel Klehr2024-05-141-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-3/+14
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Add ExApp endpointsMarcel Klehr2024-05-141-5/+71
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix: Fix psalm issuesMarcel Klehr2024-05-141-16/+15
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Regenerate openapi.jsonMarcel Klehr2024-05-141-5/+5
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* chore: Run cs:fixMarcel Klehr2024-05-141-3/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: Add getFileContents endpoint to TaskProcessing OCS APIMarcel Klehr2024-05-141-8/+78
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat: TaskProcessing OCS APIMarcel Klehr2024-05-141-0/+214
Signed-off-by: Marcel Klehr <mklehr@gmx.net>