summary refs log tree commit diff
path: root/tests/push (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-252-1/+230
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-162-8/+8
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-1/+1
* Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-041-22/+84
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+3
* Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-2/+161
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-292-6/+6
* 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
* Don't ignore `set_tweak` actions with no explicit `value`. (#7766)reivilibre2020-07-061-0/+17
* Hack to add push priority to push notifications (#7765)reivilibre2020-07-011-5/+347
* Ensure the body is a string before comparing push rules. (#7701)Patrick Cloke2020-06-151-9/+30
* Do not treat display names as globs for push rules. (#7271)Patrick Cloke2020-04-161-0/+65
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-212-7/+7
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-182-0/+7
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* 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-112-12/+0
|/
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-132-17/+21
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-022-2/+2
* Move admin api impl to its own packageRichard van der Hoff2019-05-012-4/+6
* Fix email testRichard van der Hoff2019-03-191-0/+2
* Fix logcontext leak in http pusher testRichard van der Hoff2018-11-191-1/+2
* Add some tests for the HTTP pusher (#4149)Amber Brown2018-11-061-0/+159
* Write some tests for the email pusher (#4095)Amber Brown2018-10-302-0/+148