Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-14Move to real initial state APIRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-26Add possibility to set up at loginChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-19Fix missing Vue challenge pageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-22Migrate to VueChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03Correctly indent lower sentences in the Settings pageJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02Adapt to server changesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-12-12Switch to new promise-based u2f APIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-08-14Merge branch 'master' of github.com:nextcloud/twofactor_u2f into http-warningChristoph Wurst
2017-05-20Language: Shortened stringcomradekingu
2017-04-28Fix icons in sidebar on personal pageMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-11Show warning if u2f is used via HTTPChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-10Add possibility to add multiple U2F devicesChristoph Wurst
Users should be able to add as many devices as they like, hence the interface should allow to list added devices and have a button to add new ones. To identify devices later, users can give names to devices. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-09show warning and retry signing process in case of errorsChristoph Wurst
2016-08-28nicer enable/disable UXChristoph Wurst
2016-08-27use app svgChristoph Wurst
2016-08-27u2f logo addedChristoph Wurst
2016-08-26prompt the user to push the button on their U2F deviceChristoph Wurst
2016-08-26fix script orderChristoph Wurst
2016-08-26implement U2F challenge verificationChristoph Wurst
2016-08-26quick and dirty U2F registrationChristoph Wurst