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
path: root/tests
AgeCommit message (Collapse)Author
2022-04-07Update master php testing versionsupdate-master-phpunit-configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-22Drop Nextcloud 20 supportChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19Add php8 supportChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-19Bump christophwurst/nextcloud_testing from 0.8.1 to 0.12.1dependabot-preview[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.8.1 to 0.12.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.8.1...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 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-06-13Fix acceptance tests failing due to removed notifications elementChristoph Wurst
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 acceptance tests to match the restructured 2FA pages in nc15Christoph 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-10-03Fix outdated ui string in acceptance testChristoph 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 provider registration in acceptance testChristoph 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-19Do not search for test cases in the vendor dirChristoph 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-02-19Clean up acceptance testChristoph Wurst
* Use sauce username from env * Create test name for local tests 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-10-09Start developing for nc13Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-03-14Add acceptance tests for the new totp key confirmationChristoph 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-03-14Merge pull request #150 from nextcloud/readme-saucelabs-testmatrixChristoph Wurst
Add sauce labs browser test matrix to readme
2017-03-07Remove resolved TODOChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-03-07Factor out test code and report status back to sauce labsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-03-07Select the new button in accepance testsChristoph Wurst
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>
2017-01-17use vendor neutral name instead of 'Google authenticator'Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-09fix DIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-09fix testsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-01-09return meaningful setting nameChristoph Wurst
2017-01-09add activity icon and remove subject dotChristoph Wurst
2017-01-09add testsChristoph Wurst
2016-11-07use phpunit's createMock for interfacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-11-07Merge pull request #77 from nextcloud/fix-coverage-whitelistChristoph Wurst
fix coverage whitelist directory
2016-11-07fix pathChristoph Wurst
2016-11-07fix coverage whitelist directoryChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-11-07use valid PSR-4 namespaceChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-08-23add issuer prefix to labelChristoph Wurst
2016-08-22switch to more common naming scheme for the TOTP label and its issuerChristoph Wurst
2016-08-22remove debug variableChristoph Wurst