forked-synapse/synapse/rest/client/v2_alpha
David Baker b2c04da8dc Add an email pusher for new users
If they registered with an email address and email notifs are enabled on the HS
2016-04-29 11:43:57 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py Add a parse_json_object function 2016-03-09 11:26:26 +00:00
account_data.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
account.py take extra return val from check_auth in account too 2016-03-16 14:33:19 +00:00
auth.py Catch the exceptions thrown by twisted when you write to a closed connection 2016-02-12 13:46:59 +00:00
filter.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
keys.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
receipts.py Initial cut 2016-02-17 15:40:50 +00:00
register.py Add an email pusher for new users 2016-04-29 11:43:57 +01:00
sync.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
tags.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
tokenrefresh.py Add a parse_json_object function 2016-03-09 11:26:26 +00:00