0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-03 18:08:19 +02:00
synapse/changelog.d
Richard van der Hoff 287a9c1e20
Exclude outliers in on_backfill_request (#12314)
When we are processing a `/backfill` request from a remote server, exclude any
outliers from consideration early on. We can't return outliers anyway (since we
don't know the state at the outlier), and filtering them out earlier means that
we won't attempt to calulate the state for them.
2022-03-28 19:20:14 +01:00
..
.gitignore
12036.misc Rename shared_rooms to mutual_rooms (#12036) 2022-03-23 11:19:20 +00:00
12038.misc Remove mutual_rooms update_user_directory check, and add extra documentation (#12038) 2022-03-23 12:47:07 +00:00
12083.misc Refactor create_new_client_event to use a new parameter, state_event_ids, which accurately describes the usage with MSC2716 instead of abusing auth_event_ids (#12083) 2022-03-25 09:21:06 -05:00
12087.bugfix Return a 404 from /state for an outlier (#12087) 2022-03-21 11:23:32 +00:00
12091.misc Add restrictions by default to open registration in Synapse (#12091) 2022-03-25 10:11:01 -07:00
12195.feature Allow modules to store already existing 3PID associations (#12195) 2022-03-28 18:57:19 +02:00
12198.misc Add tests for database transaction callbacks (#12198) 2022-03-15 15:40:34 +00:00
12199.misc Handle cancellation in DatabasePool.runInteraction() (#12199) 2022-03-16 15:07:41 +00:00
12216.misc Add some missing type hints to cache datastore. (#12216) 2022-03-16 10:37:04 -04:00
12219.misc Clean-up logic for rebasing URLs during URL preview. (#12219) 2022-03-16 07:21:36 -04:00
12224.misc Add type hints to some tests/handlers files. (#12224) 2022-03-15 09:16:37 -04:00
12225.misc Use the ignored_users table to test event visibility & sync. (#12225) 2022-03-15 14:06:05 -04:00
12227.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12228.bugfix Only fetch thread participation for events with threads. (#12228) 2022-03-18 17:15:45 +00:00
12231.doc Fix dead link in spam checker warning (#12231) 2022-03-16 13:52:59 +00:00
12232.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12237.misc Move get_bundled_aggregations to relations handler. (#12237) 2022-03-18 17:49:32 +00:00
12240.misc Add type hints to more tests files. (#12240) 2022-03-17 07:25:50 -04:00
12242.misc Generate announcement links in release script (#12242) 2022-03-17 13:46:05 +00:00
12243.doc Sync more worker regexes in the documentation. (#12243) 2022-03-18 12:51:27 -04:00
12244.misc Try to detect borked package installations. (#12244) 2022-03-18 19:03:46 +00:00
12246.doc Correct check_username_for_spam annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
12248.misc Add some type hints to datastore (#12248) 2022-03-18 15:24:18 +00:00
12250.feature Allow registering admin users using the module API (#12250) 2022-03-23 12:48:47 +01:00
12255.misc Add some type hints to datastore. (#12255) 2022-03-28 14:11:14 -04:00
12256.misc Add type hints to tests files. (#12256) 2022-03-21 09:43:16 -04:00
12258.misc Make it possible to enable compression for the metrics HTTP resource (#12258) 2022-03-21 11:52:10 +00:00
12261.bugfix Always allow the empty string as an avatar_url. (#12261) 2022-03-25 13:28:42 +00:00
12262.misc Refuse to start if DB has an unsafe locale (#12262) 2022-03-23 10:23:05 -07:00
12266.misc Optionally include account validity in MSC3720 account status responses (#12266) 2022-03-24 11:19:41 +01:00
12269.misc Use psycopg2 type stubs (#12269) 2022-03-23 14:03:24 +00:00
12272.misc Add cache for get_membership_from_event_ids (#12272) 2022-03-25 14:58:56 +00:00
12275.doc Authentik OpenID minor doc update (#12275) 2022-03-25 12:40:10 +00:00
12279.doc HAProxy guide update (#12279) 2022-03-28 10:48:18 +00:00
12283.misc Re-enable test concurrency on Complement (#12283) 2022-03-24 15:59:06 -04:00
12285.bugfix Do not consider events by ignored users for relations (#12285) 2022-03-24 10:25:42 -04:00
12288.misc Mention the new behaviour on unsafe database locale in the upgrade notes (#12288) 2022-03-25 10:56:18 +01:00
12291.misc Remove unused test code. (#12291) 2022-03-24 19:25:52 +00:00
12301.misc Enhance logging for inbound federation events (#12301) 2022-03-25 14:44:57 +00:00
12311.misc Improve type annotations for execute_values. (#12311) 2022-03-28 17:21:23 +01:00
12313.misc Un-revert Jinja2 fix (#12313) 2022-03-28 17:02:57 +00:00
12314.misc Exclude outliers in on_backfill_request (#12314) 2022-03-28 19:20:14 +01:00