summaryrefslogtreecommitdiffstats
path: root/settings/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-101-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move appstore details warnings above buttonsRoeland Jago Douma2019-04-021-11/+11
| | | | | | fixes #14470 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use components multiselect in apps managementJohn Molakvoæ (skjnldsv)2019-04-023-6/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Select the username input after creating a user successfullyChristoph Wurst2019-03-221-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* allow enforcing apps to ignore the max versionRoeland Jago Douma2019-03-203-4/+52
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Collapse 2FA admin detail settings if disabledChristoph Wurst2019-03-201-56/+84
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use nextcloud-vue multiselectJohn Molakvoæ (skjnldsv)2019-03-033-57/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Load auth tokens with the initial state APIChristoph Wurst2019-03-012-22/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Improve multiselect handling on twofactor settingsJoas Schilling2019-03-011-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add app token QR codes for mobile appsChristoph Wurst2019-03-011-1/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move personal auth token settings to VueChristoph Wurst2019-02-284-0/+740
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Always crate OC.Settings, even if not used Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-21/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix group form reset after new userJohn Molakvoæ (skjnldsv)2019-02-211-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix infiniteLoading state after user add/removeJohn Molakvoæ (skjnldsv)2019-02-211-4/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix missing click event on update buttonJulius Härtl2018-12-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Do not clear new user form on failureJohn Molakvoæ (skjnldsv)2018-11-221-4/+17
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add explanatory text to admin twofactor settingsChristoph Wurst2018-11-221-0/+6
| | | | | | | Ref #12249 Ref https://github.com/nextcloud/documentation/pull/937 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-6/+10
| | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add class "settings-hint" to 2FA-textMarius Blüm2018-11-051-2/+2
| | | Signed-off-by: Marius Blüm <marius@lineone.io
* Highlight 'Enable' button in sidebar, and 'Update' button generallyJan-Christoph Borchardt2018-10-192-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-21/+85
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add admin interface to enforce 2FAChristoph Wurst2018-10-101-0/+76
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add new group entry on users list + fixesJohn Molakvoæ (skjnldsv)2018-09-283-221/+35
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* State default unknown quota to 0John Molakvoæ (skjnldsv)2018-09-281-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix string formattingJohn Molakvoæ (skjnldsv)2018-09-271-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add back the total used space per userJohn Molakvoæ (skjnldsv)2018-09-271-1/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed a typoMarko Korhonen2018-08-171-1/+1
|
* Allow external actions to users listJohn Molakvoæ (skjnldsv)2018-08-132-6/+8
| | | | | | + Created fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Sort apps by a proper hierarchical order (active, update, name)Julius Härtl2018-08-101-7/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix removeing apps in the sidebarJulius Härtl2018-08-101-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixes the apps list layoutMichael Weimann2018-08-071-9/+13
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Set display name (if specified) when a new user is createdDaniel Calviño Sánchez2018-07-311-0/+1
| | | | | | | | Although the form to create a new user included a field to set the display name its value was not taken into account, so the new user ended with the default display name (the same as the user name). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Remove reset button from new user formJulius Härtl2018-07-201-2/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Hide no more results noteJulius Härtl2018-07-201-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix user management field label namingJulius Härtl2018-07-201-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Display the remove item even for elements without a countMichael Weimann2018-07-181-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Fix displaying errorsJulius Härtl2018-07-041-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Hide uninstalled apps when removing themJulius Härtl2018-07-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add transition when enabling/disabling appsJulius Härtl2018-07-041-10/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix invalid limit parameter when fetching groupsJulius Härtl2018-07-042-1/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix hardcoded message in app details viewKevin Ndung'u2018-07-021-2/+2
|
* Fix new group selectionJohn Molakvoæ (skjnldsv)2018-06-292-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Popover design fixes and settings updateJohn Molakvoæ (skjnldsv)2018-06-291-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Resend activation email for new users as adminJohn Molakvoæ (skjnldsv)2018-06-261-3/+34
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use a placeholder instead of magic string concatenationJoas Schilling2018-06-261-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Css clampJohn Molakvoæ (skjnldsv)2018-06-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Real ellipsis and better line heightJohn Molakvoæ (skjnldsv)2018-06-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed multi line in users listJohn Molakvoæ (skjnldsv)2018-06-251-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>