summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/DefaultToken.php
Commit message (Expand)AuthorAgeFilesLines
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+0
* Update license headersLukas Reschke2016-05-261-1/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+17
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-3/+1
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+11
* a single token provider sufficesChristoph Wurst2016-05-181-0/+9
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-1/+1
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-0/+14
* Add token auth for OCS APIsChristoph Wurst2016-05-111-0/+4
* Add index on 'last_activity'Christoph Wurst2016-05-111-0/+5
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-6/+1
* invalidate (delete) session token on logoutChristoph Wurst2016-05-111-1/+6
* token based authChristoph Wurst2016-05-111-0/+58