summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/relations.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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