summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/templates
Commit message (Collapse)AuthorAgeFilesLines
* 2FA backupcodes: add strict typingJ0WI2021-04-152-0/+5
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-151-0/+2
| | | | | | | This saves a direct request to the server when loading the backup codes. There is no need for this as the data is already known. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use the scoped css on the personal pageRoeland Jago Douma2019-01-091-1/+0
| | | | | | Saves loading the style file when we visit the security page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-021-4/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Restructure and redesign two-factor auth provider selectionChristoph Wurst2018-10-011-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to standard formatRoeland Jago Douma2018-09-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Migrate backup codes settings to VueChristoph Wurst2018-09-271-2/+1
| | | | | | Fixes https://github.com/nextcloud/server/issues/11034. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix icons in sidebar on personal pageMorris Jobke2017-04-271-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add 2fa backup codes appChristoph Wurst2016-09-052-0/+20
* add backup codes app unit tests * add integration tests for the backup codes app