summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/src/views
Commit message (Collapse)AuthorAgeFilesLines
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix unresponsive legacy password confirmation dialog with new dialog in VueChristopher Ng2022-09-141-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove legacy js packagesRoeland Jago Douma2020-03-221-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move spinner behind text to match design guidelinesJohannes Riedel2020-03-191-1/+1
| | | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add visual feedback while creating 2fa backup codesJohannes Riedel2020-03-191-1/+2
| | | | Signed-off-by: Johannes Riedel <joeried@users.noreply.github.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-4/+4
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-73/+86
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use name from theme when downloading/printing twofactor backup codes.Joachim Bauch2019-03-261-1/+8
| | | | | Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-151-20/+13
| | | | | | | 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-0/+11
| | | | | | 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-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix generate button event and show regenerate button only when enabledChristoph Wurst2018-09-271-25/+28
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to standard formatRoeland Jago Douma2018-09-271-0/+102
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>