summary refs log tree commit diff
path: root/synapse/rest/media/v1/base_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* If user supplies filename in URL when downloading from media repo, use that n...Erik Johnston2015-07-031-1/+4
* Enforce ascii filenames for uploadsErik Johnston2015-06-301-0/+3
* Add Content-Disposition headers to media repo v1 downloadsErik Johnston2015-06-301-4/+19
* Merge pull request #175 from matrix-org/erikj/thumbnail_threadErik Johnston2015-06-031-45/+53
|\
| * Thumbnail images on a seperate threadErik Johnston2015-06-021-45/+53
* | SYN-403: Make content repository use its own http client.Erik Johnston2015-06-031-1/+2
|/
* Change the way we create observers to deferreds so that we don't get spammed ...Erik Johnston2015-05-081-2/+6
* Implement locks using create_observer for fetching media and server keysErik Johnston2015-04-271-1/+3
* Set a version_string in BaseMediaResource so that the request_handler wrapper...Mark Haines2015-04-211-0/+1
* Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines2015-04-211-67/+13
* SYN-282: Don't log tracebacks for client errorsMark Haines2015-02-181-1/+1
* i hate weakly typed languagesMatthew Hodgson2015-02-071-1/+1
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+378