0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 16:48:18 +02:00

Commit graph

  • d21cd494ca Merge remote-tracking branch 'upstream/release-v1.109' master Tulir Asokan 2024-06-11 17:55:37 +0300
  • e6816babf6
    CHANGES.md: s/OTKs/one-time-keys/ v1.109.0rc2 Quentin Gliech 2024-06-11 15:39:30 +0200
  • a8069e9739
    1.109.0rc2 Quentin Gliech 2024-06-11 15:22:21 +0200
  • 8c4937b216
    Fix bug where device lists would break sync (#17292) Erik Johnston 2024-06-10 15:56:57 +0100
  • b84e31375b Update changelog Erik Johnston 2024-06-10 15:55:42 +0100
  • 06953bc193 Always return OTK counts (#17275) Erik Johnston 2024-06-06 17:10:58 +0100
  • 896b1ea2ba Merge remote-tracking branch 'upstream/release-v1.109' Tulir Asokan 2024-06-05 11:20:10 +0300
  • e2f8476044 Fix typo in CHANGES.md v1.109.0rc1 Andrew Morgan 2024-06-04 09:47:28 +0100
  • 18c1196893 1.109.0rc1 Andrew Morgan 2024-06-04 09:46:09 +0100
  • 8a3270075b
    Bump types-pyopenssl from 24.0.0.20240311 to 24.1.0.20240425 (#17260) dependabot[bot] 2024-06-03 14:26:41 +0100
  • f458dff16d
    Bump mypy-zope from 1.0.3 to 1.0.4 (#17262) dependabot[bot] 2024-06-03 14:23:29 +0100
  • 6b709c512d
    Bump lxml from 5.2.1 to 5.2.2 (#17261) dependabot[bot] 2024-06-03 14:21:20 +0100
  • 5c2a837e3c
    Fix bug where typing replication breaks (#17252) Erik Johnston 2024-05-31 16:07:05 +0100
  • 966a886b36 Include stream ordering in the unsigned event dict Nick Mills-Barrett 2024-03-08 17:01:27 +0000
  • 535e97da7b Fix wildcard user and room ID filters Tulir Asokan 2024-05-31 14:30:25 +0300
  • 64f5a4a353
    Fix logging errors when receiving invalid User ID for key querys (#17250) Erik Johnston 2024-05-31 11:27:56 +0100
  • 7dd14fadb1
    Fix sentry default tags (#17251) Erik Johnston 2024-05-31 11:27:47 +0100
  • 5624c8b961
    In sync wait for worker to catch up since token (#17215) Erik Johnston 2024-05-30 14:03:49 +0100
  • 4e3868dc46
    Fix deduplicating of membership events to not create unused state groups. (#17164) Erik Johnston 2024-05-30 12:33:48 +0100
  • d16910ca02
    Replaces all usages of StreamIdGenerator with MultiWriterIdGenerator (#17229) Erik Johnston 2024-05-30 12:07:32 +0100
  • 225f378ffa
    Clean out invalid destinations from outbox (#17242) Erik Johnston 2024-05-30 11:25:24 +0100
  • 8bd9ff0783
    Ensure we delete media if we reject due to spam check (#17246) Erik Johnston 2024-05-30 11:22:19 +0100
  • 466f344547
    Move towards using MultiWriterIdGenerator everywhere (#17226) Erik Johnston 2024-05-29 13:19:10 +0100
  • 726006cdf2
    Don't invalidate all get_relations_for_event on history purge (#17083) Erik Johnston 2024-05-29 12:57:10 +0100
  • 967b6948b0
    Change allow_unsafe_locale to also apply on new databases (#17238) Erik Johnston 2024-05-29 12:04:13 +0100
  • d7198dfb95
    Ignore attempts to send to-device messages to bad users (#17240) Erik Johnston 2024-05-29 11:52:48 +0100
  • 94ef2f4f5d
    Handle duplicate OTK uploads racing (#17241) Erik Johnston 2024-05-29 11:16:00 +0100
  • bb5a692946
    Fix slipped logging context when media rejected (#17239) Erik Johnston 2024-05-29 11:14:42 +0100
  • ad179b0136 Merge branch 'master' into develop Olivier 'reivilibre 2024-05-28 13:34:19 +0100
  • 5147ce294a
    Bump phonenumbers from 8.13.35 to 8.13.37 (#17235) dependabot[bot] 2024-05-28 13:26:37 +0100
  • acfc71a2de Merge remote-tracking branch 'upstream/release-v1.108' Tulir Asokan 2024-05-28 14:04:34 +0300
  • f35bc08d39 1.108.0 v1.108.0 Olivier 'reivilibre 2024-05-28 11:54:28 +0100
  • f2616edb73
    Bump pyicu from 2.13 to 2.13.1 (#17236) dependabot[bot] 2024-05-28 11:28:58 +0100
  • 86a2a0258f
    Bump pyopenssl from 24.0.0 to 24.1.0 (#17234) dependabot[bot] 2024-05-28 11:28:32 +0100
  • 0893ee9af8
    Bump prometheus-client from 0.19.0 to 0.20.0 (#17233) dependabot[bot] 2024-05-28 11:28:16 +0100
  • 887f773472
    Bump serde from 1.0.202 to 1.0.203 (#17232) dependabot[bot] 2024-05-28 11:27:51 +0100
  • 9edb725ebc
    Support MSC3916 by adding unstable media endpoints to _matrix/client (#17213) Shay 2024-05-24 01:47:37 -0700
  • c97251d5ba
    Add Sliding Sync /sync/e2ee endpoint for To-Device messages (#17167) Eric Eastwood 2024-05-23 12:06:16 -0500
  • 7e2412265d
    Log exceptions when failing to auto-join new user according to the auto_join_rooms option. (#17176) reivilibre 2024-05-22 14:22:33 +0100
  • 7ef00b7628
    Add logging to tasks managed by the task scheduler, showing CPU and database usage. (#17219) reivilibre 2024-05-22 14:12:58 +0100
  • b71d277438
    Reduce work of calculating outbound device pokes (#17211) Erik Johnston 2024-05-22 13:55:18 +0100
  • a547b49773
    Update Lemonldap-NG OIDC config (#17204) Yadd 2024-05-22 16:29:31 +0400
  • 6a9a641fb8
    Bring auto-accept invite logic into Synapse (#17147) devonh 2024-05-21 20:09:17 +0000
  • b5facbac0f
    Improve perf of sync device lists (#17216) Erik Johnston 2024-05-21 16:48:20 +0100
  • b250ca5df2 Merge branch 'release-v1.108' into develop Erik Johnston 2024-05-21 12:21:26 +0100
  • 048b912ac1 Merge remote-tracking branch 'upstream/release-v1.108' Tulir Asokan 2024-05-21 13:07:17 +0300
  • e0d420fbd1 Fixup changelog v1.108.0rc1 Erik Johnston 2024-05-21 10:57:58 +0100
  • 9956f35c6a
    Bump twine from 5.0.0 to 5.1.0 (#17225) dependabot[bot] 2024-05-21 10:57:31 +0100
  • d464ee3602
    Bump bcrypt from 4.1.2 to 4.1.3 (#17224) dependabot[bot] 2024-05-21 10:57:08 +0100
  • 439a095edc
    Bump pyasn1 from 0.5.1 to 0.6.0 (#17223) dependabot[bot] 2024-05-21 10:56:40 +0100
  • 5d040f2066
    Bump types-psycopg2 from 2.9.21.20240311 to 2.9.21.20240417 (#17222) dependabot[bot] 2024-05-21 10:56:24 +0100
  • f33266232e
    Bump serde from 1.0.201 to 1.0.202 (#17221) dependabot[bot] 2024-05-21 10:56:16 +0100
  • d43042864a
    Bump anyhow from 1.0.83 to 1.0.86 (#17220) dependabot[bot] 2024-05-21 10:56:07 +0100
  • f4ce030608 Fixup changelog Erik Johnston 2024-05-21 10:55:22 +0100
  • 8b43cc89fa 1.108.0rc1 Erik Johnston 2024-05-21 10:54:19 +0100
  • 52af16c561
    Add a short sleep if the request is rate-limited (#17210) Erik Johnston 2024-05-18 12:03:30 +0100
  • 38f03a09ff
    Federated Knocking Endpoints added (missing in Docu) (#17058) Dominic Schubert 2024-05-17 11:54:11 +0200
  • c856ae4724
    Refactor SyncResultBuilder assembly to its own function (#17202) Eric Eastwood 2024-05-16 13:05:31 -0500
  • fe07995e69
    Fix joined_rooms/joined_room_ids usage (#17208) Eric Eastwood 2024-05-16 12:27:38 -0500
  • 52a649580f
    Rename to be obvious: joined_rooms -> joined_room_ids (#17203) Eric Eastwood 2024-05-16 11:55:51 -0500
  • 28a948f04f
    Removed request_key from the SyncConfig (moved outside as its own function parameter) (#17201) Eric Eastwood 2024-05-16 11:54:46 -0500
  • 7cb3f8a979
    Route /make_knock and /send_knock to workers in Complement docker image (#17195) Andrew Morgan 2024-05-16 17:53:26 +0100
  • fd12003441
    Revert "Improve perf of sync device lists" (#17207) Erik Johnston 2024-05-16 16:07:54 +0100
  • 5e892671a7
    Fix bug where push rules would be empty in /sync (#17142) Erik Johnston 2024-05-16 15:04:14 +0100
  • d2d48cce85
    Refactor Sync handler to be able to return different sync responses (SyncVersion) (#17200) Eric Eastwood 2024-05-16 05:36:54 -0500
  • 2359c64dec
    Fix request path for federation_whitelist_endpoint_enabled option in documentation (#17199) Andrew Morgan 2024-05-15 17:26:22 +0100
  • 68dca8076f Merge branch 'master' into develop Andrew Morgan 2024-05-14 15:21:42 +0100
  • 284d85dee3
    Cache literal sync filter validation (#17186) Erik Johnston 2024-05-14 15:08:46 +0100
  • fee7ccd51a Merge remote-tracking branch 'upstream/release-v1.107' Tulir Asokan 2024-05-14 16:44:16 +0300
  • ebe77381b0
    Reduce pauses on large device list changes (#17192) Erik Johnston 2024-05-14 14:39:11 +0100
  • 0b91ccce47
    Improve perf of sync device lists (#17191) Erik Johnston 2024-05-14 14:39:04 +0100
  • ecf4e0674c 1.107.0 v1.107.0 Andrew Morgan 2024-05-14 14:15:41 +0100
  • 7d82987b27
    Allows CAS SSO flow to provide user IDs composed of numbers only (#17098) Aurélien Grimpard 2024-05-14 14:55:32 +0200
  • bd8d8865fb
    Bump serde_json from 1.0.116 to 1.0.117 (#17182) dependabot[bot] 2024-05-14 09:32:23 +0100
  • caf528477e
    Bump serde from 1.0.200 to 1.0.201 (#17183) dependabot[bot] 2024-05-14 09:32:14 +0100
  • f0c72d8e87
    Bump gitpython from 3.1.41 to 3.1.43 (#17181) dependabot[bot] 2024-05-14 09:32:01 +0100
  • 03a342b049
    Bump cryptography from 42.0.5 to 42.0.7 (#17180) dependabot[bot] 2024-05-14 09:31:46 +0100
  • aa6345cb3b
    Bump immutabledict from 4.1.0 to 4.2.0 (#17179) dependabot[bot] 2024-05-14 09:31:35 +0100
  • 2b438df9b3
    Bump sentry-sdk from 1.40.3 to 2.1.1 (#17178) dependabot[bot] 2024-05-14 09:31:25 +0100
  • 038b9ec59a
    An federation whitelist query endpoint extension (#16848) Erik Johnston 2024-05-13 20:38:45 +0100
  • 59ac541310
    Actually fix public rooms (#17184) Erik Johnston 2024-05-13 13:11:07 +0100
  • a2e6f43f11
    Fix bug with creating public rooms on workers (#17177) Erik Johnston 2024-05-13 12:12:26 +0100
  • 6f07fc4e00 Merge remote-tracking branch 'upstream/release-v1.107' Tulir Asokan 2024-05-10 19:19:53 +0300
  • 4cf4a8281b
    Update docs to bump libjemalloc version on latest debian; correct "push_rules" stream name (#17171) ll-SKY-ll 2024-05-09 12:50:05 +0200
  • ef7e040e54
    Bump black from 24.2.0 to 24.4.2 (#17170) Andrew Morgan 2024-05-08 17:02:09 +0100
  • 393429d692
    Fix undiscovered linter errors (#17166) devonh 2024-05-08 14:57:32 +0000
  • 34a8652366
    Optional whitespace support in Authorization (#1350) (#17145) Timshel 2024-05-08 15:56:16 +0200
  • 414ddcd457
    Update PyO3 to 0.21 (#17162) Erik Johnston 2024-05-08 14:30:06 +0100
  • 4d408cb4dd
    Note preset behaviour in autocreate_auto_join_room_preset docs (#17150) Andrew Morgan 2024-05-08 13:05:10 +0100
  • 212f150208
    Add note about MSC3886 being closed (#17151) Hugh Nimmo-Smith 2024-05-08 12:49:32 +0100
  • 4c6e78fa14 Merge branch 'release-v1.107' into develop Olivier 'reivilibre 2024-05-07 18:52:15 +0100
  • 1b155362ca
    Add note about external_ids for User Admin API in documentation (#17139) Jacob Sánchez 2024-05-07 16:38:29 +0000
  • 522a40c4de Tweak changelog v1.107.0rc1 Olivier 'reivilibre 2024-05-07 17:25:47 +0100
  • dcd03d3b15 1.107.0rc1 Olivier 'reivilibre 2024-05-07 16:30:07 +0100
  • 438bc23560
    Bump serde from 1.0.199 to 1.0.200 (#17161) dependabot[bot] 2024-05-07 10:35:37 +0100
  • cf30cfe5d1
    Bump pydantic from 2.7.0 to 2.7.1 (#17160) dependabot[bot] 2024-05-07 10:35:24 +0100
  • 1726b49457
    Bump types-pillow from 10.2.0.20240415 to 10.2.0.20240423 (#17159) dependabot[bot] 2024-05-07 10:34:56 +0100
  • 792cfe7ba6
    Bump lxml from 5.1.0 to 5.2.1 (#17158) dependabot[bot] 2024-05-07 10:34:46 +0100
  • c3682ff668
    Bump jsonschema from 4.21.1 to 4.22.0 (#17157) dependabot[bot] 2024-05-07 10:34:30 +0100
  • 3e6ee8ff88
    Add optimisation to StreamChangeCache (#17130) Erik Johnston 2024-05-06 12:56:52 +0100