summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make shared secret registration work againDavid Baker2015-05-141-1/+4
* More underscoresDavid Baker2015-04-241-2/+2
* Use underscores instead of camelcase for id server stuffDavid Baker2015-04-241-2/+2
* make add3pid servlet workDavid Baker2015-04-171-12/+26
* Return user ID in use error straight awayDavid Baker2015-04-161-2/+23
* Dummy login so we can do the first POST request to get login flows without it...David Baker2015-04-151-4/+14
* Regstration with email in v2David Baker2015-04-151-4/+4
* Add app service auth back in to v2 registerDavid Baker2015-04-021-2/+7
* Add shared secret auth into register v2 and switch the script over.David Baker2015-04-021-11/+58
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-1/+1
* pep8David Baker2015-03-311-2/+2
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-0/+86