summaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
* Port profile visibility selectChristopher Ng2023-02-081-9/+8
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-022-21/+29
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit edcf675e6e0e8ab1388e6bccc7f00b9dffa0dc91)
* Merge pull request #36344 from nextcloud/backport/36326/stable25Simon L2023-01-251-1/+1
|\ | | | | [stable25] don't translate a variable
| * don't translate a variableSimon L2023-01-251-1/+1
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-252-16/+14
|/ | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-202-6/+10
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-205-26/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix default phone region validationChristopher Ng2023-01-051-1/+7
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Adapt router.js for setting document titlejulia.kirschenheuter2022-12-221-1/+18
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Adapt router.js for setting document title.julia.kirschenheuter2022-12-164-17/+98
| | | | | | | | Adapt store to store Promise for dynamic requested categories. Create new constants file to store category name with associated translation. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use correct filter for app icons in the right sidebar of app managementJoas Schilling2022-12-091-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #35414 from nextcloud/backport/35399/stable25Simon L2022-11-251-5/+5
|\ | | | | [stable25] Fix share admin page
| * Fix share admin pageCarl Schwan2022-11-241-5/+5
| | | | | | | | | | | | | | arrow function don't work that well with jquery Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix UX of renaming tokenCarl Schwan2022-11-241-1/+4
|/ | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update @nextcloud/dialogs@ and fix toasts stylingSimon L2022-11-223-3/+3
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix settings for setting default expiration dateVincent Petry2022-11-161-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Increase the "bad waiting time" for cron mode to 24h to account for "time ↵Joas Schilling2022-11-071-1/+1
| | | | | | insensitive" jobs Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show the correct warning for system cron vs. webcron/ajaxJoas Schilling2022-11-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix disabled federated scopeChristopher Ng2022-10-282-9/+18
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Display invalid input messageChristopher Ng2022-10-272-4/+68
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix password length limitationJoas Schilling2022-10-111-0/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Switch to overflow-wrapGit'Fellow2022-09-211-1/+1
| | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Show long nomes correctly on profile cardGit'Fellow2022-09-211-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove completed refresh avatar FIXMEChristopher Ng2022-09-191-6/+0
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix styling of locale dropdownChristopher Ng2022-09-161-10/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake locale saving with VueChristopher Ng2022-09-165-0/+313
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33819 from nextcloud/fix/user-exists-l10nVincent Petry2022-09-161-8/+0
|\ | | | | Fix translation of user exists error server-side
| * Fix translation of user exists error server-sideChristopher Ng2022-09-151-8/+0
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | l10n: Remove spacesValdnet2022-09-161-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Remake group and quota details section with VueChristopher Ng2022-09-153-3/+128
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-1410-10/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port Profile section checbox to NcCheckoxRadioSwitch componentCarl Schwan2022-09-121-28/+19
| | | | | | Improve accessibility and unify the design Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix avatar icons in user list when using dark themeCarl Schwan2022-09-124-12/+37
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Use NoteCard component in BackgroundJob settingsCarl Schwan2022-09-081-12/+14
| | | | | | Fix #33880 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix apps list issues caused by redesignCarl Schwan2022-09-081-33/+31
| | | | | | | | - Make icons work on dark theme - Use new buttons - Fix some eslint warnings Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix typos in apps/ subdirectoryluz paz2022-09-053-4/+4
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remake profile picture saving with VueChristopher Ng2022-09-024-1/+341
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Port password settings to vueCarl Schwan2022-08-312-0/+134
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake phone number property saving with VueChristopher Ng2022-08-262-0/+62
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake website property saving with VueChristopher Ng2022-08-263-1/+79
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-262-27/+5
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Various fixesCarl Schwan2022-08-262-5/+5
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Adapt to new Nextcloud vue styleCarl Schwan2022-08-262-19/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix accessibility of input fieldsCarl Schwan2022-08-261-1/+1
| | | | | | | | | | | | | Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remake location property saving with VueChristopher Ng2022-08-253-1/+54
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake Twitter handle saving with VueChristopher Ng2022-08-252-0/+53
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Modularize shared account property componentsChristopher Ng2022-08-2525-1187/+492
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-2523-265/+265
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-256-26/+26
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>