aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextToImage/Db/Task.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-201-2/+8
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead ↵Marcel Klehr2023-10-201-1/+1
| | | | | | of time() Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-201-18/+8
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Update lib/private/TextToImage/Db/Task.phpMarcel Klehr2023-10-181-1/+1
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Implement removal of stale images and change ↵Marcel Klehr2023-10-181-3/+4
| | | | | | Task#last_updated to DATETIME Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+119
Signed-off-by: Marcel Klehr <mklehr@gmx.net>