aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma2020-04-151-1/+1
|\
| * Fix absolute redirectJohn Molakvoæ (skjnldsv)2020-04-101-1/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
|/
* Start with webauthnRoeland Jago Douma2020-03-311-1/+8
* Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma2019-12-121-2/+6
|\
| * Send Clear-Site-Data expect for ChromeDaniel Kesselberg2019-11-301-2/+6
* | Update license headersChristoph Wurst2019-12-051-8/+6
|/
* Trim the login nameChristoph Wurst2019-11-281-1/+1
* Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-1/+1
* Vueify the login pageChristoph Wurst2019-05-291-54/+71
* Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-071-126/+37
* 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
|\