1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-20 22:58:40 +00:00
synapse/tests
Erik Johnston 606da398fc
Fix filtering room types on remote rooms ()
We can only fetch room types for rooms the server is in, so we need to
only filter rooms that we're joined to.

Also includes a perf fix to bulk fetch room types.
2024-07-11 16:00:44 +01:00
..
api Add a short sleep if the request is rate-limited () 2024-05-18 12:03:30 +01:00
app Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
appservice Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
config Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
crypto Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
events Add event.internal_metadata.instance_name () 2024-06-13 11:32:50 -05:00
federation Support MSC3916 by adding a federation /thumbnail endpoint and authenticated _matrix/client/v1/media/thumbnail endpoint () 2024-07-08 10:11:20 +01:00
handlers Fix filtering room types on remote rooms () 2024-07-11 16:00:44 +01:00
http Support MSC3916 by adding _matrix/client/v1/media/download endpoint () 2024-07-02 14:07:04 +01:00
logging Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
media Support MSC3916 by adding a federation /thumbnail endpoint and authenticated _matrix/client/v1/media/thumbnail endpoint () 2024-07-08 10:11:20 +01:00
metrics Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
module_api Require the 'from' parameter for /notifications be an integer () 2024-06-19 10:05:39 +01:00
push Finish up work to allow per-user feature flags () 2024-07-05 13:02:35 +01:00
replication Fix bug in sliding sync when using old DB. () 2024-07-08 20:30:23 +01:00
rest Handle to-device extensions to Sliding Sync () 2024-07-10 11:58:42 +01:00
scripts Update license headers 2023-11-21 15:29:58 -05:00
server_notices Update license headers 2023-11-21 15:29:58 -05:00
state Update license headers 2023-11-21 15:29:58 -05:00
storage Add rooms.bump_stamp to Sliding Sync /sync for easier client-side sorting () 2024-07-08 13:17:08 -05:00
test_utils Add rooms.required_state to Sliding Sync /sync () 2024-07-04 12:25:36 -05:00
types Use immutabledict instead of frozendict () 2023-03-22 17:15:34 +00:00
util Add optimisation to StreamChangeCache () 2024-05-06 12:56:52 +01:00
__init__.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
server.py Bump ruff from 0.3.7 to 0.5.0 () 2024-07-05 12:35:57 +00:00
test_distributor.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_event_auth.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_federation.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_mau.py Update license headers 2023-11-21 15:29:58 -05:00
test_phone_home.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_rust.py Add missing type hints to tests. () 2023-02-08 19:52:37 +00:00
test_server.py Update license headers 2023-11-21 15:29:58 -05:00
test_state.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_terms_auth.py Update license headers 2023-11-21 15:29:58 -05:00
test_test_utils.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_types.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_visibility.py Include user membership on events () 2024-06-13 21:45:54 +00:00
unittest.py Reintroduce . () 2024-06-24 14:40:28 +00:00
utils.py Improve lock performance when a lot of locks are waiting () 2024-03-14 13:49:54 +00:00