summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix mock call in AvatarControllerTestRoeland Jago Douma2016-08-151-12/+12
* Use generated URLLukas Reschke2016-08-151-1/+1
* Fix tests for LoginControllerLukas Reschke2016-08-151-5/+4
* Don't use create mockLukas Reschke2016-08-151-14/+14
* Use createMock instead of deprecated getMockLukas Reschke2016-08-111-12/+12
* Redirect users when already logged-in on login formLukas Reschke2016-08-111-0/+95
* Mitigate race conditionLukas Reschke2016-07-201-6/+31
* Implement brute force protectionLukas Reschke2016-07-201-2/+57
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-143/+0
* occ web executor (#24957)VicDeo2016-06-221-0/+143
* 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 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-011-5/+7
* Merge pull request #24836 from owncloud/auth-tests-to-psr4Vincent Petry2016-05-251-0/+220
|\
| * Move parallel merged auth tests to PSR-4Joas Schilling2016-05-251-0/+220
* | Merge pull request #24735 from juliushaertl/passwordreset-invalidVincent Petry2016-05-251-3/+104
|\ \ | |/ |/|
| * Add more tests for OC\Core\Controller\LostControllerJulius Haertl2016-05-231-3/+104
* | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-242-7/+23
* | Add two factor auth to coreChristoph Wurst2016-05-231-1/+39
|/
* Move tests/core/ to PSR-4Joas Schilling2016-05-194-0/+1314