aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings
Commit message (Expand)AuthorAgeFilesLines
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-192-219/+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(AppDiscoverFetcher): Do not remove entries as expired that have no expiry...Ferdinand Thiessen2024-03-191-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1998-222/+280
* 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
* Merge pull request #44255 from nextcloud/fix/apps-searchFerdinand Thiessen2024-03-182-414/+3
|\
| * fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-182-414/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1812-4/+40
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1794-94/+206
* fix: more comprehensive wording for devices wipe actionJérôme Herbinet2024-03-161-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16138-330/+756
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-153-13/+29
* 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
* | fix: when no AI setting has been set, make sure the selected text processing ...Julien Veyssier2024-03-151-1/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15112-0/+136
* | feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-144-9/+134
* | 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: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-142-0/+15
* | feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-146-19/+213
|/
* Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheckCôme Chilliet2024-03-148-11/+398
|\
| * fix: Improve HSTS warning wording as suggested by reviewerCôme Chilliet2024-03-142-2/+2
| * feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-133-4/+29
| * fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-132-10/+233
| * fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-2/+3
| * fix: Fix ocm-provider setup check failure detectionCôme Chilliet2024-03-132-8/+8
| * feat: Migrate header check to SetupCheck APICôme Chilliet2024-03-134-0/+138
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1416-2/+78
* | fix(settings): `posix_getpwuid` can return `false` which should not be access...Ferdinand Thiessen2024-03-131-2/+6
|/
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-133-24/+20
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1316-0/+122
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+3
* feat: Add declarative settingsjld31032024-03-1215-38/+1410
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-12142-2758/+3702
* 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
* feat(settings): Refactor routing code to use named router viewsFerdinand Thiessen2024-03-116-154/+122