- Jul 01, 2022
-
- Jun 30, 2022
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jun 28, 2022
-
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
reivilibre authored
* Make _iterate_over_text easier to read by using simple data structures * Prefer a set of tags to ignore In my tests, it's 4x faster to check for containment in a set of this size * Add a stack size limit to _iterate_over_text * Continue accepting the case where there is no body element * Use an early return instead for None Co-authored-by:
Richard van der Hoff <richard@matrix.org>
-
Erik Johnston authored
-
David Robertson authored
-
santhoshivan23 authored
- Jun 27, 2022
-
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
Robert Long authored
-
reivilibre authored
Refactor the Dockerfile-workers configuration script to use Jinja2 templates in Synapse workers' Supervisord blocks. (#13054) Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Aaron authored
This API no longer exists. Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Jun 22, 2022
-
-
santhoshivan23 authored
-
- Jun 17, 2022
-
-
David Robertson authored
-
Shay authored
Update opentracing docs to reference the configuration manual rather than the configuation file. (#13076)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* Extend the auth rule checks for `m.room.create` events ... and move them up to the top of the function. Since the no auth_events are allowed for m.room.create events, we may as well get the m.room.create event checks out of the way first. * Add a test for create events with prev_events
-
Patrick Cloke authored
-
reivilibre authored
* Fix type error introduced accidentally by #13045 * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
Richard van der Hoff authored
-
Quentin Gliech authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Quentin Gliech authored
Signed-off-by:
Quentin Gliech <quenting@element.io>
-
Sean Quah authored
When we fail to persist a federation event, we kick off a task to remove its push actions in the background, using the current logging context. Since we don't `await` that task, we may finish our logging context before the task finishes. There's no reason to not `await` the task, so let's do that. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Jun 16, 2022
-
-
Erik Johnston authored
-
reivilibre authored
-
Patrick Cloke authored
Pull out `twitter:` meta tags when generating a preview and use it to augment any `og:` meta tags. Prefers Open Graph information over Twitter card information.
-
reivilibre authored
-
Richard van der Hoff authored
If no database is configured explicitly, use sqlite. This means that you don't have to pass any variables into the image.
-
Jacek Kuśnierz authored
Co-authored-by:
David Robertson <david.m.robertson1@gmail.com>
-
reivilibre authored
-
- Jun 15, 2022
-
-
Richard van der Hoff authored
* Add auth events to events used in tests * Move some event auth checks out to a different method Some of the event auth checks apply to an event's auth_events, rather than the state at the event - which means they can play no part in state resolution. Move them out to a separate method. * Rename check_auth_rules_for_event Now it only checks the state-dependent auth rules, it needs a better name.
-
Shay authored
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@element.io>
-