Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -23/+0 |
| | |||||
* | Properly close providers.json file stream. (#12794) | Petr Vaněk | 2022-05-19 | 1 | -3/+3 |
| | |||||
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+2 |
| | |||||
* | Request JSON for oEmbed requests (and ignore XML only providers). (#10759) | Patrick Cloke | 2021-09-08 | 1 | -4/+20 |
| | | | | | | | | This adds the format to the request arguments / URL to ensure that JSON data is returned (which is all that Synapse supports). This also adds additional error checking / filtering to the configuration file to ignore XML-only providers. | ||||
* | Allow configuration of the oEmbed URLs. (#10714) | Patrick Cloke | 2021-08-31 | 1 | -0/+180 |
This adds configuration options (under an `oembed` section) to configure which URLs are matched to use oEmbed for URL previews. |