summary refs log tree commit diff
path: root/synapse/rest/client/v1/register.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Update endpoints to reflect current specDaniel Wagner-Hall2015-12-021-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Factor out user id validation checksErik Johnston2015-03-181-9/+5
* Do more validation of incoming requestErik Johnston2015-03-181-3/+3
* Use 403 instead of 400Erik Johnston2015-03-161-1/+1
* Implement registering with shared secret.Erik Johnston2015-03-131-2/+55
* Always allow AS to registerErik Johnston2015-02-201-3/+5
* Disable registration if config option was set.Erik Johnston2015-02-191-0/+4
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-1/+23
|\
| * Add m.login.application_service registration procedure.Kegan Dougal2015-02-051-1/+23
* | Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
|/
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-2/+2
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+291