aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/LoginControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman4 days1-3/+1
* chore: run rector on testsRobin Appelman2025-06-121-4/+4
* test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10Joas Schilling2025-05-021-29/+71
* feat(login): add origin check at loginBenjamin Gaussorgues2024-12-051-5/+23
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-12/+12
* feat: don't count failed CSRF as failed login attemptBenjamin Gaussorgues2024-07-111-1/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-19/+9
* chore: update logincontroller testsEduardo Morales2024-03-101-5/+12
* fix(tests): Fix remaining testsJoas Schilling2024-01-091-1/+7
* Fix tests after slow logout fixLouis Chemineau2024-01-081-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-01-051-4/+25
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
* 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