1
0

Commit Graph

  • eaed07aa18 deploy: 8c5b8e6d40 DMRobertson 2022-11-29 12:32:57 +00:00
  • 8c5b8e6d40 1.73.0rc1 David Robertson 2022-11-29 12:32:02 +00:00
  • 5b0dcda7f0 Fix GHA job for pushing the complement-synapse image (#14573) David Robertson 2022-11-29 12:22:08 +00:00
  • c7e29ca277 POC delete stale non-e2e devices for users (#14038) Erik Johnston 2022-11-29 10:36:41 +00:00
  • 72f3e38137 Fix possible variable shadow in create_new_client_event (#14575) Shay 2022-11-28 19:18:12 -08:00
  • 9ccc09fe9e Support MSC1767's content.body behaviour; Add base rules from MSC3933 (#14524) Travis Ralston 2022-11-28 18:02:41 -07:00
  • dd51828120 Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521) Travis Ralston 2022-11-28 17:22:34 -07:00
  • 3da6450327 Initial support for MSC3931: Room version push rule feature flags (#14520) Travis Ralston 2022-11-28 16:29:53 -07:00
  • 09d743b1c9 deploy: 8f10c8b054 MadLittleMods 2022-11-28 21:55:06 +00:00
  • 8f10c8b054 Move MSC3030 /timestamp_to_event endpoint to stable v1 location (#14471) Eric Eastwood 2022-11-28 15:54:18 -06:00
  • 1183c372fa Use device_one_time_keys_count to match MSC3202 (#14565) Andrew Ferrazzutti 2022-11-28 11:17:29 -05:00
  • d56f48038a Fix logging context warnings due to common usage metrics setup (#14574) Sean Quah 2022-11-28 15:25:18 +00:00
  • d748bbc8f8 Include thread information when sending receipts over federation. (#14466) Patrick Cloke 2022-11-28 09:40:17 -05:00
  • f792dd74e1 Remove option to skip locking of tables during emulated upserts (#14469) Sean Quah 2022-11-28 13:42:06 +00:00
  • 2dad42a9fb Push complement image to a docker registry (#14509) Michael Kaye 2022-11-28 12:51:40 +00:00
  • 58383c18bd Bump serde_json from 1.0.88 to 1.0.89 (#14560) dependabot[bot] 2022-11-28 12:45:58 +00:00
  • 7a7ee3d6b8 Bump serde from 1.0.147 to 1.0.148 (#14559) dependabot[bot] 2022-11-28 12:30:12 +00:00
  • 5ff0ba261c Merge remote-tracking branch 'origin/develop' into mv/unbind-callback Mathieu Velten 2022-11-28 12:57:35 +01:00
  • 105ab1c3d2 Run Rust CI when Cargo.lock changes too (#14571) David Robertson 2022-11-28 11:47:16 +00:00
  • 7d24662fdd Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to e645b0cf01249a964ec099494d38d2da0f0b349f (#14557) dependabot[bot] 2022-11-28 11:08:15 +00:00
  • 3514a31bb2 deploy: 09de2aecb0 squahtx 2022-11-25 15:17:34 +00:00
  • 09de2aecb0 Add support for handling avatar with SSO login (#13917) Ashish Kumar 2022-11-25 19:16:50 +04:00
  • 39cde585bf Faster joins: use initial list of servers if we don't have the full state yet (#14408) Mathieu Velten 2022-11-24 18:09:47 +01:00
  • c2e06c36d4 Fix crash admin media list api when info is None (#14537) schmop 2022-11-24 11:49:04 +01:00
  • f6c74d1cb2 Implement message forward pagination from start when no from is given, fixes #12383 (#14149) Benjamin Kampmann 2022-11-24 09:10:51 +00:00
  • edf8d08a3e deploy: 9af2be192a reivilibre 2022-11-24 09:10:06 +00:00
  • 9af2be192a Remove legacy Prometheus metrics names. They were deprecated in Synapse v1.69.0 and disabled by default in Synapse v1.71.0. (#14538) reivilibre 2022-11-24 09:09:17 +00:00
  • 3b4e150868 Faster joins: use servers list approximation in assert_host_in_room (#14515) Mathieu Velten 2022-11-24 09:10:47 +01:00
  • 5c09f28a30 dirty script tee hee dmr/help-erik-project-graphql David Robertson 2022-11-23 19:38:06 +00:00
  • 28a84af1bc Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2022-11-23 14:22:56 +00:00
  • f38d7d79c8 Add another index to device_lists_changes_in_room (#14534) Erik Johnston 2022-11-23 14:09:00 +00:00
  • 76c6e50f3f Gate Postgres setting to Postgres Eric Eastwood 2022-11-22 23:38:53 -06:00
  • f0ee9f85d2 Add changelog Eric Eastwood 2022-11-22 22:28:44 -06:00
  • 5b4f3ac0ce We can use recursive queries in our supported SQLite version range Eric Eastwood 2022-11-22 22:20:32 -06:00
  • 4ae967cf63 Add missing type hints to test.util.caches (#14529) Patrick Cloke 2022-11-22 17:35:54 -05:00
  • 47534a1bff Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2022-11-22 21:58:38 +00:00
  • 7f78b383ca Optimize filter_events_for_client for faster /messages - v2 (#14527) Eric Eastwood 2022-11-22 15:56:28 -06:00
  • df390a8e67 Refactor federation_sender and pusher configuration loading. (#14496) realtyem 2022-11-22 15:33:58 -06:00
  • 972743051b Add more prompts to bug report form (#14522) David Robertson 2022-11-22 21:23:22 +00:00
  • 6d47b7e325 Add a type hint for get_device_handler() and fix incorrect types. (#14055) Patrick Cloke 2022-11-22 14:08:04 -05:00
  • 9b4cb1e2ed Apply correct editorconfig to .pyi files (#14526) Brendan Abolivier 2022-11-22 18:33:28 +00:00
  • 4b9c67b33e Manual format of md example Mathieu Velten 2022-11-22 18:12:17 +01:00
  • 53ca28a657 Reformat Mathieu Velten 2022-11-22 18:10:40 +01:00
  • 312a754664 Add type ignore unused-awaitable to LoopingCall start call Mathieu Velten 2022-11-22 17:28:15 +01:00
  • 6ac2f573ec Add type ignore unused-awaitable to looping_call immediate call Mathieu Velten 2022-11-22 17:26:38 +01:00
  • b1be9a742a Add type ignore unused-awaitable to places adding callbacks to a deffered Mathieu Velten 2022-11-22 17:23:44 +01:00
  • adc7903762 Add type ignore unused-awaitable to ensureDeffered calls Mathieu Velten 2022-11-22 17:21:28 +01:00
  • dc201b1810 Add type ignore to calls of fcts using wrap_as_background_process Mathieu Velten 2022-11-22 17:17:14 +01:00
  • b0603dabc9 Add type ignore unused-awaitable to run_in_background calls Mathieu Velten 2022-11-22 17:15:02 +01:00
  • a0dfa69ffc Add type ignore unused-awaitable to run_as_background_process calls Mathieu Velten 2022-11-22 14:44:09 +01:00
  • 2f59645025 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2022-11-22 16:50:52 +00:00
  • 5436c3e0ad Ignore device list updates for users with large numbers of devices Erik Johnston 2022-11-22 16:50:48 +00:00
  • 6e62451c26 Enable unused awaitable error in mypy Mathieu Velten 2022-11-22 16:05:53 +01:00
  • 9cae44f49e Track unconverted device list outbound pokes using a position instead (#14516) Sean Quah 2022-11-22 16:46:52 +00:00
  • c3336516d2 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes David Robertson 2022-11-22 14:52:01 +00:00
  • 7eb7460042 Parallelize calls to fetch bundled aggregations. (#14510) Patrick Cloke 2022-11-22 09:47:32 -05:00
  • 6d7523ef14 Batch fetch bundled references (#14508) Patrick Cloke 2022-11-22 09:41:09 -05:00
  • 1799a54a54 Batch fetch bundled annotations (#14491) Patrick Cloke 2022-11-22 07:26:11 -05:00
  • 486019057a deploy: ececb2d6cb DMRobertson 2022-11-22 12:22:40 +00:00
  • da933bfc3f Merge branch 'master' into develop David Robertson 2022-11-22 12:22:01 +00:00
  • ececb2d6cb tweak postgres dep notice v1.72.0 David Robertson 2022-11-22 11:10:01 +00:00
  • 7c005b279e Move postgres warning banner to top of readme David Robertson 2022-11-22 11:00:31 +00:00
  • 706b6a1ebb 1.72.0 David Robertson 2022-11-22 10:59:39 +00:00
  • a6514792b2 Update forgotten references to legacy metrics in the included Grafana dashboard. (#14477) reivilibre 2022-11-22 10:51:01 +00:00
  • e257e9f787 Merge branch 'develop' into madlittlemods/14108-optimize-filter_events_for_client madlittlemods/14108-optimize-filter_events_for_client Eric Eastwood 2022-11-22 00:50:03 -06:00
  • d4b647b4bf No need to order by stuff that isn't different Eric Eastwood 2022-11-22 00:41:13 -06:00
  • 65a5d8ffdb SQLite compatible cast Eric Eastwood 2022-11-22 00:28:31 -06:00
  • 2939eadd00 Fix lints Eric Eastwood 2022-11-21 23:22:03 -06:00
  • 0459a9c42f Compare old and new Eric Eastwood 2022-11-21 21:28:12 -06:00
  • 92a1aaf80c Clean up logging for fair comparison Eric Eastwood 2022-11-21 20:58:58 -06:00
  • 2e86455f0c Add alternative lookup Eric Eastwood 2022-11-21 20:57:06 -06:00
  • 3ee285f08f Slight changes Eric Eastwood 2022-11-21 18:13:00 -06:00
  • 7acb365889 Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry madlittlemods/11850-migrate-to-opentelemetry Eric Eastwood 2022-11-21 10:56:40 -06:00
  • 313955bade Revert "Faster joins: filter out non local events when a room doesn't have its full state (#14404)" revert-14404-partial-join-filter-non-local Mathieu Velten 2022-11-21 16:46:43 +01:00
  • 1526ff389f Faster joins: filter out non local events when a room doesn't have its full state (#14404) Mathieu Velten 2022-11-21 16:46:14 +01:00
  • d1e8666ac8 deploy: 640cb3c81c babolivier 2022-11-21 11:41:11 +00:00
  • 640cb3c81c Fix broken admin API request recommendation link (#14499) Brennan Chapman 2022-11-21 06:40:25 -05:00
  • 22036f038e Bump serde_json from 1.0.87 to 1.0.88 (#14505) dependabot[bot] 2022-11-21 10:30:18 +00:00
  • 6e0cb8de79 Bump phonenumbers from 8.12.56 to 8.13.0 (#14504) dependabot[bot] 2022-11-21 10:30:05 +00:00
  • d988fb5e7b Bump towncrier from 21.9.0 to 22.8.0 (#14503) dependabot[bot] 2022-11-21 10:29:54 +00:00
  • 8f77418edd Bump pygithub from 1.56 to 1.57 (#14500) dependabot[bot] 2022-11-21 10:29:42 +00:00
  • 78867f302f Bump types-pillow from 9.2.2.1 to 9.3.0.1 (#14502) dependabot[bot] 2022-11-21 10:29:24 +00:00
  • 8718322130 Bump sentry-sdk from 1.10.1 to 1.11.0 (#14501) dependabot[bot] 2022-11-21 10:28:57 +00:00
  • 8d133a8464 Fixes to federation_client dev script (#14479) Richard van der Hoff 2022-11-20 17:41:17 +00:00
  • 8340906573 Add suspicion Eric Eastwood 2022-11-18 20:57:15 -06:00
  • ede07cac66 Add more tracing to filter_events_for_client Eric Eastwood 2022-11-18 19:44:45 -06:00
  • 04de9ea738 Merge branch 'madlittlemods/11850-migrate-to-opentelemetry' into madlittlemods/13356-messages-investigation-scratch-v1 madlittlemods/13356-messages-investigation-scratch-v1 Eric Eastwood 2022-11-18 17:05:41 -06:00
  • d993cb0b1c Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetry Eric Eastwood 2022-11-18 16:37:36 -06:00
  • e1b15f25f3 Fix /key/v2/server calls with URL-unsafe key IDs (#14490) David Robertson 2022-11-18 19:56:42 +00:00
  • 78e23eea05 Reduce default third party invite rate limit to 216 invites per day (#14487) Sean Quah 2022-11-18 18:10:01 +00:00
  • ae22e6e94f Enable 'strict_equality' checking for mypy (#14452) Andrew Morgan 2022-11-17 18:34:09 +00:00
  • fc65cd98a6 Fix typo erikj/state_res_v2.1_clousre Erik Johnston 2022-11-17 16:28:56 +00:00
  • 0e99b0bbd0 Implement closure of conflicted state events Erik Johnston 2022-11-17 16:13:23 +00:00
  • 99ac1fe761 deploy: 01a0527892 DMRobertson 2022-11-17 16:11:58 +00:00
  • 01a0527892 Fix version that worker_main_http_uri is redundant from (#14476) David Robertson 2022-11-17 16:11:08 +00:00
  • e7132c3f81 Fix check to ignore blank lines in incoming TCP replication (#14449) Andrew Morgan 2022-11-17 16:09:56 +00:00
  • 75888c2b1f Faster joins: do not wait for full state when creating events to send (#14403) Mathieu Velten 2022-11-17 17:01:14 +01:00
  • 1d9d9205d6 deploy: c15e9a0edb DMRobertson 2022-11-16 22:17:06 +00:00
  • 115f0eb233 Reintroduce #14376, with bugfix for monoliths (#14468) David Robertson 2022-11-16 22:16:46 +00:00
  • c15e9a0edb Remove need for worker_main_http_uri setting to use /keys/upload. (#14400) realtyem 2022-11-16 16:16:25 -06:00