summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Login
Commit message (Expand)AuthorAgeFilesLines
* 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