| Commit message (Expand) | Author | Files | Lines |
2023-04-04 | 1.81.0rc1 | Erik Johnston | 50 | -49/+76 |
2023-04-04 | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 3 | -1/+31 |
2023-04-04 | Fix a rare bug where initial /syncs would fail (#15383) | Sean Quah | 2 | -5/+20 |
2023-04-04 | Note that Synapse 1.74 queued a user dir rebuild (#15386) | David Robertson | 2 | -0/+12 |
2023-04-03 | Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381) | Sean Quah | 2 | -0/+2 |
2023-04-03 | Call appservices on modern paths, falling back to legacy paths. (#15317) | Patrick Cloke | 5 | -48/+172 |
2023-04-03 | Experimental Unix socket support (#15353) | Jason Little | 8 | -90/+239 |
2023-04-03 | Bump serde_json from 1.0.94 to 1.0.95 (#15371) | dependabot[bot] | 2 | -2/+3 |
2023-04-03 | Bump serde from 1.0.158 to 1.0.159 (#15370) | dependabot[bot] | 2 | -4/+5 |
2023-04-03 | Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#15369) | dependabot[bot] | 2 | -2/+3 |
2023-03-31 | Fix copyright year in SSO footer template (#15358) | Jason Robinson | 2 | -2/+3 |
2023-03-31 | Revert pruning of old devices (#15360) | Erik Johnston | 9 | -187/+7 |
2023-03-31 | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 6 | -154/+243 |
2023-03-30 | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 6 | -243/+154 |
2023-03-30 | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 5 | -15/+98 |
2023-03-30 | Speed up SQLite unit test CI (#15334) | Erik Johnston | 4 | -4/+53 |
2023-03-30 | Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) | Patrick Cloke | 9 | -48/+298 |
2023-03-30 | Fix spinloop during partial state sync when a prev event is in backoff (#15351) | Sean Quah | 6 | -47/+79 |
2023-03-30 | Add the ability to enable/disable registrations when in the OIDC flow (#14978) | Warren Bailey | 6 | -3/+44 |
2023-03-30 | Add some clarification to the doc/comments regarding TCP replication (#15354) | Mathieu Velten | 4 | -36/+9 |
2023-03-30 | Fix missing app variable in mail subject for password resets (#15352) | Cyberes | 2 | -1/+2 |
2023-03-29 | Fix registering a device on an account with lots of devices (#15348) | Erik Johnston | 4 | -3/+56 |
2023-03-29 | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 6 | -131/+12 |
2023-03-29 | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 7 | -7/+134 |
2023-03-29 | doc: fix account login requests ratelimit defaults typo (#15341) | Jayesh Nirve | 2 | -1/+2 |
2023-03-29 | Fix joining rooms you have been unbanned from (#15323) | DeepBlueV7.X | 3 | -53/+59 |
2023-03-28 | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 9 | -29/+355 |
2023-03-28 | Speed up generate sample config CI lint (#15340) | Erik Johnston | 2 | -0/+9 |
2023-03-28 | Speed up pydantic CI lint (#15339) | Erik Johnston | 2 | -0/+9 |
2023-03-28 | Fix typo in developer docs GitHub workflow (#15336) | Sean Quah | 2 | -1/+2 |
2023-03-28 | 1.80.0 v1.80.0 | Sean Quah | 3 | -1/+13 |
2023-03-28 | Bump ruff from 0.0.252 to 0.0.259 (#15328) | dependabot[bot] | 12 | -35/+54 |
2023-03-27 | Prune old typing notifications (#15332) | Erik Johnston | 2 | -0/+26 |
2023-03-27 | Load `/password_policy` endpoint on workers. (#15331) | Dirk Klimpel | 5 | -2/+5 |
2023-03-27 | Bump cryptography from 40.0.0 to 40.0.1 (#15329) | dependabot[bot] | 2 | -20/+21 |
2023-03-27 | Bump mypy-zope from 0.9.0 to 0.9.1 (#15330) | dependabot[bot] | 2 | -4/+5 |
2023-03-27 | Bump furo from 2022.12.7 to 2023.3.23 (#15327) | dependabot[bot] | 3 | -5/+6 |
2023-03-27 | Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326) | dependabot[bot] | 2 | -3/+4 |
2023-03-27 | Bump regex from 1.7.1 to 1.7.3 (#15325) | dependabot[bot] | 2 | -4/+5 |
2023-03-27 | Bump serde from 1.0.157 to 1.0.158 (#15324) | dependabot[bot] | 2 | -7/+8 |
2023-03-24 | Fix `.gitignore` rule for the Complement source tarball downloaded automatica... | reivilibre | 2 | -1/+2 |
2023-03-24 | Add developer documentation for the Federation Sender and add a documentation... | reivilibre | 12 | -509/+1280 |
2023-03-24 | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo... | reivilibre | 2 | -4/+12 |
2023-03-24 | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 15 | -65/+142 |
2023-03-24 | Reject mentions on the C-S API which are invalid. (#15311) | Patrick Cloke | 4 | -54/+105 |
2023-03-24 | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 6 | -12/+131 |
2023-03-23 | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 31 | -12/+424 |
2023-03-22 | Use immutabledict instead of frozendict (#15113) | David Robertson | 20 | -244/+124 |
2023-03-22 | Add a check to SQLite port DB script to ensure that the sqlite database passe... | Shay | 2 | -0/+10 |
2023-03-22 | 1.80.0rc2 v1.80.0rc2 | H. Shay | 6 | -6/+18 |
2023-03-22 | Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to ... | dependabot[bot] | 4 | -15/+16 |
2023-03-22 | Have replication clients remove _INT_STREAM_POS (#15309) | David Robertson | 2 | -1/+2 |
2023-03-21 | Change the parameter `immediate` of `send_device_messages` to default to `Tru... | Shay | 3 | -2/+3 |
2023-03-21 | Bump sentry-sdk from 1.15.0 to 1.17.0 (#15285) | dependabot[bot] | 2 | -3/+5 |
2023-03-21 | Update 15295.bugfix | Patrick Cloke | 1 | -1/+1 |
2023-03-21 | Allow running twisted trunk against other branches (#15302) | David Robertson | 2 | -1/+9 |
2023-03-21 | Remind maintainer to ask #synapse-dev for changelog (#15303) | David Robertson | 2 | -1/+2 |
2023-03-21 | Apply & bundle edits for non-message events. (#15295) | Patrick Cloke | 2 | -7/+5 |
2023-03-21 | update changelog | H. Shay | 1 | -8/+9 |
2023-03-21 | Update CHANGES.md | Shay | 1 | -1/+1 |
2023-03-21 | 1.80.0rc1 | H. Shay | 46 | -44/+73 |
2023-03-21 | Revert "check sqlite database file exists before porting/#14692" (#15301) | Shay | 2 | -1/+4 |
2023-03-21 | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur... | Andrew Morgan | 5 | -6/+61 |
2023-03-21 | Make `EventHandler.get_event` return `None` when the requested event is not f... | Andrew Morgan | 3 | -4/+11 |
2023-03-21 | Document that our Docker images are mirrored to GHCR. (#15282) | reivilibre | 2 | -2/+3 |
2023-03-21 | Fix error when sending message into deleted room. (#15235) | Erik Johnston | 3 | -2/+31 |
2023-03-20 | Separate HTTP preview code and URL previewer. (#15269) | Patrick Cloke | 4 | -810/+854 |
2023-03-20 | Add Synapse-Trace-Id to access-control-expose-headers header (#14974) | Shay | 3 | -0/+9 |
2023-03-20 | Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`)... | reivilibre | 2 | -1/+12 |
2023-03-20 | Add /versions flag for MSC3952. (#15293) | Patrick Cloke | 2 | -0/+3 |
2023-03-20 | Bump pygithub from 1.57 to 1.58.1 (#15290) | dependabot[bot] | 2 | -7/+8 |
2023-03-20 | Bump serde from 1.0.155 to 1.0.157 (#15287) | dependabot[bot] | 2 | -11/+23 |
2023-03-20 | Bump anyhow from 1.0.69 to 1.0.70 (#15288) | dependabot[bot] | 2 | -2/+3 |
2023-03-20 | Bump pydantic from 1.10.4 to 1.10.6 (#15286) | dependabot[bot] | 2 | -37/+38 |
2023-03-20 | Bump txredisapi from 1.4.7 to 1.4.9 (#15289) | dependabot[bot] | 2 | -3/+4 |
2023-03-20 | Bump types-requests from 2.28.11.12 to 2.28.11.15 (#15291) | dependabot[bot] | 2 | -3/+4 |
2023-03-17 | Load `/register/available` endpoint on workers (#15268) | Jason Little | 4 | -1/+4 |
2023-03-17 | Make `configure_workers_and_start` script used in Complement tests compatible... | reivilibre | 2 | -1/+2 |
2023-03-16 | Remove no-op send_command for Redis replication. (#15274) | Patrick Cloke | 4 | -89/+3 |
2023-03-16 | Implement MSC2659: application service ping endpoint (#15249) | Tulir Asokan | 7 | -0/+141 |
2023-03-16 | Refresh remote profiles that have been marked as stale, in order to fill the ... | reivilibre | 5 | -4/+504 |
2023-03-16 | Move Account Validity callbacks to a dedicated file (#15237) | Andrew Morgan | 8 | -106/+154 |
2023-03-16 | Preparatory work to fix the user directory assuming that any remote membershi... | reivilibre | 4 | -34/+127 |
2023-03-15 | Remove unused class: DirectTcpReplicationClientFactory. (#15272) | Patrick Cloke | 2 | -51/+1 |
2023-03-15 | Enable running tests & release artifacts on merge queue. (#15244) | Patrick Cloke | 3 | -1/+5 |
2023-03-15 | Add schema comments about the `destinations` and `destination_rooms` tables. ... | reivilibre | 2 | -0/+53 |
2023-03-14 | Remove unused store method `_set_destination_retry_timings_emulated`. (#15266) | reivilibre | 2 | -54/+3 |
2023-03-14 | Additional functionality for declaring worker types in Complement (#14921) | Jason Little | 3 | -115/+413 |
2023-03-14 | 1.79.0 v1.79.0 | Mathieu Velten | 3 | -1/+13 |
2023-03-14 | Avoid unneeded work if auto-join rooms aren't configured. (#15262) | Patrick Cloke | 2 | -2/+9 |
2023-03-13 | Bump cryptography from 39.0.1 to 39.0.2 (#15257) | dependabot[bot] | 2 | -24/+25 |
2023-03-13 | 1.79.0rc2 v1.79.0rc2 | David Robertson | 6 | -4/+23 |
2023-03-13 | Ensure fed-sender catchup does not block for full state (#15248) | David Robertson | 4 | -3/+125 |
2023-03-13 | Install rust during Stage 0 of docker build (#15239) | David Robertson | 2 | -1/+17 |
2023-03-13 | Bump hiredis from 2.2.1 to 2.2.2 (#15252) | dependabot[bot] | 2 | -90/+91 |
2023-03-13 | Bump serde from 1.0.152 to 1.0.155 (#15253) | dependabot[bot] | 2 | -4/+5 |
2023-03-13 | Bump pysaml2 from 7.2.1 to 7.3.1 (#15254) | dependabot[bot] | 2 | -8/+8 |
2023-03-13 | Bump msgpack from 1.0.4 to 1.0.5 (#15255) | dependabot[bot] | 2 | -53/+65 |
2023-03-13 | Bump gitpython from 3.1.30 to 3.1.31 (#15256) | dependabot[bot] | 2 | -5/+6 |
2023-03-10 | Refactor `filter_events_for_server` (#15240) | David Robertson | 5 | -30/+109 |
2023-03-10 | Fix missing conditional for registering `on_remove_user_third_party_identifie... | Andrew Morgan | 3 | -9/+16 |
2023-03-09 | Give PyCharm some help with `@cache_in_self` (#15238) | David Robertson | 2 | -3/+27 |
2023-03-09 | Faster joins: Fix spurious errors on incremental sync (#15232) | Sean Quah | 2 | -2/+8 |
2023-03-09 | Add missing type hints to `synapse.storage.database`. (#15230) | Patrick Cloke | 3 | -8/+17 |
2023-03-09 | Pull in netaddr type hints. (#15231) | Patrick Cloke | 7 | -12/+23 |
2023-03-08 | Add topic and name events to group of events that are batch persisted when cr... | Shay | 2 | -56/+53 |
2023-03-08 | Include the room ID in more purge room log lines. (#15222) | Patrick Cloke | 5 | -15/+23 |
2023-03-08 | Add a missing endpoint to the workers documentation. (#15223) | Patrick Cloke | 2 | -0/+2 |
2023-03-07 | More speedups/fixes to creating batched events (#15195) | Shay | 5 | -9/+33 |
2023-03-07 | Fix typo in changelog | David Robertson | 1 | -1/+1 |
2023-03-07 | Stabilize support for MSC3873: disambuguated event push keys. (#15190) | Patrick Cloke | 5 | -45/+15 |
2023-03-07 | Pass the Requester down to the HttpTransactionCache. (#15200) | Quentin Gliech | 6 | -129/+215 |
2023-03-07 | Stabilize support for MSC3966: event_property_contains push condition. (#15187) | Patrick Cloke | 9 | -55/+13 |
2023-03-07 | Remove duplicate entry from changelog v1.79.0rc1 | David Robertson | 1 | -1/+0 |
2023-03-07 | Update changelog | David Robertson | 1 | -21/+24 |
2023-03-07 | 1.79.0rc1 | David Robertson | 63 | -61/+102 |
2023-03-07 | Hack to rebuild the complement editable image (#15184) | David Robertson | 2 | -1/+12 |
2023-03-07 | Bump types-pyopenssl from 22.1.0.2 to 23.0.0.4 (#15213) | dependabot[bot] | 2 | -44/+5 |
2023-03-07 | Bump types-pillow from 9.4.0.13 to 9.4.0.17 (#15211) | dependabot[bot] | 2 | -3/+4 |
2023-03-07 | Bump types-setuptools from 67.4.0.3 to 67.5.0.0 (#15212) | dependabot[bot] | 2 | -3/+4 |
2023-03-07 | Bump types-psycopg2 from 2.9.21.4 to 2.9.21.8 (#15210) | dependabot[bot] | 2 | -3/+4 |
2023-03-07 | Bump types-commonmark from 0.9.2.1 to 0.9.2.2 (#15209) | dependabot[bot] | 2 | -3/+4 |
2023-03-07 | Split up txn for fetching device keys (#15215) | Erik Johnston | 3 | -9/+26 |
2023-03-06 | Pass the requester during event serialization. (#15174) | Quentin Gliech | 12 | -75/+151 |
2023-03-06 | Stop applying edits to event contents (MSC3925). (#15193) | Patrick Cloke | 6 | -109/+15 |
2023-03-06 | Stabilize support for MSC3758: event_property_is push condition (#15185) | Patrick Cloke | 10 | -81/+39 |
2023-03-06 | Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by: dependabot[bot]... | dependabot[bot] | 2 | -2/+3 |
2023-03-03 | Use nightly rustfmt in CI (#15188) | Erik Johnston | 4 | -2/+5 |
2023-03-03 | Fix ICU tests on alpine / macOS. (#15177) | 6543 | 2 | -0/+3 |
2023-03-03 | Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192) | Patrick Cloke | 7 | -27/+15 |
2023-03-03 | Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/bat... | Quentin Gliech | 2 | -15/+2 |
2023-03-03 | Configure ruff to automatically fix issues. (#15194) | Patrick Cloke | 2 | -1/+2 |
2023-03-03 | Experimental MSC3890 Implementation: Fix deleting account data when using an ... | Andrew Morgan | 3 | -26/+16 |
2023-03-02 | Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen... | Andrew Morgan | 4 | -11/+48 |
2023-03-02 | Add support for knocking to workers. (#15133) | Dirk Klimpel | 9 | -16/+15 |
2023-03-02 | Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189) | Quentin Gliech | 2 | -15/+2 |
2023-03-02 | Dockerfile-workers: spell out when config isn't generated (#15186) | David Robertson | 2 | -1/+6 |
2023-03-02 | Update intentional mentions (MSC3952) to depend on `exact_event_property_cont... | Patrick Cloke | 11 | -94/+73 |
2023-03-02 | Fix conflicting URLs for dehydrated devices. (#15180) | Patrick Cloke | 2 | -1/+2 |
2023-03-02 | Add Sytest jobs with the asyncio reactor enabled (#14101) | Quentin Gliech | 3 | -0/+17 |
2023-03-02 | Move event_reports to `RoomWorkerStore` (#15165) | Dirk Klimpel | 2 | -177/+178 |
2023-03-02 | Implementation of MSC3967: Don't require UIA for initial upload of cross sign... | Hugh Nimmo-Smith | 5 | -9/+182 |
2023-02-28 | Remove support for aggregating reactions (#15172) | Richard van der Hoff | 8 | -377/+30 |
2023-02-28 | Update spam checker documentation for moved media modules. (#15175) | Patrick Cloke | 2 | -2/+3 |
2023-02-28 | Fix a long-standing bug where an initial sync would not respond to changes to... | reivilibre | 4 | -2/+77 |
2023-02-28 | 1.78.0 v1.78.0 | H. Shay | 4 | -2/+16 |
2023-02-28 | Allow use of the `/filter` Client-Server APIs on workers. (#15134) | reivilibre | 6 | -8/+27 |
2023-02-28 | Add missing type hints to InsecureInterceptableContextFactory. (#15164) | Patrick Cloke | 3 | -5/+4 |
2023-02-28 | Do not accept pattern_type from user input in push rules. (#15088) | Patrick Cloke | 6 | -186/+244 |
2023-02-28 | Add documentation for caching in a module (#14026) | Brendan Abolivier | 2 | -0/+57 |
2023-02-28 | Admin API endpoint to delete a reported event (#15116) | Dirk Klimpel | 5 | -11/+224 |
2023-02-28 | Correct documentation about registration_shared_secret_path (#15168) | Evan Krall | 2 | -2/+3 |
2023-02-27 | Remove dangling reference to being a reference implementation (#15167) | Travis Ralston | 2 | -2/+4 |
2023-02-27 | Add module API callbacks for adding and deleting local 3PID associations (#15044 | Andrew Morgan | 12 | -48/+324 |
2023-02-27 | Refactor media modules. (#15146) | Patrick Cloke | 31 | -1123/+1190 |
2023-02-27 | Small fixes to `MatrixFederationHttpClient` docstrings (#15148) | Andrew Morgan | 2 | -7/+10 |
2023-02-27 | Bump ruff from 0.0.237 to 0.0.252 (#15159) | dependabot[bot] | 3 | -19/+21 |
2023-02-27 | Bump types-setuptools from 67.3.0.1 to 67.4.0.3 (#15160) | dependabot[bot] | 2 | -18/+4 |
2023-02-27 | Bump types-opentracing from 2.4.10.1 to 2.4.10.3 (#15158) | dependabot[bot] | 2 | -3/+4 |
2023-02-27 | Bump typing-extensions from 4.4.0 to 4.5.0 (#15157) | dependabot[bot] | 2 | -3/+4 |
2023-02-27 | Bump matrix-org/backend-meta from 1 to 2 (#15156) | dependabot[bot] | 2 | -1/+2 |
2023-02-27 | Bump actions/checkout from 2 to 3 (#15155) | dependabot[bot] | 2 | -2/+3 |
2023-02-27 | Bump docker/login-action from 1 to 2 (#15154) | dependabot[bot] | 2 | -1/+2 |
2023-02-27 | Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152) | dependabot[bot] | 2 | -1/+2 |
2023-02-24 | Batch up storing state groups when creating new room (#14918) | Shay | 14 | -49/+371 |
2023-02-24 | Fix bug where 5s delays would occasionally happen. (#15150) | Erik Johnston | 3 | -0/+80 |
2023-02-24 | Improve handling of non-ASCII characters in user directory search (#15143) | Sean Quah | 3 | -2/+184 |
2023-02-23 | Do not fail completely if oEmbed autodiscovery fails. (#15092) | Patrick Cloke | 3 | -13/+65 |
2023-02-23 | Stop parsing the unspecced type parameter on thumbnail requests. (#15137) | Patrick Cloke | 2 | -1/+3 |
2023-02-23 | Fix a typo in MSC3873 config option. (#15138) | Patrick Cloke | 4 | -9/+10 |
2023-02-23 | Fix typo in federation_verify_certificates in config documentation. (#15139) | Centzilius | 2 | -1/+2 |
2023-02-23 | Add information on uploaded media to user export command. (#15107) | Dirk Klimpel | 5 | -16/+136 |
2023-02-23 | Documentation using Shibboleth with OIDC Plugin for SSO. (#15112) | Fly | 2 | -0/+42 |
2023-02-22 | Update .git-blame-ignore-revs for #15103. | Patrick Cloke | 1 | -1/+5 |
2023-02-22 | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 117 | -218/+108 |
2023-02-22 | Tighten the default rate limit of creating new devices. (#15135) | Patrick Cloke | 3 | -5/+15 |
2023-02-22 | Use `json.dump` in `FileExfiltrationWriter` (#15095) | Dirk Klimpel | 2 | -8/+9 |
2023-02-22 | Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru... | Andrew Morgan | 2 | -0/+4 |
2023-02-22 | Remove unused `room_alias` field from `/createRoom` response (#15093) | David Robertson | 10 | -39/+40 |
2023-02-21 | Tweak changelog v1.78.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -4/+3 |
2023-02-21 | 1.78.0rc1 | Olivier Wilkinson (reivilibre) | 71 | -73/+94 |
2023-02-21 | Tweak logging for when a worker waits for its view of a replication stream to... | reivilibre | 2 | -2/+11 |
2023-02-21 | Upper-bound frozendict dependency (#15114) | David Robertson | 3 | -2/+5 |
2023-02-20 | Add `matrix-org-archive-keyring` package as `Recommends` (#15110) | Erik Johnston | 2 | -0/+7 |
2023-02-20 | Update database_maintenance_tools.md (#15083) | jahway603 | 2 | -2/+3 |
2023-02-20 | Teach portdb about `un_partial_stated_event_stream` (#15108) | David Robertson | 2 | -33/+53 |
2023-02-20 | Allow health listener resource to load (#15096) | realtyem | 2 | -0/+2 |
2023-02-20 | Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin... | reivilibre | 4 | -5/+90 |
2023-02-20 | Bump types-setuptools from 67.1.0.0 to 67.3.0.1 (#15105) | dependabot[bot] | 2 | -3/+4 |
2023-02-20 | Bump types-pillow from 9.4.0.10 to 9.4.0.13 (#15104) | dependabot[bot] | 2 | -3/+4 |
2023-02-20 | Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0 (#15102) | dependabot[bot] | 2 | -1/+2 |
2023-02-20 | Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to ... | dependabot[bot] | 4 | -15/+16 |
2023-02-20 | Bump types-bleach from 5.0.3.1 to 6.0.0.0 (#15100) | dependabot[bot] | 2 | -3/+4 |
2023-02-20 | Bump types-jsonschema from 4.17.0.3 to 4.17.0.5 (#15099) | dependabot[bot] | 2 | -4/+5 |
2023-02-17 | Fix-up type hints in tests/server.py. (#15084) | Patrick Cloke | 9 | -129/+226 |
2023-02-17 | Add account data to export command (#14969) | Dirk Klimpel | 5 | -16/+79 |
2023-02-17 | Mitigate a race where /make_join could 403 for restricted rooms (#15080) | Sean Quah | 2 | -1/+16 |
2023-02-16 | Document how to start Synapse with Poetry (#14892) | ZAID BIN TARIQ | 2 | -0/+12 |
2023-02-16 | Use mypy 1.0 (#15052) | David Robertson | 17 | -104/+209 |
2023-02-16 | Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37... | Patrick Cloke | 10 | -59/+26 |
2023-02-15 | Fix a mistake in registration_shared_secret_path docs (#15078) | saddfox | 2 | -1/+2 |
2023-02-15 | Fix federated joins when the first server in the list is not in the room (#15... | Sean Quah | 2 | -6/+6 |
2023-02-15 | Make it easier to use DataGrip w/ Synapse's schema (#14982) | David Robertson | 8 | -3/+50 |
2023-02-15 | Support for selecting the Redis logical database. (#15034) | 999lakhisidhu | 5 | -0/+8 |
2023-02-15 | Update the error code for duplicate annotation (#15075) | Richard van der Hoff | 3 | -1/+11 |
2023-02-14 | Fix order of partial state tables when purging (#15068) | David Robertson | 3 | -2/+10 |
2023-02-14 | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 55 | -320/+433 |
2023-02-14 | Implement MSC3966: Add a push rule condition to search for a value in an arra... | Patrick Cloke | 9 | -42/+176 |
2023-02-14 | Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073) | Richard van der Hoff | 2 | -1/+2 |
2023-02-14 | Prevent clients from reporting nonexistent events. (#13779) | reivilibre | 3 | -1/+23 |
2023-02-14 | Faster joins: Omit device list updates from partial state rooms in /sync (#15... | Sean Quah | 2 | -0/+6 |
2023-02-14 | 1.77.0 v1.77.0 | Mathieu Velten | 3 | -1/+13 |
2023-02-14 | Fix clashing DB txn name (#15070) | Erik Johnston | 2 | -1/+2 |
2023-02-14 | Skip calculating unread push actions in `/sync` when `enable_push` is false. ... | Erik Johnston | 3 | -0/+16 |
2023-02-14 | Change collection[str] to StrCollection in event_auth code (#14929) | Harishankar Kumar | 5 | -24/+19 |
2023-02-13 | Add check to ensure locked dependencies have source distributions available. ... | reivilibre | 5 | -1/+87 |
2023-02-13 | Tweak comment on `_is_local_room_accessible` as part of room visibility in `/... | reivilibre | 2 | -2/+3 |
2023-02-13 | Update pyo3-log to v0.8.1 (#15043) | V02460 | 3 | -3/+4 |
2023-02-13 | Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep... | Andrew Morgan | 5 | -39/+28 |
2023-02-13 | Apply logging from hotfixes branch to develop (#15054) | David Robertson | 2 | -0/+4 |
2023-02-13 | Bump sentry-sdk from 1.13.0 to 1.15.0 (#15065) | dependabot[bot] | 2 | -4/+6 |
2023-02-13 | Bump types-pillow from 9.4.0.5 to 9.4.0.10 (#15064) | dependabot[bot] | 2 | -3/+4 |
2023-02-13 | Bump types-requests from 2.28.11.8 to 2.28.11.12 (#15063) | dependabot[bot] | 2 | -3/+4 |
2023-02-13 | Bump serde_json from 1.0.92 to 1.0.93 (#15062) | dependabot[bot] | 2 | -2/+3 |
2023-02-13 | Bump systemd-python from 234 to 235 (#15061) | dependabot[bot] | 2 | -2/+3 |
2023-02-13 | Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to ... | dependabot[bot] | 4 | -15/+16 |
2023-02-13 | Bump bleach from 5.0.1 to 6.0.0 (#15059) | dependabot[bot] | 2 | -4/+6 |
2023-02-10 | Faster joins: don't stall when a user joins during a fast join (#14606) | Mathieu Velten | 12 | -94/+196 |
2023-02-10 | Return read-only collections from `@cached` methods (#13755) | Sean Quah | 27 | -77/+98 |
2023-02-10 | Support for MSC3758: exact_event_match push condition (#14964) | Patrick Cloke | 9 | -41/+356 |
2023-02-10 | Avoid fetching unused account data in sync. (#14973) | Patrick Cloke | 8 | -90/+176 |
2023-02-10 | Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047) | Sean Quah | 2 | -0/+3 |
2023-02-10 | Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) | Patrick Cloke | 3 | -18/+25 |
2023-02-10 | 1.77.0rc2 v1.77.0rc2 | David Robertson | 5 | -3/+22 |
2023-02-10 | Fix exception on start up about device lists (#15041) | Erik Johnston | 2 | -0/+2 |
2023-02-09 | Tag federation request spans with the worker name (#15042) | David Robertson | 3 | -8/+10 |
2023-02-09 | Add a class UnpersistedEventContext to allow for the batching up of storing s... | Shay | 14 | -162/+359 |
2023-02-09 | Do not always start a db txn on Postgres (#14840) | Andrew Morgan | 2 | -4/+10 |
2023-02-09 | Bump ruff version from 0.0.230 to 0.0.237. (#15033) | Andrew Morgan | 3 | -19/+20 |
2023-02-09 | Respond correctly to unknown methods on known endpoints (#14605) | Patrick Cloke | 8 | -51/+89 |
2023-02-09 | Avoid mutating cached room aliases. (#15038) | Patrick Cloke | 2 | -1/+3 |
2023-02-09 | Bump schema version (#15036) | David Robertson | 2 | -2/+8 |
2023-02-09 | Add final type hint to synapse.server. (#15035) | Patrick Cloke | 7 | -12/+11 |
2023-02-09 | Proper types for `tests.module_api` (#15031) | David Robertson | 4 | -54/+80 |
2023-02-08 | Add more missing type hints to tests. (#15028) | Patrick Cloke | 14 | -111/+124 |
2023-02-08 | Add missing type hints to tests. (#15027) | Patrick Cloke | 8 | -76/+70 |
2023-02-08 | Limit concurrent event creation for a room to avoid state resolution when sen... | Shay | 2 | -3/+4 |
2023-02-08 | Explicit disabling of disallowed_untyped_defs. (#15026) | Patrick Cloke | 2 | -58/+26 |
2023-02-08 | MSC3873: Escape keys when flattening dicts. (#15004) | Patrick Cloke | 4 | -4/+40 |
2023-02-08 | Fix bug in replication where response is cached (#15024) | Erik Johnston | 2 | -0/+3 |