MatrixSynapse/tests
Patrick Cloke b7272b73aa
Properly paginate forward in the /relations API. (#13840)
This fixes a bug where the `/relations` API with `dir=f` would
skip the first item of each page (except the first page), causing
incomplete data to be returned to the client.
2022-09-22 12:47:49 +00:00
..
api
app
appservice
config
crypto
events
federation
handlers Port the push rule classes to Rust. (#13768) 2022-09-20 12:10:31 +01:00
http Cancel the processing of key query requests when they time out. (#13680) 2022-09-07 12:03:32 +01:00
logging Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453) 2022-08-09 14:32:33 -05:00
module_api
push Track device IDs for pushers (#13831) 2022-09-21 15:31:53 +00:00
replication Support enabling/disabling pushers (from MSC3881) (#13799) 2022-09-21 14:39:01 +00:00
rest Properly paginate forward in the /relations API. (#13840) 2022-09-22 12:47:49 +00:00
scripts
server_notices
state
storage Require SQLite >= 3.27.0 (#13760) 2022-09-09 11:14:10 +01:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2022-09-07 11:08:20 +01:00
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2022-09-08 15:54:36 +01:00
test_visibility.py
unittest.py Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809) 2022-09-21 12:40:34 +00:00
utils.py