aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src
Commit message (Collapse)AuthorAgeFilesLines
...
* only offer to set locally verified mails as primaryArthur Schiwon2021-09-153-3/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* let user choose notification email in user settingsArthur Schiwon2021-09-154-8/+87
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* the user always may modify their additional emailsArthur Schiwon2021-09-141-9/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix invalid prop type for isValidSectionChristopher Ng2021-09-071-2/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* avoid 'No users in here' in user list when there actually are usersJulien Veyssier2021-09-012-8/+13
| | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* Refine input validationChristopher Ng2021-08-278-79/+89
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update option separatorChristopher Ng2021-08-271-1/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* VuetifyChristopher Ng2021-08-274-12/+285
| | | | | | - abstract HeaderBar component Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Minor refactorChristopher Ng2021-08-276-77/+79
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create language service and update constantsChristopher Ng2021-08-272-0/+58
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Provide initial stateChristopher Ng2021-08-271-3/+3
| | | | | | - camelCase language strings Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Refine input validationChristopher Ng2021-08-248-82/+157
| | | | | | | | | | | - Remove usage of JS core checkValidity() in favour of custom backend compliant validation - Rewrite and refactor with removal of form tag in favour of section - Scope styles - Remove many uses of $nextTick - Refine disabled state logic - Translate account property constants Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Functional paradigm shiftChristopher Ng2021-08-233-78/+102
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* VuetifyChristopher Ng2021-08-238-128/+469
| | | | | | | - abstract shared components - rewrite email section Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create display name service and update constantsChristopher Ng2021-08-233-18/+110
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Autofocus only additional email inputsChristopher Ng2021-08-171-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-292-2/+6
| | | | | | | | | avoid unlimited quota as default_quota fallback value if unlimited quota is not allowed avoid getting/setting/displaying unlimited default quota if not allowed implement tests for unlimited quota restrictions Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* User management - Add icon to user groupsszaimen2021-07-261-1/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-234-27/+26
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)2021-07-221-7/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-223-5/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Improve UXChristopher Ng2021-07-202-16/+23
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Refine unsupported federation scope checksChristopher Ng2021-07-162-4/+21
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Refine UX for primary email deletionChristopher Ng2021-07-151-2/+65
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Make emails VuetifulChristopher Ng2021-07-156-0/+810
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Create personal info serviceChristopher Ng2021-07-152-0/+236
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix add group buttonDaniel Kesselberg2021-07-081-25/+14
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Admin user settings - change Everyone to Active usersszaimen2021-07-071-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Allow WebAuthn on localhost as wellMorris Jobke2021-06-173-2/+14
| | | | | | | | * browsers typically whiteliste this as well - https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API * for developing purposes see https://developer.chrome.com/docs/devtools/webauthn/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use product name in the auth token listJulius Härtl2021-06-161-5/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Spelling unificationValdnet2021-06-021-2/+2
| | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* l10n: Unify spellingValdnet2021-05-201-1/+1
| | | Spelling unification in Nextcloud applications.
* Settings: new user row replaced by a modalSimounet2021-04-212-112/+135
| | | | Signed-off-by: Simounet <contact@simounet.net>
* Fix English source stringJoas Schilling2021-04-192-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-3115-13/+62
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* adapt files and app settings sidebar 'primary-actions' slot that became ↵Julien Veyssier2021-03-191-1/+1
| | | | | | | 'description' in @nc/vue v3.3.0 Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-40/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make user list pagination more tolerantVincent Petry2021-02-041-2/+2
| | | | | | | | | | In case the server returns more results than expected by the limit, it is now still interpreted as there being more results to query. This situation can happen when there are multiple user backends in place. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)2021-01-143-3/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update DAVx5 in AuthToken.vueRicki Hirner2021-01-141-4/+4
| | | | | | | | 1. It's named DAVx5 (only very old clients have DAVdroid in the User-Agent) 2. Use passive matching (?:droid|x5) because otherwise, "x5" is recognized and shown as operating system 3. Also include the version postfix which contains information like "-beta2", which is important for the user Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Only let the infinite handler fetch more results if the limit is hitJulius Härtl2020-12-161-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Cancel user search requests to avoid duplicate results being addedJulius Härtl2020-12-162-6/+26
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add default font sizeGretaD2020-11-031-1/+1
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Fix default quota display value in user rowVincent Petry2020-10-271-4/+14
| | | | | | | | | | | | When selecting default quota in the dropdown, the actual numeric value or "Unlimited" will be displayed instead of "0 B". This matches whatever is displayed after refreshing the page. In the case where the default quota is unlimited, for which the server returns -3 instead of "none", the frontend now also shows "Unlimited" instead of "0 B". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix the user remove from group in UISujith Haridasan2020-10-081-1/+1
| | | | | | Fix the removal of user from the group in UI. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
* Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-182-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-142-15/+33
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix settings chunk loadingJohn Molakvoæ (skjnldsv)2020-09-101-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add 'Reasons to use Nextcloud in your organization' call to action in settingsJan C. Borchardt2020-09-071-0/+36
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Don't keep menu open for next user after deleting oneJoas Schilling2020-09-041-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>