summary refs log tree commit diff
path: root/synapse/res/templates/notice_expiry.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix html templates to load images only on HTTPS (#14625)Ashish Kumar2022-12-081-3/+3
| | | | | | | | | | This PR changes http-based image URLs to be https in html templates. This impacts the Synapse SSO error page, where browsers report mixed media content warnings. Also, https://matrix.org/img/vector-logo-email.png is currently broken but the URL has been updated to be https anyway. Signed-off-by: Ashish Kumar <ashfame@users.noreply.github.com>
* Improve aesthetics and reusability of HTML templates. (#13652)Germain2022-10-211-47/+46
| | | | | | | Use a base template to create a cohesive feel across the HTML templates provided by Synapse. Adds basic styling to the base template for a more user-friendly look and feel.
* Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-111-0/+2
|
* Element CSS and logo in email templates (#7919)Jason Robinson2020-07-211-0/+2
| | | | | Use Element CSS and logo in notification emails when app name is Element. Signed-off-by: Jason Robinson <jasonr@matrix.org>
* Fixes typo (bellow -> below) (#7449)Patrick Cloke2020-05-071-1/+1
|
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-0/+43