summary refs log tree commit diff
path: root/synapse/res/templates/registration_token.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML templates missing correct HTML tags (#14448)Erik Johnston2022-11-161-0/+1
|
* Improve aesthetics and reusability of HTML templates. (#13652)Germain2022-10-211-9/+7
| | | | | | | 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-3/+3
|
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+23
Signed-off-by: Callum Brown <callum@calcuode.com> This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).