summary refs log tree commit diff
path: root/synapse/rest/client/relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stabliize support for MSC3981: recurse /relations (#17023)Patrick Cloke2024-04-091-7/+3
* Accept unprefixed form of MSC3981 recurse parameter (#16842)David Baker2024-02-061-1/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Initial implementation of MSC3981: recursive relations API (#15315)Patrick Cloke2023-05-021-1/+9
* Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-231-0/+2
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-1/+2
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-7/+2
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-1/+49
* Remove support for the unstable dir flag on relations. (#14106)Patrick Cloke2022-10-071-35/+10
* Do not return unspecced original_event field when using the stable /relations...Patrick Cloke2022-10-031-0/+6
* Support the stable dir parameter for /relations. (#13920)Patrick Cloke2022-09-271-9/+15
* Move the (unstable) `dir` parameter for /relations behind an experimental fla...Patrick Cloke2022-06-081-3/+10
* Support the v1 endpoint for `/relations`. (#12403)Patrick Cloke2022-04-071-1/+1
* Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-301-170/+0
* Add a relations handler to avoid duplication. (#12227)Patrick Cloke2022-03-161-67/+8
* Allow retrieving the relations of a redacted event. (#12130)Patrick Cloke2022-03-101-44/+38
* Remove backwards compatibility with RelationPaginationToken. (#12138)Patrick Cloke2022-03-041-41/+14
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Support the MSC3715 for `/relations`. (#11941)Patrick Cloke2022-02-111-0/+4
* Support pagination tokens from /sync and /messages in the relations API. (#11...Patrick Cloke2022-02-101-18/+39
* Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-181-1/+3
* Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-5/+6
* Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-061-120/+5
* Do not bundle aggregations for APIs which shouldn't include them. (#11592)Patrick Cloke2021-12-201-1/+3
* Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-091-1/+6
* Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-061-5/+4
* Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-301-6/+3
* Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-231-3/+3
* Fix typo in `RelationAggregationPaginationServlet` error response (#11278)Andrew Morgan2021-11-091-1/+3
* Add a thread relation type per MSC3440. (#11088)Patrick Cloke2021-10-211-1/+2
* Add type hints to synapse.events.*. (#11066)Patrick Cloke2021-10-131-4/+4
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-15/+65
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+381