summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-193-9/+9
| | | | | | | | | | 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>
* Use the external initial state implementationChristoph Wurst2019-10-121-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-015-109/+122
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use name from theme when downloading/printing twofactor backup codes.Joachim Bauch2019-03-262-3/+11
| | | | | Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use monospaced font when printing twofactor backup codes.Joachim Bauch2019-03-221-1/+1
| | | | | | | This helps differentiating similar characters like "I" / "1". Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-301-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial stateRoeland Jago Douma2019-01-291-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the git attributesRoeland Jago Douma2019-01-151-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-154-30/+92
| | | | | | | 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>
* Use nextcloud-axios in 2fa backupcodes jsRoeland Jago Douma2019-01-091-11/+3
| | | | 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-274-0/+139
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>