element-synapse/synapse/config
Patrice Brend'amour a094d922c9
Some checks failed
Build docker images / Build and push image for linux/arm64 (push) Waiting to run
Build docker images / Push merged images to docker.io/matrixdotorg/synapse (push) Blocked by required conditions
Build release artifacts / Calculate list of debian distros (push) Waiting to run
Build docker images / Build and push image for linux/amd64 (push) Waiting to run
Build docker images / Push merged images to ghcr.io/element-hq/synapse (push) Blocked by required conditions
Deploy the documentation / Calculate variables for GitHub Pages deployment (push) Waiting to run
Deploy the documentation / GitHub Pages (push) Blocked by required conditions
Build release artifacts / Build .deb packages (push) Blocked by required conditions
Build release artifacts / Build wheels on ubuntu-24.04 (push) Waiting to run
Build release artifacts / Build wheels on ubuntu-24.04-arm (push) Waiting to run
Build release artifacts / Build sdist (push) Waiting to run
Build release artifacts / Attach assets to release (push) Blocked by required conditions
Schema / Ensure Synapse config schema is valid (push) Waiting to run
Schema / Ensure generated documentation is up-to-date (push) Waiting to run
Tests / changes (push) Waiting to run
Tests / check-sampleconfig (push) Blocked by required conditions
Tests / check-schema-delta (push) Blocked by required conditions
Tests / check-lockfile (push) Waiting to run
Tests / lint (push) Blocked by required conditions
Tests / Typechecking (push) Blocked by required conditions
Tests / lint-crlf (push) Waiting to run
Tests / lint-newsfile (push) Waiting to run
Tests / lint-clippy (push) Blocked by required conditions
Tests / linting-done (push) Blocked by required conditions
Tests / trial-pypy (all, pypy-3.10) (push) Blocked by required conditions
Tests / sytest (push) Blocked by required conditions
Tests / export-data (push) Blocked by required conditions
Tests / portdb (14, 3.10) (push) Blocked by required conditions
Tests / complement (monolith, Postgres) (push) Blocked by required conditions
Tests / lint-clippy-nightly (push) Blocked by required conditions
Tests / lint-rust (push) Blocked by required conditions
Tests / lint-rustfmt (push) Blocked by required conditions
Tests / lint-readme (push) Blocked by required conditions
Tests / calculate-test-jobs (push) Blocked by required conditions
Tests / trial (push) Blocked by required conditions
Tests / trial-olddeps (push) Blocked by required conditions
Tests / portdb (17, 3.14) (push) Blocked by required conditions
Tests / complement (monolith, SQLite) (push) Blocked by required conditions
Tests / complement (workers, Postgres) (push) Blocked by required conditions
Tests / cargo-test (push) Blocked by required conditions
Tests / cargo-bench (push) Blocked by required conditions
Tests / tests-done (push) Blocked by required conditions
/ Check locked dependencies have sdists (push) Has been cancelled
Implement synapse issue #16751: Treat local_media_directory as optional storage provider (#19204)
2026-01-06 23:29:58 +00:00
..
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__main__.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
_base.py Add a way to expose metrics from the Docker image (SYNAPSE_ENABLE_METRICS) (#19324) 2026-01-01 14:00:00 -06:00
_base.pyi Add a way to expose metrics from the Docker image (SYNAPSE_ENABLE_METRICS) (#19324) 2026-01-01 14:00:00 -06:00
_util.py Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
account_validity.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
api.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
appservice.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
auth.py Stabilise MAS integration (#18759) 2025-08-04 15:48:45 +02: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 Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
captcha.py Add recaptcha_{private,public}_key_path config option (#17984) 2025-07-14 11:37:36 -05:00
cas.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
consent.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
database.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
emailconfig.py Add email.tlsname config option (#17849) 2024-12-17 18:05:38 -06:00
experimental.py Implement MSC4380: Invite blocking (#19203) 2025-11-26 16:12:14 +00:00
federation.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
homeserver.py Introduce RootConfig.validate_config() which can be subclassed in HomeServerConfig to do cross-config class validation (#19027) 2025-10-09 14:56:22 -05: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 Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
logger.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
mas.py Merge branch 'release-v1.142' into develop 2025-11-07 12:09:02 +00:00
matrixrtc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
metrics.py Add a way to expose metrics from the Docker image (SYNAPSE_ENABLE_METRICS) (#19324) 2026-01-01 14:00:00 -06:00
modules.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
oembed.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
oidc.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
password_auth_providers.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
push.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
ratelimiting.py Add rate limit conf to user directory endpoint (#19291) 2026-01-05 13:35:11 -06:00
redis.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
registration.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
repository.py Implement synapse issue #16751: Treat local_media_directory as optional storage provider (#19204) 2026-01-06 23:29:58 +00:00
retention.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
room.py Add forget_forced_upon_leave capability as per MSC4267 (#18196) 2025-06-27 15:07:24 -05:00
room_directory.py Disable room list publication by default (#18175) 2025-02-24 12:06:16 +00:00
saml2.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
server.py Add a way to expose metrics from the Docker image (SYNAPSE_ENABLE_METRICS) (#19324) 2026-01-01 14:00:00 -06:00
server_notices.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
spam_checker.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
sso.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06: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 Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
tracer.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05: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 Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
voip.py Add --no-secrets-in-config command line option (#18092) 2025-02-25 16:26:01 +00:00
workers.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00