0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00
synapse/changelog.d
reivilibre a83a337c4d
Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. (#16759)
The idea here being that the directory server shouldn't advertise rooms
to a requesting server is the requesting server would not be allowed to
join or participate in the room.

<!--
Fixes: # <!-- -->
<!--
Supersedes: # <!-- -->
<!--
Follows: # <!-- -->
<!--
Part of: # <!-- -->
Base: `develop` <!-- git-stack-base-branch:develop -->

<!--
This pull request is commit-by-commit review friendly. <!-- -->
<!--
This pull request is intended for commit-by-commit review. <!-- -->

Original commit schedule, with full messages:

<ol>
<li>

Pass `from_federation_origin` down into room list retrieval code 

</li>
<li>

Don't cache /publicRooms response for inbound federated requests 

</li>
<li>

fixup! Don't cache /publicRooms response for inbound federated requests 

</li>
<li>

Cap the number of /publicRooms entries to 100 

</li>
<li>

Simplify code now that you can't request unlimited rooms 

</li>
<li>

Filter out rooms from federated requests that don't have the correct ACL

</li>
<li>

Request a handful more when filtering ACLs so that we can try to avoid
shortchanging the requester

</li>
</ol>

---------

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
2024-01-08 17:24:20 +00:00
..
.gitignore
9453.misc Delete the add version picker GHA workflow (#9453) 2024-01-02 16:10:19 +00:00
16533.doc Adding a version picker for Synapse docs (#16533) 2023-12-11 14:18:40 +00:00
16679.feature Add avatar and topic settings for server notice room (#16679) 2023-12-12 15:22:19 +00:00
16696.feature Add config to change the delay before sending a notification email (#16696) 2023-12-12 10:28:56 +00:00
16726.misc Expose OIDC discovery information under the CSAPI (#16726) 2023-12-06 13:48:09 +00:00
16737.doc Clarify documentation for only_for_reauth (#16737) 2023-12-07 17:52:50 +00:00
16738.feature Sentry Alert configuration based on production and development environment (#16738) 2023-12-12 16:04:41 +00:00
16740.bugfix Write signing keys with file mode 0640 (#16740) 2023-12-08 16:25:57 +00:00
16757.misc Move the rust stubs inline for better IDE integration (#16757) 2023-12-21 13:31:36 +00:00
16758.misc Fix sample config doc CI (#16758) 2023-12-21 13:31:19 +00:00
16759.feature Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. (#16759) 2024-01-08 17:24:20 +00:00
16761.bugfix Fix email verification redirection (#16761) 2024-01-02 16:25:26 +00:00
16762.misc Simplify internal metadata class. (#16762) 2024-01-05 13:03:20 +00:00
16763.doc Remove config value from header (#16763) 2024-01-02 11:50:50 +00:00
16767.bugfix Search non ASCII display names using Admin API (#16767) 2024-01-04 09:36:57 +00:00
16769.doc Add another custom statistics collection server (#16769) 2024-01-02 11:54:12 +00:00
16770.bugfix Enable user without password (#16770) 2024-01-02 11:52:51 +00:00
16774.misc Implement cosign on docker image (#16774) 2024-01-04 11:49:33 +00:00
16775.bugfix Add recursion_depth to /relations if recursing (#16775) 2024-01-04 09:57:21 +00:00
16780.misc Fix linting (#16780) 2024-01-05 13:29:00 +00:00
16782.misc Port EventInternalMetadata class to Rust (#16782) 2024-01-08 14:06:48 +00:00