Commit Graph

  • 278f8543be
    Bump twine from 3.8.0 to 4.0.1 (#14332) dependabot[bot] 2022-10-31 13:32:04 +00:00
  • 00d108fce4
    Bump black from 22.3.0 to 22.10.0 (#14328) dependabot[bot] 2022-10-31 13:29:14 +00:00
  • 2bb2c32e8e
    Avoid incrementing bg process utime/stime counters by negative durations (#14323) David Robertson 2022-10-31 13:02:07 +00:00
  • 7911e2835d
    Prevent federation user keys query from returning device names if disallowed (#14304) Andrew Morgan 2022-10-28 18:06:02 +01:00
  • 730b13dbc9
    Improve RawHeaders type hints (#14303) David Robertson 2022-10-28 17:04:02 +01:00
  • 81815e0561
    Switch search SQL to triple-quote strings. (#14311) Patrick Cloke 2022-10-28 11:44:10 -04:00
  • 453914b472 Merge branch 'master' into develop Andrew Morgan 2022-10-28 16:30:54 +01:00
  • d1efa7b3a4
    Add a note that #14300 did not get a fix for 1.70.1 (#14318) Andrew Morgan 2022-10-28 16:28:30 +01:00
  • 1335367ca7 Merge branch 'master' into develop Olivier Wilkinson (reivilibre) 2022-10-28 15:59:51 +01:00
  • 44f0d573cf
    Add docs for an empty trusted_key_servers config option (#13999) Dirk Klimpel 2022-10-28 14:55:03 +02:00
  • cf5f60f87e Merge remote-tracking branch 'upstream/release-v1.70' Tulir Asokan 2022-10-28 14:48:33 +03:00
  • e0d9013adf Tweak changelog v1.70.1 Olivier Wilkinson (reivilibre) 2022-10-28 12:26:40 +01:00
  • cc3a04876f 1.70.1 Olivier Wilkinson (reivilibre) 2022-10-28 12:10:37 +01:00
  • 6a6e1e8c07
    Fix room creation being rate limited too aggressively since Synapse v1.69.0. (#14314) reivilibre 2022-10-28 10:53:34 +00:00
  • aa70556699
    Check appservice user interest against the local users instead of all users (get_users_in_room mis-use) (#13958) Eric Eastwood 2022-10-27 13:29:23 -05:00
  • 67583281e3
    Fix tests for change in PostgreSQL 14 behavior change. (#14310) Patrick Cloke 2022-10-27 09:58:12 -04:00
  • 1357ae869f
    Add workers settings to configuration manual (#14086) Dirk Klimpel 2022-10-27 15:39:47 +02:00
  • 4dc05f3019
    Fix presence bug introduced in 1.64 by #13313 (#14243) Mathieu Velten 2022-10-27 14:16:00 +02:00
  • cbe01ccc3f
    Reject history insertion during partial joins (#14291) David Robertson 2022-10-27 10:52:23 +01:00
  • 40fa8294e3
    Refactor MSC3030 /timestamp_to_event to move away from our snowflake pull from destination pattern (#14096) Eric Eastwood 2022-10-26 16:10:55 -05:00
  • 0d59ae706a
    Use poetry 1.2 for complement in latest deps (#14305) David Robertson 2022-10-26 17:22:26 +01:00
  • 0cfbb35131
    fix broken avatar checks when server_name contains a port (#13927) Ashish Kumar 2022-10-26 18:51:23 +04:00
  • 04fd6221de
    Fix incorrectly sending authentication tokens to application service as headers (#14301) David Robertson 2022-10-26 14:00:01 +01:00
  • 86b7d9b886 Merge branch 'master' into develop Olivier Wilkinson (reivilibre) 2022-10-26 13:05:09 +01:00
  • 9406d96467 Merge remote-tracking branch 'upstream/release-v1.70' Tulir Asokan 2022-10-26 13:49:58 +03:00
  • 8756d5c87e
    Save login tokens in database (#13844) Quentin Gliech 2022-10-26 12:45:41 +02:00
  • 23fa636ed7 1.70.0 v1.70.0 Olivier Wilkinson (reivilibre) 2022-10-26 11:13:29 +01:00
  • d902181de9
    Unified search query syntax using the full-text search capabilities of the underlying DB. (#11635) James Salter 2022-10-25 19:05:22 +01:00
  • 85fcbba595 Merge branch 'release-v1.70' into develop Olivier Wilkinson (reivilibre) 2022-10-25 15:39:35 +01:00
  • 9192d74b0b
    Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) Quentin Gliech 2022-10-25 16:25:02 +02:00
  • 2d0ba3f89a
    Implementation for MSC3664: Pushrules for relations (#11804) DeepBlueV7.X 2022-10-25 13:38:01 +00:00
  • b92e5075c5 Merge remote-tracking branch 'upstream/release-v1.70' Tulir Asokan 2022-10-25 16:18:43 +03:00
  • 0f1befd0b1 Tweak changelog v1.70.0rc2 Olivier Wilkinson (reivilibre) 2022-10-25 14:16:05 +01:00
  • c9dffd5b33
    Remove unused @lru_cache decorator (#13595) Nick Mills-Barrett 2022-10-25 11:39:25 +01:00
  • d125919963
    Cache rust build deps in trial CI (#14287) Erik Johnston 2022-10-25 11:27:56 +01:00
  • 8c8fcdb87d 1.70.0rc2 Olivier Wilkinson (reivilibre) 2022-10-25 11:02:55 +01:00
  • 8c94dd3a27
    Enable WAL for SQLite (#13897) asymmetric 2022-10-25 11:22:55 +02:00
  • 581b37b5d6
    Revert behavior change for bundling edits of non-message events (#14283) Patrick Cloke 2022-10-24 12:07:16 -04:00
  • 19c0e55ef7
    Return NOT_JSON if decode fails and defer set_timeline_upper_limit ca… (#14262) Ryan Miguel 2022-10-24 08:55:06 -07:00
  • 872ea2f4de
    Bump serde_json from 1.0.86 to 1.0.87 (#14279) dependabot[bot] 2022-10-24 14:08:22 +01:00
  • 1e73effebf
    Fix typo in cibuildwheel conf introduced in #14253 David Robertson 2022-10-24 13:56:18 +01:00
  • 09b588854e
    Fix TypeError: 'dict_keys' object is not reversible (#14280) Erik Johnston 2022-10-24 13:05:14 +01:00
  • 386e72a22d
    Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (#14276) dependabot[bot] 2022-10-24 10:16:33 +00:00
  • c6987f65fe
    Bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0 (#14275) dependabot[bot] 2022-10-24 10:13:29 +00:00
  • 1469fed0e3
    Add debugging to help diagnose lost device-list-update (#14268) Richard van der Hoff 2022-10-24 10:45:10 +01:00
  • 6c82b3759f
    Bump pysaml2 from 7.1.2 to 7.2.1 (#14270) dependabot[bot] 2022-10-24 10:40:30 +01:00
  • 94f239d911
    Bump jinja2 from 3.0.3 to 3.1.2 (#14271) dependabot[bot] 2022-10-24 10:40:08 +01:00
  • 673970bb5a
    Bump types-requests from 2.28.11 to 2.28.11.2 (#14272) dependabot[bot] 2022-10-24 10:39:16 +01:00
  • cb76892c7d
    Bump setuptools-rust from 1.5.1 to 1.5.2 (#14273) dependabot[bot] 2022-10-24 10:39:00 +01:00
  • cd02bfc026
    Bump prometheus-client from 0.14.0 to 0.15.0 (#14274) dependabot[bot] 2022-10-24 10:38:40 +01:00
  • 5f06488418
    Bump anyhow from 1.0.65 to 1.0.66 (#14278) dependabot[bot] 2022-10-24 10:20:13 +01:00
  • 278b530875
    Bump serde from 1.0.145 to 1.0.147 (#14277) dependabot[bot] 2022-10-24 10:19:55 +01:00
  • b7a7ff6ee3
    Add initial power level event to batch of bulk persisted events when creating a new room. (#14228) Shay 2022-10-21 10:46:22 -07:00
  • 1d45ad8b2a
    Improve aesthetics and reusability of HTML templates. (#13652) Germain 2022-10-21 18:44:00 +01:00
  • d24346f530
    Fix logging error on SIGHUP (#14258) Richard van der Hoff 2022-10-21 16:03:44 +01:00
  • 1c642156d7
    Only build aarch64 wheels for cpython manylinux (#14259) Erik Johnston 2022-10-21 15:22:26 +01:00
  • 5f77b74215
    Try building ABI3 wheels for cpython (#14253) Erik Johnston 2022-10-21 15:17:19 +01:00
  • 4dd7aa371b
    Properly update the threads table when thread events are redacted. (#14248) Patrick Cloke 2022-10-21 09:11:19 -04:00
  • 1433b5d5b6
    Show erasure status when listing users in the Admin API (#14205) Tadeusz Sośnierz 2022-10-21 14:52:44 +02:00
  • fab495a9e1
    Fix event size checks (#13710) DeepBlueV7.X 2022-10-21 08:49:47 +00:00
  • cacda2d1f5
    Build wheels on macos 11, not 10.15 (#14249) David Robertson 2022-10-20 23:01:08 +01:00
  • 7fe3b908a5
    Update changelog entry for #10015. David Robertson 2022-10-20 17:39:55 +01:00
  • 755bfeee3a
    Use servlets for /key/ endpoints. (#14229) Patrick Cloke 2022-10-20 11:32:47 -04:00
  • da2c93d4b6
    Stop returning unsigned.invite_room_state in PUT /_matrix/federation/v2/invite/{roomId}/{eventId} responses (#14064) Andrew Morgan 2022-10-20 15:17:45 +01:00
  • 09c602b558 Merge branch 'release-v1.70' into develop Erik Johnston 2022-10-20 09:47:04 +01:00
  • 70b3396506
    Explain SynapseError and FederationError better (#14191) Eric Eastwood 2022-10-19 15:39:43 -05:00
  • 3841900aaa
    Bump types-opentracing from 2.4.7 to 2.4.10 (#14133) dependabot[bot] 2022-10-19 20:04:40 +00:00
  • 0b7830e457
    Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) dependabot[bot] 2022-10-19 19:38:24 +00:00
  • 695a85d1bc
    Document encryption_enabled_by_default_for_room_type under the right name (#14110) Matthew Hodgson 2022-10-19 20:17:37 +01:00
  • fe50738e59
    let update_synapse_database run on a multi-database configurations (#13422) Finn 2022-10-19 11:08:40 -07:00
  • c3b3895da4 Merge remote-tracking branch 'upstream/release-v1.70' Tulir Asokan 2022-10-19 17:24:11 +03:00
  • 7f6f3ff337 Remove poetry.lock updates v1.70.0rc1 Erik Johnston 2022-10-19 15:10:55 +01:00
  • 6fcdda68d3 Update lockfile Erik Johnston 2022-10-19 14:26:21 +01:00
  • 15a240f135 1.70.0rc1 Erik Johnston 2022-10-19 14:12:03 +01:00
  • 04d7f56f53
    Use backend-meta edition of issue triage workflow (#14230) Will Hunt 2022-10-19 11:41:25 +01:00
  • fa8616e65c
    Fix MSC3030 /timestamp_to_event returning outliers that it has no idea whether are near a gap or not (#14215) Eric Eastwood 2022-10-18 19:46:25 -05:00
  • 2a76a7369f
    Fix hiding devices names over federation (#10015) Aaron Raimist 2022-10-18 14:54:27 -06:00
  • 1c777ef1e8
    Fix docstring in EventContext (#14145) Shay 2022-10-18 13:40:50 -07:00
  • 06b0c4edfe
    Add aarch64 wheels to CI (#14212) MichaIng 2022-10-18 19:12:21 +02:00
  • 85aa0f513b
    Bump twisted from 22.4.0 to 22.8.0 (#14207) dependabot[bot] 2022-10-18 18:06:06 +01:00
  • 847e2393f3
    Prepatory work for adding power level event to batched events (#14214) Shay 2022-10-18 09:58:47 -07:00
  • 2b940d2668
    Bump pygithub from 1.55 to 1.56 (#14206) dependabot[bot] 2022-10-18 16:36:31 +00:00
  • f91b547a07
    Bump types-setuptools from 65.4.0.0 to 65.5.0.1 (#14208) dependabot[bot] 2022-10-18 16:53:34 +01:00
  • 4eaf3eb840
    Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) Hugh Nimmo-Smith 2022-10-18 16:52:25 +01:00
  • 844ce47b9b
    Don't pin dev-deps in pyproject; use lower bounds (#14227) David Robertson 2022-10-18 16:44:43 +01:00
  • b951d6bd4c
    Fixes to release-artifacts warnings (#14224) David Robertson 2022-10-18 16:40:05 +01:00
  • dbf18f514e
    Update the thread_id right before use (in case the bg update hasn't finished) (#14222) Patrick Cloke 2022-10-18 10:55:41 -04:00
  • e440f9674a
    Enable URL previews in complement homeserver config. (#14198) Jonathan de Jong 2022-10-18 15:52:23 +02:00
  • 8e50299d8b
    Fix track_memory_usage on poetry-core 1.3.x installations (#14221) David Robertson 2022-10-18 13:59:04 +01:00
  • a8677bc9b8
    Deal with some GHA deprecation warnings (#14216) David Robertson 2022-10-18 13:45:34 +01:00
  • 6c5082f3e0
    Flush stdout/err in Dockerfile-workers before replacing the current process (#14195) realtyem 2022-10-18 06:56:20 -05:00
  • c3a4780080
    When restarting a partial join resync, prioritise the server which actioned a partial join (#14126) David Robertson 2022-10-18 12:33:18 +01:00
  • 4af93bd7f6
    Allow poetry-core 1.3.2 (#14217) Ivan Shapovalov 2022-10-18 13:38:58 +04:00
  • dc02d9f8c5
    Avoid checking the event cache when backfilling events (#14164) Andrew Morgan 2022-10-18 10:33:35 +01:00
  • 828b5502cf
    Remove _get_events_cache check optimisation from _have_seen_events_dict (#14161) Andrew Morgan 2022-10-18 10:33:21 +01:00
  • 2c63cdcc3f
    Add debug logs to figure out why an event was filtered (#14095) Eric Eastwood 2022-10-17 16:02:39 -05:00
  • 6fee2f49f3
    Cache Rust build cache when building docker images (#14130) Erik Johnston 2022-10-17 18:21:14 +01:00
  • c101fc6568
    Bump click from 8.1.1 to 8.1.3 (#14201) dependabot[bot] 2022-10-17 17:54:11 +01:00
  • 130668b66c Merge branch 'master' into develop Erik Johnston 2022-10-17 17:04:40 +01:00
  • 4283bd1cf9
    Support filtering the /messages API by relation type (MSC3874). (#14148) Patrick Cloke 2022-10-17 11:32:11 -04:00