summaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Use proper URL generation function (#24576)Lukas Reschke2016-05-111-1/+1
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
* fix login with emailChristoph Wurst2016-05-111-1/+2
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-3/+1
* show login errorChristoph Wurst2016-05-111-5/+12
* 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-111-1/+1
* 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