aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LoginControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix testsGit'Fellow2023-03-281-25/+4
* Fix tests failures (number of calls differed with last rebase)Côme Chilliet2023-01-241-15/+15
* Fix a bunch of deprecation in the phpunit for coreCarl Schwan2023-01-241-30/+28
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-20/+17
* Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-10/+11
* chore: Make the LoginController strictChristoph Wurst2022-12-151-4/+17
* Fix unit testsJoas Schilling2022-08-311-1/+1
* fix Controller testsArthur Schiwon2022-07-221-6/+10
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-6/+0
* add check isFairUseOfFreePushService on loginVitor Mattos2021-10-231-7/+25
* Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-7/+16
* Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-9/+8
* Fix more controller tests in Core subdirVincent Petry2021-03-241-0/+2
* 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