| Commit message (Expand) | Author | Age | Files | Lines |
* | No password reset for disabled users | Joas Schilling | 2017-08-18 | 1 | -3/+12 |
* | Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
|\ |
|
| * | Add metadata to \OCP\AppFramework\Http\Response::throttle | Lukas Reschke | 2017-07-27 | 1 | -1/+1 |
* | | Fix OCSController | Roeland Jago Douma | 2017-08-01 | 1 | -3/+3 |
* | | Fix ContactsMenuController | Roeland Jago Douma | 2017-08-01 | 1 | -4/+3 |
* | | Fix AvatarController | Roeland Jago Douma | 2017-08-01 | 1 | -2/+3 |
|/ |
|
* | Cleanup legacy user class from unused methods | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
* | Add public capabilities API | Julius Härtl | 2017-06-30 | 1 | -2/+7 |
* | Add Clear-Site-Data header | Lukas Reschke | 2017-06-20 | 1 | -1/+3 |
* | Add tests for ClientFlowLoginController | Lukas Reschke | 2017-05-18 | 1 | -6/+4 |
* | Add OAuth state to session | Lukas Reschke | 2017-05-18 | 1 | -24/+18 |
* | use name of oauth app to identify auth token | Bjoern Schiessle | 2017-05-18 | 1 | -2/+10 |
* | show error page if no valid client identifier is given and if it is not a API... | Bjoern Schiessle | 2017-05-18 | 1 | -5/+24 |
* | Remove special characters | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Add basic implementation for OAuth 2.0 Authorization Code Flow | Lukas Reschke | 2017-05-18 | 1 | -20/+72 |
* | Disable the API endpoints as well | Joas Schilling | 2017-05-11 | 1 | -0/+16 |
* | Disable reset password link. Issue: #27440 | Ujjwal Bhardwaj | 2017-05-11 | 1 | -0/+2 |
* | Automatic injection for CssController | Joas Schilling | 2017-05-10 | 1 | -3/+4 |
* | Automatic injection for JsController | Joas Schilling | 2017-05-10 | 1 | -3/+4 |
* | Update login flow redirection | Mario Danic | 2017-05-04 | 1 | -1/+1 |
* | Handle more error cases | Morris Jobke | 2017-05-02 | 1 | -0/+2 |
* | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 1 | -0/+17 |
* | Merge branch 'master' into contactsmenu | Jan-Christoph Borchardt | 2017-04-26 | 1 | -0/+238 |
|\ |
|
| * | AppToken to 72 chars | Roeland Jago Douma | 2017-04-25 | 1 | -1/+1 |
| * | Do not remove the state token to early | Roeland Jago Douma | 2017-04-25 | 1 | -1/+3 |
| * | Add new auth flow | Lukas Reschke | 2017-04-25 | 1 | -0/+236 |
* | | Let apps register contact menu provider via info.xml | Christoph Wurst | 2017-04-25 | 1 | -6/+7 |
* | | Contacts menu | Christoph Wurst | 2017-04-25 | 1 | -0/+61 |
|/ |
|
* | Fix remember redirect_url on failed login attempts | Christoph Wurst | 2017-04-25 | 1 | -0/+3 |
* | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 1 | -1/+0 |
|\ |
|
| * | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | | Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-... | Lukas Reschke | 2017-04-24 | 1 | -0/+2 |
|\ \ |
|
| * | | Add rate limit to TOTP solve challenge controller | Lukas Reschke | 2017-04-22 | 1 | -0/+2 |
| |/ |
|
* / | Add at most 10 password reset requests per 5 minutes and IP range | Lukas Reschke | 2017-04-22 | 1 | -0/+1 |
|/ |
|
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -1/+1 |
* | Adjust existing bruteforce protection code | Lukas Reschke | 2017-04-14 | 2 | -12/+13 |
* | Make BruteForceProtection annotation more clever | Lukas Reschke | 2017-04-13 | 1 | -25/+11 |
* | Merge pull request #4308 from nextcloud/lost-password-email | Lukas Reschke | 2017-04-13 | 1 | -4/+18 |
|\ |
|
| * | Update email template for lost password email | Morris Jobke | 2017-04-12 | 1 | -4/+18 |
* | | 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 |
* | | | Add support for ratelimiting via annotations | Lukas Reschke | 2017-04-13 | 1 | -1/+1 |
* | | | Merge pull request #3043 from nextcloud/issue-3038-no-logentry-on-email-login | Morris Jobke | 2017-04-13 | 1 | -2/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | Dont create a log entry on email login | Joas Schilling | 2017-04-07 | 1 | -2/+10 |
| |/ |
|
* / | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 2 | -5/+7 |
|/ |
|
* | Merge pull request #4123 from nextcloud/allow-password-reset-with-email | Roeland Jago Douma | 2017-04-05 | 1 | -13/+26 |
|\ |
|
| * | Allow to reset the password with the email as an input | Joas Schilling | 2017-03-28 | 1 | -13/+26 |
* | | Fix gzip files for Safari | Morris Jobke | 2017-03-29 | 2 | -2/+2 |
* | | Allow to gzip CSS/JS files | Roeland Jago Douma | 2017-03-28 | 2 | -4/+60 |
|/ |
|