summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-13Fix messages from multiple senders in historical chunk (MSC2716) (#10276)Eric Eastwood3-11/+76
Fix messages from multiple senders in historical chunk. This also means that an app service does not need to define `?user_id` when using this endpoint. Follow-up to https://github.com/matrix-org/synapse/pull/9247 Part of MSC2716: https://github.com/matrix-org/matrix-doc/pull/2716
2021-07-13Add type hints to get_domain_from_id and get_localpart_from_id. (#10385)Patrick Cloke3-26/+75
2021-07-13Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke6-38/+237
Previously only world-readable rooms were shown. This means that rooms which are public, knockable, or invite-only with a pending invitation, are included in a space summary. It also applies the same logic to the experimental room version from MSC3083 -- if a user has access to the proper allowed rooms then it is shown in the spaces summary. This change is made per MSC3173 allowing stripped state of a room to be shown to any potential room joiner.
2021-07-13Move upgrade blurb v1.38.0Richard van der Hoff1-2/+2
2021-07-13Update CHANGES.mdRichard van der Hoff1-1/+1
2021-07-13fix debian changelogRichard van der Hoff1-1/+7
2021-07-13 1.38.0Richard van der Hoff3-2/+8
2021-07-131.38.0rc3 v1.38.0rc3Richard van der Hoff5-5/+16
2021-07-13Fix some links in `docs` and `contrib` (#10370)Dirk Klimpel9-17/+23
2021-07-13Bugfix `make_room_admin` fails for users that have left a private room (#10367)Dirk Klimpel2-1/+9
Fixes: #10338
2021-07-13Use inline type hints in `tests/` (#10350)Jonathan de Jong18-63/+62
This PR is tantamount to running: python3.8 -m com2ann -v 6 tests/ (com2ann requires python 3.8 to run)
2021-07-13Github Actions workflow to attach release artifacts to release (#10379)Richard van der Hoff2-1/+28
2021-07-13[pyupgrade] `tests/` (#10347)Jonathan de Jong20-58/+45
2021-07-13Fix federation inbound age metric. (#10355)Erik Johnston2-1/+4
We should be reporting the age rather than absolute timestamp.
2021-07-13Build the python release artifacts in GHA tooRichard van der Hoff1-3/+23
2021-07-12build debs in GHA (#10247)Richard van der Hoff3-4/+58
GHA workflow to build the debs
2021-07-12Replace `room_depth.min_depth` with a BIGINT (#10289)