summary refs log tree commit diff
path: root/webclient/login/register-controller.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-196/+0
* Fix SYWEB-109 : No error if HS rejects the username in registration.Kegan Dougal2014-10-271-0/+3
* Added instructions for setting up captcha in an obviously named file.Kegan Dougal2014-09-051-0/+8
* Reload captchas when they fail. Cleanup on success.Kegan Dougal2014-09-051-0/+9
* Added webclient config.js for storing recaptcha public key.Kegan Dougal2014-09-051-2/+13
* Modified matrixService.register to specify if captcha results should be sent ...Kegan Dougal2014-09-051-2/+6
* Added basic captcha, not hooked upKegan Dougal2014-09-051-0/+14
* Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE2014-09-041-1/+1
* 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
* | Make registering and logging in with a threepid work in the webclient.David Baker2014-09-031-5/+50
|/
* BF: Pass desired_user_id to register API. And update the app header to avoid ...Emmanuel ROHEE2014-09-011-2/+6
* licenses, please...Matthew Hodgson2014-09-011-0/+16
* don't make HS ports explicit if it's the default for the protocolMatthew Hodgson2014-08-311-1/+4
* factor out the signup process into its own controllerMatthew Hodgson2014-08-311-0/+79