- Nov 14, 2017
-
-
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
-
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
-
Richard van der Hoff authored
Fix bug in state group storage
-
Richard van der Hoff authored
-
- Nov 07, 2017
-
-
Ilya Zhuravlev authored
-
Matthew Hodgson authored
Fix various embarrassing typos around user_directory and add some doc.
-
Richard van der Hoff authored
Fixes a bug where the persisted state groups were different to those actually being used after auth resolution.
-
Richard van der Hoff authored
This is duplicated, so let's factor it out before fixing it
-
Richard van der Hoff authored
this is internal to statestore, so let's keep it there.
-
Erik Johnston authored
Fix for #2635: correctly update rooms avatar/display name when modified by admin
-