| Commit message (Expand) | Author | Age | Files | Lines |
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+6 |
* | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 1 | -1/+0 |
* | Remove redundant request_handler decorator | Richard van der Hoff | 2018-05-10 | 1 | -10/+13 |
* | Merge pull request #2791 from matrix-org/erikj/media_storage_refactor | Erik Johnston | 2018-02-05 | 1 | -1/+2 |
|\ |
|
| * | Ensure media is in local cache before thumbnailing | Erik Johnston | 2018-01-18 | 1 | -1/+2 |
* | | Fix typo in thumbnail resource causing access times to be incorrect | Erik Johnston | 2018-01-18 | 1 | -2/+2 |
* | | Update last access time when thumbnails are viewed | Erik Johnston | 2018-01-17 | 1 | -0/+2 |
|/ |
|
* | Fix typo | Erik Johnston | 2018-01-16 | 1 | -7/+10 |
* | Fix up log lines | Erik Johnston | 2018-01-16 | 1 | -6/+9 |
* | Correctly use server_name/file_id when generating/fetching remote thumbnails | Erik Johnston | 2018-01-16 | 1 | -3/+3 |
* | Log when we respond with 404 | Erik Johnston | 2018-01-16 | 1 | -1/+7 |
* | Fix thumbnailing remote files | Erik Johnston | 2018-01-16 | 1 | -2/+2 |
* | Merge pull request #2767 from matrix-org/erikj/media_storage_refactor | Erik Johnston | 2018-01-16 | 1 | -47/+65 |
|\ |
|
| * | Make ThumbnailResource use MediaStorage | Erik Johnston | 2018-01-09 | 1 | -47/+65 |
* | | Reinstate media download on thumbnail request | Richard van der Hoff | 2018-01-12 | 1 | -0/+5 |
|/ |
|
* | Remove dead TODO | Erik Johnston | 2018-01-09 | 1 | -2/+0 |
* | Remove dead code related to default thumbnails | Erik Johnston | 2018-01-09 | 1 | -73/+3 |
* | Store URL cache preview downloads seperately | Erik Johnston | 2017-06-23 | 1 | -6/+22 |
* | Add API to quarantine media | Erik Johnston | 2017-06-19 | 1 | -2/+2 |
* | Set CORs headers on responses from the media repo | Mark Haines | 2016-11-02 | 1 | -1/+2 |
* | Report per request metrics for all of the things using request_handler | Mark Haines | 2016-04-28 | 1 | -1/+2 |
* | Move MediaRepository to media_repository module | Erik Johnston | 2016-04-19 | 1 | -1/+1 |
* | Split out BaseMediaResource into MediaRepository | Erik Johnston | 2016-04-19 | 1 | -20/+31 |
* | comment out 2c838f6459db35ad9812a83184d85a06ca5d940a due to risk of https://e... | Matthew Hodgson | 2016-04-14 | 1 | -16/+16 |
* | how was _respond_default_thumbnail ever meant to work? | Matthew Hodgson | 2016-04-02 | 1 | -0/+2 |
* | pass back SVGs as their own thumbnails | Matthew Hodgson | 2016-04-02 | 1 | -0/+20 |
* | Only use cropped thumbnails when asked for a cropped thumbnail. | Mark Haines | 2016-01-07 | 1 | -1/+1 |
* | Allow guests to upgrade their accounts | Daniel Wagner-Hall | 2016-01-05 | 1 | -1/+1 |
* | Use larger thumbnail rather than smaller. | Erik Johnston | 2016-01-05 | 1 | -4/+13 |
* | Make a config option for whether to generate new thumbnail sizes dynamically | Mark Haines | 2015-08-12 | 1 | -7/+18 |
* | Fix remote thumbnailing | Erik Johnston | 2015-07-23 | 1 | -6/+10 |
* | Always return a thumbnail of the requested size. | Erik Johnston | 2015-07-23 | 1 | -2/+79 |
* | Pick larger than desired thumbnail for 'crop' | Erik Johnston | 2015-07-23 | 1 | -1/+2 |
* | If user supplies filename in URL when downloading from media repo, use that n... | Erik Johnston | 2015-07-03 | 1 | -1/+1 |
* | Combine the request wrappers in rest/media/v1 and http/server into a single w... | Mark Haines | 2015-04-21 | 1 | -7/+9 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+193 |