summaryrefslogtreecommitdiffstats
path: root/core/Command/TwoFactorAuth
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct Base classJoas Schilling2018-06-271-4/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+110
| | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Implements are not needed because they are already done by base classMorris Jobke2018-01-251-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-293-10/+68
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-212-2/+4
|
* Update license headersLukas Reschke2016-05-262-2/+0
|
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-232-0/+130