Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-15fix code styleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-15fix updating and thus UI rendering on update notification changeArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-15offer to unset notification email instead of disablingArthur Schiwon
- also the only way to reset when system mail cannot be modified Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-15only offer to set locally verified mails as primaryArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-15let user choose notification email in user settingsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-14the user always may modify their additional emailsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-09-08Fix invalid prop type for isValidSectionChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-09-01avoid 'No users in here' in user list when there actually are usersJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2021-08-27Refine input validationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-27Update option separatorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27VuetifyChristopher Ng
- abstract HeaderBar component Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27Minor refactorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27Create language service and update constantsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27Provide initial stateChristopher Ng
- camelCase language strings Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-25Refine input validationChristopher Ng
- 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>
2021-08-24Functional paradigm shiftChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-24VuetifyChristopher Ng
- abstract shared components - rewrite email section Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-24Create display name service and update constantsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-17Autofocus only additional email inputsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-29refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier
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>
2021-07-26User management - Add icon to user groupsszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-23Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]
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>
2021-07-22Fix Login & Users settings pageJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-22Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-07-20Improve UXChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-16Refine unsupported federation scope checksChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15Refine UX for primary email deletionChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15Make emails VuetifulChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-15Create personal info serviceChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-07-08Fix add group buttonDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-07-07Admin user settings - change Everyone to Active usersszaimen
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-17Allow WebAuthn on localhost as wellMorris Jobke
* 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>
2021-06-16Use product name in the auth token listJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-02l10n: Spelling unificationValdnet
Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-20l10n: Unify spellingValdnet
Spelling unification in Nextcloud applications.
2021-04-21Settings: new user row replaced by a modalSimounet
Signed-off-by: Simounet <contact@simounet.net>
2021-04-19Fix English source stringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Bump js licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-19adapt files and app settings sidebar 'primary-actions' slot that became ↵Julien Veyssier
'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>
2021-03-17Lint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-02-04Make user list pagination more tolerantVincent Petry
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>
2021-01-14Fix @nextcloud/vue importsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-14Update DAVx5 in AuthToken.vueRicki Hirner
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>
2020-12-16Only let the infinite handler fetch more results if the limit is hitJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-16Cancel user search requests to avoid duplicate results being addedJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-03Add default font sizeGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-10-27Fix default quota display value in user rowVincent Petry
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>
2020-10-08Fix the user remove from group in UISujith Haridasan
Fix the removal of user from the group in UI. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
2020-09-18Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-14Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>