Commit Graph

3318 Commits (dabbb94fafd335966bbdb5bd2187678872731a0d)

Author SHA1 Message Date
Mathieu Velten dabbb94faf
Delete pushers after calling on_logged_out module hook on device delete (#15410) 2 years ago
Dirk Klimpel de4390cd40
Convert async to normal tests in `TestSSOHandler` (#15433) 2 years ago
reivilibre edae20f926
Improve robustness when handling a perspective key response by deduplicating received server keys. (#15423) 2 years ago
Patrick Cloke 2503126d52
Implement MSC2174: move redacts to a content property. (#15395) 2 years ago
Will Hunt 253e86a72e
Throw if the appservice config list is the wrong type (#15425) 2 years ago
Patrick Cloke 83649b891d
Implement MSC3989 to redact the origin field. (#15393) 2 years ago
Shay 6b23d74ad1
Delete server-side backup keys when deactivating an account. (#15181) 2 years ago
Patrick Cloke cf2f2934ad
Call appservices on modern paths, falling back to legacy paths. (#15317) 2 years ago
Erik Johnston 6204c3663e
Revert pruning of old devices (#15360) 2 years ago
Mathieu Velten 6f68e32bfb
to_device updates could be dropped when consuming the replication stream (#15349) 2 years ago
Erik Johnston 91c3f32673
Speed up SQLite unit test CI (#15334) 2 years ago
Patrick Cloke ae4acda1bb
Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) 2 years ago
Sean Quah d9f694932c
Fix spinloop during partial state sync when a prev event is in backoff (#15351) 2 years ago
Warren Bailey a3bad89d57
Add the ability to enable/disable registrations when in the OIDC flow (#14978) 2 years ago
Erik Johnston f0d8f66eaa
Fix registering a device on an account with lots of devices (#15348) 2 years ago
Erik Johnston 78cdb72cd6
Delete stale non-e2e devices for users, take 3 (#15183) 2 years ago
Patrick Cloke 5282ba1e2b
Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) 2 years ago
dependabot[bot] bd4d958aaf
Bump ruff from 0.0.252 to 0.0.259 (#15328) 2 years ago
Quentin Gliech 5b70f240cf
Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2 years ago
Patrick Cloke 68a6717312
Reject mentions on the C-S API which are invalid. (#15311) 2 years ago
David Robertson 3b0083c92a
Use immutabledict instead of frozendict (#15113) 2 years ago
Andrew Morgan ec9224bf9a
Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint return 404 if event exists, but the user lacks access (#15300) 2 years ago
Andrew Morgan b6aef59334
Make `EventHandler.get_event` return `None` when the requested event is not found (#15298) 2 years ago
Erik Johnston 827f198177
Fix error when sending message into deleted room. (#15235) 2 years ago
Patrick Cloke a5fb382a29
Separate HTTP preview code and URL previewer. (#15269) 2 years ago
Shay 5ab7146e19
Add Synapse-Trace-Id to access-control-expose-headers header (#14974) 2 years ago
Patrick Cloke afb216c202
Remove no-op send_command for Redis replication. (#15274) 2 years ago
reivilibre 1f5473465d
Refresh remote profiles that have been marked as stale, in order to fill the user directory. [rei:userdirpriv] (#14756) 2 years ago
Andrew Morgan 4953cd71df
Move Account Validity callbacks to a dedicated file (#15237) 2 years ago
David Robertson c071cd5a0e
Ensure fed-sender catchup does not block for full state (#15248) 2 years ago
David Robertson 4bb26c95a9
Refactor `filter_events_for_server` (#15240) 2 years ago
Andrew Morgan e157c63f68
Fix missing conditional for registering `on_remove_user_third_party_identifier` module api callbacks (#15227 2 years ago
Patrick Cloke e7c3832ba6
Pull in netaddr type hints. (#15231) 2 years ago
Patrick Cloke 20ed8c926b
Stabilize support for MSC3873: disambuguated event push keys. (#15190) 2 years ago
Quentin Gliech 47bc84dd53
Pass the Requester down to the HttpTransactionCache. (#15200) 2 years ago
Patrick Cloke 820f02b70b
Stabilize support for MSC3966: event_property_contains push condition. (#15187) 2 years ago
Patrick Cloke 05e0a4089a
Stop applying edits to event contents (MSC3925). (#15193) 2 years ago
Patrick Cloke fd9cadcf53
Stabilize support for MSC3758: event_property_is push condition (#15185) 2 years ago
6543 6b6e91e610
Fix ICU tests on alpine / macOS. (#15177) 2 years ago
Patrick Cloke 8ef324ea6f
Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051) 2 years ago
Hugh Nimmo-Smith 916b8061d2
Implementation of MSC3967: Don't require UIA for initial upload of cross signing keys (#15077) 2 years ago
Richard van der Hoff 2b78981736
Remove support for aggregating reactions (#15172) 2 years ago
reivilibre d62cd940cb
Fix a long-standing bug where an initial sync would not respond to changes to the list of ignored users if there was an initial sync cached. (#15163) 2 years ago
Patrick Cloke e746f80b4f
Do not accept pattern_type from user input in push rules. (#15088) 2 years ago
Dirk Klimpel 93f7955eba
Admin API endpoint to delete a reported event (#15116) 2 years ago
Andrew Morgan b40657314e
Add module API callbacks for adding and deleting local 3PID associations (#15044 2 years ago
Patrick Cloke 4fc8875876
Refactor media modules. (#15146) 2 years ago
Shay 1c95ddd09b
Batch up storing state groups when creating new room (#14918) 2 years ago
Erik Johnston b2357a898c
Fix bug where 5s delays would occasionally happen. (#15150) 2 years ago
Sean Quah 335f52d595
Improve handling of non-ASCII characters in user directory search (#15143) 2 years ago