- Feb 05, 2021
-
-
Jonathan de Jong authored
-
Dan Callahan authored
Signed-off-by:
Joseph Arnault <computerdude90042@outlook.com> Signed-off-by:
Dan Callahan <danc@element.io> Co-authored-by:
compu42 <56663749+compu42@users.noreply.github.com>
-
- Feb 04, 2021
-
-
Erik Johnston authored
-
Erik Johnston authored
-
dykstranet authored
-
Patrick Cloke authored
Fixes some exceptions if the room state isn't quite as expected. If the expected state events aren't found, try to find them in the historical room state. If they still aren't found, fallback to a reasonable, although ugly, value.
-
Patrick Cloke authored
This fixes the Jinja2 templates for the mapping provider.
-
Jonathan de Jong authored
* Adds proper dependencies. * Minor fixes in database layer.
-
- Feb 03, 2021
-
-
Marcus authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Patrick Cloke authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* fix validation and don't use built-in validation UI Co-authored-by:
Bruno Windels <brunow@element.io>
-
Richard van der Hoff authored
-
dykstranet authored
config: Add detail to auto_join_rooms comment Signed-off-by:
Gary Dykstra <gary@dykstranet.com>
-
Tim Gates authored
-
Patrick Cloke authored
Also add a few more IP ranges to the default blacklist.
-
Erik Johnston authored
-
- Feb 02, 2021
-
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Travis Ralston authored
This could arguably replace the existing admin API for `/members`, however that is out of scope of this change. This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database.
-
Richard van der Hoff authored
-
- Feb 01, 2021
-
-
Richard van der Hoff authored
-
Oliver Hanikel authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Bruno Windels authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fixes #9171
-
Patrick Cloke authored
* Fixes a case where no summary text was returned. * The use of messages_from_person vs. messages_from_person_and_others was tweaked to depend on whether there was 1 sender or multiple senders, not based on if there was 1 room or multiple rooms.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Jan Christian Grünhage authored
Signed-off-by:
Jan Christian Grünhage <jan.christian@gruenhage.xyz>
-
Andrew Morgan authored
Context, Fixes: https://github.com/matrix-org/synapse/issues/9263 In the past to fix an issue with old Riots re-requesting threepid validation tokens, we raised a `LoginError` during UIA instead of `InteractiveAuthIncompleteError`. This is now breaking the way Tchap logs in - which isn't standard, but also isn't disallowed by the spec. An easy fix is just to remove the 4 year old workaround.
-
Richard van der Hoff authored
There's some prelimiary work here to pull out the construction of a jinja environment to a separate function. I wanted to load the template at display time rather than load time, so that it's easy to update on the fly. Honestly, I think we should do this with all our templates: the risk of ending up with malformed templates is far outweighed by the improved turnaround time for an admin trying to update them.
-