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-19 | Move MSC2432 stuff onto unstable prefix (#6948) | Richard van der Hoff | 4 | -4/+23 | |
it's not in the spec yet, so needs to be unstable. Also add a feature flag for it. Also add a test for admin users. | |||||
2020-02-19 | Tiny optimisation for _get_handler_for_request (#6950) | Richard van der Hoff | 2 | -1/+4 | |
we have hundreds of path_regexes (see #5118), so let's not convert the same bytes to str for each of them. | |||||
2020-02-19 |