aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TextToImage/RemoveOldTasksBackgroundJob.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
| | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ↵Marcel Klehr2023-10-221-2/+2
| | | | | | images in TextToImage Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(TextToImage): Implement removal of stale images and change ↵Marcel Klehr2023-10-181-2/+21
| | | | | | Task#last_updated to DATETIME Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Implement TextToImage OCP APIMarcel Klehr2023-10-181-0/+59
Signed-off-by: Marcel Klehr <mklehr@gmx.net>