summary refs log tree commit diff
path: root/synapse/rest/media/v1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle unicode filenames given when downloading or received over federationMark Haines2015-08-261-5/+21
| * Allow non-ascii filenames for attachmentsMark Haines2015-08-262-8/+15
* | Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
|/
* Merge remote-tracking branch 'origin/develop' into erikj/generate_presice_thu...Mark Haines2015-08-131-34/+43
|\
| * Generate local thumbnails on a threadErik Johnston2015-07-231-34/+43
* | Add config option for setting the list of thumbnail sizes to precalculateMark Haines2015-08-121-16/+2
* | Make a config option for whether to generate new thumbnail sizes dynamicallyMark Haines2015-08-122-7/+19
* | Factor out thumbnail()Erik Johnston2015-07-231-56/+40
* | Fix remote thumbnailingErik Johnston2015-07-232-7/+11
* | Always return a thumbnail of the requested size.Erik Johnston2015-07-232-2/+162
|/
* Pick larger than desired thumbnail for 'crop'Erik Johnston2015-07-231-1/+2
* bump up image quality a bit more as it looks crapMatthew Hodgson2015-07-141-1/+1
* If user supplies filename in URL when downloading from media repo, use that n...Erik Johnston2015-07-033-9/+14
* Enforce ascii filenames for uploadsErik Johnston2015-06-302-1/+6
* Add Content-Disposition headers to media repo v1 downloadsErik Johnston2015-06-303-7/+30
* 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
* Copyright noticesMark Haines2015-04-241-0/+14
* 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-214-131/+62
* SYN-282: Don't log tracebacks for client errorsMark Haines2015-02-181-1/+1
* 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
* thou shalt specify a content-lengthMatthew Hodgson2015-02-071-0/+1
* i hate weakly typed languagesMatthew Hodgson2015-02-071-1/+1
* Add Cache-Control header to identiconMark Haines2015-02-021-0/+3
* Fix setting identicon width and heightMark Haines2015-02-021-2/+2
* Spell height more correctlyMark Haines2015-02-021-1/+1
* Add a media/v1/identicon resource for generating identicons using pydenticonMark Haines2015-02-022-0/+50
* 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-228-0/+1036