- Feb 24, 2022
-
-
reivilibre authored
Add support for MSC3202: sending one-time key counts and fallback key usage states to Application Services. (#11617) Co-authored-by:
Erik Johnston <erik@matrix.org>
-
Sean Quah authored
Don't attempt to add non-string `value`s to `event_search` and add a background update to clear out bad rows from `event_search` when using sqlite. Signed-off-by:
Sean Quah <seanq@element.io>
-
- Feb 23, 2022
-
-
Patrick Cloke authored
And clean-up the endpoints which should be routed to workers.
-
Erik Johnston authored
-
Dirk Klimpel authored
-
Richard van der Hoff authored
These have snuck in since #12031 was started. Also a couple of other cleanups while we're in the area.
-
Richard van der Hoff authored
The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
-
Nicolas Werner authored
The complement.sh script relies on the name of the ref matching the name of the unpacked folder. The branch redirect from renaming the default branch breaks that assumption. Signed-off-by:
Nicolas Werner <n.werner@famedly.com>
-
- Feb 22, 2022
-
-
Travis Ralston authored
-
Erik Johnston authored
-
Brendan Abolivier authored
See matrix-org/matrix-doc#3720 Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
David Robertson authored
* Remove `trial` section from setup.cfg This was added in the initial commit from 2014. I can't see that it does anything. Maybe it's there so that you can run `trial` without any extra args, but if I do that then I just get the `--help` message. * Move flake8's config to its own file
-
reivilibre authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
... to ensure it gets a proper log context, mostly.
-
reivilibre authored
Fix slow performance of `/logout` in some cases where refresh tokens are in use. The slowness existed since the initial implementation of refresh tokens. (#12056)
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
This is an endpoint that we have server-side support for, but no client-side support. It's going to be useful for resyncing partial-stated rooms, so let's introduce it.
-
AndrewRyanChama authored
By including "bot" in the User-Agent, which some sites use to decide whether to include additional Open Graph information.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
reivilibre authored
-
David Robertson authored
* Don't build distribution pkgs in tests.yml * Run `release-artifacts` on release branches * Use backend-meta workflow for packaging
-
David Robertson authored
-
Travis Ralston authored
-
- Feb 21, 2022
-
-
Richard van der Hoff authored
A follow-up to #12005, in which I apparently missed that there are a bunch of other places that assume the create event is in the auth chain.
-
Richard van der Hoff authored
These started failing in https://github.com/matrix-org/synapse/pull/12031... I'm a bit mystified by how they ever worked.
-
Dirk Klimpel authored
-
Travis Ralston authored
Co-authored-by:
Patrick Cloke <patrickc@matrix.org>
-
- Feb 18, 2022
-
-
Patrick Cloke authored
Since it is reasonable to give a future or past auth provider, which might not be in the current configuration.
-
reivilibre authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Sean Quah authored
Upgrade mypy to 0.931, mypy-zope to 0.3.5 and fix new complaints.
-
reivilibre authored
-
Travis Ralston authored
-
Travis Ralston authored
Keeping backwards compatibility with the unstable flag for now.
-
Eric Eastwood authored
Fix 500 error with Postgres when looking backwards with the MSC3030 `/timestamp_to_event` endpoint (#12024)
-
Brendan Abolivier authored
-