Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix HTML templates missing correct HTML tags (#14448) | Erik Johnston | 2022-11-16 | 1 | -0/+1 |
| | |||||
* | Improve aesthetics and reusability of HTML templates. (#13652) | Germain | 2022-10-21 | 1 | -8/+4 |
| | | | | | | | 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) | Germain | 2022-08-11 | 1 | -2/+5 |
| | |||||
* | Change password reset links to /_matrix. | Erik Johnston | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | Add ability to perform password reset via email without trusting the ↵ | Andrew Morgan | 2019-06-06 | 1 | -0/+6 |
identity server (#5377) Sends password reset emails from the homeserver instead of proxying to the identity server. This is now the default behaviour for security reasons. If you wish to continue proxying password reset requests to the identity server you must now enable the email.trust_identity_server_for_password_resets option. This PR is a culmination of 3 smaller PRs which have each been separately reviewed: * #5308 * #5345 * #5368 |