summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/receipts.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-4/+1
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* run isortAmber Brown2018-07-091-3/+3
* Shuffle receipt handler around so that worker apps don't need to load itErik Johnston2016-11-231-1/+1
* Move the presence handler out of the Handlers objectMark Haines2016-05-161-1/+1
* Initial cutErik Johnston2016-02-171-0/+3
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-2/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-1/+1
* Validate the receipt type before passing it on to the receipt handlerKegan Dougal2015-10-011-0/+4
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
* Wire together receipts and the notifer/federationErik Johnston2015-07-071-2/+1
* Add a ReceiptServletErik Johnston2015-07-071-0/+56