Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more lenient in the oEmbed response parsing. (#14089) | Patrick Cloke | 2022-10-07 | 1 | -1/+102 |
| | | | | | | Attempt to parse any valid information from an oEmbed response (instead of bailing at the first unexpected data). This should allow for more partial oEmbed data to be returned, resulting in better / more URL previews, even if those URL previews are only partial. | ||||
* | Add type hints to `tests/rest` (#12146) | Dirk Klimpel | 2022-03-03 | 1 | -5/+5 |
| | | | | | | | * Add type hints to `tests/rest` * newsfile * change import from `SigningKey` | ||||
* | Be more lenient when parsing the version for oEmbed responses. (#11065) | Patrick Cloke | 2021-10-13 | 1 | -0/+51 |