Commit Graph

3098 Commits (720b12c2098912bcf7568dd071ea213937b6de1e)

Author SHA1 Message Date
Eric Eastwood 70a4317692
Track when the pulled event signature fails (#13815) 2 years ago
Patrick Cloke b706111b78
Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 2 years ago
lukasdenk 719488dda8
Add query parameter `ts` to allow appservices set the `origin_server_ts` for state events. (#11866) 2 years ago
Erik Johnston 535f8c8f7d
Skip filtering during push if there are no push actions (#13992) 2 years ago
David Robertson 285d72556b
Update mypy and mypy-zope, attempt 3 (#13993) 2 years ago
David Robertson 8e52cb0bce
Revert "Update mypy and mypy-zope (#13925)" 2 years ago
David Robertson 6d543d6d9f
Update mypy and mypy-zope (#13925) 2 years ago
Erik Johnston 285b9e9b6c
Speed up calculating push actions in large rooms (#13973) 2 years ago
David Robertson e8f30a76ca
Fix overflows in /messages backfill calculation (#13936) 2 years ago
David Robertson 6f0c3e669d
Don't require `setuptools_rust` at runtime (#13952) 2 years ago
Erik Johnston ebd9e2dac6
Implement push rule evaluation in Rust. (#13838) 2 years ago
Nick Mills-Barrett a466164647
Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) 2 years ago
Brendan Abolivier be76cd8200
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2 years ago
Hugh Nimmo-Smith e5fdf16d46
Expose MSC3882 only be under an unstable endpoint. (#13868) 2 years ago
Patrick Cloke 568016929f
Clarify that a method returns only unthreaded receipts. (#13937) 2 years ago
Eric Eastwood df8b91ed2b
Limit and filter the number of backfill points to get from the database (#13879) 2 years ago
Shay 8ab16a92ed
Persist CreateRoom events to DB in a batch (#13800) 2 years ago
Shay a2cf66a94d
Prepatory work for batching events to send (#13487) 2 years ago
Eric Eastwood 29269d9d3f
Fix `have_seen_event` cache not being invalidated (#13863) 2 years ago
Patrick Cloke 87fe9db467
Support the stable dir parameter for /relations. (#13920) 2 years ago
Patrick Cloke 2fae1a3f78
Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893) 2 years ago
Mathieu Velten 41461fd4d6
typing: check origin server of typing event against room's servers (#13830) 2 years ago
Eric Eastwood ac1a31740b
Only try to backfill event if we haven't tried before recently (#13635) 2 years ago
Patrick Cloke efd108b45d
Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2 years ago
reivilibre c06b2b7142
Faster Remote Room Joins: tell remote homeservers that we are unable to authorise them if they query a room which has partial state on our server. (#13823) 2 years ago
Patrick Cloke b7272b73aa
Properly paginate forward in the /relations API. (#13840) 2 years ago
Brendan Abolivier ccca14140a
Track device IDs for pushers (#13831) 2 years ago
Hugh Nimmo-Smith 0fd2f2d460
Implementation of MSC3882 login token request (#13722) 2 years ago
Brendan Abolivier 8ae42ab8fa
Support enabling/disabling pushers (from MSC3881) (#13799) 2 years ago
Mathieu Velten 6bd8763804
Add cache invalidation across workers to module API (#13667) 2 years ago
Quentin Gliech e0804ef898
Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809) 2 years ago
Erik Johnston 42d261c32f
Port the push rule classes to Rust. (#13768) 2 years ago
Quentin Gliech 74f60cec92
Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810) 2 years ago
Sean Quah b73cbb8215
Avoid putting rejected events in room state (#13723) 2 years ago
David Robertson 742f9f9d78
A third batch of Pydantic validation for rest/client/account.py (#13736) 2 years ago
Andrew Morgan 918c74bfb5
Add a `MXCUri` class to make working with mxc uri's easier. (#13162) 2 years ago
Eric Eastwood 957e3d74fc
Keep track when we try and fail to process a pulled event (#13589) 2 years ago
Patrick Cloke 666ae87729
Update event push action and receipt tables to support threads. (#13753) 2 years ago
Sean Quah c73774467e
Fix bug in device list caching when remote users leave rooms (#13749) 2 years ago
David Robertson f2d2481e56
Require SQLite >= 3.27.0 (#13760) 2 years ago
Dirk Klimpel f799eac7ea
Add timestamp to user's consent (#13741) 2 years ago
Sean Quah 8ef0c8ff14
Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2 years ago
reivilibre d3d9ca156e
Cancel the processing of key query requests when they time out. (#13680) 2 years ago
reivilibre c2fe48a6ff
Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2 years ago
Connor Davis bb5b47b62a
Add Admin API to Fetch Messages Within a Particular Window (#13672) 2 years ago
Erik Johnston c9b7e97355
Add a stub Rust crate (#12595) 2 years ago
Patrick Cloke 32fc3b7ba4
Remove configuration options for direct TCP replication. (#13647) 2 years ago
Brendan Abolivier 898fef2789
Share some metrics between the Prometheus exporter and the phone home stats (#13671) 2 years ago
Patrick Cloke 390b7ce946
Disable calculating unread counts unless the config flag is enabled. (#13694) 2 years ago
Šimon Brandner 0e99f07952
Remove support for unstable private read receipts (#13653) 2 years ago