| Commit message (Expand) | Author | Age | Files | Lines |
* | Send badge count pushes. | David Baker | 2016-04-07 | 1 | -1/+19 |
* | Make pushers use the event_push_actions table instead of listening on an even... | David Baker | 2016-04-06 | 1 | -34/+41 |
* | Make select more sensible when dseleting access tokens, rename pusher deletio... | David Baker | 2016-03-11 | 1 | -1/+1 |
* | Fix cache invalidation so deleting access tokens (which we did when changing ... | David Baker | 2016-03-11 | 1 | -4/+4 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | Remove dead code for setting device specific rules. | Mark Haines | 2016-02-18 | 1 | -28/+20 |
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -4/+5 |
* | Merge branch 'develop' into push_badge_counts | David Baker | 2016-01-19 | 1 | -13/+13 |
|\ |
|
| * | Rename 'user_name' to 'user_id' in push to make it consistent with the rest o... | Mark Haines | 2016-01-13 | 1 | -15/+15 |
* | | Use the unread notification count to send accurate badge counts in push notif... | David Baker | 2016-01-13 | 1 | -15/+0 |
|/ |
|
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Simplify LoginHander and AuthHandler | Daniel Wagner-Hall | 2015-08-12 | 1 | -7/+4 |
* | Also log when we've started pushers | Erik Johnston | 2015-04-29 | 1 | -0/+2 |
* | Only start pushers when synapse has fully started | Erik Johnston | 2015-04-29 | 1 | -3/+0 |
* | Start pushers on reactor thread | Erik Johnston | 2015-04-29 | 1 | -0/+3 |
* | Decode the data json in the storage layer (was moved but this part was missed) | David Baker | 2015-04-29 | 1 | -1/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 1 | -15/+61 |
|\ |
|
| * | pep8 | David Baker | 2015-03-26 | 1 | -2/+4 |
| * | Delete pushers when changing password | David Baker | 2015-03-26 | 1 | -2/+18 |
| * | pep8 blank lines | David Baker | 2015-03-25 | 1 | -1/+0 |
| * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ... | David Baker | 2015-03-25 | 1 | -10/+37 |
| * | 1) Pushers are now associated with an access token | David Baker | 2015-03-24 | 1 | -4/+5 |
* | | Move encoding and decoding of JSON into storage layer | Erik Johnston | 2015-04-16 | 1 | -7/+1 |
|/ |
|
* | Use encode_canonical_json for pushes | Erik Johnston | 2015-02-11 | 1 | -1/+3 |
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | s/instance_handle/profile_tag/ | David Baker | 2015-02-03 | 1 | -6/+6 |
* | Code style fixes. | Mark Haines | 2015-01-29 | 1 | -1/+1 |
* | Easy on the newlines | David Baker | 2015-01-28 | 1 | -1/+0 |
* | 2015 | David Baker | 2015-01-28 | 1 | -1/+1 |
* | Unused import | David Baker | 2015-01-28 | 1 | -1/+0 |
* | Reset badge count to zero when last active time is bumped | David Baker | 2015-01-28 | 1 | -0/+17 |
* | add instance_handles to pushers so we have a way to refer to them even if the... | David Baker | 2015-01-20 | 1 | -3/+6 |
* | Require device language when adding a pusher. | David Baker | 2015-01-16 | 1 | -3/+5 |
* | Honour the 'rejected' return from push gateways | David Baker | 2015-01-13 | 1 | -0/+12 |
* | after a few rethinks, a working implementation of pushers. | David Baker | 2014-12-18 | 1 | -21/+26 |
* | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant. | David Baker | 2014-12-03 | 1 | -29/+46 |
* | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p... | David Baker | 2014-11-21 | 1 | -2/+6 |
* | Start creating a module to do generic notifications (just prints them to stdo... | David Baker | 2014-11-19 | 1 | -0/+94 |