- Jul 08, 2020
-
-
Nicolai Søborg authored
* Change Caddy links Current links points to Caddy v1 which is deprecated. Signed-off-by:
Nicolai Søborg <git@xn--sb-lka.org>
-
- Jul 06, 2020
-
-
Patrick Cloke authored
-
- Jun 30, 2020
-
-
Patrick Cloke authored
-
- Jun 17, 2020
-
-
Erik Johnston authored
This requires a new config option to specify which media repo should be responsible for running background jobs to e.g. clear out expired URL preview caches.
-
- Jun 16, 2020
-
-
Richard van der Hoff authored
-
hungrymonkey authored
-
- Jun 11, 2020
-
-
Patrick Cloke authored
-
wondratsch authored
Just a simple typo fix. Signed-off-by:
wondratsch <28294257+wondratsch@users.noreply.github.com>
-
- Jun 10, 2020
-
-
Andrew Morgan authored
Fixes https://github.com/matrix-org/synapse/issues/2431 Adds config option `encryption_enabled_by_default_for_room_type`, which determines whether encryption should be enabled with the default encryption algorithm in private or public rooms upon creation. Whether the room is private or public is decided based upon the room creation preset that is used. Part of this PR is also pulling out all of the individual instances of `m.megolm.v1.aes-sha2` into a constant variable to eliminate typos ala https://github.com/matrix-org/synapse/pull/7637 Based on #7637
-
- Jun 05, 2020
-
-
Travis Ralston authored
Fixes https://github.com/matrix-org/synapse/issues/3177
-
Richard van der Hoff authored
* Clarify how to authenticate * path params are not the same thing as query params * Fix documentation for `/_synapse/admin/v2/users/<user_id>`
-
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
-