summary refs log tree commit diff
path: root/tests/handlers/test_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-4/+3
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-081-1/+1
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-4/+7
* Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-291-0/+1
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-151-1/+1
* Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth...Quentin Gliech2022-06-141-1/+1
* Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-0/+1
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-3/+1
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-3/+3
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-071-3/+94
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-2/+3
* Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-6/+131
* update black to 21.6b0 (#10197)Marcus2021-06-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-10/+11
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-4/+10
* Stop Auth methods from polling the config on every req. (#7420)Andrew Morgan2020-05-061-5/+8
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-2/+2
* Port SyncHandler to async/awaitErik Johnston2019-12-051-17/+16
* rename error codeNeil Johnson2018-08-181-2/+2
* add new error type ResourceLimitNeil Johnson2018-08-161-3/+3
* update error codesNeil Johnson2018-08-151-2/+2
* fix setup_test_homeserver to be postgres compatibleNeil Johnson2018-08-141-1/+1
* fix importsNeil Johnson2018-08-091-1/+1
* only block on sync where user is not part of the mau cohortNeil Johnson2018-08-091-9/+31
* block sync if auth checks failNeil Johnson2018-08-091-6/+13
* sync auth blockingNeil Johnson2018-08-081-0/+42