Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: Convert some unicode/bytes uses (#3569) | Amber Brown | 2018-08-02 | 1 | -1/+1 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -9/+8 |
* | Pass around the reactor explicitly (#3385) | Amber Brown | 2018-06-22 | 1 | -2/+5 |
* | Fix logcontext leak in media repo | Richard van der Hoff | 2018-05-02 | 1 | -1/+3 |
* | Replace old-style raise with six.reraise | Adrian Tschira | 2018-04-06 | 1 | -1/+3 |
* | Make store_file use store_into_file | Erik Johnston | 2018-02-14 | 1 | -26/+11 |
* | Tell storage providers about new file so they can upload | Erik Johnston | 2018-02-07 | 1 | -0/+6 |
* | Merge pull request #2791 from matrix-org/erikj/media_storage_refactor | Erik Johnston | 2018-02-05 | 1 | -2/+34 |
|\ | |||||
| * | Use better file consumer | Erik Johnston | 2018-01-18 | 1 | -5/+10 |
| * | Ensure media is in local cache before thumbnailing | Erik Johnston | 2018-01-18 | 1 | -0/+27 |
* | | Use the right path for url_preview thumbnails | Richard van der Hoff | 2018-01-19 | 1 | -0/+8 |
|/ | |||||
* | Correctly reraise exception | Erik Johnston | 2018-01-12 | 1 | -2/+4 |
* | Make Responder a context manager | Erik Johnston | 2018-01-12 | 1 | -3/+2 |
* | Comments | Erik Johnston | 2018-01-12 | 1 | -5/+27 |
* | Add StorageProvider concept | Erik Johnston | 2018-01-09 | 1 | -4/+11 |
* | Add MediaStorage class | Erik Johnston | 2018-01-09 | 1 | -0/+198 |