| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow email subjects to be customised through Synapse's configuration (#7846) | Brendan Abolivier | 2020-07-14 | 1 | -6/+112 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
* | isort 5 compatibility (#7786) | Will Hunt | 2020-07-05 | 1 | -2/+1 |
* | Fix some DETECTED VIOLATIONS in the config file (#7550) | Richard van der Hoff | 2020-05-22 | 1 | -2/+2 |
* | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2020-04-29 | 1 | -3/+8 |
* | Fix minor issues with email config (#6962) | Richard van der Hoff | 2020-02-24 | 1 | -36/+30 |
* | Clarify the `account_validity` and `email` sections of the sample configurati... | Richard van der Hoff | 2020-01-17 | 1 | -107/+115 |
* | Bump version of mypy | Erik Johnston | 2019-12-12 | 1 | -1/+2 |
* | Clarifications for the email configuration settings. (#6423) | Richard van der Hoff | 2019-11-28 | 1 | -1/+16 |
* | Remove assertion and provide a clear warning on startup for missing public_ba... | Andrew Morgan | 2019-11-26 | 1 | -0/+2 |
* | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -1/+1 |
* | Add config linting script that checks for bool casing (#6203) | Andrew Morgan | 2019-10-23 | 1 | -2/+2 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Allow HS to send emails when adding an email to the HS (#6042) | Andrew Morgan | 2019-09-20 | 1 | -0/+36 |
* | Allow Synapse to send registration emails + choose Synapse or an external ser... | Andrew Morgan | 2019-09-06 | 1 | -28/+94 |
* | public_base_url is actually public_baseurl | Aaron Raimist | 2019-08-26 | 1 | -1/+1 |
* | Fix up password reset template config names (#5863) | Andrew Morgan | 2019-08-15 | 1 | -8/+8 |
* | Make errors about email password resets much clearer (#5616) | Andrew Morgan | 2019-07-05 | 1 | -11/+8 |
* | Make it clearer that the template dir is relative to synapse's root dir (#5543) | Andrew Morgan | 2019-06-27 | 1 | -1/+9 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -39/+32 |
* | Don't warn user about password reset disabling through config code (#5387) | Andrew Morgan | 2019-06-11 | 1 | -6/+5 |
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -15/+138 |
* | Only parse from email if provided | Brendan Abolivier | 2019-06-04 | 1 | -4/+5 |
* | Lint | Brendan Abolivier | 2019-06-04 | 1 | -1/+0 |
* | Make account validity renewal emails work when email notifs are disabled | Brendan Abolivier | 2019-06-04 | 1 | -42/+57 |
* | Don't crash on lack of expiry templates | Brendan Abolivier | 2019-04-18 | 1 | -2/+6 |
* | Send out emails with links to extend an account's validity period | Brendan Abolivier | 2019-04-17 | 1 | -1/+6 |
* | Calculate absolute path for email templates | Richard van der Hoff | 2018-10-19 | 1 | -22/+18 |
* | Put the warning blob at the top of the file | Richard van der Hoff | 2018-10-17 | 1 | -6/+9 |
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -3/+30 |
* | Support authenticated SMTP | Daniel Dent | 2017-04-05 | 1 | -0/+16 |
* | Allow configuring the Riot URL used in notification emails | Adrian Perez de Castro | 2017-01-13 | 1 | -0/+7 |
* | brand the email from header | Matthew Hodgson | 2016-06-02 | 1 | -1/+1 |
* | More consistent config naming | David Baker | 2016-05-10 | 1 | -1/+1 |
* | Add config option to not send email notifs for new users | David Baker | 2016-05-10 | 1 | -0/+4 |
* | fix layout; handle app naming in synapse, not jinja | Matthew Hodgson | 2016-05-05 | 1 | -0/+5 |
* | fix assorted typos in default config | Matthew Hodgson | 2016-05-04 | 1 | -3/+3 |
* | Try imports in config | David Baker | 2016-04-29 | 1 | -0/+7 |
* | Default enable email notifs to False | David Baker | 2016-04-29 | 1 | -1/+1 |
* | Nicer get() shorthand | David Baker | 2016-04-29 | 1 | -3/+2 |
* | Remove redundant docstring | David Baker | 2016-04-29 | 1 | -4/+0 |
* | Correct default template and add text template | David Baker | 2016-04-29 | 1 | -1/+2 |
* | Send mail notifs with a plaintext part too | David Baker | 2016-04-29 | 1 | -0/+2 |
* | pep8 | David Baker | 2016-04-28 | 1 | -1/+1 |
* | Hopefully all remaining bits for email notifs | David Baker | 2016-04-27 | 1 | -1/+8 |
* | Generate mails from a template | David Baker | 2016-04-20 | 1 | -10/+25 |
* | Send a rather basic email notif | David Baker | 2016-04-20 | 1 | -0/+62 |