| Commit message (Expand) | Author | Files | Lines |
2015-01-30 | Style changes. | Erik Johnston | 1 | -6/+5 |
2015-01-30 | We do need Twisted 14, not 15: we use internal Twisted things that have been ... | David Baker | 2 | -2/+2 |
2015-01-29 | Include content in notification pokes | David Baker | 1 | -0/+2 |
2015-01-29 | Change 'from' in notification pokes to 'sender' to match client API v2. Send ... | David Baker | 2 | -5/+14 |
2015-01-29 | Add default push rules including setting a sound for messages mentioning your... | David Baker | 2 | -8/+74 |
2015-01-29 | Renumber priority classes so we can use 0 for defaults. | David Baker | 1 | -5/+5 |
2015-01-29 | Allow kind to be set to null to delete a pusher. | David Baker | 1 | -1/+10 |
2015-01-29 | Code style fixes. | Mark Haines | 8 | -26/+42 |
2015-01-29 | Only send a badge-reset if the user actually has unread notifications. | David Baker | 1 | -2/+7 |
2015-01-29 | SYN-252: Supply the stream and topological parts in the correct order to the ... | Mark Haines | 1 | -3/+3 |
2015-01-28 | Allow the push rule delete method to take more specifiers. | David Baker | 1 | -8/+11 |
2015-01-28 | Change uses of get_user_by_req because it returns a tuple now. | David Baker | 2 | -4/+4 |
2015-01-28 | Rename ClientID to ClientInfo since it is a pair of IDs rather than a single ... | Mark Haines | 2 | -3/+3 |
2015-01-28 | Add a : to the doc string after the type of the return value | Mark Haines | 1 | -1/+1 |
2015-01-28 | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 18 | -48/+92 |
2015-01-28 | Move pushers delta to v12 and bump schema version | David Baker | 2 | -1/+1 |
2015-01-28 | Return the device_id from get_auth_by_req | Mark Haines | 13 | -31/+34 |
2015-01-28 | Use %s instead of + | David Baker | 1 | -2/+2 |
2015-01-28 | Newline | David Baker | 1 | -0/+1 |
2015-01-28 | Redundant parens | David Baker | 1 | -1/+1 |
2015-01-28 | unnecessary newlines | David Baker | 1 | -2/+0 |
2015-01-28 | More magic commas (including the place I copied it from...) | David Baker | 1 | -4/+4 |
2015-01-28 | Google doc style | David Baker | 1 | -4/+5 |
2015-01-28 | spaces | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary newlines. | David Baker | 1 | -5/+0 |
2015-01-28 | Unnecessary newline. | David Baker | 1 | -1/+0 |
2015-01-28 | Better style | David Baker | 1 | -2/+5 |
2015-01-28 | Another superfluous newline | David Baker | 1 | -1/+0 |
2015-01-28 | Ah, the comma of doom. | David Baker | 1 | -1/+1 |
2015-01-28 | Brackets are nicer | David Baker | 1 | -2/+2 |
2015-01-28 | Unnecessary new line | David Baker | 1 | -1/+0 |
2015-01-28 | Easy on the newlines | David Baker | 1 | -1/+0 |
2015-01-28 | 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | doc style fix | David Baker | 1 | -1/+1 |
2015-01-28 | It is 2015 | David Baker | 1 | -1/+1 |
2015-01-28 | Oops, bad merge: needed to change the base class of the rest servlets too. | David Baker | 3 | -6/+7 |
2015-01-28 | More code style things | David Baker | 1 | -3/+4 |
2015-01-28 | Brackets rather than slashes at end | David Baker | 1 | -3/+3 |
2015-01-28 | Redundant bracketing & missed space | David Baker | 1 | -2/+2 |
2015-01-28 | Update copyright | David Baker | 1 | -1/+1 |
2015-01-28 | Unused import | David Baker | 1 | -1/+0 |
2015-01-28 | Reset badge count to zero when last active time is bumped | David Baker | 4 | -3/+76 |
2015-01-28 | Add matrix.org as a trusted ID server because it's now passed through on port... | David Baker | 1 | -1/+1 |
2015-01-27 | Oops, remove debugging | David Baker | 1 | -1/+0 |
2015-01-27 | or of course we could just return the deferred | David Baker | 1 | -2/+1 |
|