Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use six.moves.urlparse | Adrian Tschira | 2018-04-15 | 1 | -1/+1 |
* | Merge pull request #2791 from matrix-org/erikj/media_storage_refactor | Erik Johnston | 2018-02-05 | 1 | -9/+11 |
|\ | |||||
| * | Ensure media is in local cache before thumbnailing | Erik Johnston | 2018-01-18 | 1 | -9/+11 |
* | | Add federation_domain_whitelist option (#2820) | Matthew Hodgson | 2018-01-22 | 1 | -2/+17 |
* | | Merge pull request #2812 from matrix-org/erikj/media_storage_provider_config | Erik Johnston | 2018-01-18 | 1 | -12/+6 |
|\ \ | |||||
| * | | Make storage providers more configurable | Erik Johnston | 2018-01-18 | 1 | -12/+6 |
| |/ | |||||
* / | Keep track of last access time for local media | Erik Johnston | 2018-01-17 | 1 | -7/+25 |
|/ | |||||
* | Add docstring | Erik Johnston | 2018-01-17 | 1 | -1/+1 |
* | Use local vars | Erik Johnston | 2018-01-16 | 1 | -6/+2 |
* | Change _generate_thumbnails to take media_type | Erik Johnston | 2018-01-16 | 1 | -5/+6 |
* | Move setting of file_id up to caller | Erik Johnston | 2018-01-16 | 1 | -11/+10 |
* | Fix up log lines | Erik Johnston | 2018-01-16 | 1 | -1/+1 |
* | Correctly use server_name/file_id when generating/fetching remote thumbnails | Erik Johnston | 2018-01-16 | 1 | -2/+5 |
* | Log when we respond with 404 | Erik Johnston | 2018-01-16 | 1 | -0/+1 |
* | Fix thumbnailing remote files | Erik Johnston | 2018-01-16 | 1 | -0/+28 |
* | Fix up comments | Erik Johnston | 2018-01-12 | 1 | -5/+14 |
* | Remove unnecessary condition | Erik Johnston | 2018-01-12 | 1 | -4/+1 |
* | Make class var local | Erik Johnston | 2018-01-12 | 1 | -3/+3 |
* | Comments | Erik Johnston | 2018-01-12 | 1 | -5/+34 |
* | Add StorageProvider concept | Erik Johnston | 2018-01-09 | 1 | -5/+24 |
* | Make PreviewUrlResource use MediaStorage | Erik Johnston | 2018-01-09 | 1 | -1/+3 |
* | Make ThumbnailResource use MediaStorage | Erik Johnston | 2018-01-09 | 1 | -1/+3 |
* | Use MediaStorage for remote media | Erik Johnston | 2018-01-09 | 1 | -104/+145 |
* | Use MediaStorage for local files | Erik Johnston | 2018-01-09 | 1 | -96/+72 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
* | Fix typo in thumbnail generation | Erik Johnston | 2017-10-19 | 1 | -2/+5 |
* | fix thumbnailing (#2548) | Krombel | 2017-10-17 | 1 | -2/+2 |
* | Add try/finally block to close t_byte_source | Erik Johnston | 2017-10-13 | 1 | -24/+41 |
* | Remove old comment | Erik Johnston | 2017-10-13 | 1 | -1/+0 |
* | Don't reuse source but instead copy from primary media store to backup | Erik Johnston | 2017-10-13 | 1 | -20/+8 |
* | PEP8 | Erik Johnston | 2017-10-13 | 1 | -1/+1 |
* | Move type into key | Erik Johnston | 2017-10-13 | 1 | -3/+3 |
* | Comment | Erik Johnston | 2017-10-13 | 1 | -1/+1 |
* | Remove spurious addition | Erik Johnston | 2017-10-13 | 1 | -4/+0 |
* | Remove unnecessary diff | Erik Johnston | 2017-10-13 | 1 | -3/+1 |
* | s/write_to_file/write_to_file_and_backup/ | Erik Johnston | 2017-10-13 | 1 | -5/+5 |
* | Fix up | Erik Johnston | 2017-10-13 | 1 | -33/+29 |
* | Fix up thumbnailing function | Erik Johnston | 2017-10-13 | 1 | -68/+59 |
* | Fix typo | Erik Johnston | 2017-10-13 | 1 | -1/+1 |
* | Fix up comments | Erik Johnston | 2017-10-13 | 1 | -2/+26 |
* | Move makedirs to thread | Erik Johnston | 2017-10-13 | 1 | -2/+1 |
* | Use make_deferred_yieldable | Erik Johnston | 2017-10-13 | 1 | -7/+7 |
* | Don't close prematurely.. | Erik Johnston | 2017-10-12 | 1 | -2/+5 |
* | getvalue closes buffer | Erik Johnston | 2017-10-12 | 1 | -11/+10 |
* | Get len before close | Erik Johnston | 2017-10-12 | 1 | -6/+11 |
* | Don't close file prematurely | Erik Johnston | 2017-10-12 | 1 | -6/+16 |
* | Copy everything to backup | Erik Johnston | 2017-10-12 | 1 | -41/+68 |
* | Typo | Erik Johnston | 2017-10-12 | 1 | -1/+1 |
* | Remove dead code | Erik Johnston | 2017-10-12 | 1 | -3/+0 |
* | Fix typos | Erik Johnston | 2017-10-12 | 1 | -20/+26 |
* | Fix typo | Erik Johnston | 2017-10-12 | 1 | -1/+1 |
* | Basic implementation of backup media store | Erik Johnston | 2017-10-12 | 1 | -115/+106 |
* | Store URL cache preview downloads seperately | Erik Johnston | 2017-06-23 | 1 | -8/+22 |
* | Add API to quarantine media | Erik Johnston | 2017-06-19 | 1 | -0/+2 |
* | Throw exception when not retrying when downloading media | Erik Johnston | 2017-06-13 | 1 | -0/+1 |
* | Don't log exceptions for NotRetryingDestination | Erik Johnston | 2017-05-15 | 1 | -1/+3 |
* | Address review comments | Richard van der Hoff | 2017-03-14 | 1 | -15/+17 |
* | Fix routing loop when fetching remote media | Richard van der Hoff | 2017-03-13 | 1 | -4/+26 |
* | Fix dynamic thumbnails aspect | Jurek | 2017-02-24 | 1 | -0/+3 |
* | Log which files we saved attachments to in the media_repository | Mark Haines | 2017-01-10 | 1 | -0/+4 |
* | Name linearizer's for better logs | Erik Johnston | 2017-01-09 | 1 | -1/+1 |
* | Remove race | Erik Johnston | 2016-06-29 | 1 | -11/+0 |
* | Implement purge_media_cache admin API | Erik Johnston | 2016-06-29 | 1 | -20/+58 |
* | Track approximate last access time for remote media | Erik Johnston | 2016-06-29 | 1 | -0/+24 |
* | 502 on /thumbnail when can't contact remote server | Erik Johnston | 2016-06-09 | 1 | -4/+10 |
* | Move MediaRepository to media_repository module | Erik Johnston | 2016-04-19 | 1 | -1/+384 |
* | Split out BaseMediaResource into MediaRepository | Erik Johnston | 2016-04-19 | 1 | -4/+8 |
* | Sanitize the optional dependencies for spider API | Erik Johnston | 2016-04-13 | 1 | -5/+1 |
* | Add url_preview_enabled config option to turn on/off preview_url endpoint. de... | Matthew Hodgson | 2016-04-08 | 1 | -1/+6 |
* | pep8 | Matthew Hodgson | 2016-04-03 | 1 | -1/+0 |
* | initial WIP of a tentative preview_url endpoint - incomplete, untested, exper... | Matthew Hodgson | 2016-01-24 | 1 | -0/+3 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | thou shalt specify a content-length | Matthew Hodgson | 2015-02-07 | 1 | -0/+1 |
* | Add a media/v1/identicon resource for generating identicons using pydenticon | Mark Haines | 2015-02-02 | 1 | -0/+2 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+77 |