- 26 Feb, 2021 4 commits
-
-
Angedestenebres authored
Tedomum test See merge request !3
-
kaiyou authored
-
kaiyou authored
-
kaiyou authored
-
- 25 Feb, 2021 3 commits
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- 23 Feb, 2021 1 commit
-
-
Patrick Cloke authored
-
- 22 Feb, 2021 3 commits
- 19 Feb, 2021 1 commit
-
-
Patrick Cloke authored
-
- 18 Feb, 2021 14 commits
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
Updates documentation from #9289 and removes a deprecated endpoint which didn't work as expected.
-
Patrick Cloke authored
This reverts commit 8ad4676f.
-
Patrick Cloke authored
-
Erik Johnston authored
It's proving incredibly hard to build in CircleCI infra.
-
Rishabh Arya authored
-
Dirk Klimpel authored
This API was undocumented and nonsensical.
-
Patrick Cloke authored
This reduces the memory usage of previewing media files which end up larger than the `max_spider_size` by avoiding buffering content internally in treq. It also checks the `Content-Length` header in additional places instead of streaming the content to check the body length.
-
David Vo authored
-
Patrick Cloke authored
As the comment says, this guard was there for when the initial user directory update has yet to happen.
-
Richard van der Hoff authored
This reverts commit a8878960.
-
- 17 Feb, 2021 8 commits
-
-
Dirk Klimpel authored
-
Andrew Morgan authored
-
Andrew Morgan authored
This is a small bug that I noticed while working on #8956. We have a for-loop which attempts to strip all presence changes for each user except for the final one, as we don't really care about older presence: https://github.com/matrix-org/synapse/blob/9e19c6aab4b5a99039f2ddc7d3120dd3b26c274b/synapse/handlers/presence.py#L368-L371 `new_states_dict` stores this stripped copy of latest presence state for each user, before it is... put into a new variable `new_state`, which is just overridden by the subsequent for loop. I believe this was instead meant to override `new_states`. Without doing so, it effectively meant: 1. The for loop had no effect. 2. We were still processing old presence state for users.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
tiny typo in sso paths
-
David Teller authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
Apple want to POST the OIDC auth response back to us rather than using query-params; add the necessary support to make that work.
-
- 16 Feb, 2021 6 commits
-
-
Richard van der Hoff authored
Fixes #9347
-
Eric Eastwood authored
- Update black version to the latest - Run black auto formatting over the codebase - Run autoformatting according to [`docs/code_style.md `](https://github.com/matrix-org/synapse/blob/80d6dc9783aa80886a133756028984dbf8920168/docs/code_style.md) - Update `code_style.md` docs around installing black to use the correct version
-
Richard van der Hoff authored
Ensure that we lock correctly to prevent multiple concurrent metadata load requests, and generally clean up the way we construct the metadata cache.
-
Erik Johnston authored
-
Patrick Cloke authored
-