- May 31, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Remove some pointless exception handling
-
Richard van der Hoff authored
use attr.s for VerifyKeyRequest
-
Erik Johnston authored
Fix ignored filter field in `/messages` endpoint
-
Erik Johnston authored
Speed up room stats background update
-
Erik Johnston authored
-
Erik Johnston authored
We have to do this by re-inserting a background update and recreating tables, as the tables only get created during a background update and will later be deleted. We also make sure that we remove any entries that should have been removed but weren't due to a race that has been fixed in a previous commit.
-
Travis Ralston authored
-
- May 30, 2019
-
-
Richard van der Hoff authored
The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278.
-
Richard van der Hoff authored
Attempt to simplify the logic in get_server_verify_keys by splitting it into two methods.
-
Richard van der Hoff authored
because namedtuple is awful
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Due to #5269 we may have extremities in our DB that we shouldn't have, so lets add a cleanup task such to remove those.
-
Erik Johnston authored
When we receive a soft failed event we, correctly, *do not* update the forward extremity table with the event. However, if we later receive an event that references the soft failed event we then need to remove the soft failed events prev events from the forward extremities table, otherwise we just build up forward extremities. Fixes #5269
-
Eisha Chen-yen-su authored
-
Eisha Chen-yen-su authored
This fixes a bug which were causing the "event_format" field to be ignored in the filter of requests to the `/messages` endpoint of the CS API. Signed-off-by:
Eisha Chen-yen-su <chenyensu0@gmail.com>
-
Erik Johnston authored
Add index to temp bg update extremity table
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add DB bg update to cleanup extremities.
-
Erik Johnston authored
Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
Show correct error when logging out and access token is missing
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-