Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-20 | Fix small extra argument passed to get_events | Andrew Morgan | 1 | -2/+9 | |
2020-02-25 | Remove extraneous unittest.DEBUG's | Andrew Morgan | 2 | -2/+0 | |
2020-02-25 | Increase expected state events in tests for new room by one | Andrew Morgan | 1 | -1/+6 | |
2020-02-24 | Move buildkite config to the pipelines repo (#5943) | Amber Brown | 2 | -0/+16 | |
Note: I kept it in the repo for now ~anoa | |||||
2020-02-24 | Add m.id_access_token flag (#5930) | Andrew Morgan | 2 | -1/+7 | |
Adds a flag to `/versions`' `unstable_features` section indicating that this Synapse understands what an `id_access_token` is, as per https://github.com/matrix-org/synapse/issues/5927#issuecomment-523566043 Fixes #5927 | |||||
2020-02-24 | Removed unused jenkins/ folder and script (#5938) | Amber Brown | 2 | -16/+1 | |
2020-02-24 | Revert "Use the v2 lookup API for 3PID invites (#5897)" | Andrew Morgan | 10 | -320/+183 | |
This reverts commit 978f263e7c5d1eb440efaf07abc5009408ade25d, reversing changes made to 4f6ee99818d9c338944a10585d0aea4c7349d456. | |||||
2020-02-20 | Do not send alias events when creating / upgrading a room (#6941) | Patrick Cloke | 3 | -40/+16 | |
Stop emitting room alias update events during room creation/upgrade. | |||||
2020-02-20 | don't insert into the device table for remote cross-signing keys (#6956) | Hubert Chathi | 2 | -15/+19 | |
2020-02-20 | Add some clarifications to README.md in the database schema directory. (#6615) | Ruben Barkow-Kuder | 2 | -8/+17 | |
Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> | |||||
2020-02-19 | Minor perf fixes to `get_auth_chain_ids`. | Erik Johnston | 3 | -7/+6 | |
2020-02-19 | Freeze allocated objects on startup. (#6953) | Erik Johnston | 2 | -0/+10 | |
This may make gc go a bit faster as the gc will know things like caches/data stores etc. are frozen without having to check. | |||||
2020-02-19 | Reduce auth chains fetched during v2 state res. (#6952) | Erik Johnston | 5 | -13/+39 | |
The state res v2 algorithm only cares about the difference between auth chains, so we can pass in the known common state to the `get_auth_chain` storage function so that it can ignore those events. | |||||
2020-02-19 | update changes.md v1.11.0rc1 | Richard van der Hoff | 1 | -6/+5 | |
2020-02-19 | 1.11.0rc1 | Richard van der Hoff | 57 | -56/+74 | |
2020-02-19 | Revert `get_auth_chain_ids` changes (#6951) | Erik Johnston | 2 | -28/+1 | |
2020-02-19 |