summary refs log tree commit diff
path: root/tests/push/test_http.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-6/+6
|\
| * Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-5/+5
| * Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-1/+1
* | Merge commit 'cf7d3c90d' into dinsicAndrew Morgan2021-04-161-22/+84
|\|
| * 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
* | Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan2021-03-221-1/+3
* | Merge commit '09ac0569f' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-2/+161
|\|
| * Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-2/+161
* | Merge commit 'ef2d62701' into anoa/dinsic_release_1_23_1Andrew Morgan2020-12-311-5/+5
|\|
| * Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-5/+5
* | Make all rooms noisy by default (#60)Mathieu Velten2020-09-181-6/+6
|/
* Hack to add push priority to push notifications (#7765)reivilibre2020-07-011-5/+347
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-4/+4
* Clean up startup for the pusher (#6558)Richard van der Hoff2019-12-181-0/+4
* 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
* 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-1/+1
* 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 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