summaryrefslogtreecommitdiffstats
path: root/core/Controller/LoginController.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
|/