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 | -17/+17 |
| | | | | | | | 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 | -1/+2 |
| | |||||
* | Social login UI polish (#9301) | Richard van der Hoff | 2021-02-03 | 1 | -0/+1 |
| | |||||
* | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -43/+58 |
|\ | |||||
| * | Improve styling and wording of SSO error templates (#9287) | Richard van der Hoff | 2021-02-01 | 1 | -43/+58 |
| | | |||||
* | | Clean-up the template loading code. (#9200) | Patrick Cloke | 2021-01-27 | 1 | -1/+1 |
|/ | | | | | * Enables autoescape by default for HTML files. * Adds a new read_template method for reading a single template. * Some logic clean-up. | ||||
* | Escape the error description on the sso_error template. (#8405) | Patrick Cloke | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -4/+39 |
| | |||||
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+18 |