| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid to leak a user ID that is not a string to reach a user backend | Morris Jobke | 2018-04-11 | 1 | -0/+4 |
* | Remove unused parameter | Roeland Jago Douma | 2018-04-06 | 1 | -2/+1 |
* | Fix tests | Roeland Jago Douma | 2018-04-06 | 1 | -1/+2 |
* | Always remember me | Roeland Jago Douma | 2018-04-06 | 1 | -3/+1 |
* | don't try login with the same name that just failed | Arthur Schiwon | 2018-02-22 | 1 | -3/+5 |
* | Display message when connection is throttled on logi page | Roeland Jago Douma | 2018-01-15 | 1 | -4/+12 |
* | Hide stay logged in checkbox when flow authentication is used | Julius Härtl | 2017-12-28 | 1 | -0/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+6 |
* | Fix "Uninitialized string offset: 0 at \/media\/psf\/stable9\/lib\/private\/U... | Lukas Reschke | 2017-09-07 | 1 | -6/+6 |
* | Merge pull request #6196 from nextcloud/downstream-26539-2 | Morris Jobke | 2017-09-04 | 1 | -0/+1 |
|\ |
|
| * | Fix broken tests | Morris Jobke | 2017-09-04 | 1 | -0/+1 |
* | | Add rich link preview to the login page | Julius Härtl | 2017-09-02 | 1 | -8/+22 |
|/ |
|
* | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 1 | -1/+1 |
* | Add Clear-Site-Data header | Lukas Reschke | 2017-06-20 | 1 | -1/+3 |
* | Disable reset password link. Issue: #27440 | Ujjwal Bhardwaj | 2017-05-11 | 1 | -0/+2 |
* | Fix remember redirect_url on failed login attempts | Christoph Wurst | 2017-04-25 | 1 | -0/+3 |
* | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 1 | -25/+11 |
* | Merge pull request #2424 from nextcloud/fix-login-controller-test-consolidate... | Morris Jobke | 2017-04-13 | 1 | -1/+4 |
|\ |
|
| * | do login routine only once when done via LoginController | Arthur Schiwon | 2017-04-06 | 1 | -1/+1 |
| * | fix login controller tests | Arthur Schiwon | 2017-04-06 | 1 | -0/+3 |
* | | Dont create a log entry on email login | Joas Schilling | 2017-04-07 | 1 | -2/+10 |
|/ |
|
* | Merge pull request #2606 from temparus/master | blizzz | 2017-02-15 | 1 | -0/+7 |
|\ |
|
| * | Update license header | Sandro Lutz | 2017-02-07 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'nextcloud/master' | Sandro Lutz | 2017-02-07 | 1 | -14/+11 |
| |\ |
|
| * | | Add missing use statement for PublicEmitter | Sandro Lutz | 2017-02-07 | 1 | -0/+1 |
| * | | Fix typo for UserManager variable | Sandro Lutz | 2017-02-01 | 1 | -1/+1 |
| * | | Add check if UserManager is of type PublicEmitter before calling preLogin hook | Sandro Lutz | 2017-02-01 | 1 | -1/+3 |
| * | | Change where preLogin hook gets called | Sandro Lutz | 2017-02-01 | 1 | -0/+2 |
| * | | Remove preLoginValidation hook | Sandro Lutz | 2017-02-01 | 1 | -3/+0 |
| * | | Fix indentation | Sandro Lutz | 2017-02-01 | 1 | -1/+1 |
| * | | Add preLoginValidation hook | Sandro Lutz | 2017-02-01 | 1 | -0/+3 |
* | | | Merge pull request #3362 from nextcloud/fix/nc-token-cookie-name | Joas Schilling | 2017-02-09 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | oc_token should be nc_token | Christoph Wurst | 2017-02-02 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | Fix public page css fallback loading | John Molakvoæ (skjnldsv) | 2017-02-01 | 1 | -2/+0 |
|/ / |
|
* | | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 1 | -1/+0 |
|\ \ |
|
| * | | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -1/+0 |
* | | | Merge pull request #3004 from nextcloud/fix-installation-css | Lukas Reschke | 2017-01-22 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Create unified css file and merge all needed data into this file | John Molakvoæ (skjnldsv) | 2017-01-10 | 1 | -0/+2 |
| |/ / |
|
* / / | add action to existing brute force protection | Bjoern Schiessle | 2017-01-18 | 1 | -6/+6 |
|/ / |
|
* / | Use login name to fix password confirm with ldap users | Joas Schilling | 2017-01-05 | 1 | -7/+3 |
|/ |
|
* | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+8 |
* | Move integer casting to the top of the chain | justin-sleep | 2016-12-02 | 1 | -1/+1 |
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 1 | -0/+37 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -3/+8 |
* | Use magic DI for core controllers | Joas Schilling | 2016-09-30 | 1 | -3/+5 |
* | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 1 | -1/+0 |
|\ |
|
| * | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 1 | -1/+0 |
* | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 1 | -4/+18 |
|/ |
|
* | Move the reset token to core app | Joas Schilling | 2016-08-23 | 1 | -1/+1 |
* | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 1 | -0/+3 |