summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* increase token column widthChristoph Wurst2016-05-111-2/+1
* fix LoginController unit testsChristoph Wurst2016-05-111-1/+1
* fix setupChristoph Wurst2016-05-111-4/+11
* Add token auth for OCS APIsChristoph Wurst2016-05-112-3/+7
* Add index on 'last_activity'Christoph Wurst2016-05-111-2/+3
* Add controller to generate client tokensChristoph Wurst2016-05-111-0/+82
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-1/+0
* token based authChristoph Wurst2016-05-111-23/+52
* Move logout to controllerLukas Reschke2016-04-181-1/+23
* Also check for an empty stringLukas Reschke2016-04-151-4/+4
* Rename `username` to `loginName`Lukas Reschke2016-04-151-4/+4
* Use !== instead of emptyLukas Reschke2016-04-151-4/+4
* Move login form into controllerLukas Reschke2016-04-151-0/+138
* Rename files to be PSR-4 compliantLukas Reschke2016-04-064-0/+789