summary refs log tree commit diff
path: root/res/templates/notif.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-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 notifsMatthew Hodgson2016-05-311-1/+5
|
* rogue imgMatthew Hodgson2016-05-131-1/+0
|
* Switch from CSS to Table layout for HTML mails so they work in Outlook ↵Matthew Hodgson2016-05-101-21/+29
| | | | | | | aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links
* Fix notification linkDavid Baker2016-04-281-1/+1
|
* Support file messages & fix plain textDavid Baker2016-04-281-5/+3
|
* Support image notifsDavid Baker2016-04-281-4/+8
|
* Add the jinja template for individual notifsDavid Baker2016-04-281-0/+32
|
* Hopefully all remaining bits for email notifsDavid Baker2016-04-271-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 notifsDavid Baker2016-04-251-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 filesDavid Baker2016-04-211-0/+14