- Jan 31, 2018
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Jan 21, 2018
-
-
Travis Ralston authored
These are ids anyways, not mxc uris. Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
This is intended to be used by administrators to monitor the media that is passing through their server, if they wish. Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Jan 19, 2018
-
-
Richard van der Hoff authored
Use the right path for url_preview thumbnails
-
Richard van der Hoff authored
This was introduced by #2627: we were overwriting the original media for url previews with the thumbnails :/ (fixes https://github.com/vector-im/riot-web/issues/6012, hopefully)
-
- Jan 18, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
Make storage providers configurable
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add decent impl of a FileConsumer
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix bugs in block metrics
-
Richard van der Hoff authored
... which I introduced in #2785
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
better exception logging in callbackmetrics
-
Richard van der Hoff authored
when we fail to render a metric, give a clue as to which metric it was
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 17, 2018
-
-
Richard van der Hoff authored
Log room when doing state resolution
-
Richard van der Hoff authored
Mostly because it helps figure out what is prompting the resolution
-
Erik Johnston authored
Twisted core doesn't have a general purpose one, so we need to write one ourselves. Features: - All writing happens in background thread - Supports both push and pull producers - Push producers get paused if the consumer falls behind
-
Erik Johnston authored
Keep track of last access time for local media
-
Matthew Hodgson authored
fix SQL when searching all users
-
Richard van der Hoff authored
Split resolve_events into two functions
-
Matthew Hodgson authored
-
Richard van der Hoff authored
... so that the return type doesn't depend on the arg types
-
Erik Johnston authored
-
Richard van der Hoff authored
Track DB scheduling delay per-request
-
Richard van der Hoff authored
Sanity checking for user ids
-
Richard van der Hoff authored
Check the user_id passed to a couple of APIs for validity, to avoid "IndexError: list index out of range" exception which looks scary and results in a 500 rather than a more useful error. Fixes #1432, among other things
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Track db txn time in millisecs
-