summaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-40/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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>
* 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>
* Build assets and fix unified search event syntaxJohn Molakvoæ (skjnldsv)2020-09-181-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-141-5/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Don't keep menu open for next user after deleting oneJoas Schilling2020-09-041-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show changelog in apps managementJulius Härtl2020-09-032-64/+200
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* l10n:Correct appid for WebAuthnMichiel Janssens2020-08-201-2/+2
| | | | | Signed-off-by: Michiel Janssens <michiel@nexigon.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use appsidebar for appsJohn Molakvoæ (skjnldsv)2020-08-141-60/+87
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use appsidebar for appsJohn Molakvoæ (skjnldsv)2020-08-143-196/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use `babel-loader-exclude-node-modules-except`John Molakvoæ (skjnldsv)2020-07-313-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-314-15/+15
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Properly fetch translation for remote wipe confirmation dialogJulius Härtl2020-07-221-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Check if screenshot is available before showing itJulius Härtl2020-06-052-4/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix devices & sessions sanitizationChristoph Wurst2020-05-271-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix some linter warnings in settingsRoeland Jago Douma2020-05-116-9/+14
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix the keyboard tab for actionmenuGretaD2020-04-301-3/+11
| | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Allow to edit admin userGretaD2020-04-161-3/+1
| | | | | Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Make sure the group id parameter gets properly encoded when used in URLsJulius Härtl2020-04-111-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-2/+2
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* l10n: Changed spelling of WebAuthnrakekniven2020-04-041-1/+1
| | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* Start with webauthnRoeland Jago Douma2020-03-313-0/+389
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-251-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix unlimited and progress barGretaD2020-03-231-9/+23
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Remove legacy js packagesRoeland Jago Douma2020-03-222-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to edit admin/own user in the user managementJulius Härtl2020-03-103-7/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* l10n: Added plural form to stringrakekniven2020-02-241-1/+1
| | | | | | | | | | | Fix for #19304 Devs: Please verify. Changed are untested due to missing build environment. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: Gary Kim <gary@garykim.dev>
* Replace tab character with spaceDaniel Kesselberg2020-02-231-3/+3
| | | | | | | Otherwise the translation is missing. Also I don't see the reason for the tab character. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Also fix actions overlay in editing and new user rowsJulius Härtl2020-02-183-6/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Properly position popovermenu for user actionsJulius Härtl2020-02-181-3/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tooltip to storage locationJulius Härtl2020-02-181-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not overlay single select boxes over userActionsJulius Härtl2020-02-181-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show user/displayname when backend does not offer savingJulius Härtl2020-02-181-20/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add featured categoryMario Danic2020-02-071-1/+4
| | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-241-1/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Migrate to @nextcloud/vue 1.x.xJohn Molakvoæ (skjnldsv)2020-01-226-6/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix eslint errors in settingsJulius Härtl2020-01-161-23/+23
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix indentation and 3 dot menuGretaD2020-01-161-2/+2
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix popover menu overlappingGretaD2020-01-161-1/+11
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* add close buttonGretaD2020-01-161-24/+36
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix new user tableGretaD2020-01-161-52/+51
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* fix userlist alignmentGretaD2020-01-161-10/+10
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Add tooltips to display name and email fields in Usersonehappycat2019-12-191-3/+11
| | | | Signed-off-by: onehappycat <onehappycat@gmx.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-1915-186/+187
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move users management to multi lineGreta Doci2019-12-124-344/+457
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-36/+16
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-16/+36
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>