- Aug 02, 2018
-
-
Richard van der Hoff authored
Synapse 0.33.1 (2018-08-02) =========================== SECURITY FIXES -------------- - Fix a potential issue where servers could request events for rooms they have not joined. (`#3641 <https://github.com/matrix-org/synapse/issues/3641>`_) - Fix a potential issue where users could see events in private rooms before they joined. (`#3642 <https://github.com/matrix-org/synapse/issues/3642>`_)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Check room visibility for /event/ requests
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Make sure that the user has permission to view the requeseted event for /event/{eventId} and /room/{roomId}/event/{eventId} requests. Also check that the event is in the given room for /room/{roomId}/event/{eventId}, for sanity.
-
Richard van der Hoff authored
Validation for events/rooms in fed requests
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Since we're about to look up the events themselves anyway, we can skip the extra db queries here.
-
Richard van der Hoff authored
When we get a federation request which refers to an event id, make sure that said event is in the room the caller claims it is in. (patch supplied by @turt2live)
-
- Jul 24, 2018
-
-
Richard van der Hoff authored
Update ISSUE_TEMPLATE.md
-
Richard van der Hoff authored
request backticks for logs
-
- Jul 19, 2018
-
-
Richard van der Hoff authored
document that the affinity package is required for the cpu_affinity setting
-
Richard van der Hoff authored
(mostly just clarifications)
-
Amber Brown authored
-
Amber Brown authored
-
Amber Brown authored
This reverts commit 21d3b879.
-
Richard van der Hoff authored
Disable logcontext warning
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Temporary workaround to #3518 while we release 0.33.0.
-
- Jul 18, 2018
-
-
Amber Brown authored
- Jul 17, 2018
-
-
Richard van der Hoff authored
Fix visibility of events from erased users over federation
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor and optimze filter_events_for_server
-
Richard van der Hoff authored
-
Amber Brown authored
-
Erik Johnston authored
Fix perf regression in PR #3530
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
The get_entities_changed function was changed to return all changed entities since the given stream position, rather than only those changed from a given list of entities. This resulted in the function incorrectly returning large numbers of entities that, for example, caused large increases in database usage.
-
Amber Brown authored
Don't return unknown entities in get_entities_changed
-
Amber Brown authored
check isort by travis
-
- Jul 16, 2018
-
-
Krombel authored
-