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
reivilibre f25c75d376
Rename unstable `access_token_lifetime` configuration option to `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388)
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 Add type hints for event streams. (#10856) 3 years ago
account_validity.py Require direct references to configuration variables. (#10985) 3 years ago
admin.py Add missing type hints to `synapse.app`. (#11287) 3 years ago
appservice.py Clarifications and small fixes to to-device related code (#11247) 3 years ago
auth.py Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` (#11370) 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 Improve docstrings for methods related to sending EDUs to application services (#11138) 3 years ago
devicemessage.py Clarifications and small fixes to to-device related code (#11247) 3 years ago
directory.py Test room alias deletion (#11327) 3 years ago
e2e_keys.py Include cross-signing signatures when syncing remote devices for the first time (#11234) 3 years ago
e2e_room_keys.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
event_auth.py Check *all* auth events for room id and rejection (#11009) 3 years ago
events.py Refactor the code to inject bundled relations during serialization. (#11408) 3 years ago
federation.py Move _persist_auth_tree into FederationEventHandler (#11115) 3 years ago
federation_event.py Remove redundant parameters on `_check_event_auth` (#11292) 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 Remove the deprecated BaseHandler. (#11005) 3 years ago
message.py Refactor the code to inject bundled relations during serialization. (#11408) 3 years ago
oidc.py Use direct references for configuration variables (part 4). (#10893) 3 years ago
pagination.py Convert delete room admin API to async endpoint (#11223) 3 years ago
password_policy.py Use direct references for some configuration variables (part 3) (#10885) 3 years ago
presence.py Annotate `log_function` decorator (#10943) 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 Improve docstrings for methods related to sending EDUs to application services (#11138) 3 years ago
register.py Rename unstable `access_token_lifetime` configuration option to `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388) 3 years ago
room.py Fix checking whether a room can be published on creation. (#11392) 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 Remove the deprecated BaseHandler. (#11005) 3 years ago
room_member.py Prevent historical state from being pushed to an application service via `/transactions` (MSC2716) (#11265) 3 years ago
room_member_worker.py Implement knock feature (#6739) 4 years ago
room_summary.py Avoid sharing room hierarchy responses between users (#11355) 3 years ago
saml.py Remove the deprecated BaseHandler. (#11005) 3 years ago
search.py Support filtering by relations per MSC3440 (#11236) 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 direct references for configuration variables (part 5). (#10897) 3 years ago
state_deltas.py Easy refactors of the user directory (#10789) 3 years ago
stats.py Use direct references for configuration variables (part 5). (#10897) 3 years ago
sync.py Support filtering by relations per MSC3440 (#11236) 3 years ago
typing.py Add type annotations to `synapse.metrics` (#10847) 3 years ago
user_directory.py Fix adding excluded users to the private room sharing tables when joining a room (#11143) 3 years ago