aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TextProcessingApiController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-5/+4
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-6/+6
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-18/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* fix(TextProcessing/Manager): Throw TaskFailureException upon failureMarcel Klehr2023-11-061-1/+2
* enh(TextProcessing): Add IProvider2Marcel Klehr2023-11-031-2/+9
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* Fix text processing OpenAPIjld31032023-08-111-2/+2
* fix psalm issueJulien Veyssier2023-08-071-1/+2
* feat: Add delete task APIJulius Härtl2023-08-071-0/+30
* allow anon text processing schedulingJulien Veyssier2023-08-071-30/+22
* start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-071-0/+32
* core: Document text processing APIjld31032023-07-311-0/+23
* Fix tests: Adjust constructor signatureMarcel Klehr2023-07-191-1/+1
* Remove Task::factory methodMarcel Klehr2023-07-191-1/+1
* Fix psalm errorsMarcel Klehr2023-07-141-19/+1
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-07-141-0/+155