summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/account_data.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2020-02-241-4/+4
|\
| * Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* | Replace returnValue with return (#5736)Andrew Morgan2020-02-191-4/+4
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
| * Run Black. (#5482)Amber Brown2019-06-201-9/+7
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-10/+8
* | Merge branch 'master' into dinsicBrendan Abolivier2019-06-121-3/+3
|\|
| * Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-3/+3
* | Merge branch 'master' of github.com:matrix-org/synapse into erikj/dinsic-merg...Erik Johnston2019-03-151-1/+33
|\|
| * Add GET account data routes (#4303)Travis Ralston2019-01-071-1/+33
* | hide_profile: false should mean not to hide the profile :/ github/matthew/red_list matthew/red_listMatthew Hodgson2018-12-121-1/+1
* | pull in profile_handler correctlyMatthew Hodgson2018-11-041-0/+2
* | add im.vector.hide_profile to user account_dataMatthew Hodgson2018-11-041-0/+5
|/
* 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