Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ability to send password reset emails | Andrew Morgan | 2019-06-04 | 2 | -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_data | Richard van der Hoff | 2018-10-17 | 8 | -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 notifs | David Baker | 2016-10-04 | 1 | -1/+3 |
| | |||||
* | Fix substitution failure in mail template | David Baker | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | handle emotes & notices correctly in email notifs | Matthew Hodgson | 2016-05-31 | 2 | -2/+10 |
| | |||||
* | tweak mail notifs | Matrix | 2016-05-24 | 1 | -6/+8 |
| | |||||
* | fix debug text | Matthew Hodgson | 2016-05-23 | 2 | -2/+7 |
| | |||||
* | Merge pull request #786 from matrix-org/matthew/email_notifs_tuning | Matthew Hodgson | 2016-05-17 | 2 | -0/+16 |
|\ | | | | | 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 | 2 | -0/+16 |
| | | |||||
* | | fix logo | Matrix | 2016-05-13 | 1 | -1/+1 |
|/ | |||||
* | 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 | 12 | -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 Word | Matthew Hodgson | 2016-05-09 | 1 | -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 jinja | Matthew Hodgson | 2016-05-05 | 5 | -6/+9 |
| | |||||
* | fix app branding | Matthew Hodgson | 2016-05-05 | 3 | -3/+3 |
| | |||||
* | fix room.txt | Matthew Hodgson | 2016-05-05 | 1 | -4/+7 |
| | |||||
* | First cut at Vector-branded mail templates | Matthew Hodgson | 2016-05-05 | 7 | -0/+229 |
| | |||||
* | Send mail notifs with a plaintext part too | David Baker | 2016-04-29 | 3 | -0/+28 |
| | |||||
* | Remove vector specific style | David Baker | 2016-04-28 | 1 | -14/+0 |
| | |||||
* | Some basic css to make it halfway legible | David Baker | 2016-04-28 | 3 | -16/+58 |
| | |||||
* | 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 |
| | |||||
* | Handle room invites in email notifs | David Baker | 2016-04-28 | 1 | -5/+9 |
| | |||||
* | 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 | 3 | -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 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 | 2 | -0/+20 |