synapse/changelog.d
Andre Klärner 466994743a
Some checks failed
Build docker images / Build and push image for ${{ matrix.platform }} (linux/amd64, ubuntu-24.04, linux-amd64) (push) Has been cancelled
Build docker images / Build and push image for ${{ matrix.platform }} (linux/arm64, ubuntu-24.04-arm, linux-arm64) (push) Has been cancelled
Deploy the documentation / Calculate variables for GitHub Pages deployment (push) Has been cancelled
Build release artifacts / Calculate list of debian distros (push) Has been cancelled
Build release artifacts / Build wheels on ${{ matrix.os }} (${{ startsWith(github.ref, 'refs/pull/') }}, ubuntu-24.04) (push) Has been cancelled
Build release artifacts / Build wheels on ${{ matrix.os }} (${{ startsWith(github.ref, 'refs/pull/') }}, ubuntu-24.04-arm) (push) Has been cancelled
Build release artifacts / Build sdist (push) Has been cancelled
Schema / Ensure Synapse config schema is valid (push) Has been cancelled
Schema / Ensure generated documentation is up-to-date (push) Has been cancelled
Tests / changes (push) Has been cancelled
Tests / check-lockfile (push) Has been cancelled
Tests / lint-crlf (push) Has been cancelled
Tests / lint-newsfile (push) Has been cancelled
Build docker images / Push merged images to ${{ matrix.repository }} (docker.io/matrixdotorg/synapse) (push) Has been cancelled
Build docker images / Push merged images to ${{ matrix.repository }} (ghcr.io/element-hq/synapse) (push) Has been cancelled
Deploy the documentation / GitHub Pages (push) Has been cancelled
Build release artifacts / Build .deb packages (push) Has been cancelled
Build release artifacts / Attach assets to release (push) Has been cancelled
Tests / check-sampleconfig (push) Has been cancelled
Tests / check-schema-delta (push) Has been cancelled
Tests / lint (push) Has been cancelled
Tests / Typechecking (push) Has been cancelled
Tests / lint-clippy (push) Has been cancelled
Tests / lint-clippy-nightly (push) Has been cancelled
Tests / lint-rust (push) Has been cancelled
Tests / lint-rustfmt (push) Has been cancelled
Tests / lint-readme (push) Has been cancelled
Tests / linting-done (push) Has been cancelled
Tests / calculate-test-jobs (push) Has been cancelled
Tests / trial (push) Has been cancelled
Tests / trial-olddeps (push) Has been cancelled
Tests / trial-pypy (all, pypy-3.10) (push) Has been cancelled
Tests / sytest (push) Has been cancelled
Tests / export-data (push) Has been cancelled
Tests / portdb (14, 3.10) (push) Has been cancelled
Tests / portdb (17, 3.14) (push) Has been cancelled
Tests / complement (monolith, Postgres) (push) Has been cancelled
Tests / complement (monolith, SQLite) (push) Has been cancelled
Tests / complement (workers, Postgres) (push) Has been cancelled
Tests / cargo-test (push) Has been cancelled
Tests / cargo-bench (push) Has been cancelled
Tests / tests-done (push) Has been cancelled
Document importance of public_baseurl for delegation and OIDC (#19270)
I just stumbled across the fact that my config used delegation as
recommended by the docs, and hosted Synapse on a subdomain. However my
config never had `public_baseurl` set and worked without issues, until I
just now tried to setup OIDC.

OIDC is initialized by the client instructing to open a URL on the
homeserver, and initially the correct URL is called, but Synapse does
not recognize it without `public_baseurl` being set correctly. After
changing this it immediately started working.

So in order to prevent anybody from making the same mistake, this adds a
small clarifying block in the OIDC docs.
2025-12-12 18:07:39 -06:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
18402.misc Group non-breaking dependabot PRs together to reduce review load (#18402) 2025-12-05 10:48:01 +00:00
19187.misc Be able to shutdown homeserver that hasn't setup (#19187) 2025-12-02 10:58:06 -06:00
19206.bugfix Fix sliding sync performance slow down for long lived connections. (#19206) 2025-12-12 10:02:57 +00:00
19212.misc Respond with useful error codes when Content-Length header/s are invalid (#19212) 2025-12-08 21:39:18 +00:00
19232.misc Be able to shutdown homeserver that failed to start (#19232) 2025-12-02 11:28:46 -06:00
19234.misc Switch the build backend from poetry-core to maturin (#19234) 2025-12-10 14:46:47 +00:00
19253.misc Dependabot: allow 10 open PRs for general updates (#19253) 2025-12-02 16:45:54 +00:00
19254.removal Remove "Updates to locked dependencies" section from changelog (#19254) 2025-12-02 16:45:41 +00:00
19258.misc Add a 14-day cooldown for dependency updates (#19258) 2025-12-02 16:45:28 +00:00
19260.feature Add memberships admin API (#19260) 2025-12-12 13:35:46 +00:00
19262.misc Remove the currently broken netlify GHA workflow (#19262) 2025-12-02 16:46:08 +00:00
19267.bugfix Update changelog 2025-12-02 13:11:50 -07:00
19268.feature Add an Admin API endpoint for listing quarantined media (#19268) 2025-12-12 13:30:21 +00:00
19270.doc Document importance of public_baseurl for delegation and OIDC (#19270) 2025-12-12 18:07:39 -06:00
19274.bugfix Fix support for older versions of zope-interface (#19274) 2025-12-12 15:34:13 +00:00
19278.misc Don't include debug logs in Clock unless explicitly enabled (#19278) 2025-12-04 23:49:24 +00:00
19289.misc Use uv to test full set of minimum deps in CI (#19289) 2025-12-11 17:58:27 +00:00
19302.misc Unpin Rust from 1.82.0 (#19302) 2025-12-12 11:31:55 +00:00