summary refs log tree commit diff
path: root/synapse/rest/media/v1/upload_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce ascii filenames for uploadsErik Johnston2015-06-301-1/+3
* Add Content-Disposition headers to media repo v1 downloadsErik Johnston2015-06-301-1/+5
* Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines2015-04-211-49/+36
* Fix code-styleMark Haines2015-02-101-2/+2
* Code-style fixesMark Haines2015-02-101-3/+4
* ...and here's the actual impl. git fail.Matthew Hodgson2015-02-071-25/+32
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-1/+1
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-1/+1
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+113