summaryrefslogtreecommitdiffstats
path: root/tests/Core
Commit message (Expand)AuthorAgeFilesLines
* Renamed test classes for file logging tests.Thomas Pulzer2016-07-221-1/+1
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-222-6/+6
* Mitigate race conditionLukas Reschke2016-07-201-6/+31
* Implement brute force protectionLukas Reschke2016-07-201-2/+57
* Use argument instead of valueJoas Schilling2016-07-141-20/+18
* FIx my emailJoas Schilling2016-07-131-1/+1
* Add tests for set/get/delete/listJoas Schilling2016-07-131-5/+234
* Make sure the exception is catchedJoas Schilling2016-07-131-5/+31
* Add tests for checkInput()Joas Schilling2016-07-131-0/+211
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-143/+0
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-2/+2
* 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-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-4Joas Schilling2016-05-252-0/+403
* | 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-1926-0/+4730