Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Jinja templating error when generating thumbnail URLs. (#12510) | Patrick Cloke | 2022-04-20 | 1 | -1/+1 |
| | | | scale is meant to be a constant string, not refer to a variable. | ||||
* | Ensure that a URL exists in the content during push. (#8965) | Patrick Cloke | 2020-12-18 | 1 | -1/+1 |
| | | | | This fixes an KeyError exception, after this PR the content is just considered unknown. | ||||
* | Include a simple message in email notifications that include encrypted ↵ | Patrick Cloke | 2020-10-19 | 1 | -25/+31 |
| | | | | content (#8545) | ||||
* | Use static locations for Riot icons | Travis Ralston | 2019-03-01 | 1 | -3/+3 |
| | | | See https://github.com/vector-im/riot-web/issues/9009 | ||||
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -0/+45 |
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. |