| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | a single token provider suffices | Christoph Wurst | 2016-05-18 | 4 | -10/+62 |
* | don't spam the log file with failed token validation entries | Christoph Wurst | 2016-05-13 | 1 | -3/+1 |
* | delete the token in case an exception is thrown when decrypting the password | Christoph Wurst | 2016-05-11 | 1 | -1/+8 |
* | use the query builder instead of raw sql statements | Christoph Wurst | 2016-05-11 | 1 | -18/+27 |
* | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 4 | -6/+11 |
* | PHPDoc and other minor fixes | Christoph Wurst | 2016-05-11 | 2 | -6/+26 |
* | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 4 | -4/+26 |
* | Add index on 'last_activity' | Christoph Wurst | 2016-05-11 | 4 | -3/+15 |
* | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 3 | -14/+66 |
* | invalidate (delete) session token on logout | Christoph Wurst | 2016-05-11 | 4 | -3/+109 |
* | token based auth | Christoph Wurst | 2016-05-11 | 6 | -0/+292 |