synapse/synapse/config
2025-07-15 14:42:54 +01:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__main__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
_base.py Document config file merge behavior (#18664) 2025-07-11 11:15:12 +01:00
_base.pyi Make user_type extensible and allow default user_type to be set (#18456) 2025-06-03 11:34:40 +00:00
_util.py import pydantic objects from the _pydantic_compat module (#17667) 2024-09-11 21:01:43 +00:00
account_validity.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
api.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
appservice.py Support for MSC4190: device management for application services (#17705) 2024-12-04 12:04:49 +01:00
auth.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
auto_accept_invites.py Bring auto-accept invite logic into Synapse (#17147) 2024-05-21 20:09:17 +00:00
background_updates.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
cache.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
captcha.py Add recaptcha_{private,public}_key_path config option (#17984) 2025-07-14 11:37:36 -05:00
cas.py Bump mypy from 1.13.0 to 1.16.1 (#18653) 2025-07-15 14:42:54 +01:00
consent.py Update license headers 2023-11-21 15:29:58 -05:00
database.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
emailconfig.py Add email.tlsname config option (#17849) 2024-12-17 18:05:38 -06:00
experimental.py Add experimental support for MSC4277: Harmonizing the reporting endpoints (#18263) 2025-07-09 14:08:21 -05:00
federation.py Remove destinations from sending if not whitelisted (#18484) 2025-06-06 11:19:58 +00:00
homeserver.py Make user_type extensible and allow default user_type to be set (#18456) 2025-06-03 11:34:40 +00:00
jwt.py Added display_name_claim in jwt_config which sets the user's display name upon registration (#17708) 2024-10-09 12:21:08 +00:00
key.py Bump mypy from 1.13.0 to 1.16.1 (#18653) 2025-07-15 14:42:54 +01:00
logger.py Enable flake8-logging and flake8-logging-format rules in Ruff and fix related issues throughout the codebase (#18542) 2025-06-13 09:44:18 +02:00
metrics.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
modules.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
oembed.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
oidc.py Add passthrough_authorization_parameters support to OIDC configuration (#18232) 2025-04-10 13:39:27 +00:00
password_auth_providers.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
push.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
ratelimiting.py Add report user API from MSC4260 (#18120) 2025-06-20 13:02:14 +01:00
redis.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
registration.py Add option to allow registrations that begin with '_' (#18262) 2025-05-15 11:31:52 +00:00
repository.py Add ability to limit amount uploaded by a user (#18527) 2025-07-10 13:39:09 +01:00
retention.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
room_directory.py Disable room list publication by default (#18175) 2025-02-24 12:06:16 +00:00
room.py Add forget_forced_upon_leave capability as per MSC4267 (#18196) 2025-06-27 15:07:24 -05:00
saml2.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
server_notices.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
server.py Enable flake8-logging and flake8-logging-format rules in Ruff and fix related issues throughout the codebase (#18542) 2025-06-13 09:44:18 +02:00
spam_checker.py Update book location 2023-12-13 16:15:22 +00:00
sso.py Allow only requiring a field be present in an SSO response, rather than specifying a required value (#18454) 2025-05-19 17:50:02 +01:00
stats.py Update license headers 2023-11-21 15:29:58 -05:00
third_party_event_rules.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
tls.py Bump ruff from 0.7.3 to 0.11.10 (#18451) 2025-05-20 15:23:30 +01:00
tracer.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
user_directory.py Add the ability to exclude remote users in user directory search results (#18300) 2025-05-02 15:38:02 +01:00
user_types.py Make user_type extensible and allow default user_type to be set (#18456) 2025-06-03 11:34:40 +00:00
voip.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
workers.py Bump mypy from 1.13.0 to 1.16.1 (#18653) 2025-07-15 14:42:54 +01:00