0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 18:58:48 +02:00
synapse/changelog.d
Patrick Cloke 1350b053da
Pass errors back to the client when trying multiple federation destinations. (#9868)
This ensures that something like an auth error (403) will be
returned to the requester instead of attempting to try more
servers, which will likely result in the same error, and then
passing back a generic 400 error.
2021-04-27 07:30:34 -04:00
..
.gitignore
9162.misc Add a dockerfile for running a set of Synapse worker processes (#9162) 2021-04-14 13:54:49 +01:00
9702.misc Experimental Federation Speedup (#9702) 2021-04-14 17:19:02 +01:00
9726.bugfix Allow OIDC cookies to work on non-root public baseurls (#9726) 2021-04-23 18:22:47 +01:00
9786.misc Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
9788.bugfix More robust handling of the Content-Type header for thumbnail generation (#9788) 2021-04-14 16:30:59 +01:00
9796.misc Move some replication processing out of generic_worker (#9796) 2021-04-14 17:06:06 +01:00
9800.feature Separate creating an event context from persisting it in the federation handler (#9800) 2021-04-14 12:35:28 -04:00
9801.doc Add note to docker docs explaining platform support (#9801) 2021-04-14 12:06:19 +01:00
9802.bugfix Sanity check identity server passed to bind/unbind. (#9802) 2021-04-19 17:21:46 +01:00
9814.feature Check for space membership during a remote join of a restricted room (#9814) 2021-04-23 07:05:51 -04:00
9815.misc remove HomeServer.get_config (#9815) 2021-04-14 19:09:08 +01:00
9816.misc Rename handler and config modules which end in handler/config. (#9816) 2021-04-20 14:55:20 -04:00
9817.misc Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
9819.feature Add presence federation stream (#9819) 2021-04-20 14:11:24 +01:00
9820.feature Split presence out of master (#9820) 2021-04-23 12:21:55 +01:00
9821.misc User directory: use calculated room membership state instead (#9821) 2021-04-16 18:17:18 +01:00
9825.misc Small speed up joining large remote rooms (#9825) 2021-04-16 14:44:55 +01:00
9828.feature Don't send normal presence updates over federation replication stream (#9828) 2021-04-19 10:50:49 +01:00
9832.feature Port "Allow users to click account renewal links multiple times without hitting an 'Invalid Token' page #74" from synapse-dinsic (#9832) 2021-04-19 19:16:34 +01:00
9833.bugfix Limit the size of HTTP responses read over federation. (#9833) 2021-04-23 11:08:41 +01:00
9838.misc Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
9845.misc Only store data in caches, not "smart" objects (#9845) 2021-04-23 11:47:07 +01:00
9850.feature Fix bug where we sent remote presence states to remote servers (#9850) 2021-04-20 13:37:54 +01:00
9855.misc Limit length of accepted email addresses (#9855) 2021-04-22 17:49:11 +01:00
9856.misc Remove synapse.types.Collection (#9856) 2021-04-22 16:43:50 +01:00
9858.misc Handle all new rate limits in demo scripts (#9858) 2021-04-22 17:49:42 +01:00
9867.bugfix Clear the resync bit after resyncing device lists (#9867) 2021-04-22 16:53:24 +01:00
9868.bugfix Pass errors back to the client when trying multiple federation destinations. (#9868) 2021-04-27 07:30:34 -04:00
9871.misc Remove room and user invite ratelimits in default unit test config (#9871) 2021-04-23 13:37:48 +01:00
9874.misc pass a reactor into SynapseSite (#9874) 2021-04-23 17:06:47 +01:00
9875.misc Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
9876.misc Add type hints to auth and auth_blocking. (#9876) 2021-04-23 12:02:16 -04:00
9878.misc Kill off _PushHTTPChannel. (#9878) 2021-04-23 18:40:57 +01:00
9887.misc Use current state table for presence.get_interested_remotes (#9887) 2021-04-27 10:09:41 +01:00