summary refs log tree commit diff
path: root/tests/rest/client/test_relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support the MSC3715 for `/relations`. (#11941)Patrick Cloke2022-02-111-6/+31
* Support pagination tokens from /sync and /messages in the relations API. (#11...Patrick Cloke2022-02-101-14/+137
* Experimental support to include bundled aggregations in search results (MSC36...Patrick Cloke2022-02-081-1/+38
* Improvements to bundling aggregations. (#11815)Patrick Cloke2022-01-261-1/+1
* Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-211-35/+73
* Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-181-0/+3
* Include bundled aggregations in the sync response cache. (#11659)Patrick Cloke2022-01-131-5/+5
* Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-061-13/+13
* Merge remote-tracking branch 'origin/release-v1.49' into developRichard van der Hoff2021-12-201-5/+5
|\
| * Disable aggregation bundling on `/sync` responses (#11583)Richard van der Hoff2021-12-201-5/+5
* | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-091-0/+115
|/
* Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-061-39/+96
* Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-301-0/+118
* Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-221-0/+111
* Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-181-0/+62
* Add a thread relation type per MSC3440. (#11088)Patrick Cloke2021-10-211-6/+34
* Fix-up some type hints in the relations tests. (#11076)Patrick Cloke2021-10-141-28/+27
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+724