aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Better wordings in the new user modalJérôme Herbinet2024-06-251-2/+2
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-232-2/+3
* fix: Increase debounce delay when saving account propertiesChristopher Ng2024-06-212-2/+2
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-2010-15/+16
* feat(settings): Emit loaded event for user managementChristopher Ng2024-06-181-0/+2
* feat(settings): Support svg user row action iconsChristopher Ng2024-06-061-0/+6
* feat(settings): Close user row action menu after clickChristopher Ng2024-06-051-0/+1
* feat(settings): Add action enabled callbackChristopher Ng2024-06-052-4/+14
* chore: Add SPDX headerAndy Scherzinger2024-06-03130-2176/+323
* chore: Change more "user" strings to "account"Christopher Ng2024-05-303-7/+7
* refactor: Shorten input focus callsChristopher Ng2024-05-301-3/+3
* fix: Autofocus username inputChristopher Ng2024-05-301-0/+4
* refactor: Migrate to built-in NcSelect input labelChristopher Ng2024-05-301-26/+7
* chore: Change some "user" strings to "account"Christopher Ng2024-05-301-6/+6
* fix(settings): Move user creation modal to dialogChristopher Ng2024-05-302-38/+55
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-303-0/+146
* feat: Add back searching in disabled user listCôme Chilliet2024-05-232-2/+3
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-3/+3
* chore(settings): Rename "User backend" to "Account backend"Christopher Ng2024-05-171-1/+1
* chore(settings): Change "username" to "account name"Christopher Ng2024-05-173-6/+6
* feat: Split display name and username columnsChristopher Ng2024-05-143-8/+17
* fix(settings): When testing server stability, request URL with trailing slashFerdinand Thiessen2024-05-061-1/+1
* feat(webauthn): submit device name by pressing enterRichard Steinmetz2024-05-011-8/+11
* fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-165-113/+124
* fix(encryption): Clicking default module in UI sets bogus valueJosh2024-04-011-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