| Commit message (Expand) | Author | Files | Lines |
2024-07-09 | Allow Docker image to be built on Windows | Travis Ralston | 1 | -0/+2 |
2024-07-09 | Fix up the changelog v1.111.0rc1 | Quentin Gliech | 2 | -3/+2 |
2024-07-09 | Tweak the changelog for v1.111.0rc1 | Quentin Gliech | 1 | -8/+7 |
2024-07-09 | Fix exception when failing to talk to remote server (#17411) | Erik Johnston | 2 | -1/+3 |
2024-07-09 | 1.111.0rc1 | Quentin Gliech | 25 | -25/+61 |
2024-07-09 | Fix `/versions` requests (#17410) | Erik Johnston | 3 | -1/+11 |
2024-07-09 | Bump ijson from 3.2.3 to 3.3.0 (#17413) | dependabot[bot] | 1 | -90/+95 |
2024-07-09 | Bump pillow from 10.3.0 to 10.4.0 (#17412) | dependabot[bot] | 1 | -71/+82 |
2024-07-08 | Fix bug in sliding sync when using old DB. (#17398) | Erik Johnston | 8 | -212/+33 |
2024-07-08 | Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting... | Eric Eastwood | 9 | -34/+295 |
2024-07-08 | Bump serde_json from 1.0.119 to 1.0.120 (#17408) | dependabot[bot] | 1 | -2/+2 |
2024-07-08 | Bump serde from 1.0.203 to 1.0.204 (#17409) | dependabot[bot] | 1 | -4/+4 |
2024-07-08 | Bump mypy-zope from 1.0.4 to 1.0.5 (#17414) | dependabot[bot] | 1 | -4/+3 |
2024-07-08 | Bump pydantic from 2.7.1 to 2.8.2 (#17415) | dependabot[bot] | 1 | -85/+98 |
2024-07-08 | Declare support for Matrix 1.11 (#17403) | Travis Ralston | 2 | -0/+2 |
2024-07-08 | MSC3861: allow overriding the introspection endpoint (#17406) | Quentin Gliech | 3 | -2/+20 |
2024-07-08 | Bump certifi from 2023.7.22 to 2024.7.4 (#17404) | dependabot[bot] | 1 | -4/+4 |
2024-07-08 | Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ... | Shay | 12 | -131/+585 |
2024-07-05 | Bump ruff from 0.3.7 to 0.5.0 (#17381) | dependabot[bot] | 13 | -36/+41 |
2024-07-05 | Allow enabling sliding sync per-user (#17393) | Erik Johnston | 7 | -6/+89 |
2024-07-05 | Finish up work to allow per-user feature flags (#17392) | Erik Johnston | 8 | -49/+189 |
2024-07-05 | Fix links to MSC3916 (#17397) | Sandro | 2 | -2/+2 |
2024-07-05 | Upon deactivation, forget all of the user's rooms (#17400) | Travis Ralston | 3 | -0/+27 |
2024-07-05 | Fix links in README (#17379) | Hugh Nimmo-Smith | 2 | -3/+4 |
2024-07-05 | Make the release script create a release branch for Complement as well (#17318) | Quentin Gliech | 2 | -1/+25 |
2024-07-04 | Add `rooms.required_state` to Sliding Sync `/sync` (#17342) | Eric Eastwood | 9 | -89/+1687 |
2024-07-04 | Changelog entries only get merged if they have the same content and extension... | Eric Eastwood | 2 | -3/+4 |
2024-07-03 | 1.110.0 v1.110.0 github/release-v1.110 release-v1.110 | Devon Hudson | 3 | -1/+14 |
2024-07-02 | Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337) | Eric Eastwood | 5 | -7/+248 |
2024-07-02 | Return some room data in Sliding Sync `/sync` (#17320) | Eric Eastwood | 14 | -259/+3593 |
2024-07-02 | 1.110.0rc3 v1.110.0rc3 | Devon Hudson | 7 | -5/+21 |
2024-07-02 | Limit size of presence EDUs (#17371) | Erik Johnston | 3 | -11/+140 |
2024-07-02 | Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365) | Shay | 26 | -84/+1718 |
2024-07-02 | Fix regression when bounding future tokens (#17391) | Erik Johnston | 3 | -10/+54 |
2024-07-02 | Fix sync waiting for an invalid token from the "future" (#17386) | Erik Johnston | 17 | -31/+229 |
2024-07-02 | Fix sync waiting for an invalid token from the "future" (#17386) | Erik Johnston | 17 | -31/+229 |
2024-07-02 | Fix building debian packages on non-clean checkouts (#17390) | Erik Johnston | 2 | -0/+4 |
2024-07-02 | Fix building debian packages for sid (#17389) | Erik Johnston | 2 | -0/+3 |
2024-07-01 | Bump types-setuptools from 69.5.0.20240423 to 70.1.0.20240627 (#17380) | dependabot[bot] | 1 | -3/+3 |
2024-07-01 | Bump serde_json from 1.0.117 to 1.0.119 (#17385) | dependabot[bot] | 1 | -2/+2 |
2024-07-01 | Bump log from 0.4.21 to 0.4.22 (#17384) | dependabot[bot] | 1 | -2/+2 |
2024-07-01 | Bump cryptography from 42.0.7 to 42.0.8 (#17382) | dependabot[bot] | 1 | -33/+33 |
2024-07-01 | Limit size of presence EDUs (#17371) | Erik Johnston | 3 | -11/+140 |
2024-06-28 | Clarify `url_preview_url_blacklist` is a usability feature (#17356) | davidegirardi | 2 | -9/+13 |
2024-06-27 | Use rstcheck to "lint" the README (#17367) | Till | 2 | -0/+21 |
2024-06-27 | Handle multiple rows device inbox (#17362) | Erik Johnston | 2 | -3/+3 |
2024-06-26 | 1.110.0rc2 v1.110.0rc2 | Till Faelligen | 4 | -2/+16 |
2024-06-26 | Fix uploading packages to PyPi (#17363) | Till | 2 | -7/+8 |
2024-06-26 | Fix uploading packages to PyPi (#17363) | Till | 2 | -7/+8 |
2024-06-26 | Fix typo v1.110.0rc1 | Till Faelligen | 1 | -1/+1 |
2024-06-26 | Update changelog | Till Faelligen | 1 | -8/+6 |
2024-06-26 | 1.110.0rc1 | Till Faelligen | 46 | -49/+88 |
2024-06-25 | Fixes to the table of contents in the README (#17329) | Andrew Morgan | 2 | -4/+5 |
2024-06-25 | Fix outdated Security Disclosure Policy references (#17341) | Denis Kasak | 4 | -5/+6 |
2024-06-25 | Re-introduce federation /download endpoint (#17350) | Shay | 8 | -11/+588 |
2024-06-25 | Fix refreshable_access_token_lifetime typo (#17357) | douglaz | 1 | -1/+1 |
2024-06-25 | Limit amount of replication we send (#17358) | Erik Johnston | 2 | -8/+8 |
2024-06-25 | Reintroduce "Reduce device lists replication traffic."" (#17361) | Erik Johnston | 6 | -48/+89 |
2024-06-25 | Revert "Reduce device lists replication traffic." (#17360) | Erik Johnston | 6 | -89/+48 |
2024-06-24 | Add `is_invite` filtering to Sliding Sync `/sync` (#17335) | Eric Eastwood | 4 | -43/+199 |
2024-06-24 | Correct error in user_directory docs (#17348) | devonh | 2 | -1/+3 |
2024-06-24 | Add default values for rc_invites per_issuer to docs (#17347) | devonh | 2 | -2/+4 |
2024-06-24 | Fix room `type` typo in mailer (#17336) | Eric Eastwood | 2 | -2/+4 |
2024-06-24 | Reintroduce #17291. (#17338) | Erik Johnston | 7 | -89/+250 |
2024-06-24 | Add support for MSC3823 - Account Suspension Part 2 (#17255) | Shay | 9 | -0/+287 |
2024-06-24 | Reduce device lists replication traffic. (#17333) | Erik Johnston | 6 | -48/+89 |
2024-06-24 | Tidy up integer parsing (#17339) | Denis Kasak | 8 | -34/+25 |
2024-06-24 | Bump lazy_static from 1.4.0 to 1.5.0 (#17355) | dependabot[bot] | 1 | -2/+2 |
2024-06-24 | Bump typing-extensions from 4.11.0 to 4.12.2 (#17354) | dependabot[bot] | 1 | -3/+3 |
2024-06-24 | Bump netaddr from 1.2.1 to 1.3.0 (#17353) | dependabot[bot] | 1 | -3/+3 |
2024-06-24 | Bump packaging from 24.0 to 24.1 (#17352) | dependabot[bot] | 1 | -4/+4 |
2024-06-24 | Bump sentry-sdk from 2.3.1 to 2.6.0 (#17351) | dependabot[bot] | 1 | -4/+4 |
2024-06-21 | Bump urllib3 from 2.0.7 to 2.2.2 (#17346) | dependabot[bot] | 1 | -5/+5 |
2024-06-21 | Bump requests from 2.31.0 to 2.32.2 (#17345) | dependabot[bot] | 1 | -4/+4 |
2024-06-21 | Bump tornado from 6.4 to 6.4.1 (#17344) | dependabot[bot] | 1 | -15/+15 |
2024-06-21 | Bump authlib from 1.3.0 to 1.3.1 (#17343) | dependabot[bot] | 1 | -3/+3 |
2024-06-19 | Revert "Handle large chain calc better (#17291)" (#17334) | Erik Johnston | 5 | -230/+82 |
2024-06-19 | Register sliding sync under a different path (#17331) | Erik Johnston | 3 | -2/+5 |
2024-06-19 | register-new-matrix-user: add a flag to ignore already existing users (#17304) | Jörg Thalheim | 4 | -3/+34 |
2024-06-19 | Filter added to Admin-API GET /rooms (#17276) | Alexander Fechler | 5 | -15/+131 |
2024-06-19 | Update the README with Element branding and a few fixes (#17324) | Andrew Morgan | 2 | -25/+51 |
2024-06-19 | Remove `expire_access_token` from Docker configuration (#17198) | Aaron Dewes | 2 | -1/+1 |
2024-06-19 | Handle large chain calc better (#17291) | Erik Johnston | 5 | -82/+230 |
2024-06-19 | Require the 'from' parameter for `/notifications` be an integer (#17283) | Andrew Morgan | 5 | -21/+173 |
2024-06-18 | Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325) | Andrew Morgan | 11 | -659/+25 |
2024-06-18 | register_new_matrix_user: add password-file flag (#17294) | Jörg Thalheim | 4 | -7/+29 |
2024-06-18 | Add support for via query parameter from MSC4156 (#17322) | Johannes Marbach | 4 | -0/+20 |
2024-06-18 | 1.109.0 v1.109.0 github/release-v1.109 release-v1.109 | Quentin Gliech | 4 | -2/+16 |
2024-06-18 | fix missing quotes for exclude_rooms_from_sync (#17308) | Dirk Klimpel | 2 | -1/+2 |
2024-06-18 | Switch to macOS 12 runners to fix building of wheels for macOS (#17319) | Quentin Gliech | 2 | -4/+5 |
2024-06-18 | Bump types-pyyaml from 6.0.12.12 to 6.0.12.20240311 (#17316) | dependabot[bot] | 1 | -4/+4 |
2024-06-18 | Bump docker/build-push-action from 5 to 6 (#17312) | dependabot[bot] | 1 | -1/+1 |
2024-06-18 | Bump dawidd6/action-download-artifact from 5 to 6 (#17313) | dependabot[bot] | 1 | -1/+1 |
2024-06-18 | Bump types-netaddr from 1.2.0.20240219 to 1.3.0.20240530 (#17314) | dependabot[bot] | 1 | -3/+3 |
2024-06-18 | Bump phonenumbers from 8.13.37 to 8.13.39 (#17315) | dependabot[bot] | 1 | -3/+3 |
2024-06-18 | Bump msgpack from 1.0.7 to 1.0.8 (#17317) | dependabot[bot] | 1 | -57/+57 |
2024-06-17 | Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281) | Eric Eastwood | 5 | -100/+189 |
2024-06-17 | Add `stream_ordering` sort to Sliding Sync `/sync` (#17293) | Eric Eastwood | 9 | -121/+459 |
2024-06-17 | 1.109.0rc3 v1.109.0rc3 | Quentin Gliech | 6 | -4/+20 |
2024-06-17 | Set our own stream position from the current sequence value on startup (#17309) | Quentin Gliech | 3 | -178/+147 |
2024-06-17 | Use the release branch for sytest in release-branch PRs (#17306) | Quentin Gliech | 2 | -0/+4 |
2024-06-14 | Automatically apply SQL for inconsistent sequence (#17305) | Erik Johnston | 4 | -37/+25 |
2024-06-14 | Enable cross-signing key upload without UIA (#17284) | Richard van der Hoff | 7 | -123/+32 |
2024-06-13 | Include user membership on events (#17282) | Richard van der Hoff | 18 | -45/+8 |
2024-06-13 | Add `is_dm` filtering to Sliding Sync `/sync` (#17277) | Eric Eastwood | 5 | -7/+416 |
2024-06-13 | Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17... | Eric Eastwood | 3 | -14/+15 |
2024-06-13 | Add `event.internal_metadata.instance_name` (#17300) | Eric Eastwood | 10 | -9/+31 |
2024-06-13 | Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la... | Eric Eastwood | 3 | -12/+290 |
2024-06-13 | Bump `mypy` from 1.8.0 to 1.9.0 (#17297) | Andrew Morgan | 4 | -40/+82 |
2024-06-13 | Clarify that MSC4151 is enabled on matrix.org (#17296) | Quentin Gliech | 2 | -1/+10 |
2024-06-12 | Add report room API (MSC4151) (#17270) | Travis Ralston | 9 | -8/+210 |
2024-06-12 | Bump types-jsonschema from 4.21.0.20240311 to 4.22.0.20240610 (#17288) | dependabot[bot] | 1 | -3/+3 |
2024-06-12 | Bump jinja2 from 3.1.3 to 3.1.4 (#17287) | dependabot[bot] | 1 | -3/+3 |
2024-06-11 | CHANGES.md: s/OTKs/one-time-keys/ v1.109.0rc2 | Quentin Gliech | 1 | -1/+1 |
2024-06-11 | 1.109.0rc2 | Quentin Gliech | 5 | -3/+17 |
2024-06-11 | Bump regex from 1.10.4 to 1.10.5 (#17290) | dependabot[bot] | 1 | -2/+2 |
2024-06-11 | Bump dawidd6/action-download-artifact from 3.1.4 to 5 (#17289) | dependabot[bot] | 1 | -1/+1 |
2024-06-11 | Bump types-pillow from 10.2.0.20240423 to 10.2.0.20240520 (#17285) | dependabot[bot] | 1 | -3/+3 |
2024-06-10 | Reorganize Pydantic models and types used in handlers (#17279) | Eric Eastwood | 15 | -244/+269 |
2024-06-10 | Fix bug where device lists would break sync (#17292) | Erik Johnston | 3 | -9/+36 |
2024-06-10 | Update changelog | Erik Johnston | 1 | -1/+1 |
2024-06-10 | Always return OTK counts (#17275) | Erik Johnston | 2 | -4/+30 |
2024-06-10 | Wrong retention policy being used when filtering events (lint `ControlVarUsed... | Eric Eastwood | 2 | -1/+2 |
2024-06-07 | Support MSC3916 by adding a federation `/download` endpoint (#17172) | Shay | 10 | -24/+659 |
2024-06-07 | Add debug logging for when room keys are uploaded, including whether they are... | reivilibre | 2 | -0/+19 |
2024-06-06 | Add Sliding Sync `/sync` endpoint (initial implementation) (#17187) | Eric Eastwood | 11 | -15/+2302 |
2024-06-06 | Handle OTK uploads off master (#17271) | Erik Johnston | 3 | -38/+60 |
2024-06-06 | Don't try and resync devices for down hosts (#17273) | Erik Johnston | 2 | -6/+19 |
2024-06-06 | Always return OTK counts (#17275) | Erik Johnston | 2 | -4/+30 |
2024-06-05 | Ratelimiting of remote media downloads (#17256) | Shay | 12 | -14/+372 |
2024-06-05 | Handle hyphens in user dir search porperly (#17254) | Erik Johnston | 4 | -6/+104 |
2024-06-04 | Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#... | Eric Eastwood | 11 | -75/+85 |
2024-06-04 | Bump sentry-sdk from 2.1.1 to 2.3.1 (#17263) | dependabot[bot] | 1 | -4/+4 |
2024-06-04 | Fix typo in CHANGES.md v1.109.0rc1 | Andrew Morgan | 1 | -1/+1 |
2024-06-04 | 1.109.0rc1 | Andrew Morgan | 25 | -23/+61 |
2024-06-03 | Bump types-pyopenssl from 24.0.0.20240311 to 24.1.0.20240425 (#17260) | dependabot[bot] | 1 | -3/+18 |
2024-06-03 | Bump mypy-zope from 1.0.3 to 1.0.4 (#17262) | dependabot[bot] | 1 | -4/+4 |
2024-06-03 | Bump lxml from 5.2.1 to 5.2.2 (#17261) | dependabot[bot] | 1 | -156/+144 |
2024-05-31 | Fix bug where typing replication breaks (#17252) | Erik Johnston | 3 | -4/+56 |
2024-05-31 | Fix logging errors when receiving invalid User ID for key querys (#17250) | Erik Johnston | 2 | -0/+6 |
2024-05-31 | Fix sentry default tags (#17251) | Erik Johnston | 2 | -10/+11 |
2024-05-30 | In sync wait for worker to catch up since token (#17215) | Erik Johnston | 7 | -7/+134 |
2024-05-30 | Fix deduplicating of membership events to not create unused state groups. (#1... | Erik Johnston | 4 | -35/+54 |
2024-05-30 | Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17... | Erik Johnston | 10 | -363/+227 |
2024-05-30 | Clean out invalid destinations from outbox (#17242) | Erik Johnston | 3 | -0/+92 |
2024-05-30 | Ensure we delete media if we reject due to spam check (#17246) | Erik Johnston | 3 | -32/+33 |
2024-05-29 | Move towards using `MultiWriterIdGenerator` everywhere (#17226) | Erik Johnston | 10 | -379/+341 |
2024-05-29 | Don't invalidate all `get_relations_for_event` on history purge (#17083) | Erik Johnston | 6 | -13/+41 |
2024-05-29 | Change allow_unsafe_locale to also apply on new databases (#17238) | Erik Johnston | 3 | -7/+13 |
2024-05-29 | Ignore attempts to send to-device messages to bad users (#17240) | Erik Johnston | 2 | -0/+8 |
2024-05-29 | Handle duplicate OTK uploads racing (#17241) | Erik Johnston | 2 | -33/+46 |
2024-05-29 | Fix slipped logging context when media rejected (#17239) | Erik Johnston | 6 | -91/+55 |
2024-05-28 | Bump phonenumbers from 8.13.35 to 8.13.37 (#17235) | dependabot[bot] | 1 | -3/+3 |
2024-05-28 | 1.108.0 v1.108.0 github/release-v1.108 release-v1.108 | Olivier 'reivilibre | 3 | -1/+14 |
2024-05-28 | Bump pyicu from 2.13 to 2.13.1 (#17236) | dependabot[bot] | 1 | -2/+2 |
2024-05-28 | Bump pyopenssl from 24.0.0 to 24.1.0 (#17234) | dependabot[bot] | 1 | -4/+4 |
2024-05-28 | Bump prometheus-client from 0.19.0 to 0.20.0 (#17233) | dependabot[bot] | 1 | -3/+3 |
2024-05-28 | Bump serde from 1.0.202 to 1.0.203 (#17232) | dependabot[bot] | 1 | -4/+4 |
2024-05-24 | Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213) | Shay | 7 | -549/+2393 |
2024-05-23 | Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167) | Eric Eastwood | 7 | -175/+861 |
2024-05-22 | Log exceptions when failing to auto-join new user according to the `auto_join... | reivilibre | 2 | -1/+2 |
2024-05-22 | Add logging to tasks managed by the task scheduler, showing CPU and database ... | reivilibre | 2 | -2/+68 |
2024-05-22 | Reduce work of calculating outbound device pokes (#17211) | Erik Johnston | 3 | -0/+32 |
2024-05-22 | Update Lemonldap-NG OIDC config (#17204) | Yadd | 2 | -0/+3 |
2024-05-21 | Bring auto-accept invite logic into Synapse (#17147) | devonh | 11 | -1/+945 |
2024-05-21 | Improve perf of sync device lists (#17216) | Erik Johnston | 5 | -62/+103 |
2024-05-21 | Fixup changelog v1.108.0rc1 | Erik Johnston | 1 | -1/+1 |
2024-05-21 | Bump twine from 5.0.0 to 5.1.0 (#17225) | dependabot[bot] | 1 | -3/+3 |
2024-05-21 | Bump bcrypt from 4.1.2 to 4.1.3 (#17224) | dependabot[bot] | 1 | -28/+28 |
2024-05-21 | Bump pyasn1 from 0.5.1 to 0.6.0 (#17223) | dependabot[bot] | 1 | -4/+4 |
2024-05-21 | Bump types-psycopg2 from 2.9.21.20240311 to 2.9.21.20240417 (#17222) | dependabot[bot] | 1 | -3/+3 |
2024-05-21 | Bump serde from 1.0.201 to 1.0.202 (#17221) | dependabot[bot] | 1 | -4/+4 |
2024-05-21 | Bump anyhow from 1.0.83 to 1.0.86 (#17220) | dependabot[bot] | 1 | -2/+2 |
2024-05-21 | Fixup changelog | Erik Johnston | 1 | -1/+1 |
2024-05-21 | 1.108.0rc1 | Erik Johnston | 27 | -25/+53 |
2024-05-18 | Add a short sleep if the request is rate-limited (#17210) | Erik Johnston | 6 | -4/+15 |
2024-05-17 | Federated Knocking Endpoints added (missing in Docu) (#17058) | Dominic Schubert | 2 | -0/+3 |
2024-05-16 | Refactor `SyncResultBuilder` assembly to its own function (#17202) | Eric Eastwood | 2 | -116/+149 |
2024-05-16 | Fix `joined_rooms`/`joined_room_ids` usage (#17208) | Eric Eastwood | 2 | -1/+2 |
2024-05-16 | Rename to be obvious: `joined_rooms` -> `joined_room_ids` (#17203) | Eric Eastwood | 2 | -2/+3 |
2024-05-16 | Removed `request_key` from the `SyncConfig` (moved outside as its own functio... | Eric Eastwood | 5 | -14/+59 |
2024-05-16 | Route `/make_knock` and `/send_knock` to workers in Complement docker image (... | Andrew Morgan | 2 | -0/+3 |
2024-05-16 | Revert "Improve perf of sync device lists" (#17207) | Erik Johnston | 3 | -9/+46 |
2024-05-16 | Fix bug where push rules would be empty in `/sync` (#17142) | Erik Johnston | 3 | -13/+37 |
2024-05-16 | Refactor Sync handler to be able to return different sync responses (`SyncVer... | Eric Eastwood | 5 | -25/+128 |
2024-05-15 | Fix request path for `federation_whitelist_endpoint_enabled` option in docume... | Andrew Morgan | 2 | -1/+2 |
2024-05-14 | Cache literal sync filter validation (#17186) | Erik Johnston | 2 | -1/+14 |
2024-05-14 | Reduce pauses on large device list changes (#17192) | Erik Johnston | 2 | -3/+11 |
2024-05-14 | Improve perf of sync device lists (#17191) | Erik Johnston | 3 | -46/+9 |
2024-05-14 | 1.107.0 v1.107.0 github/release-v1.107 release-v1.107 | Andrew Morgan | 3 | -1/+13 |
2024-05-14 | Allows CAS SSO flow to provide user IDs composed of numbers only (#17098) | Aurélien Grimpard | 4 | -0/+30 |
2024-05-14 | Bump serde_json from 1.0.116 to 1.0.117 (#17182) | dependabot[bot] | 1 | -2/+2 |
2024-05-14 | Bump serde from 1.0.200 to 1.0.201 (#17183) | dependabot[bot] | 1 | -4/+4 |
2024-05-14 | Bump gitpython from 3.1.41 to 3.1.43 (#17181) | dependabot[bot] | 1 | -4/+5 |
2024-05-14 | Bump cryptography from 42.0.5 to 42.0.7 (#17180) | dependabot[bot] | 1 | -33/+33 |
2024-05-14 | Bump immutabledict from 4.1.0 to 4.2.0 (#17179) | dependabot[bot] | 1 | -3/+3 |
2024-05-14 | Bump sentry-sdk from 1.40.3 to 2.1.1 (#17178) | dependabot[bot] | 1 | -5/+21 |
2024-05-13 | An federation whitelist query endpoint extension (#16848) | Erik Johnston | 8 | -0/+243 |
2024-05-13 | Actually fix public rooms (#17184) | Erik Johnston | 2 | -54/+55 |
2024-05-13 | Fix bug with creating public rooms on workers (#17177) | Erik Johnston | 2 | -65/+52 |
2024-05-09 | Update docs to bump libjemalloc version on latest debian; correct "push_rules... | ll-SKY-ll | 3 | -3/+4 |
2024-05-08 | Bump black from 24.2.0 to 24.4.2 (#17170) | Andrew Morgan | 2 | -34/+24 |
2024-05-08 | Fix undiscovered linter errors (#17166) | devonh | 2 | -3/+12 |
2024-05-08 | Optional whitespace support in Authorization (#1350) (#17145) | Timshel | 3 | -1/+13 |
2024-05-08 | Update PyO3 to 0.21 (#17162) | Erik Johnston | 10 | -152/+202 |
2024-05-08 | Note preset behaviour in `autocreate_auto_join_room_preset` docs (#17150) | Andrew Morgan | 2 | -0/+6 |
2024-05-08 | Add note about MSC3886 being closed (#17151) | Hugh Nimmo-Smith | 2 | -0/+4 |
2024-05-07 | Add note about external_ids for User Admin API in documentation (#17139) | Jacob Sánchez | 2 | -2/+3 |
2024-05-07 | Tweak changelog v1.107.0rc1 | Olivier 'reivilibre | 1 | -6/+6 |
2024-05-07 | 1.107.0rc1 | Olivier 'reivilibre | 26 | -24/+66 |
2024-05-07 | Bump serde from 1.0.199 to 1.0.200 (#17161) | dependabot[bot] | 1 | -4/+4 |
2024-05-07 | Bump pydantic from 2.7.0 to 2.7.1 (#17160) | dependabot[bot] | 1 | -84/+84 |
2024-05-07 | Bump types-pillow from 10.2.0.20240415 to 10.2.0.20240423 (#17159) | dependabot[bot] | 1 | -3/+3 |
2024-05-07 | Bump lxml from 5.1.0 to 5.2.1 (#17158) | dependabot[bot] | 1 | -80/+157 |
2024-05-07 | Bump jsonschema from 4.21.1 to 4.22.0 (#17157) | dependabot[bot] | 1 | -4/+15 |
2024-05-06 | Add optimisation to `StreamChangeCache` (#17130) | Erik Johnston | 3 | -4/+34 |
2024-05-03 | Fix bug where `StreamChangeCache` would not respect cache factors (#17152) | Erik Johnston | 2 | -1/+2 |
2024-05-03 | Fix lint.sh script (#17148) | Erik Johnston | 2 | -1/+1 |
2024-05-03 | Bump `pillow` from 10.2.0 to 10.3.0 (#17146) | Andrew Morgan | 2 | -437/+74 |
2024-05-02 | upgrade.md: Bump minimum Rust version to 1.66.0 (element-hq#17079) (#17140) | jahway603 | 2 | -0/+9 |
2024-05-02 | synapse complement image: hardcode enabling msc3266 (#17105) | Benjamin Bouvier | 2 | -0/+3 |
2024-05-01 | Add support for MSC3823 - Account Suspension (#17051) | Shay | 9 | -7/+173 |
2024-05-01 | Drop sphinx docs (#17073) | Erik Johnston | 7 | -138/+1 |
2024-05-01 | Correct licensing metadata on the Docker image (#17141) | Ben Banfield-Zanin | 2 | -1/+2 |
2024-04-30 | Enable complement tests for MSC4115 support (#17137) | Richard van der Hoff | 2 | -3/+14 |
2024-04-30 | 1.106.0 v1.106.0 github/release-v1.106 release-v1.106 | Andrew Morgan | 3 | -1/+14 |
2024-04-29 | Apply user `email` & `picture` during OIDC registration if present & selected... | devonh | 5 | -15/+205 |
2024-04-29 | Add support for MSC4115 (#17104) | Richard van der Hoff | 20 | -125/+407 |
2024-04-29 | Update tornado 6.2 -> 6.4 (#17131) | Andrew Morgan | 2 | -25/+15 |
2024-04-29 | Ensure that incoming to-device messages are not dropped (#17127) | Richard van der Hoff | 5 | -19/+55 |
2024-04-29 | Declare support for Matrix v1.10. (#17082) | Patrick Cloke | 2 | -0/+2 |
2024-04-29 | Bump types-setuptools from 69.0.0.20240125 to 69.5.0.20240423 (#17134) | dependabot[bot] | 1 | -3/+3 |
2024-04-29 | Bump idna from 3.6 to 3.7 (#17136) | dependabot[bot] | 1 | -3/+3 |
2024-04-29 | Bump twisted from 23.10.0 to 24.3.0 (#17135) | dependabot[bot] | 1 | -4/+4 |
2024-04-29 | Bump serde from 1.0.198 to 1.0.199 (#17132) | dependabot[bot] | 1 | -4/+4 |
2024-04-29 | Bump furo from 2024.1.29 to 2024.4.27 (#17133) | dependabot[bot] | 1 | -3/+3 |
2024-04-26 | Fix various typos in docs (#17114) | devonh | 9 | -12/+13 |
2024-04-26 | Fix filtering of rooms when supplying the `destination` query parameter to `/... | Andrew Morgan | 3 | -3/+66 |
2024-04-26 | Add RuntimeDirectory to matrix-synapse.service (#17084) | villepeh | 2 | -0/+2 |
2024-04-26 | Improve error message for cross signing reset with MSC3861 enabled (#17121) | Michael Telatynski | 2 | -5/+9 |
2024-04-26 | Rephrase enable_notifs configuration (#17116) | Amanda H. L. de Andrade Katz | 2 | -2/+3 |
2024-04-26 | Use recommended endpoint for MSC3266 requests (#17078) | Andrew Ferrazzutti | 3 | -1/+8 |
2024-04-26 | Update event_cache_size and global_factor configurations documentation (#17071) | Amanda H. L. de Andrade Katz | 2 | -0/+9 |
2024-04-26 | Return the search terms as search highlights for SQLite instead of nothing (#... | Melvyn Laïly | 3 | -14/+31 |
2024-04-26 | Bump serde_json from 1.0.115 to 1.0.116 (#17112) | dependabot[bot] | 1 | -2/+2 |
2024-04-26 | Bump serde from 1.0.197 to 1.0.198 (#17111) | dependabot[bot] | 1 | -4/+4 |
2024-04-26 | Bump types-bleach from 6.1.0.1 to 6.1.0.20240331 (#17110) | dependabot[bot] | 1 | -4/+18 |
2024-04-26 | Bump pyicu from 2.12 to 2.13 (#17109) | dependabot[bot] | 1 | -2/+2 |
2024-04-26 | Bump pydantic from 2.6.4 to 2.7.0 (#17107) | dependabot[bot] | 1 | -85/+85 |
2024-04-26 | Bump phonenumbers from 8.13.29 to 8.13.35 (#17106) | dependabot[bot] | 1 | -3/+3 |