forked-synapse/synapse/rest
Andrew Morgan 30af161af2 Implement MSC2290 (#6043)
Implements MSC2290. This PR adds two new endpoints, /unstable/account/3pid/add and /unstable/account/3pid/bind. Depending on the progress of that MSC the unstable prefix may go away.

This PR also removes the blacklist on some 3PID tests which occurs in #6042, as the corresponding Sytest PR changes them to use the new endpoints.

Finally, it also modifies the account deactivation code such that it doesn't just try to deactivate 3PIDs that were bound to the user's account, but any 3PIDs that were bound through the homeserver on that user's account.
2019-09-23 16:50:27 +01:00
..
admin Ensure the list media admin API is always available (#5966) 2019-09-03 13:35:20 -06:00
client Implement MSC2290 (#6043) 2019-09-23 16:50:27 +01:00
consent fix async/await consentresource (#5585) 2019-07-01 23:33:52 +10:00
key Fixup review comments 2019-08-23 15:36:28 +01:00
media Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
saml2 Merge branch 'develop' into rav/saml2_client 2019-07-01 14:21:03 +01:00
__init__.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
well_known.py public_base_url is actually public_baseurl 2019-08-26 21:01:56 -05:00