summaryrefslogtreecommitdiffstats
path: root/core/Controller/TextToImageApiController.php
Commit message (Expand)AuthorAgeFilesLines
* 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