Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-11 | Limit the size of images that are thumbnailed serverside. Limit the size of ↵ | Mark Haines | 4 | -6/+43 | |
file that a server will download from a remote server | |||||
2014-12-11 | doc the thumbnail methods | Mark Haines | 1 | -2/+11 | |
2014-12-11 | Make sure we pass a tuple to string '%' formatting | Mark Haines | 1 | -2/+2 | |
2014-12-10 | update media repository implementation docs | Mark Haines | 1 | -4/+9 | |
2014-12-10 | import Image as PIL.Image. | Mark Haines | 1 | -1/+1 | |
2014-12-10 | Get the code actually working | Mark Haines | 6 | -52/+61 | |
2014-12-10 | Thumbnail uploaded and cached images | Mark Haines | 7 | -175/+587 | |
2014-12-10 | oops | Matthew Hodgson | 1 | -3/+3 | |
2014-12-10 | update codestyle based on debate on #matrix-dev | Matthew Hodgson | 1 | -3/+34 | |
2014-12-10 | turn back on per-request transaction retries, so that every time we try to ↵ | Matthew Hodgson | 1 | -4/+3 | |
hit a dead server we actually end up hammering 5 times :| | |||||
2014-12-10 | Add newline back in | Erik Johnston | 1 | -0/+1 | |
2014-12-10 | Remove whitespace | Erik Johnston | 1 | -1/+1 | |
2014-12-10 | Code style. | Erik Johnston | 3 | -46/+85 | |
2014-12-10 | plateau retries after 1h | Matthew Hodgson | 1 | -3/+6 | |
2014-12-10 | add errbacks to enqueue_pdu deferreds; change logging for failed federation ↵ | Matthew Hodgson | 2 | -8/+12 | |
sends to warn rather than exception | |||||
2014-12-10 | squidge to 79 columns as per pep8 | Matthew Hodgson | 3 | -19/+36 | |
2014-12-09 | fix UTs by telling all the mock stores about the new methods for tracking ↵ | Matthew Hodgson | 4 | -3/+23 | |
retries | |||||
2014-12-08 | fix a million stupid bugs and make it actually work | Matthew Hodgson | 3 | -20/+33 | |
2014-12-08 | add a wri |