summary refs log tree commit diff
path: root/synapse/config/emailconfig.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove debug logging and make diff nicerAndrew Morgan2019-06-061-1/+1
* lintAndrew Morgan2019-06-061-1/+1
* update endpointAndrew Morgan2019-06-061-2/+7
* Merge branch 'anoa/hs_password_reset_sending_email' into anoa/hs_password_resetAndrew Morgan2019-06-061-35/+29
|\
| * Remove CI testAndrew Morgan2019-06-061-2/+2
| * test for ciAndrew Morgan2019-06-061-3/+3
| * Address review commentsAndrew Morgan2019-06-061-35/+29
* | Merge branch 'anoa/hs_password_reset_sending_email' into anoa/hs_password_resetAndrew Morgan2019-06-061-42/+72
|\|
| * infer ability to reset password from email configAndrew Morgan2019-06-051-1/+9
| * Update templates and make password reset option workAndrew Morgan2019-06-051-2/+3
| * Move templates. New option to disable password resetsAndrew Morgan2019-06-051-2/+2
| * Revert "Modify check for smtp settings to be kinder to CI"Andrew Morgan2019-06-051-7/+14
| * Change template_dir to originate from synapse root dirAndrew Morgan2019-06-051-1/+1
| * silly linting rulesAndrew Morgan2019-06-051-1/+2
| * Modify check for smtp settings to be kinder to CIAndrew Morgan2019-06-051-14/+6
| * Fix validation token lifetime email_ prefixAndrew Morgan2019-06-041-1/+1
| * Merge branch 'develop' into anoa/hs_password_reset_sending_emailAndrew Morgan2019-06-041-40/+65
| |\
| | * 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
| * | Ability to send password reset emailsAndrew Morgan2019-06-041-52/+140
| |/
* / Reimplementation of /submitToken on the homeserver side. Only used by passwor...Andrew Morgan2019-06-061-52/+161
|/
* 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