summary refs log tree commit diff
path: root/synapse/res/templates/_base.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-0/+29
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.