Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+6 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -1/+2 |
* | Error with exception on SSL error | Morris Jobke | 2019-07-18 | 1 | -0/+3 |
* | Remote wipe support | Roeland Jago Douma | 2019-05-20 | 1 | -0/+3 |
* | Move ExpiredTokenException to the correct namespace | Roeland Jago Douma | 2018-10-30 | 1 | -0/+1 |
* | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 1 | -0/+8 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 1 | -0/+8 |
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -5/+4 |
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-17 | 1 | -0/+2 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-16 | 1 | -0/+10 |
* | Fix tests | Roeland Jago Douma | 2018-05-15 | 1 | -2/+2 |
* | Make the Token Auth code strict | Roeland Jago Douma | 2018-05-15 | 1 | -10/+17 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
* | Minor typos | Marcel Waldvogel | 2017-07-21 | 1 | -1/+1 |
* | allow configuring filesystem access | Robin Appelman | 2016-11-16 | 1 | -1/+10 |
* | document what the method does | Christoph Wurst | 2016-11-02 | 1 | -0/+2 |
* | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 1 | -0/+1 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -1/+9 |
* | add invalidateOldTokens to IProvider interface | Christoph Wurst | 2016-08-02 | 1 | -0/+5 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 1 | -8/+8 |
|\ | |||||
| * | store last check timestamp in token instead of session | Christoph Wurst | 2016-06-17 | 1 | -7/+7 |
| * | use token last_activity instead of session value | Christoph Wurst | 2016-06-17 | 1 | -1/+1 |
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 1 | -0/+10 |
|/ | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -1/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
* | when generating browser/device token, save the login name for later password ... | Christoph Wurst | 2016-05-24 | 1 | -1/+2 |
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 1 | -1/+9 |
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -1/+2 |
* | add method to query all user auth tokens | Christoph Wurst | 2016-05-18 | 1 | -0/+12 |
* | a single token provider suffices | Christoph Wurst | 2016-05-18 | 1 | -0/+37 |
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
* | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 1 | -1/+8 |
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -0/+35 |