MatrixSynapse/synapse
Patrick Cloke f4833e0c06
Support fetching the spaces summary via GET over federation. (#9947)
Per changes in MSC2946, the C-S and S-S APIs for spaces summary
should use GET requests.

Until this is stable, the POST endpoints still exist.

This does not switch federation requests to use the GET version yet
since it is newly added and already deployed servers might not support
it. When switching to the stable endpoint we should switch to GET
requests.
2021-05-11 12:21:43 -04:00
..
_scripts Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
api Fix `m.room_key_request` to-device messages (#9961) 2021-05-11 11:02:56 +01:00
app Export jemalloc stats to prometheus when used (#9882) 2021-05-06 15:54:07 +01:00
appservice Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
config Send the `m.room.create` stripped event with invites (support MSC1772). (#9966) 2021-05-11 10:58:58 -04:00
crypto remove `HomeServer.get_config` (#9815) 2021-04-14 19:09:08 +01:00
events Add missing type hints to handlers and fix a Spam Checker type hint. (#9896) 2021-04-29 07:17:28 -04:00
federation Support fetching the spaces summary via GET over federation. (#9947) 2021-05-11 12:21:43 -04:00
groups Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
handlers Fix `m.room_key_request` to-device messages (#9961) 2021-05-11 11:02:56 +01:00
http Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
logging Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
metrics Export jemalloc stats to prometheus when used (#9882) 2021-05-06 15:54:07 +01:00
module_api Don't send normal presence updates over federation replication stream (#9828) 2021-04-19 10:50:49 +01:00
push Merge pull request from GHSA-x345-32rc-8h85 2021-05-11 11:47:23 +02:00
replication Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
res/templates 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
rest Support fetching the spaces summary via GET over federation. (#9947) 2021-05-11 12:21:43 -04:00
server_notices Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
spam_checker_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Use get_current_users_in_room from store and not StateHandler (#9910) 2021-05-05 16:49:34 +01:00
static Add initial support for a "pick your IdP" page (#9017) 2021-01-05 11:25:28 +00:00
storage Add config option to hide device names over federation (#9945) 2021-05-11 14:03:23 +01:00
streams Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
util Merge branch 'master' into develop 2021-05-11 14:15:30 +01:00
__init__.py 1.33.2 2021-05-11 14:01:32 +01:00
event_auth.py Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
notifier.py Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
python_dependencies.py Merge remote-tracking branch 'origin/release-v1.33.2' into develop 2021-05-07 13:27:19 +01:00
server.py Remove various bits of compatibility code for Python <3.6 (#9879) 2021-04-27 13:13:07 +01:00
types.py Make DomainSpecificString an attrs class (#9875) 2021-04-23 15:46:29 +01:00
visibility.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00