Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 4 | -0/+4 |
* | 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 |
* | 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 |
* | 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 |
* | | 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 |
* | 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 | 5 | -5/+43 |
* | 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 |
* | 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 | 5 | -0/+15 |
* | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | Fix auth provider | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | Fix clob comparison | Joas Schilling | 2017-08-02 | 1 | -1/+1 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -2/+1 |
* | Minor typos | Marcel Waldvogel | 2017-07-21 | 3 | -3/+3 |
* | Rename table back to lowercase | Lukas Reschke | 2017-05-18 | 1 | -8/+8 |
* | delete auth token when client gets deleted | Bjoern Schiessle | 2017-05-18 | 1 | -7/+19 |
* | Defining App "cron" for "Invalidating tokens older than" message #27167 (#27201) | Martin | 2017-03-19 | 1 | -2/+2 |
* | copy remember-me value when renewing a session token | Christoph Wurst | 2016-11-27 | 1 | -0/+1 |
* | use lower loglevel for token cleanup messages | Robin Appelman | 2016-11-17 | 1 | -2/+2 |
* | Add test for setting up fake fs | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
* | Adds TokenProvider and Mapper tests | Roeland Jago Douma | 2016-11-16 | 1 | -7/+5 |
* | explicit types | Robin Appelman | 2016-11-16 | 1 | -5/+11 |
* | cast to int | Robin Appelman | 2016-11-16 | 1 | -2/+2 |
* | phpdoc | Robin Appelman | 2016-11-16 | 1 | -2/+1 |
* | fix setscope | Robin Appelman | 2016-11-16 | 1 | -2/+2 |
* | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 5 | -7/+71 |