- Nov 15, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Remove preserve_context_over_{fn, deferred}
-
David Baker authored
Rename redact_content option to include_content
-
- Nov 14, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
update prometheus-config to new format
-
Krombel authored
This restores the config that is usable for prometheus pre v2.0.0 The new config only works for Prometheus v2+
-
Richard van der Hoff authored
Reshuffle room list request code
-
Richard van der Hoff authored
Add new boolean columns to port script
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Make __init__ consistent across Store hierarchy
-
Richard van der Hoff authored
Both of these functions ae known to leak logcontexts. Replace the remaining calls to them and kill them off.
-
Richard van der Hoff authored
I'm not entirely sure if this will actually help anything, but it simplifies the code and might give further clues about why room list search requests are blowing out the get_current_state_ids caches.
-
Richard van der Hoff authored
So we can see what it gets up to.
-
Richard van der Hoff authored
Add a route for determining who you are
-
- Nov 13, 2017
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Richard van der Hoff authored
Cache failures in url_preview handler
-
Richard van der Hoff authored
Fix 500 on invalid utf-8 in request
-
David Baker authored
because we had to wait until the logger was set up
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix the test to pass the right number of args to the Store constructors
-
Richard van der Hoff authored
Add db_conn parameters to the `__init__` methods of the *Store classes, so that they are all consistent, which makes the multiple inheritance work correctly (and so that we can later extract mixins which can be used in the slavedstores)
-
Erik Johnston authored
This reverts commit f5cf3638.
-
Erik Johnston authored
-
Travis Ralston authored
Useful for applications which may have an access token, but no idea as to who owns it. Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Nov 10, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Reshuffle the caching logic in the url_preview handler so that failures are cached (and to generally simplify things and fix the logcontext leaks).
-
Richard van der Hoff authored
Downcase userid on registration
-
Richard van der Hoff authored
Explain why we don't validate userids registered via app services
-
Richard van der Hoff authored
-
Richard van der Hoff authored
If somebody sends us a request where the the body is invalid utf-8, we should return a 400 rather than a 500. (json.loads throws a UnicodeError in this situation) We might as well catch all Exceptions here: it seems very unlikely that we would get a request that *isn't caused by invalid json.
-
- Nov 09, 2017
-
-
Richard van der Hoff authored
Force username to lowercase before attempting to register https://github.com/matrix-org/synapse/issues/2660
-
Richard van der Hoff authored
This reverts commit b70b6469.
-
Richard van der Hoff authored
Allow upper-case characters in mxids
-
Richard van der Hoff authored
Because we're never going to be able to fix this :'(
-
Erik Johnston authored
-
Erik Johnston authored
-
Luke Barnard authored
Namespace visibility options for groups
-
Erik Johnston authored
-