summaryrefslogtreecommitdiffstats
path: root/core/Controller/TokenController.php
Commit message (Expand)AuthorAgeFilesLines
* do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-11/+25
* 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/+1
* generate device token for UID, not login nameChristoph Wurst2016-05-241-2/+3
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-1/+2
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
* add unit tests for all new classesChristoph Wurst2016-05-111-3/+3
* Add token auth for OCS APIsChristoph Wurst2016-05-111-2/+6
* Add index on 'last_activity'Christoph Wurst2016-05-111-2/+3
* Add controller to generate client tokensChristoph Wurst2016-05-111-0/+82