aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace custom tooltips with native tooltipsjulia.kirschenheuter2023-01-115-27/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in users pagejulia.kirschenheuter2023-01-112-17/+15
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Replace custom tooltips with native ones in apps pagejulia.kirschenheuter2023-01-102-6/+10
| | | | 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>
* 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>
* Fix profile visibility not appearingCarl Schwan2022-12-062-4/+5
| | | | | | | And refactor how the grid works (now it's automatically using the correct size instead of harcoding it) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Adapt router.js for setting document titlejulia.kirschenheuter2022-12-031-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-11-284-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>
* Merge pull request #35399 from nextcloud/fix/sharepi-adminSimon L2022-11-241-5/+5
|\ | | | | 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>
* | Fix UX of renaming tokenCarl Schwan2022-11-231-1/+4
|/ | | | | | | Now this get's instant applied and escaping will reset to the previous state Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename mastodon to fediverseCarl Schwan2022-11-223-13/+13
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Refactor profile info settingsCarl Schwan2022-11-212-1/+4
| | | | | | | | | - Make it possible to add the new property whiout chaning foundamentally how the layout work each time - Use only one grid instead of multiple nested grid - Better mobile reponsiveness Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add mastodon personal info fieldCarl Schwan2022-11-213-0/+58
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-023-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix disabled federated scopeChristopher Ng2022-10-282-9/+18
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Display invalid input messageChristopher Ng2022-10-272-4/+68
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* 🧭 Fix rebuilding the navigationJoas Schilling2022-10-181-117/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix password length limitationJoas Schilling2022-10-101-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #34163 from Jerome-Herbinet/patch-6Simon L2022-09-262-5/+8
|\ | | | | User list : User name and Display name visibility improvement
| * Fix : strong HTML end tagJérôme Herbinet2022-09-221-1/+1
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * User list : Other user and display name inversionJérôme Herbinet2022-09-221-2/+4
| | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * User list : Invert user name and display nameJérôme Herbinet2022-09-221-3/+4
| | | | | | | | | | Signed-off-by: Jérôme Herbinet jerome.herbinet@arawa.fr Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@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>