summary refs log tree commit diff
path: root/docs/development/url_previews.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inline URL preview documentation. (#13261)Patrick Cloke2022-07-121-62/+0
| | | Inline URL preview documentation near the implementation.
* Add info about configuration in the url preview docs (#13233)Shay2022-07-121-0/+1
| | | Cross-link doc pages for easier navigation.
* Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-181-1/+6
| | | | | | By scraping Open Graph information from the HTML even when an autodiscovery endpoint is found. The results are then combined to capture as much information as possible from the page.
* Refactor oEmbed previews (#10814)Patrick Cloke2021-09-211-8/+13
| | | | | | | | | | | | | The major change is moving the decision of whether to use oEmbed further up the call-stack. This reverts the _download_url method to being a "dumb" functionwhich takes a single URL and downloads it (as it was before #7920). This also makes more minor refactorings: * Renames internal variables for clarity. * Factors out shared code between the HTML and rich oEmbed previews. * Fixes tests to preview an oEmbed image.
* Use attrs internally for the URL preview code & add documentation. (#10753)Patrick Cloke2021-09-071-0/+51