| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -2/+2 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 7 | -0/+7 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 3 | -4/+0 |
* | Merge pull request #20241 from nextcloud/fix/license-headers-19 | Roeland Jago Douma | 2020-04-01 | 1 | -0/+1 |
|\ |
|
| * | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | | Merge pull request #19858 from nextcloud/feature/webauthn | Roeland Jago Douma | 2020-03-31 | 8 | -13/+711 |
|\ \ |
|
| * | | Start with webauthn | Roeland Jago Douma | 2020-03-31 | 7 | -11/+709 |
| * | | 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 | 3 | -3/+122 |
|/ |
|
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 6 | -7/+0 |
* | Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipe | Roeland Jago Douma | 2020-03-24 | 1 | -7/+3 |
|\ |
|
| * | Check the user on remote wipe | Joas Schilling | 2020-03-16 | 1 | -7/+3 |
* | | Fix recursive calls in logging via server methods | Joas Schilling | 2020-03-18 | 1 | -9/+2 |
|/ |
|
* | Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-type | Christoph Wurst | 2020-03-09 | 1 | -1/+1 |
|\ |
|
| * | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -1/+1 |
* | | Fix mismatching doc block parameter types | Christoph Wurst | 2020-03-06 | 1 | -1/+1 |
|/ |
|
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -2/+3 |
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-08 | 3 | -0/+66 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 56 | -137/+209 |
* | Throw an invalid token exception is token is marked outdated | Roeland Jago Douma | 2019-12-02 | 2 | -0/+40 |
* | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -9/+24 |
* | Add return type hint to credential store and make it strict | Christoph Wurst | 2019-11-25 | 1 | -3/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -2/+4 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 4 | -7/+14 |
* | Cache the public key tokens | Roeland Jago Douma | 2019-10-08 | 1 | -5/+42 |
* | Use the actual password to update the tokens | Roeland Jago Douma | 2019-09-18 | 1 | -1/+1 |
* | Add uid to delete temp token query | Daniel Kesselberg | 2019-09-18 | 1 | -1/+2 |
* | Use Symfony's new contract Event class instead of the deprecated one | Christoph Wurst | 2019-09-12 | 1 | -4/+3 |
* | Pass $configargs to openssl_pkey_export | Daniel Kesselberg | 2019-07-21 | 1 | -1/+4 |
* | Error with exception on SSL error | Morris Jobke | 2019-07-18 | 3 | -0/+13 |
* | Update unit tests | Joas Schilling | 2019-07-16 | 1 | -1/+1 |
* | Fix new core notifier | Joas Schilling | 2019-07-15 | 1 | -1/+20 |
* | Make it possible to wipe all tokens/devices of a user | Christoph Wurst | 2019-07-09 | 1 | -6/+36 |
* | Refactor: move remote wipe token logic to RW service | Christoph Wurst | 2019-07-09 | 2 | -1/+20 |
* | Send emails when remote wipe starts/finishes | Christoph Wurst | 2019-07-02 | 1 | -0/+171 |
* | Decouple remote wipe notifcation channels with events | Christoph Wurst | 2019-06-27 | 6 | -47/+269 |
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 9 | -1/+319 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 2 | -3/+32 |
* | Add a login chain to reduce the complexity of LoginController::tryLogin | Christoph Wurst | 2019-05-07 | 16 | -0/+1051 |
* | Add interface INamedToken | Daniel Kesselberg | 2019-02-02 | 3 | -4/+44 |
* | Clean pending 2FA authentication on password reset | Roeland Jago Douma | 2019-01-29 | 1 | -0/+9 |
* | Read openssl error and log | Daniel Kesselberg | 2018-12-06 | 1 | -1/+11 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 5 | -2/+6 |
* | Catch more occurences where ExpiredTokenException can be thrown | Roeland Jago Douma | 2018-10-21 | 1 | -1/+5 |
* | Expired PK tokens should not fall back to legacy tokens | Roeland Jago Douma | 2018-10-21 | 1 | -0/+2 |
* | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 3 | -6/+158 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 1 | -1/+4 |
* | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 5 | -1/+48 |