| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -22/+34 |
* | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 2014-09-26 | 1 | -7/+1 |
* | Bugfix for older Pythons that lack hmac.compare_digest() | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+11 |
* | Send an HMAC(SHA1) protecting the User ID for the ReCAPTCHA bypass, rather th... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -7/+26 |
* | Config values are almost never 'None', but they might be empty string. Detect... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+1 |
* | Make sure the config actually /has/ a captcha_bypass_secret set before trying... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -2/+3 |
* | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -5/+18 |
* | More helpful 400 error messages. | Kegan Dougal | 2014-09-15 | 1 | -1/+5 |
* | Be consistent when associating keys with login types for registration/login. | Kegan Dougal | 2014-09-15 | 1 | -1/+1 |
* | Make captcha work again with the new registration logic. | Kegan Dougal | 2014-09-15 | 1 | -0/+1 |
* | Split out password/captcha/email logic. | Kegan Dougal | 2014-09-15 | 1 | -84/+153 |
* | Added LoginType constants. Created general structure for processing registrat... | Kegan Dougal | 2014-09-15 | 1 | -20/+75 |
* | 80 chars please | Kegan Dougal | 2014-09-05 | 1 | -2/+4 |
* | Add config opion for XFF headers when performing ReCaptcha auth. | Kegan Dougal | 2014-09-05 | 1 | -2/+5 |
* | Captchas now work on registration. Missing x-forwarded-for config arg support... | Kegan Dougal | 2014-09-05 | 1 | -3/+26 |
* | Added a captcha config to the HS, to enable registration captcha checking and... | Kegan Dougal | 2014-09-05 | 1 | -1/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-09-03 | 1 | -1/+1 |
|\ |
|
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | | Add support for registering with a threepid to the HS (get credentials from t... | David Baker | 2014-09-03 | 1 | -1/+6 |
|/ |
|
* | Encode unicode from json as utf-8. This was required to allow people to regis... | Erik Johnston | 2014-08-24 | 1 | -2/+2 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+68 |