aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Make BruteForceProtection annotation more cleverLukas Reschke2017-04-131-25/+11
* Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate...Morris Jobke2017-04-131-1/+4
|\
| * do login routine only once when done via LoginControllerArthur Schiwon2017-04-061-1/+1
| * fix login controller testsArthur Schiwon2017-04-061-0/+3
* | Dont create a log entry on email loginJoas Schilling2017-04-071-2/+10
|/
* Merge pull request #2606 from temparus/masterblizzz2017-02-151-0/+7
|\
| * Update license headerSandro Lutz2017-02-071-0/+2
| * Merge remote-tracking branch 'nextcloud/master'Sandro Lutz2017-02-071-14/+11
| |\
| * | Add missing use statement for PublicEmitterSandro Lutz2017-02-071-0/+1
| * | Fix typo for UserManager variableSandro Lutz2017-02-011-1/+1
| * | Add check if UserManager is of type PublicEmitter before calling preLogin hookSandro Lutz2017-02-011-1/+3
| * | Change where preLogin hook gets calledSandro Lutz2017-02-011-0/+2
| * | Remove preLoginValidation hookSandro Lutz2017-02-011-3/+0
| * | Fix indentationSandro Lutz2017-02-011-1/+1
| * | Add preLoginValidation hookSandro Lutz2017-02-011-0/+3
* | | Merge pull request #3362 from nextcloud/fix/nc-token-cookie-nameJoas Schilling2017-02-091-1/+1
|\ \ \
| * | | oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
| | |/ | |/|
* / | Fix public page css fallback loadingJohn Molakvoæ (skjnldsv)2017-02-011-2/+0
|/ /
* | Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-1/+0
|\ \
| * | always allow remembered loginChristoph Wurst2017-01-111-1/+0
* | | Merge pull request #3004 from nextcloud/fix-installation-cssLukas Reschke2017-01-221-0/+2
|\ \ \
| * | | Create unified css file and merge all needed data into this fileJohn Molakvoæ (skjnldsv)2017-01-101-0/+2
| |/ /
* / / add action to existing brute force protectionBjoern Schiessle2017-01-181-6/+6
|/ /
* / 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