- Jun 05, 2020
-
-
Dirk Klimpel authored
- Admin is able to - change displaynames - delete devices - list devices - get device informations Fixes #7330
-
- Jun 03, 2020
-
-
Richard van der Hoff authored
docs, default configs, comments. Nothing very significant.
-
Richard van der Hoff authored
* Expose `return_html_error`, and allow it to take a Jinja2 template instead of a raw string * Clean up exception handling in SAML2ResponseResource * use the existing code in `return_html_error` instead of re-implementing it (giving it a jinja2 template rather than inventing a new form of template) * do the exception-catching in the REST layer rather than in the handler layer, to make sure we catch all exceptions.
-
- May 27, 2020
-
-
Christopher Cooper authored
Signed-off-by:
Christopher Cooper <cooperc@ocf.berkeley.edu>
-
Jason Robinson authored
'client_auth_method' commented out value was erronously 'client_auth_basic', when code and docstring says it should be 'client_secret_basic'. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Erik Johnston authored
-
Erik Johnston authored
This mostly applise to `*stateGroupCache*` and co. Broke in #6391.
-
- May 22, 2020
-
-
Richard van der Hoff authored
consistency ftw
-
- May 21, 2020
-
-
David Vo authored
-
- May 20, 2020
-
-
Richard van der Hoff authored
-
- May 19, 2020
-
-
Paul Tötterman authored
-
- May 15, 2020
-
-
Richard van der Hoff authored
also a small clarification to nginx
-
Jeff Peeler authored
The specific headers that are passed using this new configuration format are Host and X-Forwarded-For, which should be all that's required. Note that for production another matcher should be added in the first section to properly handle the base_url lookup: reverse_proxy /.well-known/matrix/* http://localhost:8008 Signed-off-by:
Jeff Peeler <jpeeler@gmail.com>
-
- May 14, 2020
-
-
Richard van der Hoff authored
* general updates to CONTRIBUTING.md * notes on updating your PR * Notes on squash-merging or otherwise * document git branching model
-
- May 12, 2020
-
-
Patrick Cloke authored
-
- May 11, 2020
-
-
Amber Brown authored
-
Neil Johnson authored
-
- May 08, 2020
-
-
Andrew Morgan authored
-
Quentin Gliech authored
-
- May 07, 2020
-
-
Manuel Stahl authored
-
Erik Johnston authored
-
Brendan Abolivier authored
Add dummy_events_threshold which allows configuring the number of forward extremities a room needs for Synapse to send forward extremities in it.
-
- May 05, 2020
-
-
Richard van der Hoff authored
a couple of cleanups
-
- Apr 29, 2020
-
-
Erik Johnston authored
This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
-
- Apr 28, 2020
-
-
Andrew Morgan authored
-
Manuel Stahl authored
Signed-off-by:
Manuel Stahl <manuel.stahl@awesome-technologies.de>
-
- Apr 27, 2020
-
-
Brendan Abolivier authored
It doesn't seem to be documented anywhere and means that you suddenly start losing metrics without any obvious reason when you go from monolith to workers (e.g. #7312).
-
lub authored
Signed-off-by:
Simon Körner <git@lubiland.de>
-
- Apr 24, 2020
-
-
Patrick Cloke authored
-
- Apr 23, 2020
-
-
Brendan Abolivier authored
This reverts commit 1adf6a55.
-
Brendan Abolivier authored
This reverts commit 6f431936, reversing changes made to 0d775fcc.
-
- Apr 22, 2020
-
-
Richard van der Hoff authored
Long story short: if we're handling presence on the current worker, we shouldn't be sending USER_SYNC commands over replication. In an attempt to figure out what is going on here, I ended up refactoring some bits of the presencehandler code, so the first 4 commits here are non-functional refactors to move this code slightly closer to sanity. (There's still plenty to do here :/). Suggest reviewing individual commits. Fixes (I hope) #7257.
-
Brendan Abolivier authored
Adds a request_token_inhibit_errors configuration flag (disabled by default) which, if enabled, change the behaviour of all /requestToken endpoints so that they return a 200 and a fake sid if the 3PID was/was not found associated with an account (depending on the endpoint), instead of an error. Co-Authored-By:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
Dirk Klimpel authored
-
- Apr 21, 2020
-
-
Richard van der Hoff authored
-
- Apr 20, 2020
-
-
Lars Franke authored
Also adjust sample_config.yaml Signed-off-by:
Lars Franke <frcl@mailbox.org>
-
- Apr 17, 2020
-
-
nataraj-hates-MS-for-stealing-github authored
-
Tristan Lins authored
-
- Apr 15, 2020
-
-
Andrew Morgan authored
-
- Apr 13, 2020
-
-
Ryan Hovland authored
-