MatrixSynapse/synapse
Brendan Abolivier 36dc15412d
Add a module type for account validity (#9884)
This adds an API for third-party plugin modules to implement account validity, so they can provide this feature instead of Synapse. The module implementing the current behaviour for this feature can be found at https://github.com/matrix-org/synapse-email-account-validity.

To allow for a smooth transition between the current feature and the new module, hooks have been added to the existing account validity endpoints to allow their behaviours to be overridden by a module.
2021-07-16 18:11:53 +02:00
..
_scripts
api Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
app Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
appservice Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
config Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
crypto Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
events Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) 2021-07-16 10:36:38 -04:00
federation Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404) 2021-07-16 10:36:38 -04:00
groups Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
handlers Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
http Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) 2021-07-15 12:46:54 -04:00
logging Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
metrics Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
module_api Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
push Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
replication Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
res/templates
rest Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
server_notices Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
spam_checker_api
state Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
static
storage Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) 2021-07-15 12:46:54 -04:00
streams Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
util Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) 2021-07-15 12:46:54 -04:00
__init__.py
event_auth.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
notifier.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
python_dependencies.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
server.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
types.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00
visibility.py Use inline type hints in various other places (in `synapse/`) (#10380) 2021-07-15 11:02:43 +01:00