summaryrefslogtreecommitdiffstats
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 #41133 from nextcloud/bugfix/noid/dont-duplicate-notificat...Joas Schilling2023-10-261-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
* | | | | Merge pull request #41120 from nextcloud/imaginaryInvalidStreamSimon L2023-10-261-0/+3
|\ \ \ \ \
| * | | | | Don't pass invalid streams to ImaginaryGit'Fellow2023-10-251-0/+3
* | | | | | Merge pull request #41123 from nextcloud/bugfix/noid/get-storage-before-updatingJoas Schilling2023-10-261-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(external): Get storage before update itJoas Schilling2023-10-261-0/+3
|/ / / / /
* / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2618-44/+728
|/ / / /
* | | | Merge pull request #41093 from nextcloud/fix-files-list-popperJulius Härtl2023-10-253-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2023-10-252-3/+3
| * | | fix(files): disable containment in headerVarun Patil2023-10-251-1/+0
|/ / /
* | | Merge pull request #41108 from nextcloud/fix/40708-remove_tab_index_from_navi...Ferdinand Thiessen2023-10-252-4/+4
|\ \ \
| * | | Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-252-4/+4
|/ / /
* | | Merge pull request #41110 from nextcloud/fix/login-cypress-testFerdinand Thiessen2023-10-251-1/+1
|\ \ \