Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly decode, for sqlite and postgres, rows from pushers table | Erik Johnston | 2015-04-29 | 1 | -19/+24 |
| | |||||
* | pushkey' are also bytes. | Erik Johnston | 2015-04-29 | 1 | -8/+17 |
| | |||||
* | Actually return rows | Erik Johnston | 2015-04-29 | 1 | -0/+2 |
| | |||||
* | Typo, args wrong way round | Erik Johnston | 2015-04-29 | 1 | -4/+1 |
| | |||||
* | Decode buffers in same thread | Erik Johnston | 2015-04-29 | 1 | -13/+19 |
| | |||||
* | We store pusher data as bytes | Erik Johnston | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | Decode the data json in the storage layer (was moved but this part was missed) | David Baker | 2015-04-29 | 1 | -0/+9 |
| | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into postgres | Erik Johnston | 2015-04-28 | 1 | -66/+24 |
|\ | |||||
| * | Delete pushers when changing password | David Baker | 2015-03-26 | 1 | -35/+10 |
| | | |||||
| * | Allow multiple pushers for a single app ID & pushkey, honouring the 'append' ↵ | David Baker | 2015-03-25 | 1 | -13/+14 |
| | | | | | | | | flag in the API. | ||||
| * | 1) Pushers are now associated with an access token | David Baker | 2015-03-24 | 1 | -1/+2 |
| | | | | | | | | 2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it. | ||||
* | | PEP8 | Erik Johnston | 2015-04-16 | 1 | -3/+0 |
| | | |||||
* | | Move encoding and decoding of JSON into storage layer | Erik Johnston | 2015-04-16 | 1 | -20/+6 |
| | | |||||
* | | Add missing yield | Erik Johnston | 2015-04-15 | 1 | -1/+1 |
| | | |||||
* | | pushers table requires a unique id. | Erik Johnston | 2015-04-15 | 1 | -0/+4 |
|/ | |||||
* | Give sensible names for '_simple_...' transactions | Erik Johnston | 2015-03-20 | 1 | -5/+11 |
| | |||||
* | Also give _execute() a description | Paul "LeoNerd" Evans | 2015-03-11 | 1 | -2/+3 |
| | |||||
* | Update pushers by app id and pushkey, not user id and pushkey | David Baker | 2015-02-13 | 1 | -6/+6 |
| | |||||
* | s/instance_handle/profile_tag/ | David Baker | 2015-02-03 | 1 | -7/+7 |
| | |||||
* | Code style fixes. | Mark Haines | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | add instance_handles to pushers so we have a way to refer to them even if ↵ | David Baker | 2015-01-20 | 1 | -21/+25 |
| | | | | the push token changes. | ||||
* | Require device language when adding a pusher. | David Baker | 2015-01-16 | 1 | -1/+2 |
| | | | | | Because this seems like it might be useful to do sooner rather than later. | ||||
* | Honour the 'rejected' return from push gateways | David Baker | 2015-01-13 | 1 | -11/+23 |
| | | | | | | | Add a timestamp to push tokens so we know the last time they we got them from the device. Send it to the push gateways so it can determine whether its failure is more recent than the token. Stop and remove pushers that have been rejected. | ||||
* | Thank you, pyflakes | David Baker | 2014-12-18 | 1 | -1/+0 |
| | |||||
* | after a few rethinks, a working implementation of pushers. | David Baker | 2014-12-18 | 1 | -26/+57 |
| | |||||
* | Update to app_id / app_instance_id (partially) and mangle to be PEP8 compliant. | David Baker | 2014-12-03 | 1 | -22/+32 |
| | |||||
* | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP ↵ | David Baker | 2014-11-21 | 1 | -4/+22 |
| | | | | pokes work or not yet but the retry semantics are pretty good. | ||||
* | Start creating a module to do generic notifications (just prints them to ↵ | David Baker | 2014-11-19 | 1 | -0/+98 |
stdout currently!) |