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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22Drop Nextcloud 20 supportChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19Move testing CI to Github actionsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-29Add PsalmChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-29Drop php7.2 and add the nextcloud coding standardChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Clean up php coding styleChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-08Switch to real initial state APIRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-28Fix events unit testChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-09Add setup at loginRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-15Swith to client-side QR libChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-12-04Make the provider deactivatableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-18Migrate to VueChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-18Fix strict activities incompatibility in unit testsChristoph Wurst
Ref https://github.com/nextcloud/server/commit/16817f3743cf70010182ff269185e27acf697523 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03Test newly added codeChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-18Fix usage of deprecated/removed phpunit methodChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-07-31Fix state population on provider enable/disable eventChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-07-31Refactor state change to use eventsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-03-12Make app strictChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-02-19Refactor testing frameworkChristoph Wurst
* Use christophwurst/nextcloud_testing * Move selenium test framwork to testing lib * Make sure all test classes are based on the test lib's test case Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-01-15Fix unit testChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-03-14Let users confirm their TOTP setup before enforcing the providerChristoph Wurst
Users might have trouble get their TOTP app to work. By checking whether their basic setup is configured correctly, we lower the risk of users being locked out unexpectedly. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-02-05add acceptance tests and run them on the sauce labs cloudChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>