summary refs log tree commit diff
path: root/synapse/rest/media/v1/preview_html.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-501/+0
* fix linting error from the 1.61.1 main -> develop mergeAndrew Morgan2022-06-281-1/+2
* Merge branch 'master' into developAndrew Morgan2022-06-281-24/+39
|\
| * Merge pull request from GHSA-22p3-qrh9-cx32reivilibre2022-06-281-24/+39
* | Improve URL previews for sites with only Twitter card information. (#13056)Patrick Cloke2022-06-161-17/+95
|/
* Improve URL previews for some pages (#12951)Patrick Cloke2022-06-031-17/+35
* Merge tag 'v1.60.0rc2' into developSean Quah2022-05-271-1/+9
|\
| * Improve URL previews by not including the content of media tags in the genera...reivilibre2022-05-261-1/+9
* | Correct annotation of `_iterate_over_text` (#12860)David Robertson2022-05-241-1/+1
|/
* Bump `black` and `click` versions (#12320)David Robertson2022-03-291-2/+2
* Clean-up logic for rebasing URLs during URL preview. (#12219)Patrick Cloke2022-03-161-37/+2
* Support rendering previews with data: URLs in them (#11767)Patrick Cloke2022-01-241-6/+25
* Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-131-0/+397