forked-synapse/synapse/rest/client/v2_alpha
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests.
V2 Registration forced everyone (including ASes) to create a password for a
user, when ASes should be able to omit passwords. Also unbreak AS registration
in general which checked too early if the given username was claimed by an AS;
it was checked before knowing if the AS was the one doing the registration! Add
unit tests for AS reg, user reg and disabled_registration flag.
2015-07-28 17:34:12 +01:00
..
__init__.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receipts 2015-07-13 13:50:57 +01:00
_base.py Throw sensible errors on not-json when allowing empty body 2015-04-02 17:45:16 +01:00
account.py user_id now in user_threepids 2015-05-01 15:04:37 +01:00
auth.py pep8 2015-04-02 17:06:17 +01:00
filter.py Blunty replace json with simplejson 2015-02-11 14:23:10 +00:00
keys.py Query for all the ones we were asked about, not just the last... 2015-07-21 16:38:16 -07:00
receipts.py Wire together receipts and the notifer/federation 2015-07-07 15:25:30 +01:00
register.py Fix v2_alpha registration. Add unit tests. 2015-07-28 17:34:12 +01:00
sync.py Combine the request wrappers in rest/media/v1 and http/server into a single wrapper decorator 2015-04-21 16:35:53 +01:00