summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LoginControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-130/+3
* Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-131-12/+14
|\
| * do login routine only once when done via LoginControllerArthur Schiwon2017-04-061-8/+8
| * fix login controller testsArthur Schiwon2017-04-061-6/+8
* | Dont create a log entry on email loginJoas Schilling2017-04-071-54/+54
|/
* oc_token should be nc_tokenChristoph Wurst2017-02-021-2/+2
* always allow remembered loginChristoph Wurst2017-01-111-3/+0
* Save the timezone on login againJoas Schilling2016-12-081-1/+14
* bring back remember-meChristoph Wurst2016-11-021-4/+68
* redirect to 2fa provider if there's only one active for the userChristoph Wurst2016-08-291-1/+75
* Move the reset token to core appJoas Schilling2016-08-231-3/+3
* Remove "password reset token" after successful loginJoas Schilling2016-08-231-0/+20
* 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
* Do not leak the login name - fixes #25047Thomas Müller2016-06-091-8/+40
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-6/+15
* Add two factor auth to coreChristoph Wurst2016-05-231-1/+39
* Move tests/core/ to PSR-4Joas Schilling2016-05-191-0/+340