Quentin Gliech 79c592cec6 Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) 1 year ago
..
_scripts be76cd8200 Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 1 year ago
api be76cd8200 Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 1 year ago
app 285d72556b Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago
appservice 3371e1abcb Add prometheus counters for content types other than events (#13175) 1 year ago
config b381701f8c Announce that legacy metric names are deprecated, will be turned off by default in Synapse v1.71.0 and removed altogether in Synapse v1.73.0. (#14024) 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 6caa303083 fix: Push notifications for invite over federation (#13719) 1 year ago
federation 70a4317692 Track when the pulled event signature fails (#13815) 1 year ago
handlers b706111b78 Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 1 year ago
http dcdd50e458 Fix mypy errors with latest canonicaljson (#13905) 1 year ago
logging 285d72556b Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago
metrics cf11919ddd Fix cache metrics not being updated when not using the legacy exposition module. (#13717) 1 year ago
module_api 79c592cec6 Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) 1 year ago
push 535f8c8f7d Skip filtering during push if there are no push actions (#13992) 1 year ago
replication be76cd8200 Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 1 year ago
res 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
rest b706111b78 Do not return unspecced original_event field when using the stable /relations endpoint. (#14025) 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) 2 years ago
state a2cf66a94d Prepatory work for batching events to send (#13487) 1 year ago
static 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
storage e3d4755454 Fix backwards compatibility with upcoming threads schema changes. (#14045) 1 year ago
streams 92d21faf12 Instrument `/messages` for understandable traces in Jaeger (#13368) 1 year ago
util 6f0c3e669d Don't require `setuptools_rust` at runtime (#13952) 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 efd108b45d Accept & store thread IDs for receipts (implement MSC3771). (#13782) 1 year ago
visibility.py 535f8c8f7d Skip filtering during push if there are no push actions (#13992) 1 year ago