Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notes | Marcel Klehr | 2024-12-10 | 1 | -0/+3 |
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(TaskProcessing): More task types | Marcel Klehr | 2024-12-09 | 3 | -0/+315 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(activity): Fix activity object type warnings | Joas Schilling | 2024-11-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 2 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(taskprocessing): add IManager::runTask method to run task synchronously | Julien Veyssier | 2024-08-27 | 1 | -0/+27 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write" | Marcel Klehr | 2024-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(taskprocessing): select preferred provider when running sync task, fix ↵ | Julien Veyssier | 2024-08-12 | 1 | -2/+2 |
| | | | | | | task type values according to preferred provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): fix typo in text2text task type | Julien Veyssier | 2024-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add translate task type | Julien Veyssier | 2024-07-25 | 1 | -0/+102 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): fix psalm issue | Julien Veyssier | 2024-07-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): add license | Julien Veyssier | 2024-07-25 | 1 | -0/+8 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(taskprocessing): run cs:fix | Julien Veyssier | 2024-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(TaskProcessing): Implement enums and default values | Marcel Klehr | 2024-07-25 | 5 | -3/+125 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(taskprocessing): add appId filter to taskprocessing occ commands | Julien Veyssier | 2024-07-23 | 1 | -2/+4 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add occ commands to list tasks and compute stats | Julien Veyssier | 2024-07-23 | 1 | -0/+16 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add start, stop and schedule time to tasks | Julien Veyssier | 2024-07-23 | 1 | -1/+56 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(taskprocessing): add support for webhooks (http or AppAPI) in the task ↵ | Julien Veyssier | 2024-07-22 | 1 | -0/+37 |
| | | | | | | processing API Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(TaskProcessing): Add since doc for new EShapeType method | Marcel Klehr | 2024-07-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Validate output properly | Marcel Klehr | 2024-07-17 | 1 | -1/+34 |
| | | | | | | Differentiate between output with file IDs and output with File data Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(TaskProcessing): Allow setting task results for file slots | Marcel Klehr | 2024-07-17 | 1 | -2/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypes | Joas Schilling | 2024-07-04 | 4 | -0/+378 |
|\ | | | | | feat(TaskProcessing): Add more task types | ||||
| * | feat(TaskProcessing): Add more task types | Marcel Klehr | 2024-07-04 | 4 | -0/+378 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(TaskProcessing): Set task status to running when processing via ↵ | Marcel Klehr | 2024-07-04 | 1 | -0/+10 |
| | | | | | | | | | | | | ISynchronousProvider Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat(TaskProcessingApi): Add endpoint for getting the next task | provokateurin | 2024-07-01 | 1 | -2/+20 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 24 | -307/+62 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: expose lastUpdated in OCS API | Marcel Klehr | 2024-05-15 | 1 | -1/+21 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 2 | -8/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: Add some new task types | Marcel Klehr | 2024-05-14 | 2 | -0/+221 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/public/TaskProcessing/IManager.php | Marcel Klehr | 2024-05-14 | 1 | -0/+1 |
| | | | | Co-authored-by: julien-nc <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(OCS-API): Add endpoint to list user tasks | Marcel Klehr | 2024-05-14 | 1 | -0/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 3 | -9/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: address review comments | Marcel Klehr | 2024-05-14 | 3 | -16/+36 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Run cs:fix | 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 | 3 | -1/+23 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Expose task type on CoreTaskProcessingTask json | Marcel Klehr | 2024-05-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 2 | -4/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 2 | -0/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Typo | Marcel Klehr | 2024-05-14 | 3 | -3/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 3 | -6/+6 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | chore: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -2/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | refactor: Move validation to EShapeType | Marcel Klehr | 2024-05-14 | 2 | -1/+92 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+12 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix: weed out some psalm errors and run cs:fix | Marcel Klehr | 2024-05-14 | 14 | -21/+137 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 20 | -0/+1422 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |