- May 29, 2019
-
-
Richard van der Hoff authored
-
Erik Johnston authored
Specify the type of reCAPTCHA key to use (#5013)
-
Amber Brown authored
-
Amber Brown authored
-
Aaron authored
Fix error when downloading thumbnail with width/height param missing Fixes #2748 Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
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
-
Richard van der Hoff authored
Fixes #5271.
-
Amber Brown authored
Fix docs on resetting the user directory (#5036)
-
Amber Brown authored
-
Amber Brown authored
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- May 28, 2019
-
-
Richard van der Hoff authored
Ensure that server_keys fetched via a notary server are correctly signed.
-
Richard van der Hoff authored
Fixes #4414.
-
Brendan Abolivier authored
Fix schema update for account validity
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
- May 25, 2019
-
-
Erik Johnston authored
Fix logging for room stats background update
-
Travis Ralston authored
-
Travis Ralston authored
-
Erik Johnston authored
Fix error code for invalid parameter
-
- May 24, 2019
-
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Richard van der Hoff authored
The list of server names was redundant, since it was equivalent to the keys on the server_to_deferred map. This reduces the number of large lists being passed around, and has the benefit of deduplicating the entries in `wait_on`.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
In particular, don't give up on the first failure.
-
Tulir Asokan authored
Signed-off-by:
Tulir Asokan <tulir@maunium.net>
-
Richard van der Hoff authored
-
Erik Johnston authored
Don't bundle aggregations with events in /sync or /events or state queries
-
Erik Johnston authored
-
- May 23, 2019
-
-
Erik Johnston authored
Factor out KeyFetchers from KeyRing
-
Richard van der Hoff authored
-
Andrew Morgan authored
Replaces DEFAULT_ROOM_VERSION constant with a method that first checks the config, then returns a hardcoded value if the option is not present. That hardcoded value is now located in the server.py config file.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Rather than have three methods which have to have the same interface, factor out a separate interface which is provided by three implementations. I find it easier to grok the code this way.
-
Richard van der Hoff authored
This is a first step to checking that the key is valid at the required moment. The idea here is that, rather than passing VerifyKey objects in and out of the storage layer, we instead pass FetchKeyResult objects, which simply wrap the VerifyKey and add a valid_until_ts field.
-
Richard van der Hoff authored
* Pass time_added_ms into process_v2_response * Simplify process_v2_response We can merge old_verify_keys into verify_keys, and reduce the number of dicts flying around.
-
Richard van der Hoff authored
These were never used, and poking arbitary data into objects from other packages seems confusing at best.
-