aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing
Commit message (Expand)AuthorAgeFilesLines
* docs: fix version numberfeat/add-proofread-tasktypejanepie14 days1-1/+1
* feat: add proofread task typeJana Peper14 days1-0/+91
* docs: document adding of argumentJana Peper2024-12-181-0/+1
* feat: filter disabled apps in task types requestsJana Peper2024-12-181-1/+2
* fix(TextToTextChatWithTools): Add translator notesfix/texttotextchatwithtools-translator-notesMarcel Klehr2024-12-101-0/+3
* feat(TaskProcessing): More task typesMarcel Klehr2024-12-093-0/+315
* fix(activity): Fix activity object type warningsJoas Schilling2024-11-271-1/+1
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-052-3/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-271-0/+27
* fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"Marcel Klehr2024-08-211-1/+1
* fix(taskprocessing): select preferred provider when running sync task, fix ta...Julien Veyssier2024-08-121-2/+2
* fix(taskprocessing): fix typo in text2text task typeJulien Veyssier2024-07-251-1/+1
* feat(taskprocessing): add translate task typeJulien Veyssier2024-07-251-0/+102
* fix(taskprocessing): fix psalm issueJulien Veyssier2024-07-251-0/+1
* fix(taskprocessing): add licenseJulien Veyssier2024-07-251-0/+8
* fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-1/+1
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-255-3/+125
* 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): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-1/+56
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-221-0/+37
* fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
* fix: Validate output properlyMarcel Klehr2024-07-171-1/+34
* feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-2/+4
* Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypesJoas Schilling2024-07-044-0/+378
|\
| * feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-044-0/+378
* | 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-2424-307/+62
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-1/+21
* fix: address review commentsMarcel Klehr2024-05-142-8/+10
* feat: Add some new task typesMarcel Klehr2024-05-142-0/+221
* 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-143-9/+10
* fix: address review commentsMarcel Klehr2024-05-143-16/+36
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+1
* fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-143-1/+23
* fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-1/+2
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-142-4/+4
* fix: Fix psalm issuesMarcel Klehr2024-05-142-0/+2
* fix: TypoMarcel Klehr2024-05-143-3/+3
* fix: Fix psalm issuesMarcel Klehr2024-05-143-6/+6
* chore: Run cs:fixMarcel Klehr2024-05-141-2/+9
* refactor: Move validation to EShapeTypeMarcel Klehr2024-05-142-1/+92
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+12
* fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-1414-21/+137
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-1420-0/+1422