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
Brendan Abolivier 250104d357
Implement account status endpoints (MSC3720) (#12001)
3 years ago
..
ui_auth Stabilise MSC3231 (Token Based Registration) (#11867) 3 years ago
__init__.py
account.py Implement account status endpoints (MSC3720) (#12001) 3 years ago
account_data.py Fix docstring on `add_account_data_for_user`. (#11716) 3 years ago
account_validity.py
admin.py Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 3 years ago
appservice.py Remove optional state of `ApplicationService.is_interested`'s `store` parameter (#11911) 3 years ago
auth.py Allow modules to set a display name on registration (#12009) 3 years ago
cas.py
deactivate_account.py Remove account data (including client config, push rules and ignored users) upon user deactivation. (#11621) 3 years ago
device.py Notify users, rather than rooms, of device list updates (#11905) 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
events.py Remove `log_function` and its uses (#11761) 3 years ago
federation.py Run `_handle_queued_pdus` as a background process (#12041) 3 years ago
federation_event.py `send_join` response: get create event from `state`, not `auth_chain` (#12005) 3 years ago
groups_local.py
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 Minor typing fixes (#12034) 3 years ago
oidc.py Adds misc missing type hints (#11953) 3 years ago
pagination.py Include whether the requesting user has participated in a thread. (#11577) 3 years ago
password_policy.py
presence.py Add type hints to `synapse/storage/databases/main` (#11984) 3 years ago
profile.py Configurable limits on avatars (#11846) 3 years ago
read_marker.py
receipts.py Add a constant for receipt types (m.read). (#11531) 3 years ago
register.py Minor typing fixes (#12034) 3 years ago
room.py Remove deprecated user_may_create_room_with_invites callback (#11950) 3 years ago
room_batch.py Fix historical messages backfilling in random order on remote homeservers (MSC2716) (#11114) 3 years ago
room_list.py Convert all namedtuples to attrs. (#11665) 3 years ago
room_member.py Limit concurrent AS joins (#11996) 3 years ago
room_member_worker.py
room_summary.py Fix a bug that corrupted the cache of federated space hierarchies (#11775) 3 years ago
saml.py
search.py Upgrade mypy to version 0.931 (#12030) 3 years ago
send_email.py Remove unnecessary ignores due to Twisted upgrade. (#11939) 3 years ago
set_password.py
sso.py Use auto_attribs/native type hints for attrs classes. (#11692) 3 years ago
state_deltas.py
stats.py Fix AssertionErrors after purging events (#11642) 3 years ago
sync.py Optimise calculating device_list changes in `/sync`. (#11974) 3 years ago
typing.py Clean up an indirect reference to the homeserver datastore (#11914) 3 years ago
user_directory.py Fix AssertionErrors after purging events (#11642) 3 years ago