Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -55/+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. | ||||
* | Add Riot brand to email notifs | David Baker | 2016-10-04 | 1 | -1/+3 |
| | |||||
* | Fix substitution failure in mail template | David Baker | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | tweak mail notifs | Matrix | 2016-05-24 | 1 | -6/+8 |
| | |||||
* | fix debug text | Matthew Hodgson | 2016-05-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #786 from matrix-org/matthew/email_notifs_tuning | Matthew Hodgson | 2016-05-17 | 1 | -0/+11 |
|\ | | | | | tune email notifs, fix CSS a bit, and add debugging details | ||||
| * | tweak text | Matthew Hodgson | 2016-05-16 | 1 | -2/+2 |
| | | |||||
| * | tune email notifs, fix CSS a bit, and add debugging details | Matthew Hodgson | 2016-05-16 | 1 | -0/+11 |
| | | |||||
* | | fix logo | Matrix | 2016-05-13 | 1 | -1/+1 |
|/ | |||||
* | Switch from CSS to Table layout for HTML mails so they work in Outlook ↵ | Matthew Hodgson | 2016-05-10 | 1 | -12/+30 |
| | | | | | | | aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links | ||||
* | fix layout; handle app naming in synapse, not jinja | Matthew Hodgson | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | fix app branding | Matthew Hodgson | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Some basic css to make it halfway legible | David Baker | 2016-04-28 | 1 | -9/+16 |
| | |||||
* | Hopefully all remaining bits for email notifs | David Baker | 2016-04-27 | 1 | -0/+15 |
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 |