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