MatrixSynapse/synapse/handlers
Andrew Morgan 0c0b82b6d1
Allow Synapse to send registration emails + choose Synapse or an external server to handle 3pid validation (#5987)
This is a combination of a few different PRs, finally all being merged into `develop`:

* #5875 
* #5876 
* #5868 (This one added the `/versions` flag but the flag itself was actually [backed out](891afb57cb (diff-e591d42d30690ffb79f63bb726200891)) in #5969. What's left is just giving /versions access to the config file, which could be useful in the future)
* #5835 
* #5969 
* #5940

Clients should not actually use the new registration functionality until https://github.com/matrix-org/synapse/pull/5972 is merged.

UPGRADE.rst, changelog entries and config file changes should all be reviewed closely before this PR is merged.
2019-09-06 11:35:28 +01:00
..
__init__.py
_base.py
account_data.py
account_validity.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
acme.py
acme_issuing_service.py
admin.py
appservice.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
auth.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
deactivate_account.py
device.py
devicemessage.py Link the send loop with the edus contexts 2019-09-05 14:42:37 +01:00
directory.py
e2e_keys.py
e2e_room_keys.py
events.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
federation.py
groups_local.py
identity.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
initial_sync.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
message.py
pagination.py
presence.py fix typo 2019-09-03 12:44:14 +01:00
profile.py
read_marker.py
receipts.py
register.py Remove bind_email and bind_msisdn (#5964) 2019-09-04 18:24:23 +01:00
room.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
room_list.py
room_member.py code cleanups 2019-09-03 21:05:06 +01:00
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py Fix and refactor room and user stats (#5971) 2019-09-04 13:04:27 +01:00
sync.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
typing.py
user_directory.py