Andrew Morgan fcd6961441 Add option to enable encryption by default for new rooms (#7639) 4 years ago
..
ui_auth ef884f6d04 Convert identity handler to async/await. (#7561) 4 years ago
__init__.py dbdc565dfd Fix registration on workers (#4682) 5 years ago
_base.py f4e6495b5d Performance improvements and refactor of Ratelimiter (#7595) 4 years ago
account_data.py 02553901ce Remove unused `get_pagination_rows` methods. (#6557) 4 years ago
account_validity.py beb19cf61a Fix buggy condition in account validity handler (#7074) 4 years ago
acme.py 8f6d9c4cf0 Small grammar fixes to the ACME v1 deprecation notice (#6944) 4 years ago
acme_issuing_service.py edea4bb5be Allow configuration of the path used for ACME account keys. 5 years ago
admin.py 56ca93ef59 Admin api to add an email address (#6789) 4 years ago
appservice.py 020add5099 Update black to 19.10b0 (#6304) 4 years ago
auth.py f4e6495b5d Performance improvements and refactor of Ratelimiter (#7595) 4 years ago
cas_handler.py 627b0f5f27 Persist user interactive authentication sessions (#7302) 4 years ago
deactivate_account.py 28c98e51ff Add `local_current_membership` table (#6655) 4 years ago
device.py 33c39ab93c Process cross-signing keys when resyncing device lists (#7594) 4 years ago
devicemessage.py b660327056 Resync remote device list when detected as stale. (#6786) 4 years ago
directory.py 6b22921b19 async/await is_server_admin (#7363) 4 years ago
e2e_keys.py 33c39ab93c Process cross-signing keys when resyncing device lists (#7594) 4 years ago
e2e_room_keys.py 54b78a0e3b Lint 4 years ago
events.py 71a1abb8a1 Stop the master relaying USER_SYNC for other workers (#7318) 4 years ago
federation.py fcd6961441 Add option to enable encryption by default for new rooms (#7639) 4 years ago
groups_local.py 6af9cdca24 Convert groups local and server to async/await. (#7600) 4 years ago
identity.py ef884f6d04 Convert identity handler to async/await. (#7561) 4 years ago
initial_sync.py 71a1abb8a1 Stop the master relaying USER_SYNC for other workers (#7318) 4 years ago
message.py f4e6495b5d Performance improvements and refactor of Ratelimiter (#7595) 4 years ago
oidc_handler.py 11de843626 Cleanups to the OpenID Connect integration (#7628) 4 years ago
pagination.py 2fb7794e60 Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekable 4 years ago
password_policy.py e8e2ddb60a Allow server admins to define and enforce a password policy (MSC2000). (#7118) 4 years ago
presence.py e5c67d04db Add option to move event persistence off master (#7517) 4 years ago
profile.py 6b22921b19 async/await is_server_admin (#7363) 4 years ago
read_marker.py 2c35ffead2 Port receipt and read markers to async/wait 4 years ago
receipts.py 509e381afa Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 4 years ago
register.py 3c45a78090 Convert the registration handler to async/await. (#7649) 4 years ago
room.py fcd6961441 Add option to enable encryption by default for new rooms (#7639) 4 years ago
room_list.py cb495f526d Fix 'FederationGroupsRoomsServlet' API when group has room server is not in. (#7599) 4 years ago
room_member.py e5c67d04db Add option to move event persistence off master (#7517) 4 years ago
room_member_worker.py 1531b214fc Add ability to wait for replication streams (#7542) 4 years ago
saml_handler.py 1bbc9e2df6 Clean up exception handling in SAML2ResponseResource (#7614) 4 years ago
search.py be309d99cf Convert search code to async/await. (#7460) 4 years ago
set_password.py 9dc6f3075a Hash passwords earlier in the password reset process (#7538) 4 years ago
state_deltas.py 737b4a936e Convert user directory handler and related classes to async/await. (#7640) 4 years ago
stats.py 737b4a936e Convert user directory handler and related classes to async/await. (#7640) 4 years ago
sync.py f1e61ef85c Typo fixes. 4 years ago
typing.py fdb1344716 Remove concept of a non-limited stream. (#7011) 4 years ago
user_directory.py 737b4a936e Convert user directory handler and related classes to async/await. (#7640) 4 years ago