summaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Use login name to fix password confirm with ldap usersJoas Schilling2017-01-051-7/+3
* Save the timezone on login againJoas Schilling2016-12-081-1/+8
* Move integer casting to the top of the chainjustin-sleep2016-12-021-1/+1
* Introduce the UI for password confirmationJoas Schilling2016-11-181-0/+37
* bring back remember-meChristoph Wurst2016-11-021-3/+8
* Use magic DI for core controllersJoas Schilling2016-09-301-3/+5
* Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke2016-08-301-1/+0
|\
| * Minor cleanup in core ControllersRoeland Jago Douma2016-08-291-1/+0
* | redirect to 2fa provider if there's only one active for the userChristoph Wurst2016-08-291-4/+18
|/
* Move the reset token to core appJoas Schilling2016-08-231-1/+1
* Remove "password reset token" after successful loginJoas Schilling2016-08-231-0/+3
* Redirect users when already logged-in on login formLukas Reschke2016-08-111-9/+25
* Add missing array element - fixes #25714Thomas Müller2016-08-101-1/+1
* Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
* Fix othersJoas Schilling2016-07-211-1/+4
* Mitigate race conditionLukas Reschke2016-07-201-1/+4
* Implement brute force protectionLukas Reschke2016-07-201-8/+19
* 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