aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Login
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-33/+33
* fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-081-0/+5
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* composer run cs:fixCôme Chilliet2023-01-2017-18/+0
* Validate user timezone given from login data before saving itThomas Citharel2023-01-041-1/+5
* feat: add event for failed loginsRoeland Jago Douma2022-11-241-1/+2
* Skip general login with email for non-valid addresses and LDAPJulius Härtl2022-10-261-0/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0418-68/+67
* Use correct getSystemValue typeJ0WI2021-04-121-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Use PSR logger in authenticationJoas Schilling2020-10-122-9/+7
* Update license headers for 19Christoph Wurst2020-04-295-2/+7
* Do not create remember me cookieJulius Härtl2020-04-231-2/+6
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1015-15/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-092-0/+2
* Fix multiline commentsChristoph Wurst2020-04-081-2/+0
* Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-314-13/+171
|\
| * Start with webauthnRoeland Jago Douma2020-03-313-11/+169
| * Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
* | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-3/+15
|/
* Update license headersChristoph Wurst2019-12-0516-45/+51
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Use the actual password to update the tokensRoeland Jago Douma2019-09-181-1/+1
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-3/+18
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-0716-0/+1051