Commit Graph

7157 Commits (ffc2ee521d26f5b842df7902ade5de7a538e602d)

Author SHA1 Message Date
David Robertson ffc2ee521d
Use mypy 1.0 (#15052) 2 years ago
Patrick Cloke 979f237b28
Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC3758). (#15037) 2 years ago
saddfox d1efc47925
Fix a mistake in registration_shared_secret_path docs (#15078) 2 years ago
Sean Quah 3ad817bfe5
Fix federated joins when the first server in the list is not in the room (#15074) 2 years ago
David Robertson 39795b3a4e
Make it easier to use DataGrip w/ Synapse's schema (#14982) 2 years ago
999lakhisidhu 27a3a72a50
Support for selecting the Redis logical database. (#15034) 2 years ago
Richard van der Hoff 5febf88b6c
Update the error code for duplicate annotation (#15075) 2 years ago
David Robertson 06ba71083e
Fix order of partial state tables when purging (#15068) 2 years ago
Patrick Cloke 42aea0d8af
Add final type hint to tests.unittest. (#15072) 2 years ago
Patrick Cloke 119e0795a5
Implement MSC3966: Add a push rule condition to search for a value in an array. (#15045) 2 years ago
Richard van der Hoff 157c571f3e
Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073) 2 years ago
reivilibre e9b1ff9f31
Prevent clients from reporting nonexistent events. (#13779) 2 years ago
Sean Quah 463c19ac36
Faster joins: Omit device list updates from partial state rooms in /sync (#15069) 2 years ago
Erik Johnston cb262713b7
Fix clashing DB txn name (#15070) 2 years ago
Erik Johnston f09db5c991
Skip calculating unread push actions in `/sync` when `enable_push` is false. (#14980) 2 years ago
Harishankar Kumar db2b105d69
Change collection[str] to StrCollection in event_auth code (#14929) 2 years ago
reivilibre c0bf4c3cb4
Add check to ensure locked dependencies have source distributions available. (#14742) 2 years ago
reivilibre 3d7aead5d6
Tweak comment on `_is_local_room_accessible` as part of room visibility in `/hierarchy` to clarify the condition for a room being visible. (#14834) 2 years ago
V02460 bac123c9d3
Update pyo3-log to v0.8.1 (#15043) 2 years ago
Andrew Morgan bdccfd2477
Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to separate args (#15053) 2 years ago
David Robertson c10e131250
Apply logging from hotfixes branch to develop (#15054) 2 years ago
dependabot[bot] 5e1b21e152
Bump sentry-sdk from 1.13.0 to 1.15.0 (#15065) 2 years ago
dependabot[bot] 14406d1a08
Bump types-pillow from 9.4.0.5 to 9.4.0.10 (#15064) 2 years ago
dependabot[bot] fa7bbd05e2
Bump types-requests from 2.28.11.8 to 2.28.11.12 (#15063) 2 years ago
dependabot[bot] 02db6cfd28
Bump serde_json from 1.0.92 to 1.0.93 (#15062) 2 years ago
dependabot[bot] ede0b219eb
Bump systemd-python from 234 to 235 (#15061) 2 years ago
dependabot[bot] 81497c752b
Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to 25dc93b901a87e864900a8aec6c12e9aa794c0c3 (#15060) 2 years ago
dependabot[bot] e0bc331a94
Bump bleach from 5.0.1 to 6.0.0 (#15059) 2 years ago
Mathieu Velten 6cddf24e36
Faster joins: don't stall when a user joins during a fast join (#14606) 2 years ago
Sean Quah d0c713cc85
Return read-only collections from `@cached` methods (#13755) 2 years ago
Patrick Cloke 14be78d492
Support for MSC3758: exact_event_match push condition (#14964) 2 years ago
Patrick Cloke cf5233b783
Avoid fetching unused account data in sync. (#14973) 2 years ago
Sean Quah b95407908d
Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047) 2 years ago
Patrick Cloke a481fb9f98
Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) 2 years ago
David Robertson 73b8068ced
1.77.0rc2 2 years ago
Erik Johnston fd296b7343
Fix exception on start up about device lists (#15041) 2 years ago
David Robertson a5a799722d
Tag federation request spans with the worker name (#15042) 2 years ago
Shay 03bccd542b
Add a class UnpersistedEventContext to allow for the batching up of storing state groups (#14675) 2 years ago
Andrew Morgan c1d2ce2901
Do not always start a db txn on Postgres (#14840) 2 years ago
Andrew Morgan 218a383c43
Bump ruff version from 0.0.230 to 0.0.237. (#15033) 2 years ago
Patrick Cloke d22c1c862c
Respond correctly to unknown methods on known endpoints (#14605) 2 years ago
Patrick Cloke 8a6e043488
Avoid mutating cached room aliases. (#15038) 2 years ago
David Robertson cd2484dc2e
Bump schema version (#15036) 2 years ago
Patrick Cloke 733531ee3e
Add final type hint to synapse.server. (#15035) 2 years ago
David Robertson 7081bb56e2
Proper types for `tests.module_api` (#15031) 2 years ago
Patrick Cloke 30509a1010
Add more missing type hints to tests. (#15028) 2 years ago
Patrick Cloke 4eed7b2ede
Add missing type hints to tests. (#15027) 2 years ago
Shay 55e4d27b36
Limit concurrent event creation for a room to avoid state resolution when sending bursts of events to a local room (#14977) 2 years ago
Patrick Cloke 975f7ba904
Explicit disabling of disallowed_untyped_defs. (#15026) 2 years ago
Patrick Cloke c951fbedcb
MSC3873: Escape keys when flattening dicts. (#15004) 2 years ago