aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-191-4/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): remove unneeded classes from hidden headerGrigorii K. Shartsev2024-03-191-10/+10
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): apps list layout on mobileGrigorii K. Shartsev2024-03-192-3/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): use correct dynamic component load for apps/usersGrigorii K. Shartsev2024-03-191-8/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): App Store Discover carousel animations are invertedFerdinand Thiessen2024-03-181-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Open app details also on app discover section when requestedFerdinand Thiessen2024-03-185-6/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Allow app discover links to open app routes or the appstore pageFerdinand Thiessen2024-03-182-6/+125
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Adjust appstore types as `releases` are not always setFerdinand Thiessen2024-03-182-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-182-414/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: more comprehensive wording for devices wipe actionJérôme Herbinet2024-03-161-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): allow to specify allowed groups to share instead of ↵Corentin Damman2024-03-151-10/+26
| | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com>
* Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheckJohn Molakvoæ2024-03-151-3/+1
|\
| * fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-141-3/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-5/+14
| | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(settings): Implement `carousel` type for app discover sectionFerdinand Thiessen2024-03-144-4/+222
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(settings): Implement `post` type for app discover sectionFerdinand Thiessen2024-03-146-34/+506
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-146-19/+213
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-131-3/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Add declarative settingsjld31032024-03-122-0/+318
| | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(settings): Save account management settings in local storageFerdinand Thiessen2024-03-112-34/+18
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Always open the details tab for selected appFerdinand Thiessen2024-03-111-4/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-118-329/+352
| | | | | | The should ease the maintenance of it due to reduced complexity. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-116-133/+258
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Refactor appstore to use PiniaFerdinand Thiessen2024-03-111-0/+104
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* 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>