summary refs log tree commit diff
path: root/synapse/rest/client/v1/pusher.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-3/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-31/+39
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-9/+12
* fix type errorAmber Brown2018-12-031-1/+1
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-2/+2
* rename assert_params_in_request to assert_params_in_dictKrombel2018-07-131-2/+2
* Use parse_{int,str} and assert from http.servletKrombel2018-07-131-10/+7
* run isortAmber Brown2018-07-091-7/+8
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-1/+0
* Burminate v1authAdrian Tschira2018-04-301-1/+1
* Fix bug where pusherpool didn't start and broke some roomsErik Johnston2017-07-061-8/+6
* Working unsubscribe links going straight to the HSDavid Baker2016-06-021-1/+3
* WIP on unsubscribing email notifs without logging inDavid Baker2016-06-011-1/+54
* Make the /set part mandatoryDavid Baker2016-04-121-1/+1
* Mis-named functionDavid Baker2016-04-121-1/+1
* Split into separate servlet classesDavid Baker2016-04-121-11/+16
* Add get endpoint for pushersDavid Baker2016-04-111-1/+34
* Hook up adding a pusher to the notifier for replication.Mark Haines2016-03-151-0/+6
* Add a parse_json_object functionMark Haines2016-03-091-14/+3
* Remove dead code for setting device specific rules.Mark Haines2016-02-181-3/+3
* Fix flake8 warnings for new flake8Daniel Wagner-Hall2016-02-021-2/+2
* Rename 'user_name' to 'user_id' in push to make it consistent with the rest o...Mark Haines2016-01-131-2/+2
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* also do more structured loggingDavid Baker2015-12-071-0/+1
* pep8David Baker2015-12-071-0/+1
* Add logging to pushers API to log the body of the requestDavid Baker2015-12-071-0/+4
* 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
* 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