summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #41230 from nextcloud/indexFixGit'Fellow2023-11-021-3/+4
|\
| * Return only if changedGit'Fellow2023-11-011-2/+1
| * fix: add index on migration only if neededGit'Fellow2023-11-011-1/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-02122-122/+208
|/
* Merge pull request #40852 from nextcloud/feat/contactsmenu/user-statusChristoph Wurst2023-11-013-44/+45
|\
| * feat(contactsmenu): Show user statusChristoph Wurst2023-10-313-44/+45
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-012-2/+10
|/
* Merge pull request #41207 from nextcloud/fix/a11y/contacts-menu-actionsPytal2023-10-311-12/+1
|\
| * fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
* | load script and styles on setup pageRobin Appelman2023-10-311-0/+8
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-314-0/+8
|/
* Merge pull request #41177 from nextcloud/fix/noid/reset-bfp-on-sudo-actionJoas Schilling2023-10-301-1/+2
|\
| * Reset BFP for sudo actionMarcel Müller2023-10-281-1/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-304-0/+12
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-294-0/+6
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2822-2/+52
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2798-974/+98
* fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
* enh(a11y): Add separate profile entryChristopher Ng2023-10-262-2/+150
* fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-262-35/+0
|\
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-192-35/+0
* | Merge pull request #41117 from callmemagnus/bugfix/grant__js-errorFerdinand Thiessen2023-10-261-1/+1
|\ \
| * | fix(grant): remove JS error on Grant pageMagnus Anderssen2023-10-261-1/+1
* | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-265-0/+1239
|\ \ \ | |/ / |/| |
| * | Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
| * | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-261-1/+2
| * | fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
| * | fix: Update openapi.jsonMarcel Klehr2023-10-221-1/+2
| * | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-221-1/+1
| * | enh(Text2Image): Expose expected completion timeMarcel Klehr2023-10-203-2/+11
| * | fix(Text2Image): Add number_of_images to migrationMarcel Klehr2023-10-201-0/+4
| * | fix(Text2Image): Fix OpenAPI typesMarcel Klehr2023-10-202-3/+66
| * | enh(TextToImage): Allow generating multiple images with one taskMarcel Klehr2023-10-203-6/+11
| * | enh(TextToImage): Add getExpectedRuntime to IProvider and run tasks during re...Marcel Klehr2023-10-201-1/+8
| * | fix(TextToImage): Fix OpenAPI definitionsMarcel Klehr2023-10-192-2/+811
| * | 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-181-1/+1
| * | 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
| * | enh(TextToImage): Add routesMarcel Klehr2023-10-181-0/+7
| * | enh(TextToImage): Address review commentsMarcel Klehr2023-10-182-12/+3
| * | Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-181-6/+6
| * | Small fixesMarcel Klehr2023-10-181-7/+6
| * | Implement TextToImage OCP APIMarcel Klehr2023-10-183-0/+330
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-262-2/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-254-2/+6
* | | Merge pull request #41061 from nextcloud/bugfix/noid/dont-use-indirect-depend...Joas Schilling2023-10-241-2/+2
|\ \ \