summaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Expand)AuthorAgeFilesLines
* Increase the "bad waiting time" for cron mode to 24h to account for "time ins...Joas Schilling2022-11-071-1/+1
* Show the correct warning for system cron vs. webcron/ajaxJoas Schilling2022-11-071-2/+2
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-023-3/+3
* Fix disabled federated scopeChristopher Ng2022-10-282-9/+18
* Display invalid input messageChristopher Ng2022-10-272-4/+68
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
* Fix password length limitationJoas Schilling2022-10-101-0/+1
* Merge pull request #34163 from Jerome-Herbinet/patch-6Simon L2022-09-262-5/+8
|\
| * Fix : strong HTML end tagJérôme Herbinet2022-09-221-1/+1
| * User list : Other user and display name inversionJérôme Herbinet2022-09-221-2/+4
| * User list : Invert user name and display nameJérôme Herbinet2022-09-221-3/+4
* | Switch to overflow-wrapGit'Fellow2022-09-211-1/+1
* | Show long nomes correctly on profile cardGit'Fellow2022-09-211-1/+1
|/
* Remove completed refresh avatar FIXMEChristopher Ng2022-09-191-6/+0
* Fix styling of locale dropdownChristopher Ng2022-09-161-10/+0
* Remake locale saving with VueChristopher Ng2022-09-165-0/+313
* Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry2022-09-161-8/+0
|\
| * Fix translation of user exists error server-sideChristopher Ng2022-09-151-8/+0
* | l10n: Remove spacesValdnet2022-09-161-1/+1
* | Remake group and quota details section with VueChristopher Ng2022-09-153-3/+128
|/
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-1410-10/+20
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-28/+19
* Fix avatar icons in user list when using dark themeCarl Schwan2022-09-124-12/+37
* Use NoteCard component in BackgroundJob settingsCarl Schwan2022-09-081-12/+14
* Fix apps list issues caused by redesignCarl Schwan2022-09-081-33/+31
* Fix typos in apps/ subdirectoryluz paz2022-09-053-4/+4
* Remake profile picture saving with VueChristopher Ng2022-09-024-1/+341
* Port password settings to vueCarl Schwan2022-08-312-0/+134
* Remake phone number property saving with VueChristopher Ng2022-08-262-0/+62
* Remake website property saving with VueChristopher Ng2022-08-263-1/+79
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-262-27/+5
* Various fixesCarl Schwan2022-08-262-5/+5
* Adapt to new Nextcloud vue styleCarl Schwan2022-08-262-19/+0
* Fix accessibility of input fieldsCarl Schwan2022-08-261-1/+1
* Remake location property saving with VueChristopher Ng2022-08-253-1/+54
* Remake Twitter handle saving with VueChristopher Ng2022-08-252-0/+53
* Modularize shared account property componentsChristopher Ng2022-08-2525-1187/+492
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-2523-265/+265
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-256-26/+26
* Request 64px avatars for the user managementChristoph Wurst2022-08-223-10/+5
* Fix duplicate ids on apps management pageChristopher Ng2022-08-131-1/+1
* Improve Devices & sessions settingsCarl Schwan2022-08-021-6/+27
* Merge pull request #33206 from nextcloud/enh/27869/consolidateVincent Petry2022-07-266-29/+29
|\
| * Consolidate account property gettersChristopher Ng2022-07-216-29/+29
* | Add Neon user-agentjld31032022-07-211-0/+3
|/
* Use material design icons in Email componentChristopher Ng2022-07-211-13/+6
* Fix HTML validation of material design iconsJoas Schilling2022-07-151-2/+0
* Translate error when user already existsJoas Schilling2022-07-142-2/+10
* Port encryption admin settings to vueCarl Schwan2022-07-133-31/+213
* Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz2022-07-081-0/+1
|\