aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41122 from nextcloud/enh/a11y/separate-profile-entryPytal2023-10-2612-145/+220
|\ | | | | enh(a11y): Separate profile and user status user menu entries
| * chore: compile assetsChristopher Ng2023-10-266-9/+9
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix(tests): Test profile entryChristopher Ng2023-10-261-0/+16
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Settings nav entries typingChristopher Ng2023-10-261-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * enh(a11y): Add separate profile entryChristopher Ng2023-10-262-2/+150
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Remove profile from UserStatus componentChristopher Ng2023-10-261-133/+27
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Set profile as active nav entryChristopher Ng2023-10-261-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #41140 from nextcloud/chore/codecov-ignore-project-stateJoas Schilling2023-10-261-0/+6
|\ \ | |/ |/| chore(codecov): Do not run project status check
| * chore(codecov): Do not run project status checkFerdinand Thiessen2023-10-261-0/+6
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-269-78/+118
|\ \ | |/ |/| Check for more php modules
| * Add links to documentation for PHP modulesCôme Chilliet2023-10-261-2/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Add all required PHP extensions to the composer.jsonCôme Chilliet2023-10-241-1/+11
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-198-71/+99
| | | | | | | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #41117 from callmemagnus/bugfix/grant__js-errorFerdinand Thiessen2023-10-261-1/+1
|\ \ | | | | | | fix(login): Fix JS error on login grant page
| * | fix(grant): remove JS error on Grant pageMagnus Anderssen2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | Closes #41098 Signed-off-by: Magnus Anderssen <magnus@magooweb.com>
* | | 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` checker functions
| * | | fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` ↵Ferdinand Thiessen2023-10-252-62/+74
| | | | | | | | | | | | | | | | | | | | | | | | checker functions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-2634-8/+2746
|\ \ \ \ | | | | | | | | | | Implement TextToImage OCP API
| * | | | fix(TextToImage): Update autoloadersMarcel Klehr2023-10-262-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/public/TextToImage/IProvider.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/public/TextToImage/IManager.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage): Add missing task status updateMarcel Klehr2023-10-261-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update core/Controller/TextToImageApiController.phpMarcel Klehr2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage): Update testing provider to new interfaceMarcel Klehr2023-10-261-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-264-5/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | en(TextToImage): Use specific exception class instead of generic ↵Marcel Klehr2023-10-264-9/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RuntimeException Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: Minor copypastaMarcel Klehr2023-10-232-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: appease linters and psalmMarcel Klehr2023-10-231-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage\Migration): Fix typoMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage\Db\Task): Inject ITimeFactoryMarcel Klehr2023-10-231-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/private/TextToImage/Db/TaskMapper.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/private/TextToImage/Manager.phpMarcel Klehr2023-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/private/TextToImage/RemoveOldTasksBackgroundJob.phpMarcel Klehr2023-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | Update lib/public/TextToImage/Task.phpMarcel Klehr2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix: Update openapi.jsonMarcel Klehr2023-10-221-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(RemoveOldTasksBackgroundJob): Update after change to support multiple ↵Marcel Klehr2023-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | images in TextToImage Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(settings/AdminAI): Fix eslintMarcel Klehr2023-10-221-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(settings/AdminAI): Fix no-providers-installed viewMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(TextToImage/Manager): Appease psalmMarcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(Folder): Allow filename to be '0'Marcel Klehr2023-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(Text2Image): Fix FakeText2ImageProvider in testing appMarcel Klehr2023-10-223-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(Text2Image): Fix appdata folder creationMarcel Klehr2023-10-221-8/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | fix(Text2Image): Fix $completionExpectedAt default valueMarcel Klehr2023-10-222-8/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-225-1/+46
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>