forked-synapse/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 Add script for getting info about recently registered users (#10290) 2021-07-06 13:03:16 +01:00
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 Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
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 Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Use inline type hints in various other places (in synapse/) (#10380) 2021-07-15 11:02:43 +01:00
static Add initial support for a "pick your IdP" page (#9017) 2021-01-05 11:25:28 +00:00
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 1.38.0 2021-07-13 13:19:06 +01:00
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