summary refs log tree commit diff
path: root/synapse/rest/media/v1/preview_html.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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