Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove registration fallback code. (#15405) | Patrick Cloke | 2023-04-13 | 1 | -1/+5 |
| | | | | | | The registration fallback is broken and unspecced. This removes it since there is no plan to spec it. Note that this does not modify the login fallback code. | ||||
* | Fix #11308 : Remove dependency on jquery on reCAPTCHA page (#14672) | Jeyachandran Rathnam | 2022-12-14 | 1 | -2/+1 |
| | |||||
* | 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 | -11/+8 |
| | | | | | | | 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/+2 |
| | |||||
* | Display an error page during failure of fallback UIA. (#10561) | Callum Brown | 2021-08-18 | 1 | -0/+3 |
| | |||||
* | Convert additional templates to Jinja (#8444) | Patrick Cloke | 2020-10-02 | 1 | -0/+38 |
This converts a few more of our inline HTML templates to Jinja. This is somewhat part of #7280 and should make it a bit easier to customize these in the future. |