Commit Graph

12434 Commits (8238b55e08e8fbd7c7169b72281538a3e34c6488)

Author SHA1 Message Date
Aaron Raimist 8238b55e08
Update description of server_name config option (#8415) 4 years ago
Will Hunt c2bdf040aa
Discard an empty upload_name before persisting an uploaded file (#7905) 4 years ago
Erik Johnston b1433bf231
Don't table scan events on worker startup (#8419) 4 years ago
Richard van der Hoff 2649d545a5
Mypy fixes for `synapse.handlers.federation` (#8422) 4 years ago
Will Hunt 8676d8ab2e
Filter out appservices from mau count (#8404) 4 years ago
Andrew Morgan 1c6b8752b8
Only assert valid next_link params when provided (#8417) 4 years ago
Richard van der Hoff 866c84da8d
Add metrics to track success/otherwise of replication requests (#8406) 4 years ago
Richard van der Hoff 1c262431f9
Fix handling of connection timeouts in outgoing http requests (#8400) 4 years ago
Andrew Morgan d4605d1f16 Don't check whether a 3pid is allowed to register during password reset 4 years ago
Erik Johnston bd380d942f
Add checks for postgres sequence consistency (#8402) 4 years ago
Richard van der Hoff 5e3ca12b15
Create a mechanism for marking tests "logcontext clean" (#8399) 4 years ago
Richard van der Hoff 450ec48445
A pair of tiny cleanups in the federation request code. (#8401) 4 years ago
Matthew Hodgson 4b3a1faa08 typo 4 years ago
Patrick Cloke 31acc5c309
Escape the error description on the sso_error template. (#8405) 4 years ago
Richard van der Hoff fec6f9ac17
Fix occasional "Re-starting finished log context" from keyring (#8398) 4 years ago
Tdxdxoz abd04b6af0
Allow existing users to login via OpenID Connect. (#8345) 4 years ago
Erik Johnston 3e87d79e1c
Fix schema delta for servers that have not backfilled (#8396) 4 years ago
Erik Johnston f112cfe5bb
Fix MultiWriteIdGenerator's handling of restarts. (#8374) 4 years ago
Andrew Morgan 920dd1083e 1.20.1 4 years ago
Andrew Morgan 3f4a2a7064
Hotfix: disable autoescape by default when rendering Jinja2 templates (#8394) 4 years ago
Richard van der Hoff 11c9e17738
Add type annotations to SimpleHttpClient (#8372) 4 years ago
Erik Johnston ac11fcbbb8
Add EventStreamPosition type (#8388) 4 years ago
Richard van der Hoff 2983049a77
Factor out `_send_dummy_event_for_room` (#8370) 4 years ago
Richard van der Hoff 91c60f3042
Improve logging of state resolution (#8371) 4 years ago
Richard van der Hoff 302dc89f6a
Fix bug which caused failure on join with malformed membership events (#8385) 4 years ago
Erik Johnston cbabb312e0
Use `async with` for ID gens (#8383) 4 years ago
Mathieu Velten 916bb9d0d1
Don't push if an user account has expired (#8353) 4 years ago
Patrick Cloke bbde4038df
Do not check lint/test dependencies at runtime. (#8377) 4 years ago
Andrew Morgan 4325be1a52 Fix missing null character check on guest_access room state 4 years ago
Dirk Klimpel 8998217540
Fixed a bug with reactivating users with the admin API (#8362) 4 years ago
Dirk Klimpel 4da01f9c61
Admin API for reported events (#8217) 4 years ago
Andrew Morgan 55bb5fda33 1.20.0 4 years ago
Dionysis Grigoropoulos 37ca5924bd
Create function to check for long names in devices (#8364) 4 years ago
Richard van der Hoff 4f3096d866 Add a comment re #1691 4 years ago
Patrick Cloke babc027543
Fix a bad merge from release-v1.20.0. (#8354) 4 years ago
Patrick Cloke d5f7182ba1 1.20.0rc5 4 years ago
Dirk Klimpel d688b4bafc
Admin API for querying rooms where a user is a member (#8306) 4 years ago
Andrew Morgan 5b70acb44c 1.19.3 4 years ago
reivilibre 36efbcaf51
Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) 4 years ago
Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344) 4 years ago
Will Hunt 68c7a6936f
Allow appservice users to /login (#8320) 4 years ago
Andrew Morgan 27c1abc7b8
Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) 4 years ago
Erik Johnston 43f2b67e4d
Intelligently select extremities used in backfill. (#8349) 4 years ago
Patrick Cloke 9db4c1b175
Add flags to /versions about whether new rooms are encrypted by default. (#8343) 4 years ago
Erik Johnston 14b5b48a22
Fix ratelimiting for federation `/send` requests. (#8342) 4 years ago
Jonathan de Jong efb6b6629c
Move lint dependencies to extras_require (#8330) 4 years ago
Jonathan de Jong 837293c314
Remove obsolete __future__ imports (#8337) 4 years ago
Patrick Cloke c3c9732c53
Use admin_patterns for all admin APIs. (#8331) 4 years ago
Jonathan de Jong 53284c425e
Fix a potential bug of UnboundLocalError (#8329) 4 years ago
Jonathan de Jong a3f124b821
Switch metaclass initialization to python 3-compatible syntax (#8326) 4 years ago