Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo in docs and in some warnings (#13538) | Antonin Loubiere | 2022-08-17 | 1 | -1/+1 |
| | |||||
* | Implement a Jinja2 filter to extract localparts from email addresses (#12212) | Brendan Abolivier | 2022-03-11 | 1 | -0/+7 |
| | |||||
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 1 | -2/+5 |
| | | | Fixes https://github.com/matrix-org/synapse/issues/12205 | ||||
* | Improved push typing (#11409) | Marcus | 2021-11-30 | 1 | -0/+5 |
| | | | Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> | ||||
* | Centralise the custom template directory (#10596) | Brendan Abolivier | 2021-08-17 | 1 | -0/+239 |
Several configuration sections are using separate settings for custom template directories, which can be confusing. This PR adds a new top-level configuration for a custom template directory which is then used for every module. The only exception is the consent templates, since the consent template directory require a specific hierarchy, so it's probably better that it stays separate from everything else. |