aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-225-1/+46
* fix(Text2Image): Fix psalm errorsMarcel Klehr2023-10-202-0/+12
* enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-205-5/+40
* fix(Text2Image): Fix psalm errorMarcel Klehr2023-10-201-1/+1
* fix(Text2Image): Add number_of_images to migrationMarcel Klehr2023-10-201-0/+4
* fix(Text2Image): Fix psalm issuesMarcel Klehr2023-10-201-11/+17
* fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-202-3/+66
* fix(Text2Image): Fix Task#lastUpdated initialization to use DateTime instead ...Marcel Klehr2023-10-201-1/+1
* enh(testing app): Add fake text2image providerMarcel Klehr2023-10-203-0/+45
* enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-207-44/+64
* enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-204-3/+55
* fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-192-2/+811
* fix(TextToImage): Add autoloader changes and registerAliasMarcel Klehr2023-10-193-0/+32
* fix(TextToImage): Fix bruteforce protectionMarcel Klehr2023-10-181-19/+10
* fix(TextToImage): Add bruteforce protection to APIMarcel Klehr2023-10-181-10/+28
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-182-0/+2
* fix(TextToImage): Fix psalm issuesMarcel Klehr2023-10-182-6/+6
* fix(TextToImage): Fix notnull column to allow for empty strings on orcaleMarcel Klehr2023-10-181-1/+1
* fix(TextToImage): Fix docblock of getImage routeMarcel Klehr2023-10-181-4/+3
* enh(TextToImage): Add bruteforce protection for anonymous API usageMarcel Klehr2023-10-181-2/+7
* Update lib/public/TextToImage/Exception/TextToImageException.phpMarcel Klehr2023-10-181-0/+3
* Update lib/public/TextToImage/Exception/TaskNotFoundException.phpMarcel Klehr2023-10-181-0/+3
* Update lib/private/TextToImage/Db/Task.phpMarcel Klehr2023-10-181-1/+1
* enh(TextToImage): Allow anonymous access to IManager#getUserTasksByAppMarcel Klehr2023-10-183-4/+4
* enh(TextToImage): Add routesMarcel Klehr2023-10-181-0/+7
* 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-182-2/+2
* enh(TextToImage): Address review commentsMarcel Klehr2023-10-186-29/+56
* Update lib/private/TextToImage/TaskBackgroundJob.phpMarcel Klehr2023-10-181-2/+2
* Update lib/public/TextToImage/Events/TaskSuccessfulEvent.phpMarcel Klehr2023-10-181-1/+1
* Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-181-1/+1
* Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-181-6/+6
* cs:FixMarcel Klehr2023-10-183-5/+0
* Small fixesMarcel Klehr2023-10-181-3/+2
* Small fixesMarcel Klehr2023-10-182-9/+7
* Implement TextToImage OCP APIMarcel Klehr2023-10-1818-3/+1489
* Merge pull request #40959 from nextcloud/bugfix/noid/fix-types-in-querybuilderJoas Schilling2023-10-182-4/+4
|\
| * fix(dbal): Fix types in query builder methods for parametersJoas Schilling2023-10-182-4/+4
* | Merge pull request #40478 from nextcloud/node-from-entryJohn Molakvoæ2023-10-184-1/+46
|\ \
| * | add method to create a node from cache entry + mountpointRobin Appelman2023-09-194-1/+46
* | | Merge pull request #40873 from nextcloud/fix/36965-fix-search-contactsJulia Kirschenheuter2023-10-183-4/+3
|\ \ \
| * | | Fix width of input on contacts menujulia.kirschenheuter2023-10-183-4/+3
|/ / /
* | | Merge pull request #40956 from nextcloud/deps/nextcloud/dialogs-5.0.0-beta.6John Molakvoæ2023-10-1885-119/+295
|\ \ \
| * | | chore: compile assetsChristopher Ng2023-10-1877-105/+196
| * | | chore: Remove unnecessary dialogs css importsChristopher Ng2023-10-186-6/+0
| * | | chore(deps): Bump @nextcloud/dialogs to v5-beta.6Christopher Ng2023-10-182-8/+99
|/ / /
* | | Merge pull request #40926 from nextcloud/config-sample-theme-names-fixJohn Molakvoæ2023-10-181-1/+1
|\ \ \ | |_|/ |/| |
| * | config.sample.php: fix incorrect theme name + add a missing oneJosh Richards2023-10-151-1/+1
* | | Merge pull request #40808 from c39cfbb3/patch-3Ferdinand Thiessen2023-10-181-0/+4
|\ \ \