aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components
Commit message (Expand)AuthorAgeFilesLines
* feat(settings): Implement `app` type for AppDiscover sectionFerdinand Thiessen2024-03-192-3/+130
* feat(settings): Implement `showcase` type for App Discover sectionFerdinand Thiessen2024-03-193-0/+144
* fix(settings): Make App Discover PostType responsive based on available widthFerdinand Thiessen2024-03-191-5/+21
* fix(settings): Fit media into post type (app discover section)Ferdinand Thiessen2024-03-191-2/+13
* fix(settings): Show proper warning if app discover section could not be fetchedFerdinand Thiessen2024-03-191-0/+5
* fix(settings): Support `order` property on App Discover elements and hide fut...Ferdinand Thiessen2024-03-191-4/+10
* fix(settings): make apps list search result valid tableGrigorii K. Shartsev2024-03-191-8/+22
* fix(settings): app list scroll on SafariGrigorii K. Shartsev2024-03-192-14/+48
* refactor(settings): move AppItem styles to AppItem componentGrigorii K. Shartsev2024-03-192-174/+135
* refactor(settings): use more BEM styles in apps settingsGrigorii K. Shartsev2024-03-192-97/+107
* refactor(settings): move apps list styles to componentsGrigorii K. Shartsev2024-03-193-11/+244
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-191-4/+2
* refactor(settings): remove unneeded classes from hidden headerGrigorii K. Shartsev2024-03-191-10/+10
* fix(settings): apps list layout on mobileGrigorii K. Shartsev2024-03-192-3/+6
* fix(settings): App Store Discover carousel animations are invertedFerdinand Thiessen2024-03-181-3/+3
* fix(settings): Open app details also on app discover section when requestedFerdinand Thiessen2024-03-181-1/+1
* feat(settings): Allow app discover links to open app routes or the appstore pageFerdinand Thiessen2024-03-182-6/+125
* fix(settings): Adjust appstore types as `releases` are not always setFerdinand Thiessen2024-03-181-1/+1
* fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-181-3/+3
* fix: more comprehensive wording for devices wipe actionJérôme Herbinet2024-03-161-1/+1
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-10/+26
* feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-5/+14
* feat(settings): Implement `carousel` type for app discover sectionFerdinand Thiessen2024-03-143-3/+221
* feat(settings): Implement `post` type for app discover sectionFerdinand Thiessen2024-03-143-34/+283
* feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-142-0/+177
* feat: Add declarative settingsjld31032024-03-121-0/+268
* fix(settings): Save account management settings in local storageFerdinand Thiessen2024-03-111-29/+9
* feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-112-29/+36
* feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-111-1/+31
* feat: Make appstore sidebar tabs standalone componentsFerdinand Thiessen2024-03-114-267/+489
* fix: Get rid of PrefixMixinFerdinand Thiessen2024-03-112-35/+1
* feat(settings): Split appstore code into better maintainable piecesFerdinand Thiessen2024-03-111-0/+75
* fix: Remove deprecated parts from `AppLevelBadge`Ferdinand Thiessen2024-03-071-7/+1
* feat: Make the AppScorce component to use SVG iconsFerdinand Thiessen2024-03-061-13/+61
* feat: Make the `app-level` a component (`AppLevelBadge`)Ferdinand Thiessen2024-03-062-14/+96
* feat(settings): Limit markdown heading output to ensure consistent levelsFerdinand Thiessen2024-03-061-1/+1
* fix: Allow markdown to limit the min heading levelFerdinand Thiessen2024-03-061-0/+8
* fix(settings): emails actions a11y and designGrigorii K. Shartsev2024-03-054-262/+191
* fix(settings): Refactor logger code to use TypescriptFerdinand Thiessen2024-03-056-6/+6
* fix(files): fix html structure on pre profile pagejulia.kirschenheuter2024-02-292-7/+5
* fix(settings): Adjust frontend of appstore and user management to use initial...Ferdinand Thiessen2024-02-231-1/+1
* fix(settings): Fix required groups validation for subadminsChristopher Ng2024-02-201-20/+2
* fix(settings): Use status states from `NcInputField` instead of custom handlingFerdinand Thiessen2024-02-1511-401/+414
* fix(settings): Migrate AccountPropertySection to `@nextcloud/vue` componentsFerdinand Thiessen2024-02-151-36/+45
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
* fix: cypressJohn Molakvoæ2024-02-131-3/+3
* feat: rename users to account or personVincent Petry2024-02-139-29/+29
* fix: Correctly import types in Typescript filesFerdinand Thiessen2024-02-131-1/+2
* techdebt(settings): mark visibility selects as label-outsideGrigorii K. Shartsev2024-02-061-0/+1
* fix(settings): focus on trigger after federation scope dialog closeGrigorii K. Shartsev2024-02-061-1/+5