Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -22/+15 |
* | Write the upload portion of version 1 of the media repository | Mark Haines | 2014-12-02 | 3 | -0/+235 |