summary refs log tree commit diff
path: root/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ship the email templates as package_dataRichard van der Hoff2018-10-178-331/+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 notifsDavid Baker2016-10-041-1/+3
|
* Fix substitution failure in mail templateDavid Baker2016-06-211-1/+1
|
* handle emotes & notices correctly in email notifsMatthew Hodgson2016-05-312-2/+10
|
* tweak mail notifsMatrix2016-05-241-6/+8
|
* fix debug textMatthew Hodgson2016-05-232-2/+7
|
* Merge pull request #786 from matrix-org/matthew/email_notifs_tuningMatthew Hodgson2016-05-172-0/+16
|\ | | | | tune email notifs, fix CSS a bit, and add debugging details
| * tweak textMatthew Hodgson2016-05-161-2/+2
| |
| * tune email notifs, fix CSS a bit, and add debugging detailsMatthew Hodgson2016-05-162-0/+16
| |
* | fix logoMatrix2016-05-131-1/+1
|/
* rogue imgMatthew Hodgson2016-05-131-1/+0
|
* Switch from CSS to Table layout for HTML mails so they work in Outlook ↵Matthew Hodgson2016-05-1012-295/+222
| | | | | | | aka Word Remove templates-vector and theme templates with variables instead Switch to matrix.to URLs by default for links
* Switch from CSS to Table layout for HTML mails so they work in Outlook aka WordMatthew Hodgson2016-05-091-0/+7
| | | | | 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 jinjaMatthew Hodgson2016-05-055-6/+9
|
* fix app brandingMatthew Hodgson2016-05-053-3/+3
|
* fix room.txtMatthew Hodgson2016-05-051-4/+7
|
* First cut at Vector-branded mail templatesMatthew Hodgson2016-05-057-0/+229
|
* Send mail notifs with a plaintext part tooDavid Baker2016-04-293-0/+28
|
* Remove vector specific styleDavid Baker2016-04-281-14/+0
|
* Some basic css to make it halfway legibleDavid Baker2016-04-283-16/+58
|
* 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
|
* Handle room invites in email notifsDavid Baker2016-04-281-5/+9
|
* Add the jinja template for individual notifsDavid Baker2016-04-281-0/+32
|
* Hopefully all remaining bits for email notifsDavid Baker2016-04-273-19/+34
| | | | 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-212-0/+20