forked-synapse/synapse
Patrick Cloke 2d16e69b4b
Show all joinable rooms in the spaces summary. (#10298)
Previously only world-readable rooms were shown. This means that
rooms which are public, knockable, or invite-only with a pending invitation,
are included in a space summary. It also applies the same logic to
the experimental room version from MSC3083 -- if a user has access
to the proper allowed rooms then it is shown in the spaces summary.

This change is made per MSC3173 allowing stripped state of a room to
be shown to any potential room joiner.
2021-07-13 08:59:27 -04:00
..
_scripts Add script for getting info about recently registered users (#10290) 2021-07-06 13:03:16 +01:00
api Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
app Add support for evicting cache entries based on last access time. (#10205) 2021-07-05 16:32:12 +01:00
appservice
config Remove functionality associated with unused historical stats tables (#9721) 2021-07-08 16:57:13 +01:00
crypto
events Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
federation Ensure we always drop the federation inbound lock (#10336) 2021-07-09 10:16:54 +01:00
groups
handlers Show all joinable rooms in the spaces summary. (#10298) 2021-07-13 08:59:27 -04:00
http Add additional types to the federation transport server. (#10213) 2021-06-28 07:36:41 -04:00
logging
metrics
module_api
push Move methods involving event authentication to EventAuthHandler. (#10268) 2021-07-01 14:25:37 -04:00
replication
res/templates
rest Bugfix make_room_admin fails for users that have left a private room (#10367) 2021-07-13 11:53:45 +01:00
server_notices
spam_checker_api
state
static
storage Show all joinable rooms in the spaces summary. (#10298) 2021-07-13 08:59:27 -04:00
streams
util Add support for evicting cache entries based on last access time. (#10205) 2021-07-05 16:32:12 +01:00
__init__.py 1.38.0 2021-07-13 13:19:06 +01:00
event_auth.py Correct type hints for synapse.event_auth. (#10253) 2021-06-30 07:08:42 -04:00
notifier.py
python_dependencies.py
server.py
types.py
visibility.py