summary refs log tree commit diff
path: root/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ability to send password reset emailsAndrew Morgan2019-06-042-0/+15
| | | | | | | | | | | | | | | | | | | | This changes the default behaviour of Synapse to send password reset emails itself rather than through an identity server. The reasoning behind the change is to prevent a malicious identity server from being able to initiate a password reset attempt and then answering it, successfully resetting their password, all without the user's knowledge. This also aides in decentralisation by putting less trust on the identity server itself, which traditionally is quite centralised. If users wish to continue with the old behaviour of proxying password reset requests through the user's configured identity server, they can do so by setting email.enable_password_reset_from_is to True in Synapse's config. Users should be able that with that option disabled (the default), password resets will now no longer work unless email sending has been enabled and set up correctly.
* 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