synapse/tests
Patrick Cloke 4ee82c0576
Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601)
There are two situations which were previously not properly checked:

1. If the requested URL was replaced with an oEmbed URL, then the
   oEmbed URL was not checked against url_preview_url_blacklist.
2. Follow-up URLs (either via autodiscovery of oEmbed or to pre-cache
   images) were not checked against url_preview_url_blacklist.
2023-05-16 16:25:01 -04:00
..
api
app Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
appservice
config
crypto
events Implement MSC3821 to update redaction rules (third_party_invite.signed) (#15563) 2023-05-15 15:02:24 -04:00
federation
handlers Check appservices for devices during a /user/devices query. (#15539) 2023-05-05 15:18:47 -04:00
http
logging
media Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) 2023-05-16 16:25:01 -04:00
metrics
module_api Remove worker_replication_* settings (#15491) 2023-05-11 11:30:56 +01:00
push
replication Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
rest Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) 2023-05-16 16:25:01 -04:00
scripts
server_notices
state
storage Add not null constraint to column full_user_id of tables profiles and user_filters (#15537) 2023-05-16 10:57:39 -07:00
test_utils
types
util
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py Fix subscriptable type usage in Python <3.9 (#15604) 2023-05-16 12:19:46 -05:00
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Factor out an is_mine_server_name method (#15542) 2023-05-05 15:06:22 +01:00
utils.py