- May 18, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- May 17, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Server Notices use a special room which the user can't dismiss. They are created on demand when some other bit of the code calls send_notice. (This doesn't actually do much yet becuse we don't call send_notice anywhere)
-
Richard van der Hoff authored
Move RoomCreationHandler out of synapse.handlers.Handlers
-
Erik Johnston authored
Use stream rather depth ordering for push actions
-
Richard van der Hoff authored
Handlers is deprecated nowadays, so let's move this out before I add a new dependency on it. Also fix the docstrings on create_room.
-
- May 16, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
user visit data
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
ConsentResource to gather policy consent from users
-
- May 15, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
The aim is to keep track of when it was last called and only query from that point in time
-
Richard van der Hoff authored
Hopefully there are enough comments and docs in this that it makes sense on its own.
-
- May 14, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
instead of inserting user daily visit data at the end of the day, instead insert incrementally through the day
-
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
-
Erik Johnston authored
This simplifies things as it is, but will also allow us to change the way we traverse topologically without having to update the way push actions work.
-
- 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.
-