summaryrefslogtreecommitdiffstats
path: root/core/Controller/TextProcessingApiController.php
Commit message (Collapse)AuthorAgeFilesLines
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix text processing OpenAPIjld31032023-08-111-2/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* fix psalm issueJulien Veyssier2023-08-071-1/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat: Add delete task APIJulius Härtl2023-08-071-0/+30
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* allow anon text processing schedulingJulien Veyssier2023-08-071-30/+22
| | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-071-0/+32
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* core: Document text processing APIjld31032023-07-311-0/+23
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix psalm errorsMarcel Klehr2023-07-141-19/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-0/+155
Signed-off-by: Marcel Klehr <mklehr@gmx.net>