summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop shadow-banned users from sending non-member events. (#8142)Patrick Cloke2020-08-241-5/+13
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-1/+1
* Add `allow_departed_users` param to `check_in_room_or_world_readable`Richard van der Hoff2020-02-191-6/+6
* Port rest.client.v2Erik Johnston2019-12-051-29/+27
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Merge tag 'v1.2.0rc2' into developAndrew Morgan2019-07-241-0/+2
|\
| * Fix servlet metric names (#5734)Jorik Schellekens2019-07-241-0/+2
* | Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
|/
* Remove the ability to query relations when the original event was redacted. (...Andrew Morgan2019-07-181-32/+43
* Don't bundle aggregations when retrieving the original event (#5654)Andrew Morgan2019-07-101-2/+12
* Include the original event in /relations (#5626)Andrew Morgan2019-07-091-3/+5
* Run Black. (#5482)Amber Brown2019-06-201-1/+4
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-6/+6
* Move parsing of tokens out of storage layerErik Johnston2019-05-161-0/+19
* Check that event is visible in new APIsErik Johnston2019-05-161-2/+15
* Add aggregations APIErik Johnston2019-05-161-1/+140
* Actually implement idempotencyErik Johnston2019-05-151-1/+8
* Add simple pagination APIErik Johnston2019-05-151-0/+50
* Add simple send_relation API and track in DBErik Johnston2019-05-151-0/+110