Patrick Cloke 54f674f7a9 Deprecate the groups/communities endpoints and add an experimental configuration flag. (#12200) 2 years ago
..
__init__.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
__main__.py f44d729d4c Additional type hints for config module. (#11465) 2 years ago
_base.py f3f0ab10fe Move scripts directory inside synapse, exposing as setuptools entry_points (#12118) 2 years ago
_base.pyi ef3619e61d Add config settings for background update parameters (#11980) 2 years ago
_util.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
account_validity.py 86a497efaa Default value for `public_baseurl` (#11210) 2 years ago
api.py 86615aa965 Fix up docs for `track_puppeted_user_ips` (again) (#11757) 2 years ago
appservice.py 2cc5ea933d Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) 2 years ago
auth.py 9f111075e8 Fix copy-paste error in the password section of the sample-config. (#10804) 2 years ago
background_updates.py ef3619e61d Add config settings for background update parameters (#11980) 2 years ago
cache.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
captcha.py e54746bdf7 Clean-up the template loading code. (#9200) 3 years ago
cas.py f44d729d4c Additional type hints for config module. (#11465) 2 years ago
consent.py e584534403 Use direct references for some configuration variables (part 3) (#10885) 2 years ago
database.py f44d729d4c Additional type hints for config module. (#11465) 2 years ago
emailconfig.py 10a88ba91c Use auto_attribs/native type hints for attrs classes. (#11692) 2 years ago
experimental.py 54f674f7a9 Deprecate the groups/communities endpoints and add an experimental configuration flag. (#12200) 2 years ago
federation.py bf72d10dbf Use inline type hints in various other places (in `synapse/`) (#10380) 2 years ago
groups.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
homeserver.py ef3619e61d Add config settings for background update parameters (#11980) 2 years ago
jwt.py 1035663833 Add config for customizing the claim used for JWT logins. (#11361) 2 years ago
key.py 0cc3bf97b4 Additional type hints for the config module, part 2. (#11480) 2 years ago
logger.py e69f8f0a8e Remove support for the legacy structured logging configuration. (#12008) 2 years ago
metrics.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
modules.py fd65139714 Fix some indentation inconsistencies in the sample config (modules) (#11838) 2 years ago
oembed.py 580a15e039 Request JSON for oEmbed requests (and ignore XML only providers). (#10759) 2 years ago
oidc.py e6a106fd5e Implement a Jinja2 filter to extract localparts from email addresses (#12212) 2 years ago
password_auth_providers.py cdd308845b Port the Password Auth Providers module interface to the new generic interface (#10548) 2 years ago
push.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
ratelimiting.py d80d39b035 Add a ratelimiter for 3pid invite (#11892) 2 years ago
redis.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
registration.py 95b3f952fa Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) 2 years ago
repository.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
retention.py 5573133348 Move experimental & retention config out of the server module. (#11070) 2 years ago
room.py 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
room_directory.py 84bfe47b01 Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2 years ago
saml2.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
server.py 7bcc28f82f Use room version 9 as the default room version (per MSC3589). (#12058) 2 years ago
server_notices.py f4b1a9a527 Require direct references to configuration variables. (#10985) 2 years ago
spam_checker.py bf72d10dbf Use inline type hints in various other places (in `synapse/`) (#10380) 2 years ago
sso.py f44d729d4c Additional type hints for config module. (#11465) 2 years ago
stats.py f6767abc05 Remove functionality associated with unused historical stats tables (#9721) 2 years ago
third_party_event_rules.py a743bf4694 Port the ThirdPartyEventRules module interface to the new generic interface (#10386) 2 years ago
tls.py 84bfe47b01 Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 2 years ago
tracer.py 313581e4e9 Use importlib.metadata to read requirements (#12088) 2 years ago
user_directory.py ea20937084 Add an admin API to run background jobs. (#11352) 2 years ago
voip.py 409c62b27b Add config linting script that checks for bool casing (#6203) 4 years ago
workers.py 10a88ba91c Use auto_attribs/native type hints for attrs classes. (#11692) 2 years ago