- Aug 17, 2020
-
-
Andrew Morgan authored
Fixes https://github.com/matrix-org/synapse/issues/6583
-
Patrick Cloke authored
-
- Aug 14, 2020
-
-
Patrick Cloke authored
-
- Aug 13, 2020
-
-
Patrick Cloke authored
-
- Aug 12, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Erik Johnston authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Aug 11, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Aug 10, 2020
-
-
Richard van der Hoff authored
I think this would have caught all the cases in https://github.com/matrix-org/synapse/issues/7642 - and I think a 500 makes more sense here than a 403
-
- Aug 07, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Erik Johnston authored
-
- Aug 06, 2020
-
-
Brendan Abolivier authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Aug 05, 2020
-
-
Erik Johnston authored
-
- Aug 04, 2020
-
-
Patrick Cloke authored
-
- Aug 03, 2020
-
-
Andrew Morgan authored
`StatsHandler` handles updates to the `current_state_delta_stream`, and updates room stats such as the amount of state events, joined users, etc. However, it counts every new join membership as a new user entering a room (and that user being in another room), whereas it's possible for a user's membership status to go from join -> join, for instance when they change their per-room profile information. This PR adds a check for join->join membership transitions, and bails out early, as none of the further checks are necessary at that point. Due to this bug, membership stats in many rooms have ended up being wildly larger than their true values. I am not sure if we also want to include a migration step which recalculates these statistics (possibly using the `_populate_stats_process_rooms` bg update). Bug introduced in the initial implementation https://github.com/matrix-org/synapse/pull/4338.
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Jul 31, 2020
-
-
Erik Johnston authored
-
- Jul 30, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Jul 29, 2020
-
-
Brendan Abolivier authored
-
- Jul 28, 2020
-
-
Patrick Cloke authored
-
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>
-
- Jul 27, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Andrew Morgan authored
Converts tests/rest/admin/test_room.py to have unix file endings after they were accidentally changed in #7613. Keeping the same changelog as #7613 as it hasn't gone out in a release yet.
-
Patrick Cloke authored
Fixes previews of Twitter URLs by using their oEmbed endpoint to grab content.
-
- Jul 24, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
Patrick Cloke authored
-