aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextToImage
Commit message (Expand)AuthorAgeFilesLines
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-1/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-193-5/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-4/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* chore: Add SPDX headerAndy Scherzinger2024-05-245-90/+10
* 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-1/+0
* fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
* fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
* Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
* Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
* Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
* Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
* fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ima...Marcel Klehr2023-10-221-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
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-2/+8
* fix(Text2Image): Fix psalm errorMarcel Klehr2023-10-201-1/+1
* fix(Text2Image): Fix psalm issuesMarcel Klehr2023-10-201-11/+17
* fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead ...Marcel Klehr2023-10-201-1/+1
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-202-27/+27
* 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
* Update lib/private/TextToImage/Db/Task.phpMarcel Klehr2023-10-181-1/+1
* enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-182-2/+2
* enh(TextToImage): Implement removal of stale images and change Task#last_upda...Marcel Klehr2023-10-183-10/+40
* 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
* Update lib/private/TextToImage/TaskBackgroundJob.phpMarcel Klehr2023-10-181-2/+2
* Small fixesMarcel Klehr2023-10-181-3/+2
* Implement TextToImage OCP APIMarcel Klehr2023-10-185-0/+604