summary refs log tree commit diff
path: root/tests/rest/media/v1/test_url_preview.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-071-0/+7
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-19/+19
* remove unused FakeResponse (#8864)Richard van der Hoff2020-12-021-26/+0
* Make `make_request` actually render the requestRichard van der Hoff2020-11-161-36/+30
* Fix the URL in the URL preview testsRichard van der Hoff2020-11-161-19/+22
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-3/+3
* Support oEmbed for media previews. (#7920)Patrick Cloke2020-07-271-8/+134
* Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+55
* Apply suggestions from code reviewRichard van der Hoff2019-11-051-0/+1
* Strip overlong OpenGraph data from url previewRichard van der Hoff2019-11-051-0/+34
* Fix media repo breaking (#5593)Amber Brown2019-07-021-0/+12
* Run Black. (#5482)Amber Brown2019-06-201-28/+28
* Migrate all tests to use the dict-based config format instead of hanging item...Amber Brown2019-05-131-24/+16
* URL preview blacklisting fixes (#5155)Andrew Morgan2019-05-101-11/+11
* Fix IP URL previews on Python 3 (#4215)Amber Brown2018-12-221-98/+326
* Fix logcontext leak in test_url_previewRichard van der Hoff2018-11-191-1/+2
* Use <meta> tags to discover the per-page encoding of html previews (#4183)Amber Brown2018-11-151-0/+77
* Fix URL preview bugs (type error when loading cache from db, content-type inc...Amber Brown2018-11-081-0/+164