Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Move over TokenMapper | Roeland Jago Douma | 2018-05-10 | 1 | -1/+2 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -1/+1 |
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 1 | -13/+30 |
* | Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #... | Flávio Gomes da Silva Lisboa | 2017-11-27 | 1 | -0/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 8 | -5/+20 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | Fix AppPassword 2FA auth | Roeland Jago Douma | 2017-09-12 | 1 | -1/+5 |
* | Fix login with basic auth | Roeland Jago Douma | 2017-09-05 | 1 | -1/+0 |
* | Improve 2FA | Roeland Jago Douma | 2017-08-29 | 1 | -3/+67 |
* | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 |