- 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
-
- Feb 17, 2022
-
-
Erik Johnston authored
Fixes #11962
-
Brendan Abolivier authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Richard van der Hoff authored
Part of my work on #11249: add code to handle the new fields added in MSC3706.
-
Richard van der Hoff authored
As the comment says, virtualenv is a pile of fail.
-
Patrick Cloke authored
-
Richard van der Hoff authored
msc3706 proposes changing the `/send_join` response: > Any events returned within `state` can be omitted from `auth_chain`. Currently, we rely on `m.room.create` being returned in `auth_chain`, but since the `m.room.create` event must necessarily be part of the state, the above change will break this. In short, let's look for `m.room.create` in `state` rather than `auth_chain`.
-
lukasdenk authored
-
- Feb 16, 2022
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-