| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 5 | -0/+40 |
* | Emit event on enablign or disabling of 2FA provider | Roeland Jago Douma | 2018-10-01 | 1 | -1/+15 |
* | Add mandatory 2FA service/class | Christoph Wurst | 2018-09-30 | 2 | -2/+60 |
* | Merge pull request #11240 from nextcloud/feature/noid/consider-openssl-settin... | Morris Jobke | 2018-09-25 | 1 | -2/+2 |
|\ |
|
| * | Consider openssl settings from config.php | Daniel Kesselberg | 2018-09-16 | 1 | -2/+2 |
* | | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 5 | -25/+149 |
* | | Also adjust the expiration of PublicKeyTokenProvider | Joas Schilling | 2018-09-20 | 1 | -2/+2 |
* | | Copy the expiration from 480864b3e32d88361b17b70d238f986f64579757 to getToken... | Joas Schilling | 2018-09-19 | 1 | -1/+1 |
|/ |
|
* | Expire tokens hardening | Roeland Jago Douma | 2018-09-07 | 1 | -1/+1 |
* | Fix handlng of concurrent inserts of the 2FA provider registry DAO | Christoph Wurst | 2018-08-31 | 1 | -20/+9 |
* | Fix 2FA being enforced if only backup codes provider is active | Christoph Wurst | 2018-08-10 | 1 | -4/+9 |
* | Fix double-inserts of the same provider state | Christoph Wurst | 2018-08-09 | 1 | -6/+19 |
* | Rename providerset method to get primary providers | Christoph Wurst | 2018-08-08 | 1 | -1/+1 |
* | Fix login redirection if only one 2FA provider is active | Christoph Wurst | 2018-08-08 | 1 | -0/+11 |
* | Fix 2FA provider registry population on login | Christoph Wurst | 2018-08-08 | 1 | -1/+3 |
* | Fix duplicate inserts in the 2fa provider registry DAO | Christoph Wurst | 2018-07-31 | 1 | -10/+18 |
* | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 2 | -0/+2 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 5 | -72/+391 |
* | Comments | Roeland Jago Douma | 2018-06-19 | 5 | -6/+20 |
* | Add getProvider helper function | Roeland Jago Douma | 2018-06-18 | 1 | -35/+17 |
* | Use constant for token version | Roeland Jago Douma | 2018-06-18 | 6 | -20/+22 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 3 | -3/+14 |
* | Generate the new publicKey tokens by default! | Roeland Jago Douma | 2018-06-18 | 1 | -2/+1 |
* | Actually convert the token | Roeland Jago Douma | 2018-06-18 | 3 | -40/+94 |
* | Add publickey provider to manager | Roeland Jago Douma | 2018-06-18 | 1 | -47/+52 |
* | SetPassword on PublicKeyTokens | Roeland Jago Douma | 2018-06-18 | 1 | -2/+12 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 6 | -52/+26 |
* | Add first tests | Roeland Jago Douma | 2018-06-18 | 1 | -1/+10 |
* | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 6 | -11/+672 |
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -0/+210 |
* | Make the token expiration also work for autocasting 0 | Roeland Jago Douma | 2018-06-08 | 1 | -1/+1 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 6 | -5/+84 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-16 | 4 | -2/+63 |
* | Refix scope | Roeland Jago Douma | 2018-05-15 | 2 | -3/+5 |
* | Fix tests | Roeland Jago Douma | 2018-05-15 | 4 | -17/+29 |
* | Make the Token Auth code strict | Roeland Jago Douma | 2018-05-15 | 5 | -90/+94 |