forked-synapse/synapse/rest/client/v2_alpha
Andrew Morgan 3ac614eb6c
Drop support for bind param on POST /account/3pid (MSC2290) (#6067)
As per [MSC2290](https://github.com/matrix-org/matrix-doc/pull/2290/files#diff-05cde9463e9209b701312b3baf2fb2ebR151), we're dropping the bind parameter from `/account/3pid`. This endpoint can now only be used for adding threepid's to the user's account on the homeserver.
2019-09-20 10:46:34 +01:00
..
__init__.py
_base.py Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987) 2019-09-06 11:35:28 +01:00
account_data.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
account_validity.py Lint 2019-08-01 12:19:08 +02:00
account.py Drop support for bind param on POST /account/3pid (MSC2290) (#6067) 2019-09-20 10:46:34 +01:00
auth.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
capabilities.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
devices.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
filter.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
groups.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
keys.py Opentrace device lists (#5853) 2019-09-03 10:21:30 +01:00
notifications.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
openid.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
read_marker.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
receipts.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
register.py Apply suggestions from code review 2019-09-06 13:34:42 +01:00
relations.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
report_event.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
room_keys.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
room_upgrade_rest_servlet.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
sendtodevice.py Opentrace device lists (#5853) 2019-09-03 10:21:30 +01:00
sync.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
tags.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
thirdparty.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
tokenrefresh.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
user_directory.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00