forked-synapse/synapse/rest/admin
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
..
__init__.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
devices.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
event_reports.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
groups.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
media.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
purge_room_servlet.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
rooms.py Bugfix make_room_admin fails for users that have left a private room (#10367) 2021-07-13 11:53:45 +01:00
server_notice_servlet.py Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
statistics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
users.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00