Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Adjust parameter type usage and add SQLite support | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 2 | -36/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: appease linters and psalm | Marcel Klehr | 2023-10-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage\Db\Task): Inject ITimeFactory | Marcel Klehr | 2023-10-23 | 1 | -1/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/TextToImage/Db/TaskMapper.php | Marcel Klehr | 2023-10-23 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/TextToImage/Db/TaskMapper.php | Marcel Klehr | 2023-10-23 | 1 | -1/+1 |
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(Text2Image): Expose expected completion time | Marcel Klehr | 2023-10-20 | 1 | -2/+8 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead ↵ | Marcel Klehr | 2023-10-20 | 1 | -1/+1 |
| | | | | | | of time() Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 1 | -18/+8 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update lib/private/TextToImage/Db/Task.php | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | 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#getUserTasksByApp | Marcel Klehr | 2023-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Implement removal of stale images and change ↵ | Marcel Klehr | 2023-10-18 | 2 | -8/+19 |
| | | | | | | Task#last_updated to DATETIME Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 2 | -0/+237 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |