summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copy room serials before handling in `get_new_events_as` (#13392)Nick Mills-Barrett2022-07-261-0/+1
* Extend the release script to automatically push a new SyTest branch, rather t...reivilibre2022-07-261-0/+1
* Merge branch 'release-v1.64' into developOlivier Wilkinson (reivilibre)2022-07-2670-70/+0
|\
| * 1.64.0rc1Olivier Wilkinson (reivilibre)2022-07-2670-70/+0
* | Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365)Patrick Cloke2022-07-261-0/+1
* | Fix infinite loop in partial-state resync (#13353)Richard van der Hoff2022-07-261-0/+1
* | Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-0/+1
* | Remove unused argument for get_relations_for_event. (#13383)Patrick Cloke2022-07-261-0/+1
|/
* Disable autocorrect and autocaptialisation when entering username for SSO reg...Doug2022-07-261-0/+1
* Update Caddy reverse proxy documentation (#13344)Matt Holt2022-07-251-0/+1
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-0/+1
* Additional fixes for opentracing type hints. (#13362)Patrick Cloke2022-07-251-0/+1
* Refactor presence so we can prune user in room caches (#13313)Erik Johnston2022-07-251-0/+1
* Backfill remote event fetched by MSC3030 so we can paginate from it later (...Eric Eastwood2022-07-221-0/+1
* Update locked frozendict version to 2.3.3 (#13352)Sean Quah2022-07-221-0/+1
* Skip soft fail checks for rooms with partial state (#13354)Sean Quah2022-07-221-0/+1
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-211-0/+1
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-211-0/+1
* Don't hold onto full state in state cache (#13324)Erik Johnston2022-07-211-0/+1
* Call out buildkit is required when building test docker images (#13338)Brendan Abolivier2022-07-211-0/+1
* Track DB txn times w/ two counters, not histogram (#13342)David Robertson2022-07-211-0/+1
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-212-1/+2
* Use cache store remove base slaved (#13329)Nick Mills-Barrett2022-07-211-0/+1
* Merge branch 'master' into developDavid Robertson2022-07-211-0/+1
|\
| * Document `rc_invites.per_issuer`, added in v1.63.David Teller2022-07-211-0/+1
| * 1.63.1 v1.63.1Erik Johnston2022-07-201-1/+0
| * Don't include appservice users when calculating push rules (#13332)Erik Johnston2022-07-201-0/+1
| * 1.63.0Brendan Abolivier2022-07-191-1/+0
| * Remove 'anonymised' from the phone home stats documentation (#13321)Andrew Morgan2022-07-191-0/+1
* | Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-0/+1
* | Validate federation destinations and log an error if server name is invalid. ...Shay2022-07-201-0/+1
* | Fix spurious warning when fetching state after a missing prev event (#13258)Sean Quah2022-07-191-0/+1
* | Add type annotations to `trace` decorator. (#13328)Patrick Cloke2022-07-191-0/+1
* | Reduce memory usage of state group cache (#13323)Erik Johnston2022-07-191-0/+1
* | Stop building Ubuntu 21.10 (Impish Indri) which is end of life. (#13326)Patrick Cloke2022-07-191-0/+1
* | Bash script for creating multiple stream writers (#13271)villepeh2022-07-191-0/+1
* | Add notes when config options were changed to config documentation (#13314)Jörg Behrmann2022-07-191-0/+1
* | Rate limit joins per-room (#13276)David Robertson2022-07-191-0/+1
* | Safe async event cache (#13308)Nick Mills-Barrett2022-07-191-0/+1
* | Increase batch size of `bulk_get_push_rules` and `_get_joined_profiles_from_e...Shay2022-07-181-0/+1
* | Improve performance of query ` _get_subset_users_in_room_with_profiles` (#13299)Shay2022-07-181-0/+1
* | Fix overcounting of pushers when they are replaced (#13296)Sean Quah2022-07-181-0/+1
* | Up the dependency on canonicaljson to ^1.5.0 (#13172)Brendan Abolivier2022-07-181-0/+1
* | Prevent #3679 from appearing in blame results (#13311)Andrew Morgan2022-07-181-0/+1
* | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312)Erik Johnston2022-07-181-1/+0
* | Don't pull out full state when sending dummy events (#13310)Erik Johnston2022-07-181-0/+1
* | Use READ COMMITTED isolation level when purging rooms (#12942)Nick Mills-Barrett2022-07-181-0/+1
* | Update expected DB query count when creating a room (#13307)Andrew Morgan2022-07-181-0/+1
* | Don't pull out the full state when creating an event (#13281)Erik Johnston2022-07-181-0/+1
* | Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-0/+1
* | Make all `process_replication_rows` methods async (#13304)Nick Mills-Barrett2022-07-171-0/+1
* | Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-151-0/+1
* | Provide more info why we don't have any thumbnails to serve (#13038)Eric Eastwood2022-07-151-0/+1
* | Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)David Robertson2022-07-151-0/+1
* | Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-151-0/+1
* | Use a real room in the notification rotation tests. (#13260)Patrick Cloke2022-07-151-0/+1
* | Use state before join to determine if we `_should_perform_remote_join` (#13270)David Robertson2022-07-151-0/+1
* | Update locked frozendict version to 2.3.2 (#13284)Sean Quah2022-07-151-0/+1
* | Bg update to populate new `events` table columns (#13215)Richard van der Hoff2022-07-151-0/+1
* | Fix a bug which could lead to incorrect state (#13278)Erik Johnston2022-07-151-0/+1
* | Docker: copy postgres from base image (#13279)Richard van der Hoff2022-07-151-0/+1
* | Async get event cache prep (#13242)Nick Mills-Barrett2022-07-151-0/+1
* | Federation Sender & Appservice Pusher Stream Optimisations (#13251)Nick Mills-Barrett2022-07-151-0/+1
* | Rip out auth-event reconciliation code (#12943)Richard van der Hoff2022-07-141-0/+1
* | Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-141-0/+1
* | Allow rate limiters to passively record actions they cannot limit (#13253)David Robertson2022-07-131-0/+1
* | Notifier: accept callbacks to fire on room joins (#13254)David Robertson2022-07-131-0/+1
* | Call the v2 identity service `/3pid/unbind` endpoint, rather than v1. (#13240)Jacek Kuśnierz2022-07-131-0/+1
* | Add support for room version 10 (#13220)Shay2022-07-131-0/+1
* | Document advising against publicly exposing the Admin API and provide a usage...jejo862022-07-131-0/+1
* | Optimise room creation event lookups part 2 (#13224)Nick Mills-Barrett2022-07-131-0/+1
* | Reduce duplicate code in receipts servlets. (#13198)Patrick Cloke2022-07-131-0/+1
* | Add prometheus counters for content types other than events (#13175)Brad Murray2022-07-131-0/+1
* | Drop unused tables from groups/communities. (#12967)Patrick Cloke2022-07-131-0/+1
* | Do not fail build if complement with workers fails. (#13266)Patrick Cloke2022-07-131-0/+1
* | Fix "add user" admin api error when request contains a "msisdn" threepid (#13...Thomas Weston2022-07-131-0/+1
* | Inline URL preview documentation. (#13261)Patrick Cloke2022-07-122-2/+2
* | Drop unused table `event_reference_hashes` (#13218)Richard van der Hoff2022-07-121-0/+1
* | Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `i...Jacek Kuśnierz2022-07-121-0/+1
* | Rename test case method to `add_hashes_and_signatures_from_other_server` (#13...David Robertson2022-07-121-0/+1
* | Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-0/+1
* | Log the stack when waiting for an entire room to be un-partial stated (#13257)Sean Quah2022-07-121-0/+1
* | Add info about configuration in the url preview docs (#13233)Shay2022-07-121-0/+2
* | Make the AS login method call `Auth.get_user_by_req` for checking the AS toke...Quentin Gliech2022-07-121-0/+1
* | expose whether a room is a space in the Admin API (#13208)andrew do2022-07-121-0/+1
|/
* 1.63.0rc1Sean Quah2022-07-1251-53/+0
* Don't pull out the full state when calculating push actions (#13078)Erik Johnston2022-07-112-1/+2
* Add a sample bash script to docs for creating multiple worker files (#13032)villepeh2022-07-111-0/+1
* Reduce event lookups during room creation by passing known event IDs (#13210)Nick Mills-Barrett2022-07-111-0/+1
* Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...David Teller2022-07-111-0/+1
* Fix to-device messages not being sent to MSC3202-enabled appservices (#13235)Travis Ralston2022-07-111-0/+1
* Remove delay when rotating event push actions (#13211)Erik Johnston2022-07-111-0/+1
* Document the 'databases' homeserver config option (#13212)Andrew Morgan2022-07-111-0/+1
* Add a `filter_event_for_clients_with_state` function (#13222)Erik Johnston2022-07-111-0/+1
* Fix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236)Travis Ralston2022-07-111-0/+1
* Ensure portdb selects _all_ rows with negative rowids (#13226)David Robertson2022-07-111-0/+1
* editorconfig: add max_line_length for Python files (#13228)Sumner Evans2022-07-081-0/+1
* Fix notification count after a highlighted message (#13223)Erik Johnston2022-07-081-0/+1
* Fix exception when using MSC3030 to look for remote federated events before r...Eric Eastwood2022-07-071-0/+1
* Add --build-only option to complement.sh to prevent actually running Compleme...reivilibre2022-07-071-0/+1
* Remove obsolete RoomEventsStoreTestCase (#13200)Petr Vaněk2022-07-071-0/+1
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-0/+1
* Use a single query in `ProfileHandler.get_profile` (#13209)Nick Mills-Barrett2022-07-071-0/+1
* Bump lxml from 4.8.0 to 4.9.1 (#13207)dependabot[bot]2022-07-071-0/+1
* Check that `auto_vacuum` is disabled when porting a SQLite database to Postgr...reivilibre2022-07-071-0/+1
* Make `_get_state_map_for_room` not break when room state events don't contain...David Teller2022-07-071-0/+1
* Add information on how the Synapse team does reviews. (#13132)Patrick Cloke2022-07-061-0/+1
* Fix bug where we failed to delete old push actions (#13194)Erik Johnston2022-07-061-0/+1
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-051-0/+1
* Type `tests.utils` (#13028)David Robertson2022-07-051-0/+1
* Factor out some common Complement CI setup commands to a script. (#13157)reivilibre2022-07-051-0/+1
* Use upserts for updating `event_push_summary` (#13153)Erik Johnston2022-07-051-0/+1
* Fix application service not being able to join remote federated room without ...Eric Eastwood2022-07-051-0/+1
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-0/+1
* Add missing links to config options (#13166)Dirk Klimpel2022-07-051-0/+1
* annotate tests.server.FakeChannel (#13136)David Robertson2022-07-041-0/+1
* Remove tests/utils.py from mypy's exclude list (#13159)Andrew Morgan2022-07-041-0/+1
* [Complement] Allow device_name lookup over federation (#13167)Till2022-07-041-0/+1
* Enable Complement testing in the 'Twisted Trunk' CI runs. (#13079)reivilibre2022-07-011-0/+1
* complement.sh: Permit skipping docker build (#13143)Richard van der Hoff2022-07-011-0/+1
* Merge tag 'v1.62.0rc2' into developAndrew Morgan2022-07-012-2/+0
|\
| * 1.62.0rc2 v1.62.0rc2Andrew Morgan2022-07-012-2/+0
* | Extra validation for rest/client/account_data (#13148)David Robertson2022-07-011-0/+1
* | `_process_received_pdu`: Improve exception handling (#13145)Richard van der Hoff2022-07-011-0/+1
* | Skip waiting for full state for incoming events (#13144)Richard van der Hoff2022-07-011-0/+1
* | Add documentation for phone home stats (#13086)Andrew Morgan2022-06-301-0/+1
* | Allow dependency errors to pass through (#13113)Jacek Kuśnierz2022-06-301-0/+1
* | Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-302-0/+2
|\|
| * Fix unread counts on large servers (#13140)Erik Johnston2022-06-301-0/+1
| * Add index to help delete old push actions (#13141)Erik Johnston2022-06-301-0/+1
* | Don't process /send requests for users who have hit their ratelimit (#13134)Shay2022-06-301-0/+1
* | Cleanup references to sample config in the docs and redirect users to configu...Shay2022-06-301-0/+3
* | Add a link to the configuration manual from the homeserver sample config docu...Andrew Morgan2022-06-301-0/+1
* | More type hints for `synapse.logging` (#13103)Patrick Cloke2022-06-301-0/+1
* | Improve startup times in Complement test runs against workers, particularly i...reivilibre2022-06-301-0/+1
* | Actually typecheck `tests.test_server` (#13135)David Robertson2022-06-301-0/+1
* | Rate limiting invites per issuer (#13125)David Teller2022-06-301-0/+1
* | Don't actually one-line the SQL statements we send to the DB (#13129)Brendan Abolivier2022-06-301-0/+1
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-291-0/+1
* | Fix documentation header for `allow_public_rooms_over_federation` (#13116)Moritz Stückler2022-06-291-0/+1
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+1
* | Document the `--report-stats` argument (#13029)jejo862022-06-291-0/+1
|/
* 1.62.0rc1Andrew Morgan2022-06-2877-79/+0
* Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-281-0/+1
* Extra type annotations in `test_server` (#13124)David Robertson2022-06-281-0/+1
* Remove unspecced DELETE endpoint that modifies room visibility (#13123)santhoshivan232022-06-281-0/+1
* Update MSC3786 implementation: Check the `state_key` (#12939)Šimon Brandner2022-06-271-0/+1
* Add Cross-Origin-Resource-Policy header to thumbnail and download media endpo...Robert Long2022-06-271-0/+1
* Refactor the Dockerfile-workers configuration script to use Jinja2 templates ...reivilibre2022-06-271-0/+1
* Remove docs for Delete Group Admin API (#13112)Aaron Raimist2022-06-271-0/+1
* validate room alias before interacting with the room directory (#13106)santhoshivan232022-06-221-0/+1
* Use caret (semver bounds) for matrix.org packages (#13082)David Robertson2022-06-171-0/+1
* Update opentracing docs to reference the configuration manual rather than the...Shay2022-06-171-0/+1
* Fix inconsistencies in event validation (#13088)Richard van der Hoff2022-06-171-0/+1
* Fix inconsistencies in event validation for `m.room.create` events (#13087)Richard van der Hoff2022-06-171-0/+1
* Add type hints to event push actions tests. (#13099)Patrick Cloke2022-06-172-1/+2
* Fix type error that made its way onto develop (#13098)reivilibre2022-06-171-0/+1
* Update info on downstream debs (#13095)Richard van der Hoff2022-06-171-0/+1
* Simplify the alias deletion logic as an application service. (#13093)Quentin Gliech2022-06-171-0/+1
* Rotate notifications more frequently (#13096)Erik Johnston2022-06-171-0/+1
* Use new `device_list_changes_in_room` table when getting device list changes ...Erik Johnston2022-06-171-0/+1
* Allow MSC3030 'timestamp_to_event' calls from anyone on world-readable rooms....Quentin Gliech2022-06-171-0/+1
* Fix logging context misuse when we fail to persist a federation event (#13089)Sean Quah2022-06-171-0/+1
* Add desc to `get_earliest_token_for_stats` (#13085)Erik Johnston2022-06-161-0/+1
* Add a Subject Alternative Name to the certificate generated for Complement te...reivilibre2022-06-161-0/+1
* Improve URL previews for sites with only Twitter card information. (#13056)Patrick Cloke2022-06-161-0/+1
* Reduce the duplication of code that invokes the rate limiter. (#13070)reivilibre2022-06-161-0/+1
* Complement: use SQLite by default (#13075)Richard van der Hoff2022-06-161-0/+1
* Add custom well-known (#13035)Jacek Kuśnierz2022-06-161-0/+1
* Add instructions for running Complement with `gotestfmt`-formatted output loc...reivilibre2022-06-161-0/+1
* Move some event auth checks out to a different method (#13065)Richard van der Hoff2022-06-151-0/+1
* Add headers to individual options in config documentation to allow for linkin...Shay2022-06-151-0/+1
* Add more tests for room upgrades (#13074)Sean Quah2022-06-151-0/+1
* Change default `sync_response_cache_duration` (#13042)Erik Johnston2022-06-151-0/+1
* Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-151-0/+1
* Sort failing jobs in Complement CI to the top of the logs to make them easier...reivilibre2022-06-151-0/+1
* Add a CI job to check that schema deltas are in the correct folder. (#13063)Erik Johnston2022-06-151-0/+1
* Type annotations in `synapse.databases.main.devices` (#13025)David Robertson2022-06-151-0/+1
* Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-151-0/+1
* Rename complement-developonly (#13046)Erik Johnston2022-06-151-0/+1
* Use updated `update_user_directory_from_worker` options in Complement tests. ...reivilibre2022-06-151-0/+1
* Collapse Docker build commands in Complement CI runs to make the logs easier ...reivilibre2022-06-151-0/+1
* Track a histogram of state res durations (#13036)David Robertson2022-06-151-0/+1
* Fix a long-standing bug which meant that rate limiting was not restrictive en...reivilibre2022-06-151-0/+1
* Don't use keyword arguments when initialising modules (#13060)Brendan Abolivier2022-06-151-0/+1
* Clean up schema for `event_edges` (#12893)Richard van der Hoff2022-06-151-0/+1
* Fix typechecks against twisted trunk (#13061)David Robertson2022-06-151-0/+1
* Refactor entry points so that they all have a `main` function. (#13052)reivilibre2022-06-141-0/+1
* Fix `destination_is` errors seen in sentry. (#13041)David Robertson2022-06-141-0/+2
* Up complement time outs (#13048)Erik Johnston2022-06-141-0/+1
* Fix version number in spam checker callbacks doc (#13047)Brendan Abolivier2022-06-141-0/+1
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-0/+1
* Rename delta to apply in the proper schema version. (#13050)Patrick Cloke2022-06-141-0/+1
* Move the "email unsubscribe" resource, refactor the macaroon generator & simp...Quentin Gliech2022-06-141-0/+1
* Fix Complement runs always being Postgres (#13034)reivilibre2022-06-141-0/+1
* Mention removed community/group worker endpoints in upgrade.md (#13023)Sami Olmari2022-06-141-0/+1
* Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth...Quentin Gliech2022-06-141-0/+1
* Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-131-0/+1
* Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-0/+1
* Merge branch 'rav/simplify_event_auth_interface' into developRichard van der Hoff2022-06-131-0/+1
|\
| * changelogRichard van der Hoff2022-06-121-0/+1
* | Revert "Changelog"David Robertson2022-06-101-1/+0
* | ChangelogDavid Robertson2022-06-101-0/+1
* | Add missing TOC link to poetry cheat sheet (#13022)David Robertson2022-06-101-0/+1
* | Fix-up the contrib/graph scripts. (#13013)Patrick Cloke2022-06-101-0/+1
* | Stop depending on `room_id` to be returned for children state in the hierarch...Patrick Cloke2022-06-101-0/+2
* | Enable testing against PostgreSQL databases in Complement CI. (#12965)reivilibre2022-06-091-0/+1
* | Fix example of running complement.sh. (#12990)Patrick Cloke2022-06-091-0/+1
* | Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-091-0/+1
* | Type annotations for `test_v2` (#12985)David Robertson2022-06-091-0/+1
* | Use READ COMMITTED isolation level when inserting read receipts (#12957)Nick Mills-Barrett2022-06-091-0/+1
* | Move the (unstable) `dir` parameter for /relations behind an experimental fla...Patrick Cloke2022-06-081-0/+1
* | Use a GitHub form for issues rather than a hard-to-read, easy-to-ignore templ...reivilibre2022-06-081-0/+1
* | Merge the Complement testing Docker images into a single, multi-purpose image...reivilibre2022-06-081-0/+1
* | Docker Compose Worker Documentation and Examples (#12737)James2022-06-081-0/+1
* | Clean up the test code for client disconnections (#12929)Sean Quah2022-06-071-0/+1
* | Use dummy fallback engines if imports fail (#12979)David Robertson2022-06-071-0/+1
* | Test cancellation at every `await` during request handling (#12674)Sean Quah2022-06-071-0/+1
* | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-06-0774-74/+0
|\|
| * 1.61.0rc1Olivier Wilkinson (reivilibre)2022-06-0774-74/+0
* | Return the same error message from `/login` when password is incorrect and wh...Daniel Aloni2022-06-071-0/+1
* | Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-0/+1
* | Reduce amount of state we pull out when attempting to send catchup PDUs. (#12...Erik Johnston2022-06-071-0/+1
* | Fix a stale comment in get_room_version_id_txn. (#12969)Patrick Cloke2022-06-071-0/+1
* | Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-0/+1
|/
* Prevent breaking old sqlite's when media retention is enabled (#12977)Andrew Morgan2022-06-071-0/+1
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-0/+1
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-0/+1
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-061-0/+1
* Do not break URL previews if an image is unreachable. (#12950)Patrick Cloke2022-06-061-0/+1
* Implement MSC3816, consider the root event for thread participation. (#12766)Patrick Cloke2022-06-061-0/+1
* Allow updating passwords using the admin api without logging out devices (#12...Jan Christian Grünhage2022-06-061-0/+1
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-0/+1
* Remove groups code from synapse_port_db. (#12899)Patrick Cloke2022-06-031-0/+1
* Improve URL previews for some pages (#12951)Patrick Cloke2022-06-031-0/+1
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-0/+1
* Fix complement tests using the wrong path (#12933)Michael Telatynski2022-06-011-0/+1
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-0/+1
* Remove direct refeferences to PyNaCl (use signedjson instead). (#12902)Jacek Kuśnierz2022-06-011-0/+1
* Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff2022-06-011-0/+1
* Fix potential thumbnail memory leaks. (#12932)Erik Johnston2022-06-011-0/+1
* Remove most groups datastore code. (#12895)Patrick Cloke2022-05-311-0/+1
* Improve logging when signature checks fail (#12925)Richard van der Hoff2022-05-311-0/+1
* Remove groups replication code. (#12900)Patrick Cloke2022-05-311-0/+1
* Add config options for media retention (#12732)Andrew Morgan2022-05-311-0/+1
* Faster room joins: Resume state re-syncing after a Synapse restart (#12813)Sean Quah2022-05-311-0/+1
* Faster room joins: Try other destinations when resyncing the state of a parti...Sean Quah2022-05-311-0/+1
* Test Synapse against Complement with workers. (#12810)reivilibre2022-05-311-0/+1
* Reduce DB load of /sync when using presence (#12885)Erik Johnston2022-05-311-0/+1
* Stop reading from `event_edges.room_id`. (#12914)Richard van der Hoff2022-05-311-0/+1