anonymousland-synapse/synapse/rest
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
..
admin Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
client Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
consent Correct type hints for parse_string(s)_from_args. (#10137) 2021-06-08 08:30:48 -04:00
key Rewrite the KeyRing (#10035) 2021-06-02 16:37:59 +01:00
media Correct type hints for parse_string(s)_from_args. (#10137) 2021-06-08 08:30:48 -04:00
synapse Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
__init__.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
health.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
well_known.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00