summary refs log tree commit diff
path: root/synapse/rest/client/v1/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+2
* Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ...David Baker2015-03-251-1/+12
* 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-1/+2
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Code-style fixesMark Haines2015-02-101-2/+2
* s/instance_handle/profile_tag/David Baker2015-02-031-2/+2
* Allow kind to be set to null to delete a pusher.David Baker2015-01-291-1/+10
* Change uses of get_user_by_req because it returns a tuple now.David Baker2015-01-281-1/+1
* Oops, bad merge: needed to change the base class of the rest servlets too.David Baker2015-01-281-2/+2
* Merge branch 'develop' into pushersDavid Baker2015-01-221-0/+80