summaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Do not leak the login name - fixes #25047Thomas Müller2016-06-091-2/+3
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-0/+5
* Merge pull request #24795 from owncloud/issue-24789-reset-password-link-new-w...Vincent Petry2016-05-311-1/+2
|\
| * Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-241-1/+2
* | Update license headersLukas Reschke2016-05-261-2/+1
* | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+1
* | login explicitlyChristoph Wurst2016-05-241-0/+3
|/
* Add two factor auth to coreChristoph Wurst2016-05-231-2/+14
* Show login error message correctly (#24599)Christoph Wurst2016-05-121-1/+0
* 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