Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2025-05-15 | 1 | -1/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -4/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(core): use OC namespace for core ReponseDefinitions instead of OCA | Julien CHATY-CAPELLE | 2024-07-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 1 | -18/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | refactor(core): Switch to attribute based routing | provokateurin | 2024-02-21 | 1 | -0/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-26 | 1 | -1/+1 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | en(TextToImage): Use specific exception class instead of generic ↵ | Marcel Klehr | 2023-10-26 | 1 | -1/+2 |
| | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(Text2Image): Fix OpenAPI types | Marcel Klehr | 2023-10-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Allow generating multiple images with one task | Marcel Klehr | 2023-10-20 | 1 | -5/+9 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during ↵ | Marcel Klehr | 2023-10-20 | 1 | -1/+8 |
| | | | | | | request lifetime if possible Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage): Fix OpenAPI definitions | Marcel Klehr | 2023-10-19 | 1 | -2/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage): Fix bruteforce protection | Marcel Klehr | 2023-10-18 | 1 | -19/+10 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage): Add bruteforce protection to API | Marcel Klehr | 2023-10-18 | 1 | -10/+28 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(TextToImage): Fix docblock of getImage route | Marcel Klehr | 2023-10-18 | 1 | -4/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Add bruteforce protection for anonymous API usage | Marcel Klehr | 2023-10-18 | 1 | -2/+7 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(TextToImage): Address review comments | Marcel Klehr | 2023-10-18 | 1 | -3/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update core/Controller/TextToImageApiController.php | Marcel Klehr | 2023-10-18 | 1 | -6/+6 |
| | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Small fixes | Marcel Klehr | 2023-10-18 | 1 | -7/+6 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Implement TextToImage OCP API | Marcel Klehr | 2023-10-18 | 1 | -0/+221 |
Signed-off-by: Marcel Klehr <mklehr@gmx.net> |