- Nov 14, 2017
-
-
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
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
-
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
-
Richard van der Hoff authored
Fix 'NoneType' not iterable in /deactivate
-
Erik Johnston authored
Change so that update group room visibility isn't an upsert
-
Richard van der Hoff authored
make sure we actually return a value from user_delete_access_tokens
-
Erik Johnston authored
-
- Nov 08, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix appservices being backlogged and not receiving new events due to a bug in notify_interested_services
-
Erik Johnston authored
Avoid no-op media deletes
-