aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypesJoas Schilling2024-07-041-0/+3
|\
| * feat(TaskProcessing): Add more task typesMarcel Klehr2024-07-041-0/+3
* | fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-042-0/+13
* | feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-013-24/+53
* | fix(taskprocessing): in removeSuperfluousArrayKeys, don't try to keep input/o...Julien Veyssier2024-07-011-0/+1
* | fix(taskprocessing): input validation was dropping some optional inputsJulien Veyssier2024-07-011-1/+1
|/
* fix(taskprocessing): missing GenerateEmoji default task type in manager::_get...Julien Veyssier2024-06-201-0/+1
* fix(taskprocessing): missing ContextWrite default task type in manager::_getT...Julien Veyssier2024-06-201-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-245-54/+14
* fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-0/+1
* fix: address review commentsMarcel Klehr2024-05-141-1/+0
* fix: Fix pass-through stt providerMarcel Klehr2024-05-141-14/+1
* fix(Manager#fillInputs): Try to setup user FS before access file inputsMarcel Klehr2024-05-141-4/+4
* fix(SynchronousBackgroundJob): Only reschedule when neededMarcel Klehr2024-05-141-2/+19
* Update lib/private/TaskProcessing/Manager.phpMarcel Klehr2024-05-141-1/+1
* fix(Manager#fillInputData): Load user folder if neededMarcel Klehr2024-05-141-2/+6
* fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-142-1/+33
* fix(TextToImage): Allow leaving the resources openMarcel Klehr2024-05-141-0/+6
* fix: run cs:fixMarcel Klehr2024-05-141-1/+1
* feat: Add cancel endpoint to OCS APIMarcel Klehr2024-05-141-0/+3
* fix: fix psalm issuesMarcel Klehr2024-05-142-7/+7
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-144-13/+13
* fix: psalm issueMarcel Klehr2024-05-141-3/+5
* fix: address review commentsMarcel Klehr2024-05-141-30/+39
* fix: address review commentsMarcel Klehr2024-05-143-2/+16
* fix: Run cs:fixMarcel Klehr2024-05-141-1/+0
* fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-141-1/+29
* feat: Remove stale files in AppData as wellMarcel Klehr2024-05-141-2/+34
* fix: psalm issueMarcel Klehr2024-05-141-1/+1
* test: Add more tests for legacy pass-throughMarcel Klehr2024-05-141-2/+3
* fix: Small fixesMarcel Klehr2024-05-141-12/+3
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-143-20/+20
* fix: Fix psalm issuesMarcel Klehr2024-05-141-3/+7
* fix: Fix psalm issuesMarcel Klehr2024-05-142-4/+6
* refactor: Move validation to EShapeTypeMarcel Klehr2024-05-141-74/+12
* fix: Run cs:fixMarcel Klehr2024-05-141-11/+0
* test: Add OldTasksShouldBeCleanedUp testMarcel Klehr2024-05-143-2/+48
* fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-141-62/+64
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-144-0/+1247