Quentin Gliech 74f60cec92 Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810) 1 year ago
..
_scripts cdbb641232 Add receipts event stream ordering (#13703) 1 year ago
api eaed4e6113 Remove unused method in `synapse.api.auth.Auth`. (#13795) 1 year ago
app 526f84bc2e Fix Prometheus recording rules to not use legacy metric names. (#13718) 1 year ago
appservice 3371e1abcb Add prometheus counters for content types other than events (#13175) 1 year ago
config 5093cbf88d Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) 1 year ago
crypto 7af07f9716 Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 1 year ago
events c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
federation 21687ec189 Fix a long-standing spec compliance bug where Synapse would accept a trailing slash on the end of `/get_missing_events` federation requests. (#13789) 1 year ago
handlers 140af0cdb6 Record any exception when processing a pulled event (#13814) 1 year ago
http 5093cbf88d Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) (#13801) 1 year ago
logging a911ffb42c Tag trace with instance name (#13761) 1 year ago
metrics cf11919ddd Fix cache metrics not being updated when not using the legacy exposition module. (#13717) 1 year ago
module_api 026ac4486c Update module API "update room membership" method to allow for remote joins (#13441) 1 year ago
push 666ae87729 Update event push action and receipt tables to support threads. (#13753) 1 year ago
replication 32fc3b7ba4 Remove configuration options for direct TCP replication. (#13647) 1 year ago
res 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
rest 74f60cec92 Add an admin API endpoint to find a user based on its external ID in an auth provider. (#13810) 1 year ago
server_notices d58615c82c Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 1 year ago
spam_checker_api 8fd87739bf Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 1 year ago
state b73cbb8215 Avoid putting rejected events in room state (#13723) 1 year ago
static 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
storage b2b0c85279 Support providing an index predicate for upserts. (#13822) 1 year ago
streams 92d21faf12 Instrument `/messages` for understandable traces in Jaeger (#13368) 1 year ago
util cf65433de2 Fix a memory leak when running the unit tests. (#13798) 1 year ago
__init__.py ebfeac7c5d Check if Rust lib needs rebuilding. (#13759) 1 year ago
event_auth.py c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
notifier.py 0eb7e69768 Notifier: accept callbacks to fire on room joins (#13254) 1 year ago
py.typed 2a2b189130 Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2 years ago
server.py 8ef0c8ff14 Fix error in `is_mine_id` when encountering a malformed ID (#13746) 1 year ago
types.py d3d9ca156e Cancel the processing of key query requests when they time out. (#13680) 1 year ago
visibility.py 51c01d450a Add some miscellaneous comments around sync (#13474) 1 year ago