aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Expand)AuthorAgeFilesLines
* fix(settings): disable Discover when appstore is disabledGrigorii K. Shartsev2024-09-172-3/+6
* fix(settings): Add back create group iconChristopher Ng2024-09-111-2/+2
* fix(settings): Fix sharing exclude groups from password requirement option no...provokateurin2024-09-031-4/+4
* fix(settings): Hide forbidden UI elements for group managersFerdinand Thiessen2024-09-022-6/+17
* chore(ShareSettings): Proper wording for share autocompletion settingsfenn-cs2024-07-311-2/+2
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-07-102-2/+3
* fix(settings): Use axios directly for health check to preven URL sanitizingFerdinand Thiessen2024-06-101-2/+3
* feat: Add back searching in disabled user listCôme Chilliet2024-05-272-2/+3
* fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
* fix(encryption): Clicking default module in UI sets bogus valueJosh2024-04-031-3/+2
* feat(settings): Allow to sort groups in the account management alphabeticallyFerdinand Thiessen2024-03-274-21/+117
* feat(settings): Implement `app` type for AppDiscover sectionFerdinand Thiessen2024-03-193-12/+139
* 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-194-8/+133
* 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): use correct dynamic component load for apps/usersGrigorii K. Shartsev2024-03-191-8/+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-185-6/+11
* 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-182-2/+2
* fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-182-414/+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
* 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
* | 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-144-4/+222
* | feat(settings): Implement `post` type for app discover sectionFerdinand Thiessen2024-03-146-34/+506
* | feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-146-19/+213
|/
* feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-131-3/+2
* feat: Add declarative settingsjld31032024-03-122-0/+318
* fix(settings): Save account management settings in local storageFerdinand Thiessen2024-03-112-34/+18
* fix(settings): Always open the details tab for selected appFerdinand Thiessen2024-03-111-4/+10
* feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-118-329/+352
* feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-116-133/+258
* feat(settings): Refactor appstore to use PiniaFerdinand Thiessen2024-03-111-0/+104
* feat: Add composable to fetch app icon as SVG for inline useFerdinand Thiessen2024-03-111-0/+52
* feat: Make appstore sidebar tabs standalone componentsFerdinand Thiessen2024-03-115-267/+635
* fix: Get rid of PrefixMixinFerdinand Thiessen2024-03-112-35/+1
* feat(settings): Split appstore code into better maintainable piecesFerdinand Thiessen2024-03-115-1/+351