- Jun 08, 2022
-
-
James authored
-
- Jun 07, 2022
-
-
Sean Quah authored
* Reword failure message about `await_result=False` * Use `reactor.advance()` instead of `reactor.pump()` * Raise `AssertionError`s ourselves * Un-instance method `_test_disconnect` * Replace `ThreadedMemoryReactorClock` with `MemoryReactorClock`
-
David Robertson authored
-
Sean Quah authored
* Add tests for `/rooms/<room_id>/members` cancellation. * Add tests for `/rooms/<room_id>/state` cancellation. Signed-off-by:
Sean Quah <seanq@element.io>
-
Olivier Wilkinson (reivilibre) authored
-
Daniel Aloni authored
Return the same error message from `/login` when password is incorrect and when account doesn't exist. (#12738)
-
David Robertson authored
-
Erik Johnston authored
* Don't pull out state for catchup * Newsfile * Merge newsfile
-
Olivier Wilkinson (reivilibre) authored
-
Patrick Cloke authored
-
Patrick Cloke authored
By always using delete_devices and sometimes passing a list with a single device ID. Previously these methods had gotten out of sync with each other and it seems there's little benefit to the single-device variant.
-
Olivier Wilkinson (reivilibre) authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
- Jun 06, 2022
-
-
Patrick Cloke authored
* Remove an unused stream ID generator. * Remove the now unused remote profile cache.
-
Erik Johnston authored
Reducing the amount of state we pull from the DB is useful as fetching state is expensive in terms of DB, CPU and memory.
-
Patrick Cloke authored
Avoid breaking a URL preview completely if the chosen image 404s or is unreachable for some other reason (e.g. DNS).
-
Patrick Cloke authored
As opposed to only considering a user to have "participated" if they replied to the thread.
-
Jan Christian Grünhage authored
-
Erik Johnston authored
-
- Jun 03, 2022
-
-
Patrick Cloke authored
-
Patrick Cloke authored
* Skip `og` and `meta` tags where the value is empty. * Fallback to the favicon if there are no other images. * Ignore tags meant for navigation.
-
- Jun 01, 2022
-
-
Erik Johnston authored
-
Michael Telatynski authored
-
Patrick Cloke authored
* Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades.
-
Jacek Kuśnierz authored
-
Richard van der Hoff authored
Currently, we try to pull the event corresponding to a sync token from the database. However, when we fetch redaction events, we check the target of that redaction (because we aren't allowed to send redactions to clients without validating them). So, if the sync token points to a redaction of an event that we don't have, we have a problem. It turns out we don't really need that event, and can just work with its ID and metadata, which sidesteps the whole problem.
-
Erik Johnston authored
-
Patrick Cloke authored
The remaining piece is a background update that is needed for backwards compatibility.
-
- May 31, 2022
-
-
Richard van der Hoff authored
* Raise a dedicated `InvalidEventSignatureError` from `_check_sigs_on_pdu` * Downgrade logging about redactions to DEBUG this can be very spammy during a room join, and it's not very useful. * Raise `InvalidEventSignatureError` from `_check_sigs_and_hash` ... and, more importantly, move the logging out to the callers. * changelog
-
Patrick Cloke authored
The replication logic for groups is no longer used, so the message passing infrastructure can be removed.
-
Andrew Morgan authored
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
Erik Johnston authored
-
Erik Johnston authored
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
While the query was fast, we were calling it *a lot*.
-
Richard van der Hoff authored
event_edges.room_id is implied by the event id, so there is no need to join on the room id.
-