Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Certain tokens can expire | Roeland Jago Douma | 2018-05-22 | 1 | -0/+16 |
* | Allow the rotation of tokens | Roeland Jago Douma | 2018-05-22 | 1 | -2/+8 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | 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 | 1 | -2/+13 |
* | app password scope wip | Robin Appelman | 2016-11-16 | 1 | -1/+5 |
* | read lockdown scope from token | Robin Appelman | 2016-11-16 | 1 | -0/+13 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -0/+7 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
* | store last check timestamp in token instead of session | Christoph Wurst | 2016-06-17 | 1 | -0/+23 |
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -1/+0 |
* | 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/+17 |
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 1 | -3/+1 |
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -1/+11 |
* | a single token provider suffices | Christoph Wurst | 2016-05-18 | 1 | -0/+9 |
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 1 | -0/+14 |
* | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 1 | -0/+4 |
* | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 1 | -0/+5 |
* | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 1 | -6/+1 |
* | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 1 | -1/+6 |
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -0/+58 |