summary refs log tree commit diff
path: root/synapse/res/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-06Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan7-4/+39
2019-09-05Trace how long it takes for the send trasaction to complete, including retrys...Jorik Schellekens4-38/+58
2019-09-05Gracefully handle log context slips and missing opentracing import errors. (#...Jorik Sc