- Jul 14, 2021
-
-
Patrick Cloke authored
-
- Jul 13, 2021
-
-
Eric Eastwood authored
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
-
Patrick Cloke authored
-
Patrick Cloke authored
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.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Dirk Klimpel authored
-
Dirk Klimpel authored
Fixes: #10338
-
Jonathan de Jong authored
This PR is tantamount to running: python3.8 -m com2ann -v 6 tests/ (com2ann requires python 3.8 to run)
-
Richard van der Hoff authored
-
Jonathan de Jong authored
-
Erik Johnston authored
We should be reporting the age rather than absolute timestamp.
-
- Jul 12, 2021
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
GHA workflow to build the debs
-
Richard van der Hoff authored
while I'm dealing with INTEGERs and BIGINTs, let's replace room_depth.min_depth with a BIGINT.
-
Patrick Cloke authored
-
- Jul 09, 2021
-
-
Erik Johnston authored
-
Richard van der Hoff authored
... now that it has been fixed in https://github.com/matrix-org/sytest/pull/1061.
-
Erik Johnston authored
This reverts commit 944428d1.
-
Erik Johnston authored
-
Erik Johnston authored
-
reivilibre authored
Fix the user directory becoming broken (and noisy errors being logged) when knocking and room statistics are in use. (#10344) Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Richard van der Hoff authored
-
Erik Johnston authored
Synapse 1.38.0rc2 (2021-07-09) ============================== Bugfixes -------- - Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. ([\#10336](https://github.com/matrix-org/synapse/issues/10336)) Improved Documentation ---------------------- - Update links to documentation in the sample config. Contributed by @dklimpel. ([\#10287](https://github.com/matrix-org/synapse/issues/10287)) - Fix broken links in [INSTALL.md](INSTALL.md). Contributed by @dklimpel. ([\#10331](https://github.com/matrix-org/synapse/issues/10331))
-
Erik Johnston authored
-
Erik Johnston authored
-
Andreas Rammhold authored
* Upsert redactions in case they already exists Occasionally, in combination with retention, redactions aren't deleted from the database whenever they are due for deletion. The server will eventually try to backfill the deleted events and trip over the already existing redaction events. Switching to an UPSERT for those events allows us to recover from there situations. The retention code still needs fixing but that is outside of my current comfort zone on this code base. This is related to #8707 where the error was discussed already. Signed-off-by:
Andreas Rammhold <andreas@rammhold.de> * Also purge redactions when purging events Previously redacints where left behind leading to backfilling issues when the server stumbled across the already existing yet to be backfilled redactions. This issues has been discussed in #8707. Signed-off-by:
Andreas Rammhold <andreas@rammhold.de>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Eric Eastwood authored
* Add base starting insertion point when no chunk ID is provided This is so we can have the marker event point to this initial insertion event and be able to traverse the events in the first chunk.
-
- Jul 08, 2021
-
-
Brendan Abolivier authored
-
Cristina authored
Fixes #9602
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
reivilibre authored
* Use fake time in tests in _get_start_of_day. * Change the inequality of last_seen in user_daily_visits Co-authored-by:
Erik Johnston <erik@matrix.org>
-