summary refs log tree commit diff
path: root/synapse/rest/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-291/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix registrationErik Johnston2014-12-081-1/+3
* Fix pep8 and pyflakes warningsMark Haines2014-11-201-1/+3
* Separate out the matrix http client completely because just about all of its ...David Baker2014-11-201-0/+3
* Fix pep8 warningsMark Haines2014-10-301-22/+34
* Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-7/+1
* Bugfix for older Pythons that lack hmac.compare_digest()Paul "LeoNerd" Evans2014-09-231-1/+11
* Send an HMAC(SHA1) protecting the User ID for the ReCAPTCHA bypass, rather th...Paul "LeoNerd" Evans2014-09-231-7/+26
* Config values are almost never 'None', but they might be empty string. Detect...Paul "LeoNerd" Evans2014-09-231-1/+1
* Make sure the config actually /has/ a captcha_bypass_secret set before trying...Paul "LeoNerd" Evans2014-09-231-2/+3
* Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se...Paul "LeoNerd" Evans2014-09-231-5/+18
* More helpful 400 error messages.Kegan Dougal2014-09-151-1/+5
* Be consistent when associating keys with login types for registration/login.Kegan Dougal2014-09-151-1/+1
* Make captcha work again with the new registration logic.Kegan Dougal2014-09-151-0/+1
* Split out password/captcha/email logic.Kegan Dougal2014-09-151-84/+153
* Added LoginType constants. Created general structure for processing registrat...Kegan Dougal2014-09-151-20/+75
* 80 chars pleaseKegan Dougal2014-09-051-2/+4
* Add config opion for XFF headers when performing ReCaptcha auth.Kegan Dougal2014-09-051-2/+5
* Captchas now work on registration. Missing x-forwarded-for config arg support...Kegan Dougal2014-09-051-3/+26
* Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-1/+5
* Merge branch 'develop' of github.com:matrix-org/synapse into developDavid Baker2014-09-031-1/+1
|\
| * fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* | Add support for registering with a threepid to the HS (get credentials from t...David Baker2014-09-031-1/+6
|/
* Encode unicode from json as utf-8. This was required to allow people to regis...Erik Johnston2014-08-241-2/+2
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+68