- Jul 23, 2018
-
-
Erik Johnston authored
-
- Jul 20, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jul 18, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This is in preparation for moving GET /context/ to a worker
-
Erik Johnston authored
This will let us call the read only parts from workers, and so be able to move some APIs off of master, e.g. the `/state` API.
-
Richard van der Hoff authored
Remove event re-signing hacks
-
David Baker authored
Comment dummy TURN parameters in default config
-
- Jul 17, 2018
-
-
Richard van der Hoff authored
Fix visibility of events from erased users over federation
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor and optimze filter_events_for_server
-
Richard van der Hoff authored
-
Amber Brown authored
-
Erik Johnston authored
Fix perf regression in PR #3530
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
The get_entities_changed function was changed to return all changed entities since the given stream position, rather than only those changed from a given list of entities. This resulted in the function incorrectly returning large numbers of entities that, for example, caused large increases in database usage.
-
Amber Brown authored
Don't return unknown entities in get_entities_changed
-
Amber Brown authored
check isort by travis
-
- Jul 16, 2018
-
-
Krombel authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Krombel authored
-
Richard van der Hoff authored
for easier unit testing.
-
Krombel authored
-
- Jul 13, 2018
-
-
Amber Brown authored
-
Amber Brown authored
Use parse and asserts from http.servlet
-
Amber Brown authored
-
Amber Brown authored
-
Krombel authored
-
Krombel authored
the method "assert_params_in_request" does handle dicts and not requests. A request body has to be parsed to json before this method can be used
-
Krombel authored
parse_integer and parse_string can take a request and raise errors in case we have wrong or missing params. This PR tries to use them more to deduplicate some code and make it better readable
-
Erik Johnston authored
-
Richard van der Hoff authored
Make FederationRateLimiter queue requests properly
-