summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/test_sync.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't fail on empty bodies when sending out read receipts (#10531)Brendan Abolivier2021-08-041-0/+12
* Support for MSC2285 (hidden read receipts) (#10413)Šimon Brandner2021-07-281-2/+95
* Re-introduce "Leave out optional keys from /sync" change (#10214)Andrew Morgan2021-06-231-29/+1
* Ensure that we do not cache empty sync responses after a timeout (#10158)Richard van der Hoff2021-06-171-0/+50
* Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-151-4/+4
* Implement knock feature (#6739)Sorunome2021-06-091-2/+93
* Revert "Leave out optional keys from /sync (#9919)" (#9940)Erik Johnston2021-05-061-1/+29
* Leave out optional keys from /sync (#9919)DeepBlueV7.X2021-05-051-29/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+18
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-20/+12
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-12/+0
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-4/+2
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-2/+155
* Revert #7736 (#8039)Brendan Abolivier2020-08-061-155/+2
* Re-implement unread counts (#7736)Brendan Abolivier2020-07-291-2/+155
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-13/+15
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-9/+0
* Update copyrightsBrendan Abolivier2019-11-051-1/+2
* Incorporate reviewBrendan Abolivier2019-11-011-4/+4
* Incorporate reviewBrendan Abolivier2019-11-011-5/+5
* LintBrendan Abolivier2019-10-301-6/+6
* Add more integration testingBrendan Abolivier2019-10-301-6/+39
* Add integration tests for syncBrendan Abolivier2019-10-301-2/+110
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Fix typing being reset causing infinite syncs (#4127)Amber Brown2018-11-031-0/+123
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-7/+1
* Integrate presence from hotfixes (#3694)Amber Brown2018-08-181-46/+33
* Fix the testsAmber Brown2018-08-151-3/+2
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-2/+2
* Move v1-only APIs into their own module & isolate deprecated ones (#3460)Amber Brown2018-07-191-2/+6
* Refactor REST API tests to use explicit reactors (#3351)Amber Brown2018-07-171-0/+83