summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-217-10/+22
* Mitigate race conditionLukas Reschke2016-07-201-1/+4
* Implement brute force protectionLukas Reschke2016-07-202-16/+29
* Use the themed Defaults everywhereJoas Schilling2016-07-151-5/+3
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-147/+0
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-0/+147
|\
| * occ web executor (#24957)VicDeo2016-06-221-0/+147
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-111-2/+3
|\|
| * Do not leak the login name - fixes #25047Thomas Müller2016-06-091-2/+3
| * Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2faVincent Petry2016-06-081-0/+9
| |\
| | * Allow to cancel 2FA after loginJoas Schilling2016-06-071-0/+9
| * | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-11/+25
| |/
* | Add fancy layoutLukas Reschke2016-06-091-1/+2
* | Allow to cancel 2FA after loginJoas Schilling2016-06-091-0/+9
* | do not generate device token if 2FA is enable for userChristoph Wurst2016-06-091-11/+25
|/
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-012-5/+22
* 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-267-9/+7
* | Merge pull request #24735 from juliushaertl/passwordreset-invalidVincent Petry2016-05-251-15/+35
|\ \
| * | Show error messages if a password reset link is invalid or expiredJulius Haertl2016-05-231-15/+35
* | | when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-243-5/+5
* | | generate device token for UID, not login nameChristoph Wurst2016-05-241-2/+3
* | | login explicitlyChristoph Wurst2016-05-241-0/+3
| |/ |/|
* | Add two factor auth to coreChristoph Wurst2016-05-232-2/+148
|/
* 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-112-4/+3
* show login errorChristoph Wurst2016-05-111-5/+12
* PHPDoc and other minor fixesChristoph Wurst2016-05-111-2/+4
* add unit tests for all new classesChristoph Wurst2016-05-111-3/+3
* 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