- Aug 16, 2021
-
-
Brendan Abolivier authored
-
- Aug 13, 2021
-
-
Eric Eastwood authored
* Move /batch_send to /v2_alpha directory As pointed out by @erikjohnston, https://github.com/matrix-org/synapse/pull/10552#discussion_r685836624
-
Patrick Cloke authored
-
- Aug 12, 2021
-
-
David Robertson authored
-
David Robertson authored
Remove references to BuildKite in favour of GitHub Actions
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
-
- Aug 11, 2021
-
-
Patrick Cloke authored
-
Dirk Klimpel authored
-
David Robertson authored
Should have been more systematic with my grepping.
-
David Robertson authored
-
David Robertson authored
-
Patrick Cloke authored
As opposed to only allowing the summary of spaces which the user is already in or has world-readable visibility. This makes the logic consistent with whether a space/room is returned as part of a space and whether a space summary can start at a space.
-
David Robertson authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
And ensure that the file is checked via mypy.
-
Dirk Klimpel authored
Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu> Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Aug 10, 2021
-
-
Eric Eastwood authored
* Only return state events that the AS passed in via state_events_at_start As discovered by @Half-Shot in https://github.com/matrix-org/matrix-doc/pull/2716#discussion_r684158448 Part of MSC2716 * Add changelog * Fix changelog extension
-
David Robertson authored
Signed-off-by:
David Robertson <david.m.robertson1@gmail.com>
-
Patrick Cloke authored
This adds support for the /hierarchy endpoint, which is an update to MSC2946. Currently this only supports rooms known locally to the homeserver.
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
use PULL_REQUEST_NUMBER instead of BUILDKITE_PULL_REQUEST remove the other user of BUILDKITE_PULL_REQUEST, namely merge_base_branch.sh
-
David Robertson authored
-
Patrick Cloke authored
If a room which the requesting user was invited to was queried over federation it will now properly appear in the spaces summary (instead of being stripped out by the requesting server).
-
Hillery Shay authored
Signed-off-by:
H.Shay <shaysquared@gmail.com>
-
Brendan Abolivier authored
-
Eric Eastwood authored
When redacting, keep event fields around that maintain the historical event structure intact (MSC2716) (#10538) * Keep event fields that maintain the historical event structure intact Fix https://github.com/matrix-org/synapse/issues/10521 * Add changelog * Bump room version * Better changelog text * Fix up room version after develop merge
-
- Aug 09, 2021
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Drew Short authored
Signed-off-by:
Drew Short <warrick@sothr.com>
-
Brendan Abolivier authored
-
Patrick Cloke authored
This adds support for MSC3289: room version 8. This is room version 7 + MSC3083.
-
- Aug 06, 2021
-
-
Patrick Cloke authored
Instead of wrapping the JSON into an object, this creates concrete instances for Transaction and Edu. This allows for improved type hints and simplified code.
-
Erik Johnston authored
-