aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/TextToImageApiController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-4/+3
* 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-2/+2
* 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/+7
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
* en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-261-1/+2
* fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-201-1/+1
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-201-5/+9
* enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-201-1/+8
* fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-191-2/+4
* fix(TextToImage): Fix bruteforce protectionMarcel Klehr2023-10-181-19/+10
* fix(TextToImage): Add bruteforce protection to APIMarcel Klehr2023-10-181-10/+28
* fix(TextToImage): Fix docblock of getImage routeMarcel Klehr2023-10-181-4/+3
* enh(TextToImage): Add bruteforce protection for anonymous API usageMarcel Klehr2023-10-181-2/+7
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-3/+2
* Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-181-6/+6
* Small fixesMarcel Klehr2023-10-181-7/+6
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+221