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-18 | Increase perf of `get_auth_chain_ids` used in state res v2. (#6937) | Erik Johnston | 2 | -0/+24 | |
We do this by moving the recursive query to be fully in the DB. | |||||
2020-02-18 | Fix worker docs to point `/publicised_groups` API correctly. (#6938) | Erik Johnston | 2 | -3/+5 | |
2020-02-18 | Make the log more noticeable | Brendan Abolivier | 1 | -1/+2 | |
2020-02-18 | Print the error as an error log and raise the same exception we got | Brendan Abolivier | 1 | -9/+10 | |
2020-02-18 | Stop sending events when creating or deleting aliases (#6904) | Patrick Cloke | 4 | -42/+194 | |
Stop sending events when creating or deleting associations (room aliases). Send an updated canonical alias event if one of the alt_aliases is deleted. | |||||
2020-02-18 | Kill off deprecated "config-on-the-fly" docker mode (#6918) | Richard van der Hoff | 3 | -40/+33 | |
Lots of people seem to get confused by this mode, and it's been deprecated since Synapse 1.1.0. It's time for it to go. | |||||
2020-02-17 | #6924 has been released in 1.10.1 | Richard van der Hoff | 1 | -1/+0 | |
2020-02-17 | 1.10.1 v1.10.1 github/release-v1.10.1 release-v1.10.1 | Richard van der Hoff | 4 | -2/+16 | |
2020-02-17 | wait for current_state_events_membership before ↵ | Richard van der Hoff | 2 | -2/+6 | |
delete_old_current_state_events (#6924) | |||||
2020-02-17 |