forked-synapse/synapse/rest/media
Shay cf69f8d59b
Support MSC3916 by adding a federation /thumbnail endpoint and authenticated _matrix/client/v1/media/thumbnail endpoint (#17388)
[MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916)
added the endpoints `_matrix/federation/v1/media/thumbnail` and the
authenticated `_matrix/client/v1/media/thumbnail`.

This PR implements those endpoints, along with stabilizing
`_matrix/client/v1/media/config` and
`_matrix/client/v1/media/preview_url`.

Complement tests are at
https://github.com/matrix-org/complement/pull/728
2024-07-08 10:11:20 +01:00
..
v1 Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
__init__.py Move rest APIs back under the rest directory 2015-01-22 16:10:07 +00:00
config_resource.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
create_resource.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
download_resource.py Support MSC3916 by adding _matrix/client/v1/media/download endpoint (#17365) 2024-07-02 14:07:04 +01:00
media_repository_resource.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
preview_url_resource.py Parse Integer negative value validation (#16920) 2024-04-16 19:12:36 +00:00
thumbnail_resource.py Support MSC3916 by adding a federation /thumbnail endpoint and authenticated _matrix/client/v1/media/thumbnail endpoint (#17388) 2024-07-08 10:11:20 +01:00
upload_resource.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00