Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+62 |
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> |