summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support GET account_data requests on a worker (#7311)Richard van der Hoff2020-04-211-0/+8
* Port rest.client.v2Erik Johnston2019-12-051-18/+12
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-9/+7
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-3/+3
* Add GET account data routes (#4303)Travis Ralston2019-01-071-1/+33
* run isortAmber Brown2018-07-091-5/+5
* m.read_marker -> m.fully_read (#2128)Luke Barnard2017-04-181-3/+3
* Move a spaceLuke Barnard2017-04-121-2/+2
* flake8Luke Barnard2017-04-111-1/+2
* Finish implementing RM endpointLuke Barnard2017-04-111-1/+7
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-17/+4
* Fix up logcontextsErik Johnston2016-02-081-2/+2
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-4/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-0/+111