- May 18, 2018
- May 17, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
- May 16, 2018
-
-
Neil Johnson authored
-
- May 14, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
David Baker authored
Part user from rooms on account deactivate
-
- May 11, 2018
-
-
Michael Kaye authored
Add a Dockerfile for synapse
-
Richard van der Hoff authored
Set Server header in SynapseRequest
-
- May 10, 2018
-
-
Richard van der Hoff authored
transaction_id, destination defined twice
-
Richard van der Hoff authored
-
Damir Manapov authored
-
Richard van der Hoff authored
(instead of everywhere that writes a response. Or rather, the subset of places which write responses where we haven't forgotten it). This also means that we don't have to have the mysterious version_string attribute in anything with a request handler. Unfortunately it does mean that we have to pass the version string wherever we instantiate a SynapseSite, which has been c&ped 150 times, but that is code that ought to be cleaned up anyway really.
-
Richard van der Hoff authored
Refactor request handling wrappers
-
David Baker authored
-
David Baker authored
-
Richard van der Hoff authored
This is needless complexity; we might as well use the wrapper directly. Also rename wrap_request_handler->wrap_json_request_handler.
-
Richard van der Hoff authored
... so that it can be used on non-JSON endpoints
-
Richard van der Hoff authored
The metrics are now available via the request, so this is redundant and can go away at last.
-
Richard van der Hoff authored
it's much neater there.
-
Richard van der Hoff authored
less magic
-
Richard van der Hoff authored
It fits quite nicely here, and opens the path to getting rid of the "include_metrics" mess.
-
Richard van der Hoff authored
... which is going to make it easier to move around.
-
David Baker authored
-
Richard van der Hoff authored
-
- May 09, 2018
-
-
Richard van der Hoff authored
This is useful in its own right, because server.py is full of stuff; but more importantly, I want to do some refactoring that will cause a circular reference as it is.
-
Erik Johnston authored
Refactor sync APIs to reuse pagination API
-
Erik Johnston authored
Refactor get_recent_events_for_room return type
-
Erik Johnston authored
Remove unused code path from member change DB func
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Refactor pagination DB API to return concrete type
-
Erik Johnston authored
-