aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: Add composable to fetch app icon as SVG for inline useFerdinand Thiessen2024-03-111-0/+52
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Make appstore sidebar tabs standalone componentsFerdinand Thiessen2024-03-115-267/+635
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Get rid of PrefixMixinFerdinand Thiessen2024-03-112-35/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Split appstore code into better maintainable piecesFerdinand Thiessen2024-03-115-1/+351
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Refactor routing code to use named router viewsFerdinand Thiessen2024-03-116-154/+122
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Remove deprecated parts from `AppLevelBadge`Ferdinand Thiessen2024-03-071-7/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Remove migrated SetupCheck from legacy JS codeFerdinand Thiessen2024-03-071-6/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): users settings cypressJohn Molakvoæ (skjnldsv)2024-03-071-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat: Make the AppScorce component to use SVG iconsFerdinand Thiessen2024-03-061-13/+61
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Split group listsChristopher Ng2024-03-061-29/+34
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: Make the `app-level` a component (`AppLevelBadge`)Ferdinand Thiessen2024-03-063-26/+102
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Limit markdown heading output to ensure consistent levelsFerdinand Thiessen2024-03-062-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Allow markdown to limit the min heading levelFerdinand Thiessen2024-03-061-0/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Disable app again if it breaks the files appFerdinand Thiessen2024-03-061-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): emails actions a11y and designGrigorii K. Shartsev2024-03-054-262/+191
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): Refactor logger code to use TypescriptFerdinand Thiessen2024-03-0510-13/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #43908 from nextcloud/feat/migrate-data-directory-setup-checkFerdinand Thiessen2024-02-291-3/+2
|\ | | | | feat(settings): Migrate data directory protection check to `SetupCheck`
| * feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-291-3/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #43897 from ↵Ferdinand Thiessen2024-02-292-7/+5
|\ \ | |/ |/| | | | | nextcloud/fix/move_out_profile_picture_federation-action_from_the_heading_ fix(files): fix html structure on the profile page
| * fix(files): fix html structure on pre profile pagejulia.kirschenheuter2024-02-292-7/+5
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-271-4/+2
|/ | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Adjust frontend of appstore and user management to use ↵Ferdinand Thiessen2024-02-237-18/+21
| | | | | | initial state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Only use `id` in categories - drop duplicated `ident` propertyFerdinand Thiessen2024-02-231-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Fix required groups validation for subadminsChristopher Ng2024-02-201-20/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #43588 from nextcloud/feat/woff2-check-setupcheckJohn Molakvoæ2024-02-151-3/+2
|\
| * enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-151-3/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(settings): Use status states from `NcInputField` instead of custom handlingFerdinand Thiessen2024-02-1512-405/+419
| | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` componentsFerdinand Thiessen2024-02-151-36/+45
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: cypressJohn Molakvoæ2024-02-131-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-1312-39/+39
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* techdebt(settings): mark visibility selects as label-outsideGrigorii K. Shartsev2024-02-061-0/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): focus on trigger after federation scope dialog closeGrigorii K. Shartsev2024-02-061-1/+5
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
* fix(settings): stop reloading after force-enabling an appJohn Molakvoæ2024-01-311-2/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+8
| | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
* fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-291-0/+1
| | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): use default styles for federation scope menuGrigorii K. Shartsev2024-01-241-10/+0
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): federation scope menu a11yGrigorii K. Shartsev2024-01-242-110/+29
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #43015 from ↵Julia Kirschenheuter2024-01-231-5/+9
|\ | | | | | | | | nextcloud/fix/42941-Replace_samtically_incorrect_elements_on_Artificial_Intelligence_setting_page Replace inaccessible disabled option of NcCheckboxRadioSwitch with NcNoteCard
| * fix(files): replace inaccessible disabled option of NcCheckboxRadioSwitch ↵julia.kirschenheuter2024-01-221-5/+9
| | | | | | | | | | | | with NcNoteCard Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Correct values and attributesjulia.kirschenheuter2024-01-221-5/+3
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): set default or unlimited user quotaJohn Molakvoæ2024-01-121-5/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* update webauthn section to feature componentsSimon L2024-01-112-10/+18
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* enh(settings): removed background-gradient to ensure contrast ratio a11y ↵Eduardo Morales2024-01-031-1/+0
| | | | | | requirements Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* fix(settings): Use heading for Profile and Profile picture sectionsChristopher Ng2023-12-222-10/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(settings): Refactor frontend for session and app token managementFerdinand Thiessen2023-12-218-602/+801
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Expected string aria-label got boolean errorChristopher Ng2023-12-071-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(settings): Set main heading for AppsChristopher Ng2023-12-072-2/+12
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>