summary refs log tree commit diff
path: root/synapse/rest/media/v1/oembed.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-265/+0
* Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson2023-01-311-1/+1
* Unescape HTML entities in oEmbed titles. (#14781)Jeyachandran Rathnam2023-01-091-6/+9
* Be more lenient in the oEmbed response parsing. (#14089)Patrick Cloke2022-10-071-50/+57
* Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-181-3/+7
* Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-131-3/+2
* Be more lenient when parsing the version for oEmbed responses. (#11065)Patrick Cloke2021-10-131-7/+6
* Fix formatting string when oEmbed errors occur. (#11061)Patrick Cloke2021-10-121-1/+1
* Autodiscover oEmbed endpoint from returned HTML (#10822)Patrick Cloke2021-10-081-0/+26
* Include more information in oEmbed previews. (#10819)Patrick Cloke2021-09-221-4/+45
* Refactor oEmbed previews (#10814)Patrick Cloke2021-09-211-57/+88
* Request JSON for oEmbed requests (and ignore XML only providers). (#10759)Patrick Cloke2021-09-081-3/+23
* Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+135