1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-16 01:06:55 +00:00
synapse/changelog.d
Erik Johnston 350d9923cd
Make chain cover index bg update go faster ()
We do this by allowing a single iteration to process multiple rooms at a
time, as there are often a lot of really tiny rooms, which can massively
slow things down.
2021-01-15 17:18:37 +00:00
..
.gitignore Correct attrs package name in requirements () 2018-07-07 10:46:59 +10:00
8868.misc Add background update for add chain cover index () 2021-01-14 15:18:27 +00:00
8932.feature Remove user's avatar URL and displayname when deactivated. () 2021-01-12 16:30:15 -05:00
8939.misc Add type hints to the logging context code. () 2021-01-05 08:06:55 -05:00
8948.feature Also support remote users on the joined_rooms admin API. () 2021-01-11 14:32:17 -05:00
8984.feature Implement MSC2176: Updated redaction rules () 2021-01-05 07:41:48 -05:00
8997.doc Add some extra notes for getting Synapse running on macOS. () 2021-01-15 06:58:31 -05:00
9015.feature Combine the SSO Redirect Servlets () 2021-01-04 18:13:49 +00:00
9016.misc Ensure rejected events get added to some metadata tables () 2021-01-11 13:57:33 +00:00
9017.feature Add initial support for a "pick your IdP" page () 2021-01-05 11:25:28 +00:00
9018.misc Ignore date-rotated logs () 2021-01-05 13:09:15 +00:00
9023.bugfix Handle a display name / avatar URL not included in a federation request. () 2021-01-06 07:29:03 -05:00
9024.feature Improve the performance of calculating ignored users in large rooms () 2021-01-07 13:03:38 +00:00
9025.misc Drop last_used column from access_tokens () 2021-01-11 10:23:49 +00:00
9028.bugfix Empty iterables should count towards cache usage. () 2021-01-06 12:33:20 -05:00
9029.misc Add background update for add chain cover index () 2021-01-14 15:18:27 +00:00
9030.misc tox: Add a -noextras factor () 2021-01-07 11:41:54 +00:00
9031.misc Skip unit tests which require optional dependencies () 2021-01-07 11:41:28 +00:00
9033.misc Handle updating schema version without any deltas. () 2021-01-07 11:33:36 +00:00
9035.doc Fix typo in docs/systemd-with-workers/README.md () 2021-01-07 15:31:01 +00:00
9036.feature changelog 2021-01-07 14:56:42 +00:00
9038.misc Run the linters on a consistent list of files () 2021-01-08 14:08:44 +00:00
9039.removal Remove broken and unmaintained 'webserver.py' script () 2021-01-08 14:09:06 +00:00
9040.doc Fix a typo in the install docs. () 2021-01-11 07:42:18 -05:00
9041.misc Some cleanups to device inbox store. () 2021-01-07 17:20:44 +00:00
9042.feature Support routing edu's to multiple instances () 2021-01-07 18:07:28 +00:00
9043.feature Ensure that remote users' device list resyncing always happens on master () 2021-01-07 18:06:52 +00:00
9044.feature Allow running sendToDevice on workers () 2021-01-07 20:19:26 +00:00
9051.bugfix Fix error handling during insertion of client IPs () 2021-01-08 14:15:20 +00:00
9053.bugfix Fix "Starting metrics collection from sentinel context" errors () 2021-01-08 14:33:53 +00:00
9054.bugfix Fix validate_config on nested objects () 2021-01-08 14:23:04 +00:00
9055.misc Remove old tables after schema version bump () 2021-01-11 13:58:19 +00:00
9057.doc Keycloak mapping_provider example () () 2021-01-08 18:29:30 +00:00
9058.misc Remove unused SynapseService () 2021-01-11 10:24:22 +00:00
9059.bugfix Clean up exception handling in the startup code () 2021-01-11 15:55:05 +00:00
9063.misc Removes unnecessary declarations in the tests for the admin API. () 2021-01-11 11:15:54 -05:00
9067.feature Preparatory refactors of OidcHandler () 2021-01-13 10:26:12 +00:00
9068.feature Move more encryption endpoints off master () 2021-01-11 18:01:27 +00:00
9069.misc Remove SynapseRequest.get_user_agent () 2021-01-12 12:34:16 +00:00
9070.bugfix Handle bad JSON data being returned from the federation API. () 2021-01-12 11:07:01 -05:00
9071.bugfix Add basic domain validation for DomainSpecificString.is_valid. () 2021-01-13 07:05:16 -05:00
9080.misc Kill off HomeServer.get_ip_from_request() () 2021-01-12 12:48:12 +00:00
9081.feature UI Auth via SSO: redirect the user to an appropriate SSO. () 2021-01-12 17:38:03 +00:00
9082.feature Add a test for UI-Auth-via-SSO () 2021-01-13 20:21:55 +00:00
9086.feature Add an admin API endpoint to protect media. () 2021-01-15 11:18:09 -05:00
9091.feature Give the user a better error when they present bad SSO creds 2021-01-13 20:22:41 +00:00
9092.feature Register the /devices endpoint on workers. () 2021-01-13 12:35:40 -05:00
9093.misc Add type hints to media rest resources. () 2021-01-15 10:57:37 -05:00
9098.misc Fix wrong arguments being passed to BlacklistingAgentWrapper () 2021-01-14 06:59:26 -05:00
9105.feature changelog 2021-01-13 17:47:27 +00:00
9106.misc Reduce scope of exception handler. () 2021-01-13 13:27:49 -05:00
9107.feature Split OidcProvider out of OidcHandler () 2021-01-14 13:29:17 +00:00
9108.bugfix Avoid raising the body exceeded error multiple times. () 2021-01-15 11:00:13 -05:00
9109.feature Store an IdP ID in the OIDC session () 2021-01-15 13:22:12 +00:00
9110.feature Land support for multiple OIDC providers () 2021-01-15 16:55:29 +00:00
9112.misc Improve UsernamePickerTestCase () 2021-01-15 13:45:13 +00:00
9114.bugfix Fix perf of get_cross_signing_keys () 2021-01-14 17:57:09 +00:00
9115.misc Fix chain cover background update to work with split out event persisters () 2021-01-14 17:19:35 +00:00
9116.bugfix Fix perf of get_cross_signing_keys () 2021-01-14 17:57:09 +00:00
9117.bugfix Ensure we store pusher data as text () 2021-01-15 16:57:23 +00:00
9118.misc Fix event chain bg update. () 2021-01-14 18:57:32 +00:00
9124.misc Make chain cover index bg update go faster () 2021-01-15 17:18:37 +00:00
9125.misc Remote dependency on distutils () 2021-01-15 15:59:20 +00:00