summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LoginControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-6/+6
* Start with webauthnRoeland Jago Douma2020-03-311-1/+7
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-12/+12
* Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-0/+28
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-2/+2
* Vueify the login pageChristoph Wurst2019-05-291-39/+69
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-327/+110
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-0/+24
* adapted automated test for autocomplete changesRayn0r2018-10-301-6/+14
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-2/+2
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-5/+6
* Adds disabled user unit testsMichael Weimann2018-07-211-3/+47
* Make 2FA providers statefulChristoph Wurst2018-06-201-15/+17
* Fix testsRoeland Jago Douma2018-04-061-17/+5
* Fix testsRoeland Jago Douma2018-01-151-1/+18
* Hide stay logged in checkbox when flow authentication is usedJulius Härtl2017-12-281-0/+33
* Fix broken testsMorris Jobke2017-09-041-1/+6
* Fix LoginControllerRoeland Jago Douma2017-08-091-0/+4
* Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-2/+2
* Add Clear-Site-Data headerLukas Reschke2017-06-201-0/+2
* Fix remember redirect_url on failed login attemptsChristoph Wurst2017-04-251-4/+6
* 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