summary refs log tree commit diff
path: root/webclient/login/register-controller.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | with the registration request. This is toggleable via useCaptcha in register-controller.
* 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
|\ | | | | | | | | Conflicts: synapse/http/client.py
| * fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | | | | | hasn't been incorporated in time for launch.
* | 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
| | | | to display the previous matrix id
* 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