forked-synapse/synapse/rest/admin
Patrick Cloke e584534403
Use direct references for some configuration variables (part 3) (#10885)
This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
2021-09-23 07:13:34 -04:00
..
__init__.py Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
_base.py Add missing type hints to the admin API servlets (#10105) 2021-06-07 15:12:34 +01:00
devices.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04: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 Mount /_synapse/admin/v1/users/{userId}/media admin API on media workers only (#10628) 2021-08-18 13:25:12 +01:00
registration_tokens.py Implement MSC3231: Token authenticated registration (#10142) 2021-08-21 22:14:43 +01:00
rooms.py Remove unnecessary parentheses around tuples returned from methods (#10889) 2021-09-23 11:59:07 +01:00
server_notice_servlet.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00
statistics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
username_available.py Add an admin API to check if a username is available (#10578) 2021-08-17 10:52:38 +01:00
users.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00