- Aug 05, 2022
-
-
Julian-Samuel Gebühr authored
-
- Aug 04, 2022
-
-
Dirk Klimpel authored
-
Dirk Klimpel authored
Fixes: #12534 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Aug 03, 2022
-
-
jejo86 authored
* Improved section regarding server admin Added steps describing how to elevate an existing user to administrator by manipulating a `postgres` database. Signed-off-by:
jejo86 <28619134+jejo86@users.noreply.github.com> * Improved section regarding server admin * Reference database settings Add instructions to check database settings to find out the database name, instead of listing all available PostgreSQL databases. * Add suggestions from PR conversation Replace config filename `homeserver.yaml`. with "config file". Remove instructions to switch to `postgres` user. Add instructions how to connect to SQLite database. * Update changelog.d/13230.doc Co-authored-by:
reivilibre <olivier@librepush.net>
-
Dirk Klimpel authored
* Update doc for setting `macaroon_secret_key` * newsfile
-
Dirk Klimpel authored
Fixes: #13053
-
Dirk Klimpel authored
Fixes: #13433
-
- Aug 02, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Jul 29, 2022
-
-
3nprob authored
Reverts commit fa71bb18, and tweaks documentation. Signed-off-by:
3nprob <git@3n.anonaddy.com>
-
Brendan Abolivier authored
-
- Jul 25, 2022
-
-
Matt Holt authored
Improve/simplify Caddy examples. Remove Caddy v1 (has long been EOL'ed) Signed-off-by:
Matthew Holt <mholt@users.noreply.github.com>
-
Jan Schär authored
Previously, TLS could only be used with STARTTLS. Add a new option `force_tls`, where TLS is used from the start. Implicit TLS is recommended over STARTLS, see https://datatracker.ietf.org/doc/html/rfc8314 Fixes #8046. Signed-off-by:
Jan Schär <jan@jschaer.ch>
-
- Jul 22, 2022
-
-
Richard van der Hoff authored
"changed in" goes before the example
-
Sean Quah authored
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
-
- Jul 21, 2022
-
-
David Teller authored
Resolves #13330. Missed in #13125. Signed-off-by:
David Teller <davidt@element.io>
-
- Jul 19, 2022
-
-
Andrew Morgan authored
-
Jörg Behrmann authored
Signed-off-by:
Jörg Behrmann <behrmann@physik.fu-berlin.de>
-
David Robertson authored
-
- Jul 15, 2022
-
-
David Robertson authored
-
- Jul 13, 2022
-
-
jejo86 authored
* Admin API request explanation improved Pointed out, that the Admin API is not accessible by default from any remote computer, but only from the PC `matrix-synapse` is running on. Added a full, working example, making sure to include the cURL flag `-X`, which needs to be prepended to `GET`, `POST`, `PUT` etc. and listing the full query string including protocol, IP address and port. * Admin API request explanation improved * Apply suggestions from code review Update changelog. Reword prose. Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
- Jul 12, 2022
-
-
Patrick Cloke authored
Inline URL preview documentation near the implementation.
-
Richard van der Hoff authored
* Drop support for delegating email validation Delegating email validation to an IS is insecure (since it allows the owner of the IS to do a password reset on your HS), and has long been deprecated. It will now cause a config error at startup. * Update unit test which checks for email verification Give it an `email` config instead of a threepid delegate * Remove unused method `requestEmailToken` * Simplify config handling for email verification Rather than an enum and a boolean, all we need here is a single bool, which says whether we are or are not doing email verification. * update docs * changelog * upgrade.md: fix typo * update version number this will be in 1.64, not 1.63 * update version number this one too
-
Shay authored
Cross-link doc pages for easier navigation.
-
andrew do authored
-
- Jul 11, 2022
-
-
Andrew Morgan authored
-
- Jul 07, 2022
-
-
reivilibre authored
Check that `auto_vacuum` is disabled when porting a SQLite database to Postgres, as `VACUUM`s must not be performed between runs of the script. (#13195)
-
- Jul 06, 2022
-
-
Patrick Cloke authored
-
- Jul 05, 2022
-
-
reivilibre authored
Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` environment when using `complement.sh`. (#13152)
-
Dirk Klimpel authored
-
- Jun 30, 2022
-
-
Andrew Morgan authored
-
Shay authored
-
Andrew Morgan authored
Add a link to the configuration manual from the homeserver sample config documentation page (#13139)
-
- Jun 29, 2022
-
-
Moritz Stückler authored
Signed-off-by:
Moritz Stückler <moritz.stueckler@gmail.com> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
jejo86 authored
Signed-off-by:
jejo86 <28619134+jejo86@users.noreply.github.com>
-
- Jun 27, 2022
-
-
Aaron authored
This API no longer exists. Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Jun 17, 2022
-
-
Shay authored
Update opentracing docs to reference the configuration manual rather than the configuation file. (#13076)
-
Richard van der Hoff authored
-
- Jun 16, 2022
-
-
Jacek Kuśnierz authored
Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
reivilibre authored
-
- Jun 15, 2022
-
-
Shay authored
-