Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for presence of 'avatar_url' key | David Baker | 2016-05-24 | 1 | -1/+3 |
* | fix NPE in room ordering | Matthew Hodgson | 2016-05-23 | 1 | -2/+2 |
* | consistency is the better part of valour | Matthew Hodgson | 2016-05-23 | 1 | -1/+1 |
* | Tune email notifs to make them quieter: | Matthew Hodgson | 2016-05-23 | 1 | -10/+38 |
* | tune email notifs, fix CSS a bit, and add debugging details | Matthew Hodgson | 2016-05-16 | 1 | -1/+6 |
* | fix matrix.to URLs | Matthew Hodgson | 2016-05-13 | 1 | -2/+2 |
* | Make email notifs work on the pusher synapse | David Baker | 2016-05-13 | 1 | -0/+1 |
* | move filter_events_for_client out of base handler | Mark Haines | 2016-05-11 | 1 | -3/+3 |
* | Make pep8 happy | David Baker | 2016-05-10 | 1 | -1/+1 |
* | Switch from CSS to Table layout for HTML mails so they work in Outlook ak... | Matthew Hodgson | 2016-05-10 | 1 | -7/+18 |
* | better mail subject lines | Matthew Hodgson | 2016-05-05 | 1 | -1/+1 |
* | fix layout; handle app naming in synapse, not jinja | Matthew Hodgson | 2016-05-05 | 1 | -16/+31 |
* | pep8 | Matthew Hodgson | 2016-05-05 | 1 | -2/+4 |
* | handle fragments correctly on mxc URLs. | Matthew Hodgson | 2016-05-05 | 1 | -14/+45 |
* | Include no context | David Baker | 2016-05-04 | 1 | -1/+1 |
* | Add date header & message id | David Baker | 2016-05-04 | 1 | -0/+2 |
* | Use the constant | David Baker | 2016-04-29 | 1 | -1/+2 |
* | Avoid `vars` builtin | David Baker | 2016-04-29 | 1 | -15/+15 |
* | Use named parameter format | David Baker | 2016-04-29 | 1 | -14/+22 |
* | pep8 | David Baker | 2016-04-29 | 1 | -1/+0 |
* | Send mail notifs with a plaintext part too | David Baker | 2016-04-29 | 1 | -7/+20 |
* | May as well always include room link | David Baker | 2016-04-28 | 1 | -4/+3 |
* | Support file messages & fix plain text | David Baker | 2016-04-28 | 1 | -2/+3 |
* | Support image notifs | David Baker | 2016-04-28 | 1 | -11/+25 |
* | pep8 | David Baker | 2016-04-28 | 1 | -2/+5 |
* | Handle room invites in email notifs | David Baker | 2016-04-28 | 1 | -5/+30 |
* | Linkify plain text messages too | David Baker | 2016-04-28 | 1 | -1/+12 |
* | Run filter_events_for_client | David Baker | 2016-04-27 | 1 | -7/+11 |
* | Make html messages work | David Baker | 2016-04-27 | 1 | -10/+21 |
* | Better grammar for multiple messages in a room | David Baker | 2016-04-27 | 1 | -9/+32 |
* | Hopefully all remaining bits for email notifs | David Baker | 2016-04-27 | 1 | -22/+144 |
* | More variable calculation for email notifs | David Baker | 2016-04-25 | 1 | -2/+55 |
* | Actually do UTF8 correctly | David Baker | 2016-04-22 | 1 | -1/+1 |
* | Mime part is binary so encode it first. | David Baker | 2016-04-22 | 1 | -1/+1 |
* | Flesh out email templating | David Baker | 2016-04-21 | 1 | -3/+58 |
* | Generate mails from a template | David Baker | 2016-04-20 | 1 | -13/+17 |
* | more pep8 | David Baker | 2016-04-20 | 1 | -1/+1 |
* | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -0/+48 |