summaryrefslogtreecommitdiffstats
path: root/tests/Core
Commit message (Collapse)AuthorAgeFilesLines
* occ web executor (#24957)VicDeo2016-06-221-0/+143
| | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf
* Do not leak the login name - fixes #25047Thomas Müller2016-06-091-8/+40
|
* Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2faVincent Petry2016-06-081-4/+17
|\ | | | | Allow to cancel 2FA after login
| * Allow to cancel 2FA after loginJoas Schilling2016-06-071-4/+17
| |
* | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-7/+33
|/
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-012-9/+22
|
* Merge pull request #24836 from owncloud/auth-tests-to-psr4Vincent Petry2016-05-252-0/+403
|\ | | | | Move parallel merged auth tests to PSR-4
| * Move parallel merged auth tests to PSR-4Joas Schilling2016-05-252-0/+403
| |
* | Merge pull request #24735 from juliushaertl/passwordreset-invalidVincent Petry2016-05-251-3/+104
|\ \ | |/ |/| Show error messages if a password reset link is invalid or expired
| * Add more tests for OC\Core\Controller\LostControllerJulius Haertl2016-05-231-3/+104
| | | | | | | | | | | | | | | | - remove testResetFormUnsuccessful as it is now splitted up in different test cases - add testResetFormInvalidToken to check if timestamp and token are present - add testResetFormInvalidTokenMatch to check if the saved token matches the provided - add testResetFormExpiredToken to check if expiration detection works - add testResetFormValidToken to check if detection of valid tokens works
* | when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-242-7/+23
| | | | | | | | checks
* | Add two factor auth to coreChristoph Wurst2016-05-231-1/+39
|/
* Move tests/core/ to PSR-4Joas Schilling2016-05-1926-0/+4730