- Aug 28, 2019
-
-
Richard van der Hoff authored
Some of the caches on worker processes were not being correctly invalidated when a room's state was changed in a way that did not affect the membership list of the room. We need to make sure we send out cache invalidations even when no memberships are changing.
-
- Aug 27, 2019
-
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Richard van der Hoff authored
-
reivilibre authored
Admin API: Set adminship of a user
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Aaron authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Aug 24, 2019
-
-
Neil Johnson authored
-
- Aug 22, 2019
-
-
Jorik Schellekens authored
Propagate opentracing contexts through EDUs Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Jorik Schellekens authored
Propagate opentracing contexts across workers Also includes some Convenience modifications to opentracing for servlets, notably: - Add boolean to skip the whitelisting check on inject extract methods. - useful when injecting into carriers locally. Otherwise we'd always have to include our own servername and whitelist our servername - start_active_span_from_request instead of header - Add boolean to decide whether to extract context from a request to a servlet
-
Manuel Stahl authored
This type of registration was probably never used. It only includes the user name in the HMAC but not the password. Shared secret registration is still available via client/r0/admin/register. Signed-off-by:
Manuel Stahl <manuel.stahl@awesome-technologies.de>
-
Jorik Schellekens authored
Add opentracing tags and logs for e2e keys
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
There's no point doing a raise_from here, because the exception is always logged at warn with no stacktrace in the caller. Instead, let's try to give better messages to reduce confusion. In particular, this means that we won't log 'Failed to connect to remote server' when we don't even attempt to connect to the remote server due to blacklisting.
-
- Aug 21, 2019
-
-
Richard van der Hoff authored
These tables are never used, so we may as well drop them.
-
Erik Johnston authored
-
- Aug 20, 2019
-
-
Richard van der Hoff authored
Hopefully, this will fix a stack overflow when recovering an appservice. The recursion here leads to a huge chain of deferred callbacks, which then overflows the stack when the chain completes. `inlineCallbacks` makes a better job of this if we use iteration instead. Clean up the code a bit too, while we're there.
-
Jorik Schellekens authored
Update opentracing docs to use the unified 'trace' method
-
Erik Johnston authored
-
Richard van der Hoff authored
Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code (it seemed to be previously inexplicably split between `ApplicationServiceScheduler.start` and `_Recoverer.start`). Add some docstrings too.
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
- Aug 17, 2019
-
-
Richard van der Hoff authored
... to save OSes which don't use it from having to maintain a port. Fixes #5865.
- Aug 16, 2019
-
-
Richard van der Hoff authored
-
Chris Moos authored
-
Jorik Schellekens authored
Add authenticated_entity and servlet_names tags. Functionally: - Add a tag for authenticated_entity - Add a tag for servlet_names Stylistically: Moved to importing methods directly from opentracing.
-
Erik Johnston authored
-
Erik Johnston authored
-
Hubert Chathi authored
-
- Aug 15, 2019
-
-
Andrew Morgan authored
Fixes #5833 The emailconfig code was attempting to pull incorrect config file names. This corrects that, while also marking a difference between a config file variable that's a filepath versus a str containing HTML.
-
Erik Johnston authored
-
Andrew Morgan authored
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
Michael Telatynski authored
Don't create broken room when power_level_content_override.users does not contain creator_id. (#5633)
-
Erik Johnston authored
-
Hubert Chathi authored
-
- Aug 14, 2019
-
-
reivilibre authored
Use imperative Co-Authored-By:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Olivier Wilkinson (reivilibre) authored
Signed-off-by:
Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-
- Aug 13, 2019
-