summaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-1/+3
* Clears the local storage after logoutMichael Weimann2019-01-291-1/+4
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-1/+8
* Respect the disabled setting for lost_password_linkRoeland Jago Douma2018-11-201-1/+3
* added possibility to disable autocomplete in login formRayn0r2018-10-301-0/+8
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-1/+1
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-081-1/+1
|\
| * Moves the logo files to logoMichael Weimann2018-10-021-1/+1
* | Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+1
|/
* Fix max length requirements for the throttler metadataChristoph Wurst2018-08-131-1/+1
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-1/+1
* Implements handling for deactivated usersMichael Weimann2018-07-211-25/+84
* Make 2FA providers statefulChristoph Wurst2018-06-201-1/+1
* Use proper typesRoeland Jago Douma2018-04-111-4/+1
* Avoid to leak a user ID that is not a string to reach a user backendMorris Jobke2018-04-111-0/+4
* Remove unused parameterRoeland Jago Douma2018-04-061-2/+1
* Fix testsRoeland Jago Douma2018-04-061-1/+2
* Always remember meRoeland Jago Douma2018-04-061-3/+1
* don't try login with the same name that just failedArthur Schiwon2018-02-221-3/+5
* Display message when connection is throttled on logi pageRoeland Jago Douma2018-01-151-4/+12
* Hide stay logged in checkbox when flow authentication is usedJulius Härtl2017-12-281-0/+1
* Update license headersMorris Jobke2017-11-061-1/+6
* Fix "Uninitialized string offset: 0 at \/media\/psf\/stable9\/lib\/private\/U...Lukas Reschke2017-09-071-6/+6
* Merge pull request #6196 from nextcloud/downstream-26539-2Morris Jobke2017-09-041-0/+1
|\
| * Fix broken testsMorris Jobke2017-09-041-0/+1
* | Add rich link preview to the login pageJulius Härtl2017-09-021-8/+22
|/
* Add metadata to \OCP\AppFramework\Http\Response::throttleLukas Reschke2017-07-271-1/+1
* Add Clear-Site-Data headerLukas Reschke2017-06-201-1/+3
* Disable reset password link. Issue: #27440Ujjwal Bhardwaj2017-05-111-0/+2
* Fix remember redirect_url on failed login attemptsChristoph Wurst2017-04-251-0/+3
* 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
|\ \