Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ↵ | Shay | 2024-07-08 | 1 | -0/+110 |
| | | | | | | | | | | | | | | `_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 | ||||
* | Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365) | Shay | 2024-07-02 | 1 | -30/+5 |
| | |||||
* | Re-introduce federation /download endpoint (#17350) | Shay | 2024-06-25 | 1 | -0/+173 |
| | |||||
* | Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325) | Andrew Morgan | 2024-06-18 | 1 | -234/+0 |
| | |||||
* | Support MSC3916 by adding a federation `/download` endpoint (#17172) | Shay | 2024-06-07 | 1 | -0/+234 |