summary refs log tree commit diff
path: root/tests/push/test_email.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add the List-Unsubscribe header for notification emails. (#16274)Patrick Cloke2023-09-111-0/+55
* Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-241-3/+3
* Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-271-4/+2
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-16/+35
* Fix-up type hints for tests.push module. (#14816)Patrick Cloke2023-01-111-22/+24
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-1/+0
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-211-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-11/+11
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-7/+2
* Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-1/+1
* Merge tag 'v1.42.0rc1' into developOlivier Wilkinson (reivilibre)2021-09-011-0/+44
|\
| * Fix iteration in _remove_deleted_email_pushers background job. (#10734)Andrew Morgan2021-09-011-0/+44
* | Correctly include room avatars in email notifications (#10658)David Robertson2021-09-011-5/+47
|/
* Remove pushers when deleting 3pid from account (#10581)Azrenbeth2021-08-261-0/+39
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-061-9/+11
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Test that we require validated email for email pushers (#9496)Erik Johnston2021-02-251-2/+32
* Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-2/+49
* Refactor email summary generation. (#9260)Patrick Cloke2021-02-011-0/+30
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-3/+3
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-1/+1
* Fix email notifications for invites without local state. (#8627)Erik Johnston2020-10-231-0/+29
* Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-191-1/+14
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-271-1/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-3/+3
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-181-0/+3
* Run Black. (#5482)Amber Brown2019-06-201-3/+3
* Merge pull request #5388 from matrix-org/erikj/fix_email_pushErik Johnston2019-06-171-23/+70
|\
| * Add testErik Johnston2019-06-071-1/+28
| * Refactor email testsErik Johnston2019-06-071-22/+42
* | Bump bleach version so that tests can run on old deps.Erik Johnston2019-06-111-6/+0
|/
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-16/+20
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-1/+1
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-2/+3
* Fix email testRichard van der Hoff2019-03-191-0/+2
* Write some tests for the email pusher (#4095)Amber Brown2018-10-301-0/+148