Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -45/+0 |
| | | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. | ||||
* | handle emotes & notices correctly in email notifs | Matthew Hodgson | 2016-05-31 | 1 | -1/+5 |
| | |||||
* | rogue img | Matthew Hodgson | 2016-05-13 | 1 | -1/+0 |
| | |||||
* | Switch from CSS to Table layout for HTML mails so they work in Outlook ↵ | Matthew Hodgson | 2016-05-10 | 1 | -21/+29 |
| | | | | | | | aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links | ||||
* | Fix notification link | David Baker | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Support file messages & fix plain text | David Baker | 2016-04-28 | 1 | -5/+3 |
| | |||||
* | Support image notifs | David Baker | 2016-04-28 | 1 | -4/+8 |
| | |||||
* | Add the jinja template for individual notifs | David Baker | 2016-04-28 | 1 | -0/+32 |
| | |||||
* | Hopefully all remaining bits for email notifs | David Baker | 2016-04-27 | 1 | -15/+0 |
| | | | | Add public facing base url to the server so synapse knows what URL to use when converting mxc to http urls for use in emails | ||||
* | More variable calculation for email notifs | David Baker | 2016-04-25 | 1 | -1/+2 |
| | | | | Include name of the person we're sending to and add summary text at the top giving an overview of what's happened. | ||||
* | Add WIP email template files | David Baker | 2016-04-21 | 1 | -0/+14 |