summary refs log tree commit diff
path: root/synapse/config/emailconfig.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-40/+6
* Fix a typo in docs and in some warnings (#13538)Antonin Loubiere2022-08-171-1/+1
* Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-6/+40
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-1/+6
* Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-40/+5
* Cleanup references to sample config in the docs and redirect users to configu...Shay2022-06-301-1/+1
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-154/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+5
* Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-131-12/+12
* Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-181-26/+7
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-8/+0
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-5/+4
* Add a warning when using deprecated template_dir settings (#10768)Brendan Abolivier2021-09-061-0/+14
* Centralise the custom template directory (#10596)Brendan Abolivier2021-08-171-46/+25
* Allow using several custom template directories (#10587)Brendan Abolivier2021-08-171-3/+5
* Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-0/+14
* Update the notification email subject when invited to a space. (#10426)Patrick Cloke2021-07-211-1/+3
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+4
* Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-0/+8
* Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-201-8/+0
* Send the location of the web client to the IS when inviting via 3PIDs. (#8930)Patrick Cloke2020-12-181-0/+22
* Clarify config template comments (#8891)Richard van der Hoff2020-12-081-3/+2
* Remove obsolete __future__ imports (#8337)Jonathan de Jong2020-09-171-1/+0
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-3/+9
* Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-78/+67
* Allow email subjects to be customised through Synapse's configuration (#7846)Brendan Abolivier2020-07-141-6/+112
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+1
* Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff2020-05-221-2/+2
* Fix fallback value for account_threepid_delegates.email (#7316)Andrew Morgan2020-04-291-3/+8
* Fix minor issues with email config (#6962)Richard van der Hoff2020-02-241-36/+30
* Clarify the `account_validity` and `email` sections of the sample configurati...Richard van der Hoff2020-01-171-107/+115
* Bump version of mypyErik Johnston2019-12-121-1/+2
* Clarifications for the email configuration settings. (#6423)Richard van der Hoff2019-11-281-1/+16
* Remove assertion and provide a clear warning on startup for missing public_ba...Andrew Morgan2019-11-261-0/+2
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-1/+1
* Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-231-2/+2
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2019-09-201-0/+36
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-28/+94
* public_base_url is actually public_baseurlAaron Raimist2019-08-261-1/+1
* Fix up password reset template config names (#5863)Andrew Morgan2019-08-151-8/+8
* Make errors about email password resets much clearer (#5616)Andrew Morgan2019-07-051-11/+8
* Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2019-06-271-1/+9
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-39/+32
* Don't warn user about password reset disabling through config code (#5387)Andrew Morgan2019-06-111-6/+5
* Add ability to perform password reset via email without trusting the identity...Andrew Morgan2019-06-061-15/+138
* Only parse from email if providedBrendan Abolivier2019-06-041-4/+5
* LintBrendan Abolivier2019-06-041-1/+0
* Make account validity renewal emails work when email notifs are disabledBrendan Abolivier2019-06-041-42/+57
* Don't crash on lack of expiry templatesBrendan Abolivier2019-04-181-2/+6
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-171-1/+6
* Calculate absolute path for email templatesRichard van der Hoff2018-10-191-22/+18
* Put the warning blob at the top of the fileRichard van der Hoff2018-10-171-6/+9
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-3/+30
* Support authenticated SMTPDaniel Dent2017-04-051-0/+16
* Allow configuring the Riot URL used in notification emailsAdrian Perez de Castro2017-01-131-0/+7
* brand the email from headerMatthew Hodgson2016-06-021-1/+1
* More consistent config namingDavid Baker2016-05-101-1/+1
* Add config option to not send email notifs for new usersDavid Baker2016-05-101-0/+4
* fix layout; handle app naming in synapse, not jinjaMatthew Hodgson2016-05-051-0/+5
* fix assorted typos in default configMatthew Hodgson2016-05-041-3/+3
* Try imports in configDavid Baker2016-04-291-0/+7
* Default enable email notifs to FalseDavid Baker2016-04-291-1/+1
* Nicer get() shorthandDavid Baker2016-04-291-3/+2
* Remove redundant docstringDavid Baker2016-04-291-4/+0
* Correct default template and add text templateDavid Baker2016-04-291-1/+2
* Send mail notifs with a plaintext part tooDavid Baker2016-04-291-0/+2
* pep8David Baker2016-04-281-1/+1
* Hopefully all remaining bits for email notifsDavid Baker2016-04-271-1/+8
* Generate mails from a templateDavid Baker2016-04-201-10/+25
* Send a rather basic email notifDavid Baker2016-04-201-0/+62