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
path: root/lib
AgeCommit message (Expand)Author
2019-04-02Make provider display name translatableChristoph Wurst
2019-01-14Use QBMapperRoeland Jago Douma
2018-12-03Make provider deactivatable by adminChristoph Wurst
2018-11-21Remove cast to objectJoas Schilling
2018-11-20Fix resetting an array referenceChristoph Wurst
2018-10-22Move over to DB MigrationsRoeland Jago Douma
2018-10-22Migrate to VueChristoph Wurst
2018-10-02Migrate personal settings to new APIChristoph Wurst
2018-10-02Adapt to server changesChristoph Wurst
2018-10-01Fix authentication/login registration id missing propertyChristoph Wurst
2018-08-02Fix wrong provider registry updates.Christoph Wurst
2018-07-31Fix state propagation to the server registryChristoph Wurst
2018-07-31Refactor app to use the event system to act on state changesChristoph Wurst
2018-03-27Add missing scalar type hintChristoph Wurst
2018-03-13Add strict types and fix testsChristoph Wurst
2018-03-13Add php7 primitive type hintsChristoph Wurst
2017-11-27List U2F settings in security sectionChristoph Wurst
2017-05-16Fix activity typeChristoph Wurst
2017-04-10Add possibility to add multiple U2F devicesChristoph Wurst
2017-01-23try to structure the code better and require password confirmationChristoph Wurst
2016-12-19add some unit testsChristoph Wurst
2016-12-19Merge pull request #17 from nextcloud/activitiesChristoph Wurst
2016-12-19make Joas happy by adding some comments :-)Christoph Wurst
2016-12-19replace IDb with IDBConnectionChristoph Wurst
2016-12-13publish activities when a device is added/removedChristoph Wurst
2016-11-07Use valid PSR4 namespaceChristoph Wurst
2016-08-27u2f logo addedChristoph Wurst
2016-08-26use raw protocol + host to build appId instead of base urlChristoph Wurst
2016-08-26allow users to enable/disable U2F via their personal settingsChristoph Wurst
2016-08-26store u2f registration in the databaseChristoph Wurst
2016-08-26fail gracefully if U2F verification errors occurChristoph Wurst
2016-08-26implement U2F challenge verificationChristoph Wurst
2016-08-26refactor code into U2FMangerChristoph Wurst
2016-08-26quick and dirty U2F registrationChristoph Wurst