aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextToImage/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* introduce IProviderWithUserIdAlexander Piskun2024-01-141-0/+4
* fix(psalm issues)Marcel Klehr2024-01-091-2/+4
* Update doc blocksMB-Finski2023-12-201-2/+2
* Return providers as indexed arraySami Finnilä2023-12-191-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+8
* fix(TextToImage): Always set completionExpectedAt in run/schedule methodsMarcel Klehr2023-11-021-0/+6
* fix(TextToImage): Consistently use the right method to get the preferred prov...Marcel Klehr2023-10-311-29/+24
* fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
* en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-261-2/+2
* en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-261-6/+3
* fix: Minor copypastaMarcel Klehr2023-10-231-1/+1
* fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
* Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
* fix(TextToImage/Manager): Appease psalmMarcel Klehr2023-10-221-1/+1
* fix(Text2Image): Fix appdata folder creationMarcel Klehr2023-10-221-8/+4
* enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-221-0/+6
* fix(Text2Image): Fix psalm errorMarcel Klehr2023-10-201-1/+1
* fix(Text2Image): Fix psalm issuesMarcel Klehr2023-10-201-11/+17
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-201-9/+19
* enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-201-1/+31
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-181-0/+1
* enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-181-1/+1
* fix(TextToImage): Fix coding styleMarcel Klehr2023-10-181-2/+2
* fix(TextToImage): Fix psalm errorsMarcel Klehr2023-10-181-1/+1
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-181-14/+50
* Small fixesMarcel Klehr2023-10-181-3/+2
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+245