Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -2/+0 |
| | | | | | | | | Fix https://github.com/matrix-org/synapse/issues/14390 - Client API: `/_matrix/client/unstable/org.matrix.msc3030/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>` -> `/_matrix/client/v1/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>` - Federation API: `/_matrix/federation/unstable/org.matrix.msc3030/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>` -> `/_matrix/federation/v1/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>` Complement test changes: https://github.com/matrix-org/complement/pull/559 | ||||
* | Enable testing MSC3874 in complement. (#14339) | Patrick Cloke | 2022-11-01 | 1 | -2/+2 |
| | |||||
* | Enable URL previews in complement homeserver config. (#14198) | Jonathan de Jong | 2022-10-18 | 1 | -0/+2 |
| | |||||
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -0/+4 |
| | |||||
* | [Complement] Allow device_name lookup over federation (#13167) | Till | 2022-07-04 | 1 | -0/+2 |
| | |||||
* | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -0/+6 |
| | |||||
* | Merge the Complement testing Docker images into a single, multi-purpose ↵ | reivilibre | 2022-06-08 | 1 | -0/+106 |
image. (#12881) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> |