summary refs log tree commit diff
path: root/docs/templates.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement a Jinja2 filter to extract localparts from email addresses (#12212)Brendan Abolivier2022-03-111-0/+7
|
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-111-2/+5
| | | Fixes https://github.com/matrix-org/synapse/issues/12205
* Improved push typing (#11409)Marcus2021-11-301-0/+5
| | | Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
* Centralise the custom template directory (#10596)Brendan Abolivier2021-08-171-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.