- Nov 03, 2022
-
-
Will Hunt authored
* Rename legacy metrics in MAU docs * changelog
-
- Nov 02, 2022
-
-
reivilibre authored
Disable legacy Prometheus metric names by default. They can still be re-enabled for now, but they will be removed altogether in Synapse 1.73.0. (#14353)
-
- Oct 31, 2022
-
-
Quentin Gliech authored
If configured an OIDC IdP can log a user's session out of Synapse when they log out of the identity provider. The IdP sends a request directly to Synapse (and must be configured with an endpoint) when a user logs out.
-
- Oct 28, 2022
-
-
Dirk Klimpel authored
* Add docs for an empty `trusted_key_servers` config option * small rewording * Tweak changelog
-
- Oct 27, 2022
-
-
Eric Eastwood authored
Check appservice user interest against the local users instead of all users (`get_users_in_room` mis-use) (#13958)
-
Dirk Klimpel authored
* Add workers settings to configuration manual * Update `pusher_instances` * update url to python logger * update headlines * update links after headline change * remove link from `daemon process` There is no docs in Synapse for this * extend example for `federation_sender_instances` and `pusher_instances` * more infos about stream writers * add link to DAG * update `pusher_instances` * update `worker_listeners` * update `stream_writers` * Update `worker_name` Co-authored-by:
David Robertson <davidr@element.io>
-
- Oct 26, 2022
-
-
Quentin Gliech authored
* Save login tokens in database Signed-off-by:
Quentin Gliech <quenting@element.io> * Add upgrade notes * Track login token reuse in a Prometheus metric Signed-off-by:
Quentin Gliech <quenting@element.io>
-
- Oct 21, 2022
-
-
Tadeusz Sośnierz authored
* Show erasure status when listing users in the Admin API * Use USING when joining erased_users * Add changelog entry * Revert "Use USING when joining erased_users" This reverts commit 30bd2bf106415caadcfdbdd1b234ef2b106cc394. * Make the erased check work on postgres * Add a testcase for showing erased user status * Appease the style linter * Explicitly convert `erased` to bool to make SQLite consistent with Postgres This also adds us an easy way in to fix the other accidentally integered columns. * Move erasure status test to UsersListTestCase * Include user erased status when fetching user info via the admin API * Document the erase status in user_admin_api * Appease the linter and mypy * Signpost comments in tests Co-authored-by:
Tadeusz Sośnierz <tadeusz@sosnierz.com> Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
- Oct 19, 2022
-
-
Matthew Hodgson authored
* document encryption_enabled_by_default_for_room_type under the right name * add changelog * Update changelog.d/14110.doc
-
- Oct 17, 2022
-
-
David Robertson authored
* Fix dead link to admin registration API * Changelog
-
- Oct 14, 2022
-
-
Patrick Cloke authored
Stabilize the threads API (MSC3856) by supporting (only) the v1 path for the endpoint. This also marks the API as safe for workers since it is a read-only API.
-
- Oct 12, 2022
-
-
Patrick Cloke authored
Co-authored-by:
Eric Eastwood <erice@element.io>
-
- Oct 11, 2022
-
-
David Robertson authored
-
- Oct 10, 2022
-
-
Andrew Morgan authored
-
- Oct 07, 2022
-
-
Paul Tötterman authored
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Oct 06, 2022
-
-
David Robertson authored
-
Andre Klärner authored
-
Quentin Gliech authored
Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) Signed-off-by:
Quentin Gliech <quenting@element.io> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
Richard van der Hoff authored
-
- Oct 04, 2022
-
-
Akshit Tyagi authored
-
- Oct 03, 2022
-
-
reivilibre authored
Announce that legacy metric names are deprecated, will be turned off by default in Synapse v1.71.0 and removed altogether in Synapse v1.73.0. (#14024)
-
- Sep 30, 2022
-
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Sep 28, 2022
-
-
Patrick Cloke authored
-
Andrew Morgan authored
-
Ashish Kumar authored
-
- Sep 27, 2022
-
-
Eric Eastwood authored
* Emphasize the right reasons to use (room_id, event_id) Follow-up to: - https://github.com/matrix-org/synapse/pull/13701 - https://github.com/matrix-org/synapse/pull/13771
-
David Robertson authored
* Update upgrade notes * Synapse Synapse Synapse Synapse Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
David Robertson authored
-
- Sep 26, 2022
-
-
enterprisey authored
* Update NixOS module URL * Create 13818.doc
-
- Sep 22, 2022
-
-
Patrick Cloke authored
-
- Sep 21, 2022
-
-
Peter Scheu authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Sep 20, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
- Sep 16, 2022
-
-
Quentin Gliech authored
-
reivilibre authored
Update request log format documentation to mention the format used when the authenticated user is controlling another user. (#13794)
-
- Sep 15, 2022
-
-
Eric Eastwood authored
`matrix_synapse.egg-info/` Mentioned at https://matrix.to/#/!vcyiEtMVHIhWXcJAfl:sw1v.org/$aKy_IjrKwb70aTVZWeW_6zt0k7OIZ1YkyZpkP9uiRaM?via=matrix.org&via=element.io&via=beeper.com and many other places.
-
Eric Eastwood authored
Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) Fix https://github.com/matrix-org/synapse/issues/13685 New config: ```diff listeners: - port: 8008 tls: false type: http x_forwarded: true + request_id_header: "cf-ray" bind_addresses: ['::1', '127.0.0.1', '0.0.0.0'] ```
-
- Sep 13, 2022
-
-
Richard van der Hoff authored
-