You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/handlers
Andrew Morgan 7bf2d6c268
Partially revert #11675; prevent attempting to create pushers on workers (#11770)
3 years ago
..
ui_auth Use direct references for configuration variables (part 7). (#10959) 3 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
account_data.py Fix docstring on `add_account_data_for_user`. (#11716) 3 years ago
account_validity.py Require direct references to configuration variables. (#10985) 3 years ago
admin.py Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 3 years ago
appservice.py Convert all namedtuples to attrs. (#11665) 3 years ago
auth.py Use auto_attribs/native type hints for attrs classes. (#11692) 3 years ago
cas.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
deactivate_account.py Revert change to counting of deactivated users towards the monthly active users limit (#11127) 3 years ago
device.py Cache empty responses from `/user/devices` (#11587) 3 years ago
devicemessage.py Clarifications and small fixes to to-device related code (#11247) 3 years ago
directory.py Convert all namedtuples to attrs. (#11665) 3 years ago
e2e_keys.py Use auto_attribs/native type hints for attrs classes. (#11692) 3 years ago
e2e_room_keys.py Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) 3 years ago
event_auth.py Check *all* auth events for room id and rejection (#11009) 3 years ago
events.py Remove `log_function` and its uses (#11761) 3 years ago
federation.py Remove `log_function` and its uses (#11761) 3 years ago
federation_event.py Remove `log_function` and its uses (#11761) 3 years ago
groups_local.py Require type hints in the handlers module. (#10831) 3 years ago
identity.py Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333) 3 years ago
initial_sync.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
message.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
oidc.py Save the OIDC session ID (sid) with the device on login (#11482) 3 years ago
pagination.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Remove `log_function` and its uses (#11761) 3 years ago
profile.py Annotate `log_function` decorator (#10943) 3 years ago
read_marker.py Remove the deprecated BaseHandler. (#11005) 3 years ago
receipts.py Add a constant for receipt types (m.read). (#11531) 3 years ago
register.py Partially revert #11675; prevent attempting to create pushers on workers (#11770) 3 years ago
room.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
room_batch.py Prevent historical state from being pushed to an application service via `/transactions` (MSC2716) (#11265) 3 years ago
room_list.py Convert all namedtuples to attrs. (#11665) 3 years ago
room_member.py Add type hints to `synapse/storage/databases/main/room.py` (#11575) 3 years ago
room_member_worker.py Implement knock feature (#6739) 4 years ago
room_summary.py Fix a bug that corrupted the cache of federated space hierarchies (#11775) 3 years ago
saml.py Remove the deprecated BaseHandler. (#11005) 3 years ago
search.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
send_email.py Pass str to twisted's IReactorTCP (#10895) 3 years ago
set_password.py Remove the deprecated BaseHandler. (#11005) 3 years ago
sso.py Use auto_attribs/native type hints for attrs classes. (#11692) 3 years ago
state_deltas.py Easy refactors of the user directory (#10789) 3 years ago
stats.py Fix AssertionErrors after purging events (#11642) 3 years ago
sync.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
typing.py Convert all namedtuples to attrs. (#11665) 3 years ago
user_directory.py Fix AssertionErrors after purging events (#11642) 3 years ago