- Jul 15, 2021
-
-
Andrew Morgan authored
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
-
Erik Johnston authored
This is to help with performance, where trying to connect to thousands of hosts at once can consume a lot of CPU (due to TLS etc). Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
Brendan Abolivier authored
By referring to awaitables instead of deferreds.
-
Jonathan de Jong authored
-
Dirk Klimpel authored
-
Erik Johnston authored
-
- Jul 14, 2021
-
-
Moritz Dietz authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This is part of fixing #6116: we want to put RC debs into a different place than release debs, so reprepro has to be able to tell them apart.
-
Richard van der Hoff authored
A few things here: * Build the debs for single distro for each PR, so that we can see if it breaks. Do the same for develop. Building all the debs ties up the GHA workers for ages. * Stop building the debs for release branches. Again, it takes ages, and I don't think anyone is actually going to stop and look at them. We'll know they are working when we make an RC. * Change the configs so that if we manually cancel a workflow, it actually does something.
-
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
-