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
Patrick Cloke 8c94b3abe9
Experimental support to include bundled aggregations in search results (MSC3666) (#11837)
3 years ago
..
ui_auth Stabilise MSC3231 (Token Based Registration) (#11867) 3 years ago
__init__.py
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 Add a callback to allow modules to deny 3PID (#11854) 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 Cache empty responses from `/user/devices` (#11587) 3 years ago
devicemessage.py
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 Fix historical messages backfilling in random order on remote homeservers (MSC2716) (#11114) 3 years ago
federation_event.py Fix historical messages backfilling in random order on remote homeservers (MSC2716) (#11114) 3 years ago
groups_local.py
identity.py
initial_sync.py Bundle aggregations outside of the serialization method. (#11612) 3 years ago
message.py Fix historical messages backfilling in random order on remote homeservers (MSC2716) (#11114) 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
presence.py Remove `log_function` and its uses (#11761) 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 Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743) 3 years ago
room.py Improvements to bundling aggregations. (#11815) 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 Fix historical messages backfilling in random order on remote homeservers (MSC2716) (#11114) 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 Experimental support to include bundled aggregations in search results (MSC3666) (#11837) 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 Send to-device messages to application services (#11215) 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