Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -7/+12 |
* | Handle token insert conflicts | Christoph Wurst | 2019-11-26 | 1 | -9/+24 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -3/+4 |
* | Error with exception on SSL error | Morris Jobke | 2019-07-18 | 1 | -0/+2 |
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 1 | -0/+5 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -0/+1 |
* | 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 |
* | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 1 | -0/+7 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 1 | -0/+5 |
* | Comments | Roeland Jago Douma | 2018-06-19 | 1 | -1/+16 |
* | Add getProvider helper function | Roeland Jago Douma | 2018-06-18 | 1 | -35/+17 |
* | Add more tests | Roeland Jago Douma | 2018-06-18 | 1 | -2/+10 |
* | 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 | 1 | -8/+19 |
* | Add publickey provider to manager | Roeland Jago Douma | 2018-06-18 | 1 | -47/+52 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -4/+4 |
* | Initial PKT implementation | Roeland Jago Douma | 2018-06-18 | 1 | -4/+4 |
* | Abstract the Provider via a manager | Roeland Jago Douma | 2018-06-18 | 1 | -0/+210 |