Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 18 | -68/+67 |
* | Use correct getSystemValue type | J0WI | 2021-04-12 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -0/+2 |
* | Use PSR logger in authentication | Joas Schilling | 2020-10-12 | 2 | -9/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -2/+7 |
* | Do not create remember me cookie | Julius Härtl | 2020-04-23 | 1 | -2/+6 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 15 | -15/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 2 | -0/+2 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -2/+0 |
* | Merge pull request #19858 from nextcloud/feature/webauthn | Roeland Jago Douma | 2020-03-31 | 4 | -13/+171 |
|\ | |||||
| * | Start with webauthn | Roeland Jago Douma | 2020-03-31 | 3 | -11/+169 |
| * | Make password nullable in LoginData | Roeland Jago Douma | 2020-03-31 | 1 | -2/+2 |
* | | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 1 | -3/+15 |
|/ | |||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 16 | -45/+51 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Use the actual password to update the tokens | Roeland Jago Douma | 2019-09-18 | 1 | -1/+1 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 1 | -3/+18 |
* | Add a login chain to reduce the complexity of LoginController::tryLogin | Christoph Wurst | 2019-05-07 | 16 | -0/+1051 |