aboutsummaryrefslogtreecommitdiffstats
path: root/settings/src/components/AdminTwoFactor.vue
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-168/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove a debug log from the 2FA admin settingsChristoph Wurst2019-04-101-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Collapse 2FA admin detail settings if disabledChristoph Wurst2019-03-201-56/+84
| | | | 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>
* Do not load 2fa admin settings asyncRoeland Jago Douma2019-02-281-21/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Add class "settings-hint" to 2FA-textMarius Blüm2018-11-051-2/+2
| | | Signed-off-by: Marius Blüm <marius@lineone.io
* 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>