0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-10 22:58:53 +02:00
synapse/synapse/rest/media
Shay 9edb725ebc
Support MSC3916 by adding unstable media endpoints to _matrix/client (#17213)
[MSC3916](https://github.com/matrix-org/matrix-spec-proposals/blob/rav/authentication-for-media/proposals/3916-authentication-for-media.md)
adds new media endpoints under `_matrix/client`. This PR adds the
`/preview_url`, `/config`, and `/thumbnail` endpoints. `/download` will
be added in a follow-up PR once the work for the federation `/download`
endpoint is complete (see
https://github.com/element-hq/synapse/pull/17172).

Should be reviewable commit-by-commit.
2024-05-24 09:47:37 +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 Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00: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 unstable media endpoints to _matrix/client (#17213) 2024-05-24 09:47:37 +01:00
upload_resource.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00