summary refs log tree commit diff
path: root/synapse/config/oembed.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Improve type hints for attrs classes (#16276)David Robertson2023-09-081-1/+1
* Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)Sean Quah2023-05-181-3/+3
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-23/+0
* Properly close providers.json file stream. (#12794)Petr Vaněk2022-05-191-3/+3
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+2
* Request JSON for oEmbed requests (and ignore XML only providers). (#10759)Patrick Cloke2021-09-081-4/+20
* Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+180