| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the media `/upload` tracing less ambiguous (#15888) | Eric Eastwood | 2023-07-10 | 2 | -42/+61 |
* | Add tracing to media `/upload` endpoint (#15850) | Eric Eastwood | 2023-07-05 | 4 | -0/+20 |
* | use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) | an0nfunc | 2023-07-05 | 1 | -1/+1 |
* | Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) | Josh Qou | 2023-06-15 | 1 | -3/+12 |
* | Add stubs package for lxml. (#15697) | Patrick Cloke | 2023-05-31 | 2 | -36/+75 |
* | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 2023-05-19 | 1 | -8/+8 |
* | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) | Patrick Cloke | 2023-05-16 | 1 | -46/+75 |
* | Add config option to prevent media downloads from listed domains. (#15197) | Travis Ralston | 2023-05-09 | 1 | -0/+9 |
* | Move Spam Checker callbacks to a dedicated file (#15453) | Andrew Morgan | 2023-04-18 | 1 | -4/+3 |
* | Separate HTTP preview code and URL previewer. (#15269) | Patrick Cloke | 2023-03-20 | 1 | -0/+833 |
* | Refactor media modules. (#15146) | Patrick Cloke | 2023-02-27 | 8 | -0/+3469 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 11 | -1248/+0 |
* | make our JPEG thumbnail quality less horrifically ugly | Matthew Hodgson | 2015-01-08 | 1 | -1/+1 |
* | Change error message for missing pillow libs. | Kegan Dougal | 2015-01-07 | 1 | -2/+4 |
* | Merge branch 'master' into develop | Mark Haines | 2015-01-06 | 1 | -0/+1 |
|\ |
|
| * | Return the argument passed to the callback in a deferred callback, otherwise ... | Mark Haines | 2014-12-29 | 1 | -0/+1 |
* | | SYN-32 Use the ANTIALIAS resize method for thumbnailing images | Mark Haines | 2015-01-06 | 1 | -3/+3 |
* | | Update copyright notices | Mark Haines | 2015-01-06 | 9 | -9/+23 |
* | | SYN-208/SYN-228: Add runtime checks on startup to enforce that JPEG/PNG suppo... | Kegan Dougal | 2015-01-06 | 1 | -0/+29 |
* | | SYN-229: Include Content-Length when downloading files | Mark Haines | 2015-01-06 | 3 | -7/+23 |
|/ |
|
* | SYN-203: Handle requests for thunbnails for images that are small | Mark Haines | 2014-12-19 | 1 | -5/+14 |
* | clean up coding style a bit | Mark Haines | 2014-12-16 | 1 | -0/+1 |
* | Update media_repository.py | Kegsay | 2014-12-15 | 1 | -1/+1 |
* | Update docs in media_repository | Mark Haines | 2014-12-15 | 1 | -2/+2 |
* | return an mxc uri rather than a content_token. | Mark Haines | 2014-12-15 | 1 | -1/+3 |
* | Fix typo in media repository doc string | Mark Haines | 2014-12-11 | 1 | -1/+1 |
* | Fix media repository doc string to include server_name | Mark Haines | 2014-12-11 | 1 | -3/+3 |
* | Allow only one download for a given image at a time, so that we don't end up ... | Mark Haines | 2014-12-11 | 3 | -20/+29 |
* | Limit the size of images that are thumbnailed serverside. Limit the size of f... | Mark Haines | 2014-12-11 | 1 | -0/+18 |
* | doc the thumbnail methods | Mark Haines | 2014-12-11 | 1 | -2/+11 |
* | Make sure we pass a tuple to string '%' formatting | Mark Haines | 2014-12-11 | 1 | -2/+2 |
* | import Image as PIL.Image. | Mark Haines | 2014-12-10 | 1 | -1/+1 |
* | Get the code actually working | Mark Haines | 2014-12-10 | 5 | -46/+53 |
* | Thumbnail uploaded and cached images | Mark Haines | 2014-12-10 | 6 | -169/+581 |
* | Add a class for generating thumbnails using PIL | Mark Haines | 2014-12-05 | 1 | -0/+78 |
* | Implement download support for media_repository | Mark Haines | 2014-12-04 | 3 | -4/+203 |
* | Fix pyflakes and pep8 warnings | Mark Haines | 2014-12-02 | 2 | -1/+3 |
* | Get uploads working with new media repo | Mark Haines | 2014-12-02 | 6 | -23/+16 |
* | Write the upload portion of version 1 of the media repository | Mark Haines | 2014-12-02 | 4 | -0/+447 |