summary refs log tree commit diff
path: root/synapse/http (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-04Switch UNIX socket paths to /run, and add a UNIX socket example for HAProxy ↵villepeh3-8/+13
(#16700)
2023-12-04Bump phonenumbers from 8.13.23 to 8.13.26 (#16722)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04Server notices: add an autojoin setting for the notices room (#16699)Mathieu Velten6-1/+50
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2023-12-04Bump matrix-org/netlify-pr-preview from 2 to 3 (#16719)dependabot[bot]1-1/+1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04Implement MSC4069: Inhibit profile propagation (#16636)Travis Ralston6-5/+203
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/4069
2023-12-04Bump idna from 3.4 to 3.6 (#16720)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04Bump cryptography from 41.0.6 to 41.0.7 (#16721)dependabot[bot]1-24/+24
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04Bump sphinx-autodoc2 from 0.4.2 to 0.5.0 (#16723)dependabot[bot]2-7/+7
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04Bump types-jsonschema from 4.19.0.4 to 4.20.0.0 (#16724)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01ModuleAPI SSO auth callbacks (#15207)Andrew Yasinishyn8-2/+56
Signed-off-by: Andrii Yasynyshyn yasinishyn.a.n@gmail.com
2023-12-01Drop unused tables & unneeded access token ID for events. (#16522)Patrick Cloke4-8/+29
2023-11-29Upgrade poetry-core range to fix issue with .so file (#16702)Mo Balaa2-1/+2
poetry-core 1.8.x includes a fix which properly moves the generate synapse_rust.abi3.so file to the synapse directory when using an editable install. Without this change developers are left with a confusing experience of the synapse.synapse_rust module not being found after installation.
2023-11-29Declare support for Matrix v1.7, v1.8, and v1.9. (#16707)Patrick Cloke2-0/+4
2023-11-29Request & follow redirects for /media/v3/download (#16701)Patrick Cloke7-38/+212
Implement MSC3860 to follow redirects for federated media downloads. Note that the Client-Server API doesn't support this (yet) since the media repository in Synapse doesn't have a way of supporting redirects.
2023-11-29Reduce DB load when forget on leave setting is disabled (#16668)Erik Johnston2-3/+9
* Reduce DB load when forget on leave setting is disabled * Newsfile
2023-11-29Add a workflow to try and automatically fixup a PR (#16704)Erik Johnston2-0/+53
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2023-11-29Speed up pruning of `user_ips` table (#16667)Erik Johnston2-10/+8
Silly query planner
2023-11-28Bump cryptography from 41.0.5 to 41.0.6 (#16703)dependabot[bot]1-25/+25
2023-11-28Document which versions of Synapse have compatible schema versions. (#16661)Patrick Cloke6-1/+216
2023-11-281.97.0 v1.97.0Erik Johnston3-2/+14
2023-11-28Ignore `encryption_enabled_by_default_for_room_type` for notices room (#16677)Mathieu Velten3-1/+11
2023-11-28Remove old full schema dumps. (#16697)Patrick Cloke21-2962/+1
These are not useful and make it difficult to search for table definitions, etc.
2023-11-27Fix poetry version typo in contributors' guide (#16695)David Robertson2-1/+2
2023-11-27Bump prometheus-client from 0.18.0 to 0.19.0 (#16691)dependabot[bot]1-3/+3
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Bump pyasn1 from 0.5.0 to 0.5.1 (#16689)dependabot[bot]1-3/+3
Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: pyasn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Bump types-setuptools from 68.2.0.0 to 68.2.0.2 (#16688)dependabot[bot]1-4/+4
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.0 to 68.2.0.2. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Bump ruff from 0.1.4 to 0.1.6 (#16690)dependabot[bot]2-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.4 to 0.1.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.4...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27Bump jsonschema from 4.19.1 to 4.20.0 (#16692)dependabot[bot]1-3/+3
Bumps [jsonschema](https://github.com/python-jsonschem