Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2 days | 1 | -6/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(taskprocessing): /tasktypes endpoint was broken by #49015 | Julien Veyssier | 2025-01-09 | 1 | -20/+60 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(TaskProcessing): Set up fs in getFileContentsInternalfix/taskprocessing-api-get-file-contents | Marcel Klehr | 2024-11-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge pull request #46222 from ↵ | John Molakvoæ | 2024-11-06 | 1 | -3/+3 |
|\ | | | | | | | nextcloud/fix/task-processing-api-controller/dont-use-plus | ||||
| * | fix(TaskProcessingApiController): Don't use + to merge non-assoc. arraysfix/task-processing-api-controller/dont-use-plus | Marcel Klehr | 2024-07-01 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -24/+22 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -17/+17 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -14/+13 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 1 | -19/+29 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -2/+8 |
| | | | | | | | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | fix(TaskProcessing): Update openapi specs | Marcel Klehr | 2024-07-17 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TaskProcessingApiController): Address review comments | Marcel Klehr | 2024-07-17 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: psalm errors | Marcel Klehr | 2024-07-17 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(TaskProcessing): Allow setting task results for file slots | Marcel Klehr | 2024-07-17 | 1 | -2/+49 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr> | ||||
* | | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 1 | -46/+137 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -18/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(TaskProcessingApi): Cleanup error handling | provokateurin | 2024-05-16 | 1 | -10/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | docs(TaskProcessingApi): Set correct status code messages | provokateurin | 2024-05-16 | 1 | -6/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | docs(TaskProcessingApi): Cleanup endpoint descriptions | provokateurin | 2024-05-16 | 1 | -13/+12 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | docs(TaskProcessingApi): Fix result endpoint description | provokateurin | 2024-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -3/+33 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(OCS-API): No csrf required for /tasks/taskId/file/fileId | Marcel Klehr | 2024-05-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(ocs): change /tasktypes response to combine optional and non-optional IO ↵ | Marcel Klehr | 2024-05-14 | 1 | -4/+8 |
| | | | | | | slots Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Add cancel endpoint to OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+32 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: update openai specs | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -5/+7 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 1 | -8/+12 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Update autoloaders | Marcel Klehr | 2024-05-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: psalm issues | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Check if user is authorized to use the files they mentioned | Marcel Klehr | 2024-05-14 | 1 | -3/+14 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Add ExApp endpoints | Marcel Klehr | 2024-05-14 | 1 | -5/+71 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 1 | -16/+15 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Regenerate openapi.json | Marcel Klehr | 2024-05-14 | 1 | -5/+5 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -3/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Add getFileContents endpoint to TaskProcessing OCS API | Marcel Klehr | 2024-05-14 | 1 | -8/+78 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: TaskProcessing OCS API | Marcel Klehr | 2024-05-14 | 1 | -0/+214 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |