MatrixSynapse/synapse
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
..
api Measure Auth.check 2016-04-13 11:15:59 +01:00
app Move the versionstring code out of app.homeserver into util 2016-04-11 14:57:09 +01:00
appservice
config Give install requirements 2016-04-13 14:33:48 +01:00
crypto
events Remove the is_new_state argument to persist event. 2016-03-31 15:00:42 +01:00
federation Lower timeout for make_membership_event 2016-04-15 11:22:23 +01:00
handlers Simplify _check_password 2016-04-15 11:17:18 +01:00
http Merge pull request #688 from matrix-org/matthew/preview_urls 2016-04-11 10:40:29 +01:00
metrics
push Measure push action generator 2016-04-14 13:42:22 +01:00
replication
rest Split out BaseMediaResource into MediaRepository 2016-04-19 11:24:59 +01:00
static/client
storage Add desc arg 2016-04-14 11:36:23 +01:00
streams
util Create log context in Measure if one doesn't exist 2016-04-18 16:08:32 +01:00
__init__.py
notifier.py
python_dependencies.py Sanitize the optional dependencies for spider API 2016-04-13 13:38:09 +01:00
server.py
state.py
types.py