summary refs log tree commit diff
path: root/synapse/federation/federation_server.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-26Handle SQLite github/erikj/chains_debug_logging erikj/chains_debug_loggingErik Johnston1-2/+5
2024-06-26Remove debug loggingErik Johnston1-17/+0
2024-06-25Fixes to the table of contents in the README (#17329)Andrew Morgan2-4/+5
2024-06-25Fix outdated Security Disclosure Policy references (#17341)Denis Kasak4-5/+6
2024-06-25Re-introduce federation /download endpoint (#17350)Shay8-11/+588
2024-06-25Fix refreshable_access_token_lifetime typo (#17357)douglaz1-1/+1
2024-06-25Limit amount of replication we send (#17358)Erik Johnston2-8/+8
2024-06-25Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston6-48/+89
2024-06-25Revert "Reduce device lists replication traffic." (#17360)Erik Johnston6-89/+48
2024-06-24Add `is_invite` filtering to Sliding Sync `/sync` (#17335)Eric Eastwood4-43/+199
2024-06-24Correct error in user_directory docs (#17348)devonh2-1/+3
2024-06-24Add default values for rc_invites per_issuer to docs (#17347)devonh2-2/+4
2024-06-24Fix room `type` typo in mailer (#17336)Eric Eastwood2-2/+4
2024-06-24Reintroduce #17291. (#17338)Erik Johnston7-89/+250
2024-06-24Add support for MSC3823 - Account Suspension Part 2 (#17255)Shay9-0/+287
2024-06-24Reduce device lists replication traffic. (#17333)Erik Johnston6-48/+89
2024-06-24Tidy up integer parsing (#17339)Denis Kasak8-34/+25
2024-06-24Bump lazy_static from 1.4.0 to 1.5.0 (#17355)dependabot[bot]1-2/+2
2024-06-24Bump typing-extensions from 4.11.0 to 4.12.2 (#17354)dependabot[bot]1-3/+3
2024-06-24Bump netaddr from 1.2.1 to 1.3.0 (#17353)dependabot[bot]1-3/+3
2024-06-24Bump packaging from 24.0 to 24.1 (#17352)dependabot[bot]1-4/+4
2024-06-24Bump sentry-sdk from 2.3.1 to 2.6.0 (#17351)dependabot[bot]1-4/+4
2024-06-21Bump urllib3 from 2.0.7 to 2.2.2 (#17346)dependabot[bot]1-5/+5
2024-06-21Bump requests from 2.31.0 to 2.32.2 (#17345)dependabot[bot]1-4/+4
2024-06-21Bump tornado from 6.4 to 6.4.1 (#17344)dependabot[bot]1-15/+15
2024-06-21Bump authlib from 1.3.0 to 1.3.1 (#17343)dependabot[bot]1-3/+3
2024-06-19Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston5-230/+82
2024-06-19Register sliding sync under a different path (#17331)Erik Johnston3-2/+5
2024-06-19register-new-matrix-user: add a flag to ignore already existing users (#17304)Jörg Thalheim4-3/+34
2024-06-19Filter added to Admin-API GET /rooms (#17276)Alexander Fechler5-15/+131
2024-06-19Update the README with Element branding and a few fixes (#17324)Andrew Morgan2-25/+51
2024-06-19Remove `expire_access_token` from Docker configuration (#17198)Aaron Dewes2-1/+1
2024-06-19Handle large chain calc better (#17291)Erik Johnston5-82/+230
2024-06-19Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan5-21/+173
2024-06-18Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan11-659/+25
2024-06-18register_new_matrix_user: add password-file flag (#17294)Jörg Thalheim4-7/+29
2024-06-18Add support for via query parameter from MSC4156 (#17322)Johannes Marbach4-0/+20
2024-06-181.109.0 v1.109.0 github/release-v1.109 release-v1.109Quentin Gliech4-2/+16
2024-06-18fix missing quotes for exclude_rooms_from_sync (#17308)Dirk Klimpel2-1/+2
2024-06-18Switch to macOS 12 runners to fix building of wheels for macOS (#17319)Quentin Gliech2-4/+5
2024-06-18Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 (#17316)dependabot[bot]1-4/+4
2024-06-18Bump docker/build-push-action from 5 to 6 (#17312)dependabot[bot]1-1/+1
2024-06-18Bump dawidd6/action-download-artifact from 5 to 6 (#17313)dependabot[bot]1-1/+1
2024-06-18Bump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 (#17314)dependabot[bot]1-3/+3
2024-06-18Bump phonenumbers from 8.13.37 to 8.13.39 (#17315)dependabot[bot]1-3/+3
2024-06-18Bump msgpack from 1.0.7 to 1.0.8 (#17317)dependabot[bot]1-57/+57
2024-06-17Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood5-100/+189
2024-06-17Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood9-121/+459
2024-06-171.109.0rc3 v1.109.0rc3Quentin Gliech6-4/+20
2024-06-17Set our own stream position from the current sequence value on startup (#17309)Quentin Gliech3-178/+147
2024-06-17Use the release branch for sytest in release-branch PRs (#17306)Quentin Gliech2-0/+4
2024-06-14Automatically apply SQL for inconsistent sequence (#17305)Erik Johnston4-37/+25
2024-06-14Enable cross-signing key upload without UIA (#17284)Richard van der Hoff7-123/+32
2024-06-13Include user membership on events (#17282)Richard van der Hoff18-45/+8
2024-06-13Add `is_dm` filtering to Sliding Sync `/sync` (#17277)Eric Eastwood5-7/+416
2024-06-13Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17...Eric Eastwood3-14/+15
2024-06-13Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood10-9/+31
2024-06-13Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood3-12/+290
2024-06-13Bump `mypy` from 1.8.0 to 1.9.0 (#17297)Andrew Morgan4-40/+82
2024-06-13Clarify that MSC4151 is enabled on matrix.org (#17296)Quentin Gliech2-1/+10
2024-06-12Add report room API (MSC4151) (#17270)Travis Ralston9-8/+210
2024-06-12Bump types-jsonschema from 4.21.0.20240311 to 4.22.0.20240610 (#17288)dependabot[bot]1-3/+3
2024-06-12Bump jinja2 from 3.1.3 to 3.1.4 (#17287)dependabot[bot]1-3/+3
2024-06-11CHANGES.md: s/OTKs/one-time-keys/ v1.109.0rc2Quentin Gliech1-1/+1
2024-06-111.109.0rc2Quentin Gliech5-3/+17
2024-06-11Bump regex from 1.10.4 to 1.10.5 (#17290)dependabot[bot]1-2/+2
2024-06-11Bump dawidd6/action-download-artifact from 3.1.4 to 5 (#17289)dependabot[bot]1-1/+1
2024-06-11Bump types-pillow from 10.2.0.20240423 to 10.2.0.20240520 (#17285)dependabot[bot]1-3/+3
2024-06-10Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood15-244/+269
2024-06-10Fix bug where device lists would break sync (#17292)Erik Johnston3-9/+36
2024-06-10Update changelogErik Johnston1-1/+1
2024-06-10Always return OTK counts (#17275)Erik Johnston2-4/+30
2024-06-10Wrong retention policy being used when filtering events (lint `ControlVarUsed...Eric Eastwood2-1/+2
2024-06-07Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay10-24/+659
2024-06-07Add debug logging for when room keys are uploaded, including whether they are...reivilibre2-0/+19
2024-06-06Add Sliding Sync `/sync` endpoint (initial implementation) (#17187)Eric Eastwood11-15/+2302
2024-06-06Handle OTK uploads off master (#17271)Erik Johnston3-38/+60
2024-06-06Don't try and resync devices for down hosts (#17273)Erik Johnston2-6/+19
2024-06-06Always return OTK counts (#17275)Erik Johnston2-4/+30
2024-06-05Ratelimiting of remote media downloads (#17256)Shay12-14/+372
2024-06-05Handle hyphens in user dir search porperly (#17254)Erik Johnston4-6/+104
2024-06-04Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#...Eric Eastwood11-75/+85
2024-06-04Bump sentry-sdk from 2.1.1 to 2.3.1 (#17263)dependabot[bot]1-4/+4
2024-06-04Fix typo in CHANGES.md v1.109.0rc1Andrew Morgan1-1/+1
2024-06-041.109.0rc1Andrew Morgan25-23/+61
2024-06-03Bump types-pyopenssl from 24.0.0.20240311 to 24.1.0.20240425 (#17260)dependabot[bot]1-3/+18
2024-06-03Bump mypy-zope from 1.0.3 to 1.0.4 (#17262)dependabot[bot]1-4/+4
2024-06-03Bump lxml from 5.2.1 to 5.2.2 (#17261)dependabot[bot]1-156/+144
2024-05-31Fix bug where typing replication breaks (#17252)Erik Johnston3-4/+56
2024-05-31Fix logging errors when receiving invalid User ID for key querys (#17250)Erik Johnston2-0/+6
2024-05-31Fix sentry default tags (#17251)Erik Johnston2-10/+11
2024-05-30In sync wait for worker to catch up since token (#17215)Erik Johnston7-7/+134
2024-05-30Fix deduplicating of membership events to not create unused state groups. (#1...Erik Johnston4-35/+54
2024-05-30Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston10-363/+227
2024-05-30Clean out invalid destinations from outbox (#17242)Erik Johnston3-0/+92
2024-05-30Ensure we delete media if we reject due to spam check (#17246)Erik Johnston3-32/+33
2024-05-29Move towards using `MultiWriterIdGenerator` everywhere (#17226)Erik Johnston10-379/+341
2024-05-29Don't invalidate all `get_relations_for_event` on history purge (#17083)Erik Johnston6-13/+41
2024-05-29Change allow_unsafe_locale to also apply on new databases (#17238)Erik Johnston3-7/+13
2024-05-29Ignore attempts to send to-device messages to bad users (#17240)Erik Johnston2-0/+8
2024-05-29Handle duplicate OTK uploads racing (#17241)Erik Johnston2-33/+46
2024-05-29Fix slipped logging context when media rejected (#17239)Erik Johnston6-91/+55
2024-05-28Bump phonenumbers from 8.13.35 to 8.13.37 (#17235)dependabot[bot]1-3/+3
2024-05-281.108.0 v1.108.0 github/release-v1.108 release-v1.108Olivier 'reivilibre3-1/+14
2024-05-28Bump pyicu from 2.13 to 2.13.1 (#17236)dependabot[bot]1-2/+2
2024-05-28Bump pyopenssl from 24.0.0 to 24.1.0 (#17234)dependabot[bot]1-4/+4
2024-05-28Bump prometheus-client from 0.19.0 to 0.20.0 (#17233)dependabot[bot]1-3/+3
2024-05-28Bump serde from 1.0.202 to 1.0.203 (#17232)dependabot[bot]1-4/+4
2024-05-24Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213)Shay7-549/+2393
2024-05-23Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167)Eric Eastwood7-175/+861
2024-05-22Log exceptions when failing to auto-join new user according to the `auto_join...reivilibre2-1/+2
2024-05-22Add logging to tasks managed by the task scheduler, showing CPU and database ...reivilibre2-2/+68
2024-05-22Reduce work of calculating outbound device pokes (#17211)Erik Johnston3-0/+32
2024-05-22Update Lemonldap-NG OIDC config (#17204)Yadd2-0/+3
2024-05-21Bring auto-accept invite logic into Synapse (#17147)devonh11-1/+945
2024-05-21Improve perf of sync device lists (#17216)Erik Johnston5-62/+103
2024-05-21Fixup changelog v1.108.0rc1Erik Johnston1-1/+1
2024-05-21Bump twine from 5.0.0 to 5.1.0 (#17225)dependabot[bot]1-3/+3
2024-05-21Bump bcrypt from 4.1.2 to 4.1.3 (#17224)dependabot[bot]1-28/+28
2024-05-21Bump pyasn1 from 0.5.1 to 0.6.0 (#17223)dependabot[bot]1-4/+4
2024-05-21Bump types-psycopg2 from 2.9.21.20240311 to 2.9.21.20240417 (#17222)dependabot[bot]1-3/+3
2024-05-21Bump serde from 1.0.201 to 1.0.202 (#17221)dependabot[bot]1-4/+4
2024-05-21Bump anyhow from 1.0.83 to 1.0.86 (#17220)dependabot[bot]1-2/+2
2024-05-21Fixup changelogErik Johnston1-1/+1
2024-05-211.108.0rc1Erik Johnston27-25/+53
2024-05-18Add a short sleep if the request is rate-limited (#17210)Erik Johnston6-4/+15
2024-05-17Federated Knocking Endpoints added (missing in Docu) (#17058)Dominic Schubert2-0/+3
2024-05-17Add a cache to auth linksErik Johnston1-3/+79
2024-05-16Refactor `SyncResultBuilder` assembly to its own function (#17202)Eric Eastwood2-116/+149
2024-05-16Fix `joined_rooms`/`joined_room_ids` usage (#17208)Eric Eastwood2-1/+2
2024-05-16Rename to be obvious: `joined_rooms` -> `joined_room_ids` (#17203)Eric Eastwood2-2/+3
2024-05-16Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood5-14/+59
2024-05-16Route `/make_knock` and `/send_knock` to workers in Complement docker image (...Andrew Morgan2-0/+3
2024-05-16Revert "Improve perf of sync device lists" (#17207)Erik Johnston3-9/+46
2024-05-16Fix bug where push rules would be empty in `/sync` (#17142)Erik Johnston3-13/+37
2024-05-16Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood5-25/+128
2024-05-15Fix request path for `federation_whitelist_endpoint_enabled` option in docume...Andrew Morgan2-1/+2
2024-05-14Cache literal sync filter validation (#17186)Erik Johnston2-1/+14
2024-05-14Reduce pauses on large device list changes (#17192)Erik Johnston2-3/+11
2024-05-14Improve perf of sync device lists (#17191)Erik Johnston3-46/+9
2024-05-141.107.0 v1.107.0 github/release-v1.107 release-v1.107Andrew Morgan3-1/+13
2024-05-14Allows CAS SSO flow to provide user IDs composed of numbers only (#17098)Aurélien Grimpard4-0/+30
2024-05-14Up batch sizeErik Johnston1-1/+1
2024-05-14Bump serde_json from 1.0.116 to 1.0.117 (#17182)dependabot[bot]1-2/+2
2024-05-14Bump serde from 1.0.200 to 1.0.201 (#17183)dependabot[bot]1-4/+4
2024-05-14Bump gitpython from 3.1.41 to 3.1.43 (#17181)dependabot[bot]1-4/+5
2024-05-14Bump cryptography from 42.0.5 to 42.0.7 (#17180)dependabot[bot]1-33/+33