MatrixSynapse/synapse/rest
Erik Johnston 43f0941e8f Split out BaseMediaResource into MediaRepository
This is so that a single MediaRepository can be shared across all
resources, rather than having a "copy" per resource.

In particular this allows us to guard against both the thumbnail and
download resource triggering a download of remote content at the same
time.
2016-04-19 11:24:59 +01:00
..
client Make v2_alpha reg follow the AS API specification 2016-04-14 14:52:26 +01:00
key Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
media Split out BaseMediaResource into MediaRepository 2016-04-19 11:24:59 +01:00
__init__.py Implement logout 2016-03-11 16:27:50 +00:00