aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2822-4/+160
* Create semantically right table for the "OAuth 2.0 clients"julia.kirschenheuter2023-10-273-8/+5
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2738-2/+212
* Merge pull request #40889 from nextcloud/feat/check-for-more-php-modulesCôme Chilliet2023-10-266-42/+107
|\
| * 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
| * Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-196-36/+99
* | Merge pull request #40326 from nextcloud/enh/text-to-image-apiJoas Schilling2023-10-263-4/+37
|\ \
| * | fix(TextToImage): Fix copypastaMarcel Klehr2023-10-261-1/+1
| * | en(TextToImage): Add getId method to IProviderMarcel Klehr2023-10-262-3/+3
| * | fix(settings/AdminAI): Fix eslintMarcel Klehr2023-10-221-10/+10
| * | fix(settings/AdminAI): Fix no-providers-installed viewMarcel Klehr2023-10-221-1/+1
| * | enh(Text2Image): Add AI settings section to text2imageMarcel Klehr2023-10-223-1/+34
* | | Don't duplicate notification warningJoas Schilling2023-10-261-0/+5
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-262-0/+4
* | | Remove unneeded `tabindex="0"` from sidebar and app contentjulia.kirschenheuter2023-10-251-3/+3
* | | fix(settings): Stablize user list cypress testsFerdinand Thiessen2023-10-254-22/+45
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-258-2/+48
* | | fix(settings): apps list loading classesGrigorii K. Shartsev2023-10-241-4/+2
* | | fix(settings): apps list html validationGrigorii K. Shartsev2023-10-241-4/+8
* | | Merge pull request #40938 from nextcloud/fix/a11y/change-scope-actionsPytal2023-10-232-15/+4
|\ \ \
| * | | fix(settings): Styles for scope buttonChristopher Ng2023-10-231-10/+1
| * | | fix(settings): Name for scope buttonChristopher Ng2023-10-231-1/+1
| * | | fix(settings): Remove aria-label on scope actionsChristopher Ng2023-10-232-4/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-242-0/+32
|/ / /
* | | Merge pull request #41064 from nextcloud/fix/40705-_increase_contrast_on_Devi...Pytal2023-10-231-1/+0
|\ \ \
| * | | Remove opacity on table headerjulia.kirschenheuter2023-10-231-1/+0
* | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-231-2/+1
|\ \ \ \
| * | | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-231-2/+1
* | | | | Merge pull request #41034 from nextcloud/fix/37092/users--html-validationFerdinand Thiessen2023-10-232-5/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(settings): label user quota progress with aria-labelledbyGrigorii K. Shartsev2023-10-211-2/+2
| * | | | fix(settings): users page html validationGrigorii K. Shartsev2023-10-212-3/+2
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-222-20/+20
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-21140-374/+628
* | | | fix(settings): remove unused savePrimaryEmailScope on Personal Settings pageGrigorii K. Shartsev2023-10-202-23/+1
* | | | fix(settings): remove placeholder from selectGrigorii K. Shartsev2023-10-202-6/+2
* | | | fix(settings): typo in avatar propGrigorii K. Shartsev2023-10-201-1/+1
* | | | fix(settings): remove invalid avatar propGrigorii K. Shartsev2023-10-201-1/+0
* | | | fix(settings): fix ids and aria-labels in personal emailsGrigorii K. Shartsev2023-10-202-13/+15
* | | | fix(settings): remove empty aria-describedbyGrigorii K. Shartsev2023-10-202-4/+4
* | | | refactor: remove remaining usage of OC::getCapabilitiesVarun Patil2023-10-201-3/+4
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-2094-102/+244
* | | fix: replace non-standard autocorrect with spellcheck attributeGrigorii K. Shartsev2023-10-205-12/+9
* | | fix(cypress): Test using `data-test-id` attributes rather than private classesFerdinand Thiessen2023-10-193-12/+21
| |/ |/|
* | Change SetupResult API to named constructorsCôme Chilliet2023-10-199-24/+23
* | Remove useless var in apps/settings/lib/SetupChecks/CheckUserCertificates.phpCôme Chilliet2023-10-191-2/+1
* | Move NeedsSystemAddressBookSync to dav application where it’s registeredCôme Chilliet2023-10-193-59/+0
* | Remove UI draftCôme Chilliet2023-10-193-169/+0
* | Fix tests for setup checksCôme Chilliet2023-10-194-137/+58
* | Add OCP interface for SetupCheckManagerCôme Chilliet2023-10-191-2/+3