summary refs log tree commit diff
path: root/tests/module_api/test_api.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-22Track why we're evicting from caches (#10829)David Robertson4-15/+31
2021-09-21Rename MSC2716 things from `chunk` to `batch` to match `/batch_send` endpoint...Eric Eastwood13-117/+162
2021-09-21Add type hints for event streams. (#10856)Patrick Cloke18-60/+169
2021-09-21Add types to http.site (#10867)Erik Johnston2-18/+23
2021-09-21Clear our destination directories before copying files to GitHub pages. (#10869)Patrick Cloke2-1/+1
2021-09-21Refactor oEmbed previews (#10814)Patrick Cloke5-220/+299
2021-09-21Test that state events sent by modules correctly end up in the room's state (...Brendan Abolivier2-0/+85
2021-09-21Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859)Hillery Shay3-1/+29
2021-09-21Rename `/batch_send` query parameter from `?prev_event` to more obvious usage...Eric Eastwood2-7/+10
2021-09-21Always add local users to the user directory (#10796)David Robertson9-55/+54
2021-09-21Fix typo again v1.43.0David Robertson1-1/+1
2021-09-21Specify MSC name; fix typoDavid Robertson1-3/+3
2021-09-21Point to upgrade notesDavid Robertson1-0/+2
2021-09-21Move deprecation notice from 1.43 rc to releaseDavid Robert