- Aug 06, 2020
-
-
Erik Johnston authored
-
- Aug 05, 2020
-
-
Erik Johnston authored
-
- Jul 31, 2020
-
-
Erik Johnston authored
-
Travis Ralston authored
These docs were tested successfully in production by a customer, so it's probably fine.
-
- Jul 30, 2020
-
-
Stuart Mumford authored
-
Erik Johnston authored
-
- Jul 29, 2020
-
-
Erik Johnston authored
-
Aaron Raimist authored
-
- Jul 28, 2020
-
-
Dirk Klimpel authored
Add option ```purge``` to ```POST /_synapse/admin/v1/rooms/<room_id>/delete``` Fixes: #3761 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
lugino-emeritus authored
Fixes #7901. Signed-off-by:
Niklas Tittjung <nik_t.01@web.de>
-
Erik Johnston authored
-
- Jul 23, 2020
-
-
Patrick Cloke authored
-
- Jul 22, 2020
-
- Jul 20, 2020
-
-
Adrian authored
-
Andrew Morgan authored
The [postgres setup docs](https://github.com/matrix-org/synapse/blob/develop/docs/postgres.md#set-up-database) recommend setting up your database with user `synapse_user`. However, uncommenting the postgres defaults in the sample config leave you with user `synapse`. This PR switches the sample config to recommend `synapse_user`. Took a me a second to figure this out, so assume this will beneficial to others.
-
- Jul 17, 2020
-
-
Patrick Cloke authored
-
- Jul 16, 2020
-
-
Michael Albert authored
-
Luke Faraone authored
I'm pretty sure there's no technical reason these have to be distinct server blocks, so collapse into one and go with the more terse location block. Signed-off-by:
Luke W Faraone <luke@faraone.cc>
-
- Jul 15, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Jul 14, 2020
-
-
Brendan Abolivier authored
-
Dirk Klimpel authored
The Delete Room admin API allows server admins to remove rooms from server and block these rooms. `DELETE /_synapse/admin/v1/rooms/<room_id>` It is a combination and improvement of "[Shutdown room](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/shutdown_room.md)" and "[Purge room](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/purge_room.md)" API. Fixes: #6425 It also fixes a bug in [synapse/storage/data_stores/main/room.py](synapse/storage/data_stores/main/room.py) in ` get_room_with_stats`. It should return `None` if the room is unknown. But it returns an `IndexError`. https://github.com/matrix-org/synapse/blob/901b1fa561e3cc661d78aa96d59802cf2078cb0d/synapse/storage/data_stores/main/room.py#L99-L105 Related to: - #5575 - https://github.com/Awesome-Technologies/synapse-admin/issues/17 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Patrick Cloke authored
-
- Jul 10, 2020
-
-
Erik Johnston authored
-
- 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>
-