-
Notifications
You must be signed in to change notification settings - Fork 288
Comparing changes
Open a pull request
base repository: element-hq/synapse
base: master
head repository: element-hq/synapse
compare: develop
- 7 commits
- 26 files changed
- 9 contributors
Commits on Apr 1, 2025
-
complement-synapse: COPY existing dir from base (#18294)
The base postgres image already has the /var/run/postgresql directory, and COPY can set file ownership with chown=, so COPY it instead of making it from scratch & manually setting its ownership. ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Configuration menu - View commit details
-
Copy full SHA for 5c84f25 - Browse repository at this point
Copy the full SHA 5c84f25View commit details
Commits on Apr 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0e3c0ae - Browse repository at this point
Copy the full SHA 0e3c0aeView commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 081f6ad - Browse repository at this point
Copy the full SHA 081f6adView commit details
Commits on Apr 10, 2025
-
Add passthrough_authorization_parameters support to OIDC configuration (
#18232) # Add passthrough_authorization_parameters support to OIDC configuration This PR adds `the passthrough_authorization_parameters` option to OIDC configuration, allowing specific query parameters (like `login_hint`) to be passed from the redirect endpoint to the authorization grant URL. This enables clients to provide additional context to identity providers during authentication flows. # Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) --------- Co-authored-by: Quentin Gliech <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd05cc5 - Browse repository at this point
Copy the full SHA dd05cc5View commit details
Commits on Apr 14, 2025
-
Add caches to new hot path functions (#18337)
We call these two functions for every authed request when using delegated auth.
Configuration menu - View commit details
-
Copy full SHA for ae701e1 - Browse repository at this point
Copy the full SHA ae701e1View commit details
Commits on Apr 15, 2025
-
Add total event, unencrypted message, and e2ee event counts to stats …
…reporting (#18260) Co-authored-by: Eric Eastwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a832375 - Browse repository at this point
Copy the full SHA a832375View commit details -
Fix the token introspection cache logging access tokens when MAS inte…
…gration is in use. (#18335) The `ResponseCache` logs keys by default. Let's not do that for access tokens. --------- Signed-off-by: Olivier 'reivilibre <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19b0e23 - Browse repository at this point
Copy the full SHA 19b0e23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...develop