- Mar 11, 2021
-
-
Richard van der Hoff authored
-
Patrick Cloke authored
-
Dirk Klimpel authored
Fixes: #8393
-
- Mar 10, 2021
-
-
Richard van der Hoff authored
... because namedtuples suck Fix up a couple of other annotations to keep mypy happy.
-
Richard van der Hoff authored
We either need to pass the auth provider over the replication api, or make sure we report the auth provider on the worker that received the request. I've gone with the latter.
-
Jason Robinson authored
Mention that parse_config must exist and note the check_media_file_for_spam method.
-
Patrick Cloke authored
This uses a simplified version of get_chain_cover_difference to calculate auth chain of events.
-
Patrick Cloke authored
-
- Mar 09, 2021
-
-
Patrick Cloke authored
-
Patrick Cloke authored
This is a companion change to apply the fix in #9498 / 922788c6 to previously purged rooms.
-
Andrew Morgan authored
Earlier [I was convinced](https://github.com/matrix-org/synapse/issues/9565) that we didn't have an Admin API for listing media uploaded by a user. Foolishly I was looking under the Media Admin API documentation, instead of the User Admin API documentation. I thought it'd be helpful to link to the latter so others don't hit the same dead end :)
-
Richard van der Hoff authored
Apple had to be special. They want a client secret which is generated from an EC key. Fixes #9220. Also fixes #9212 while I'm here.
-
Erik Johnston authored
Fixes #8915
-
Patrick Cloke authored
Type hint fixes due to Twisted 21.2.0 adding type hints.
-
Patrick Cloke authored
Properly uses RGBA mode for 1- and 8-bit images with transparency (instead of RBG mode).
-
Patrick Cloke authored
The hashes are from commits due to auto-formatting, e.g. running black. git can be configured to use this automatically by running the following: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Erik Johnston authored
After 0764d0c6
-
Andrew Morgan authored
I noticed that I'd occasionally have `scripts-dev/lint.sh` fail when messing about with config options in my PR. The script calls `scripts-dev/config-lint.sh`, which attempts some validation on the sample config. It does this by using `sed` to edit the sample_config, and then seeing if the file changed using `git diff`. The problem is: if you changed the sample_config as part of your commit, this script will error regardless. This PR attempts to change the check so that existing, unstaged changes to the sample_config will not cause the script to report an invalid file.
-
Jonathan de Jong authored
-
- Mar 08, 2021
-
-
Matthew Hodgson authored
-
Jonathan de Jong authored
-
Will Hunt authored
This notice is giving a heads up to the planned spec compliance fix https://github.com/matrix-org/synapse/pull/9548.
-
Dirk Klimpel authored
-
Patrick Cloke authored
Unfortunately this doesn't test re-joining the room since that requires having another homeserver to query over federation, which isn't easily doable in unit tests.
-
Erik Johnston authored
-
Erik Johnston authored
-
Patrick Cloke authored
This helps fix some type hints when running with Twisted 21.2.0.
-
- Mar 06, 2021
-
-
Leo Bärring authored
Update reverse proxy to add OpenBSD relayd example configuration. Signed-off-by:
Leo Bärring <leo.barring@protonmail.com>
-
- Mar 05, 2021
-
-
Ben Banfield-Zanin authored
-
- Mar 04, 2021
-
-
Richard van der Hoff authored
Following the advice at https://prometheus.io/docs/practices/instrumentation/#timestamps-not-time-since, it's preferable to export unix timestamps, not ages. There doesn't seem to be any particular naming convention for timestamp metrics.
-
Richard van der Hoff authored
Add prom metrics for number of users successfully registering and logging in, by SSO provider.
-
Richard van der Hoff authored
This great big stack of commits is a a whole load of hoop-jumping to make it easier to store additional values in login tokens, and then to actually store the SSO Identity Provider in the login token. (Making use of that data will follow in a subsequent PR.)
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 03, 2021
-
-
Patrick Cloke authored
-
Richard van der Hoff authored
Should fix some remaining warnings
-
Erik Johnston authored
Turns out matrix.org has an event that has duplicate auth events (which really isn't supposed to happen, but here we are). This caused the background update to fail due to `UniqueViolation`.
-
Patrick Cloke authored
-