aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TextToImage
Commit message (Collapse)AuthorAgeFilesLines
* introduce IProviderWithUserIdAlexander Piskun2024-01-141-0/+15
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
* Update doc blocksMB-Finski2023-12-201-1/+1
| | | | Signed-off-by: MB-Finski <sami.finnila@gmail.com>
* Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-0/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* en(TextToImage): Use specific exception class instead of generic ↵Marcel Klehr2023-10-262-2/+34
| | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-7/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-201-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-1/+21
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-11/+26
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵Marcel Klehr2023-10-202-1/+16
| | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-5/+5
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/Exception/TextToImageException.phpMarcel Klehr2023-10-181-0/+3
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/Exception/TaskNotFoundException.phpMarcel Klehr2023-10-181-0/+3
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-181-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-182-2/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/Events/TaskSuccessfulEvent.phpMarcel Klehr2023-10-181-1/+1
| | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-181-1/+1
| | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* cs:FixMarcel Klehr2023-10-183-5/+0
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Small fixesMarcel Klehr2023-10-181-2/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Implement TextToImage OCP APIMarcel Klehr2023-10-188-0/+526
Signed-off-by: Marcel Klehr <mklehr@gmx.net>