summary refs log tree commit diff
path: root/synmark (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-20Don't include redundant prev_state in new events (#13791)Denis3-4/+1
2022-09-16Add support to purge rows from MSC2716 and other tables when purging a room (...Eric Eastwood4-0/+30
2022-09-16Fix Docker build when Rust .so has been build locally first (#13811)Mathieu Velten3-3/+7
2022-09-16Compare ported to unported PG schemas in portdb test job (#13808)David Robertson5-47/+50
2022-09-16Minor speedups to CI linting (#13827)David Robertson2-4/+6
2022-09-16Remove error spam when users query the keys of departed remote users (#13826)Sean Quah2-9/+13
2022-09-16complement: init postgres DB directly inside the target image (#13819)Mathieu Velten2-11/+10
2022-09-16Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech5-0/+155
2022-09-16Update request log format documentation to mention the format used when the a...reivilibre2-2/+3
2022-09-16Avoid putting rejected events in room state (#13723)Sean Quah3-0/+415
2022-09-15Document common fix of Poetry problems by removing egg-info (#13785)Eric Eastwood2-0/+28
2022-09-15Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pul...Eric Eastwood5-5/+38
2022-09-15Record any exception when processing a pulled event (#13814)Eric Eastwood3-1/+12
2022-09-15Support providing an index predicate for upserts. (#13822)Patrick Cloke3-7/+25
2022-09-15A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson4-45/+78
2022-09-15Add a `MXCUri` class to make working with mxc uri's easier. (#13162)Andrew Morgan6-74/+53
2022-09-14Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood7-9/+329
2022-09-14Update event push action and receipt tables to support threads. (#13753)Patrick Cloke11-20/+312
2022-09-14Use partial indices on SQLIte. (#13802)Patrick Cloke4-5/+59
2022-09-14Deduplicate `is_server_notices_room`. (#13780)reivilibre4-18/+20
2022-09-14Fix a memory leak when running the unit tests. (#13798)reivilibre3-6/+8
2022-09-14Remove unused method in `synapse.api.auth.Auth`. (#13795)Quentin Gliech2-9/+1
2022-09-14Remove incorrect migration file from `state` logical DB (#13788)David Robertson2-37/+1
2022-09-14Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah5-15/+51
2022-09-14Fix a long-standing spec compliance bug where Synapse would accept a trailing...reivilibre2-2/+2
2022-09-13Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)Mathieu Velten3-0/+25
2022-09-13Updates to the schema dump script (#13770)David Robertson3-32/+21
2022-09-13Simplify CI tests DAG (#13784)David Robertson2-4/+1
2022-09-13installation.md: require libpq on M1 macs (#13480)Richard van der Hoff2-2/+4
2022-09-13Fixup changelog v1.67.0Erik Johnston1-3/+3
2022-09-131.67.0Erik Johnston3-3/+15
2022-09-13Add receipts event stream ordering (#13703)Nick Mills-Barrett4-1/+95
2022-09-12Fix GHA skippable syntax (#13778)Mathieu Velten2-1/+3
2022-09-12Fix typo in ratelimiting documentation (#13727)Brendan Abolivier2-1/+2
2022-09-12Fix CI on non-PR builds (#13769)Erik Johnston2-0/+2
2022-09-12Remove check current state membership up to date (#13745)Nick Mills-Barrett3-155/+100
2022-09-12Check if Rust lib needs rebuilding. (#13759)Erik Johnston7-1/+149
2022-09-09Concurrently collect room unread counts for push badges (#13765)Nick Mills-Barrett2-3/+11
2022-09-09Tag trace with instance name (#13761)Eric Eastwood3-2/+12
2022-09-09Strip number suffix from instance name to consolidate services that traces ar...Eric Eastwood2-1/+13
2022-09-09Use an upsert for `receipts_graph`. (#13752)Patrick Cloke2-8/+5
2022-09-09Add rust to CI (#13763)Erik Johnston3-1/+84
2022-09-09Require SQLite >= 3.27.0 (#13760)David Robertson9-208/+106
2022-09-08Re-type hint some collections in `/sync` code as read-only (#13754)Sean Quah2-10/+11
2022-09-08Remove unused Prometheus recording rules from `synapse-v2.rules` and add comm...reivilibre2-23/+9
2022-09-08Add timestamp to user's consent (#13741)Dirk Klimpel7-8/+52
2022-09-08Update docstrings to explain the impact of partial state (#13750)Sean Quah2-1/+17
2022-09-08Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13...Sean Quah2-1/+5
2022-09-08Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah3-2/+37
2022-09-08Fix cache metrics not being updated when not using the legacy exposition modu...reivilibre4-21/+81
2022-09-08Fix Prometheus recording rules to not use legacy metric names. (#13718)reivilibre6-37/+22
2022-09-08Fix latest deps (#13743)Erik Johnston2-0/+15
2022-09-08Also cite upgrade notesDavid Robertson1-1/+1
2022-09-08Add minimum version bump for sqlite to the release notes (#13742)David Robertson2-1/+21
2022-09-08Fix a bug where Synapse fails to start if a signing key file contains an empt...reivilibre2-1/+13
2022-09-07Instrument `get_metadata_for_events` for tracing (#13730)Eric Eastwood2-0/+3
2022-09-07Fix latest deps CI (#13734)Erik Johnston3-3/+42
2022-09-07Add some rust caching to CI (#13735)Erik Johnston2-0/+6
2022-09-07Correct out-of-date doc for `event_cache_size` (#13726)David Robertson2-2/+5
2022-09-07Define SQLite compat policy (#13728)David Robertson2-4/+12
2022-09-07A second batch of Pydantic models for rest/client/account.py (#13687)David Robertson4-34/+64
2022-09-07Cancel the processing of key query requests when they time out. (#13680)reivilibre18-20/+110
2022-09-07Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre13-41/+47
2022-09-07Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis6-14/+435
2022-09-06Remove the unspecced room_id field in the /hierarchy response. (#13506)reivilibre2-1/+1
2022-09-06Add a stub Rust crate (#12595)Erik Johnston23-11/+302
2022-09-06Fix trial-olddeps (#13725)Erik Johnston3-2/+3
2022-09-06Actually fix typechecking with latest types-jsonschema (#13724)David Robertson2-4/+5
2022-09-06Fixup changelog v1.67.0rc1Erik Johnston1-2/+2
2022-09-06Update trial old deps CI to use poetry 1.2.0 (#13707)Erik Johnston3-29/+42
2022-09-06Update Grafana dashboard to not use legacy metric names. (#13714)reivilibre4-73/+74
2022-09-06Update changelogErik Johnston2-0/+22
2022-09-061.67.0rc1Erik Johnston56-56/+91
2022-09-06Remove configuration options for direct TCP replication. (#13647)Patrick Cloke12-78/+63
2022-09-05Reduce number of CI jobs run on PRs (#13713)Erik Johnston3-66/+160
2022-09-05Extend the release script to wait for GitHub Actions to finish and to be usab...reivilibre2-4/+143
2022-09-05Fix typechecking with latest `types-jsonschema` (#13712)David Robertson2-4/+5
2022-09-05Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier6-4/+146
2022-09-03fix grammarMatthew Hodgson1-1/+1
2022-09-02Clarify `(room_id, event_id)` global uniqueness (#13701)Eric Eastwood2-0/+25
2022-09-02Update docs to make enabling metrics more clear (#13678)Eric Eastwood2-4/+8
2022-09-02Update lock file for Poetry v1.2.0 (#13689)Erik Johnston5-66/+99
2022-09-02Only run trial CI on all python versions on non-PRs (#13698)Erik Johnston2-0/+11
2022-09-01Fix two typos with colon in headlines (#13665)Dirk Klimpel2-2/+3
2022-09-01Add a schema delta to drop unstable private read receipts. (#13692)Patrick Cloke2-0/+20
2022-09-01Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke4-23/+30
2022-09-01Update the Grafana dashboard that is included with Synapse in the `contrib` d...reivilibre2-20/+128
2022-09-01Cache `is_partial_state_room` (#13693)Erik Johnston2-4/+8
2022-09-01Add monthly active users documentation (#13617)Will Hunt4-0/+88
2022-09-01Use poetry 1.2.0 rather than prerelease for deb packages (#13695)Erik Johnston2-1/+7
2022-09-01Add some logging to help track down #13444 (#13679)Erik Johnston2-0/+14
2022-09-01Return keys for unwhitelisted servers from `/_matrix/key/v2/query` (#13683)Richard van der Hoff2-20/+22
2022-09-01Bump docker image to use stable poetry version (#13688)Erik Johnston3-11/+2
2022-09-01Remove support for unstable private read receipts (#13653)Šimon Brandner13-122/+44
2022-08-31Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz9-137/+81
2022-08-31Tweak changelog formatting v1.66.0Sean Quah1-6/+4
2022-08-31Move notice from 1.66.0rc1 to 1.66.0 section in changelogSean Quah1-6/+6
2022-08-31Tweak changelog wordingSean Quah1-4/+5
2022-08-31Improve clarity on deprecation of TCP replicationSean Quah2-2/+10
2022-08-31Remove cached wrap on `_get_joined_users_from_context` method (#13569)Nick Mills-Barrett3-85/+40
2022-08-31Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre10-75/+75
2022-08-31Fix dead link in 1.18.0 upgrade notesSean Quah1-1/+1
2022-08-31Fix admin List Room API return type on sqlite (#13509)David Robertson3-7/+19
2022-08-31Update changelog to link to the Synapse docs instead of markdownSean Quah1-1/+1
2022-08-311.66.0Sean Quah3-3/+12
2022-08-31Update changelog for v1.62.0Sean Quah1-0/+14
2022-08-31Change dpkg-statoverride to use --force-statoverride-add (#13638)Jörg Behrmann2-1/+2
2022-08-31Remind people that direct TCP replication is disabled. (#13674)Patrick Cloke1-0/+8
2022-08-30Give the correct next event when the message timestamps are the same - MSC303...Eric Eastwood2-2/+11
2022-08-30Drop unused column `application_services_state.last_txn` (#13627)Shay4-0/+59
2022-08-30Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff3-41/+23
2022-08-30Update changes v1.66.0rc2David Robertson1-1/+1
2022-08-30Clarify documentation about replication traffic. (#13656)Patrick Cloke2-1/+5
2022-08-301.66.0rc2David Robertson4-2/+16
2022-08-30Fix bug where we wedge media plugins if clients disconnect early (#13660)Erik Johnston2-19/+22
2022-08-30Do not wait for background updates to complete do expire URL cache. (#13657)Patrick Cloke2-4/+1
2022-08-30Speed up inserting `event_push_actions_staging`. (#13634)Patrick Cloke2-20/+9
2022-08-30Fix rate limit metrics registering twice and misreporting (#13649)Eric Eastwood3-32/+128
2022-08-30Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel4-6/+99
2022-08-30Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood5-70/+89
2022-08-28Print complement failure results last (#13639)Richard van der Hoff6-11/+31
2022-08-26Improve documentation around user registration (#13640)Richard van der Hoff4-103/+134
2022-08-26Generate missing configuration files at startup (#13615)Richard van der Hoff3-12/+56
2022-08-26Update debhelper (#13594)Jörg Behrmann7-41/+15
2022-08-26Move the execution of the retention purge_jobs to the main worker (#13632)Brad Murray2-4/+3
2022-08-25Debian packaging: explicitly allocate a group for the system user (#13593)Jörg Behrmann2-2/+8
2022-08-25Support `registration_shared_secret` in a file (#13614)Richard van der Hoff4-5/+92
2022-08-25register_new_matrix_user: read server url from config (#13616)Richard van der Hoff2-6/+52
2022-08-25Update automation for incoming issues (#13629)Kat Gerasimova1-4/+4
2022-08-24Comment about a better future where we can get the state diff between two eve...Eric Eastwood2-0/+9
2022-08-24Rename `event_map` to `unpersisted_events` (#13603)David Robertson2-32/+38
2022-08-24Update `get_users_in