Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix html templates to load images only on HTTPS (#14625) | Ashish Kumar | 2022-12-08 | 1 | -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) | Germain | 2022-10-21 | 1 | -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. |