aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-27264-1080/+726
* Merge pull request #41122 from nextcloud/enh/a11y/separate-profile-entryPytal2023-10-2612-145/+220
|\
| * chore: compile assetsChristopher Ng2023-10-266-9/+9
| * fix(tests): Test profile entryChristopher Ng2023-10-261-0/+16
| * fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
| * enh(a11y): Add separate profile entryChristopher Ng2023-10-262-2/+150
| * fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
| * fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
| * enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
* | Merge pull request #41140 from nextcloud/chore/codecov-ignore-project-stateJoas Schilling2023-10-261-0/+6
|\ \ | |/ |/|
| * chore(codecov): Do not run project status checkFerdinand Thiessen2023-10-261-0/+6
* | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-269-78/+118
|\ \ | |/ |/|
| * Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| * Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| * Add all required PHP extensions to the composer.jsonCôme Chilliet2023-10-241-1/+11
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-198-71/+99
* | 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 #41115 from nextcloud/fix/cypress-admin-themingFerdinand Thiessen2023-10-262-62/+74
|\ \ \
| * | | fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` c...Ferdinand Thiessen2023-10-252-62/+74
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2634-8/+2746
|\ \ \ \
| * | | | fix(TextToImage): Update autoloadersMarcel Klehr2023-10-262-0/+2
| * | | | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| * | | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| * | | | fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
| * | | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| * | | | Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
| * | | | fix(TextToImage): Update testing provider to new interfaceMarcel Klehr2023-10-261-0/+4
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-264-5/+11
| * | | | en(TextToImage): Use specific exception class instead of generic RuntimeExcep...Marcel Klehr2023-10-264-9/+39
| * | | | fix: Minor copypastaMarcel Klehr2023-10-232-2/+2
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-1/+0
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
| * | | | fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
| * | | | fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
| * | | | Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| * | | | fix: Update openapi.jsonMarcel Klehr2023-10-221-1/+2
| * | | | fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ima...Marcel Klehr2023-10-221-2/+2
| * | | | fix(settings/AdminAI): Fix eslintMarcel Klehr2023-10-221-10/+10
| * | | | fix(settings/AdminAI): Fix no-providers-installed viewMarcel Klehr2023-10-221-1/+1
| * | | | fix(TextToImage/Manager): Appease psalmMarcel Klehr2023-10-221-1/+1
| * | | | fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
| * | | | fix(Text2Image): Fix FakeText2ImageProvider in testing appMarcel Klehr2023-10-223-0/+3
| * | | | fix(Text2Image): Fix appdata folder creationMarcel Klehr2023-10-221-8/+4
| * | | | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-222-8/+10