| Commit message (Expand) | Author | Age | Files | Lines |
* | Split OidcProvider out of OidcHandler (#9107) | Richard van der Hoff | 2021-01-14 | 1 | -98/+148 |
* | Extract OIDCProviderConfig object | Richard van der Hoff | 2021-01-13 | 1 | -17/+20 |
* | Preparatory refactors of OidcHandler (#9067) | Richard van der Hoff | 2021-01-13 | 1 | -141/+163 |
* | Remove user's avatar URL and displayname when deactivated. (#8932) | Dirk Klimpel | 2021-01-12 | 2 | -3/+23 |
* | UI Auth via SSO: redirect the user to an appropriate SSO. (#9081) | Richard van der Hoff | 2021-01-12 | 3 | -18/+110 |
* | Kill off `HomeServer.get_ip_from_request()` (#9080) | Richard van der Hoff | 2021-01-12 | 1 | -7/+2 |
* | Remove SynapseRequest.get_user_agent (#9069) | Richard van der Hoff | 2021-01-12 | 2 | -5/+6 |
* | Allow running sendToDevice on workers (#9044) | Erik Johnston | 2021-01-07 | 1 | -8/+23 |
* | Ensure that remote users' device list resyncing always happens on master (#9043) | Erik Johnston | 2021-01-07 | 1 | -4/+13 |
* | Handle a display name / avatar URL not included in a federation request. (#9023) | Patrick Cloke | 2021-01-06 | 1 | -2/+2 |
* | Implement MSC2176: Updated redaction rules (#8984) | Patrick Cloke | 2021-01-05 | 1 | -1/+1 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 4 | -3/+24 |
* | Combine the SSO Redirect Servlets (#9015) | Richard van der Hoff | 2021-01-04 | 4 | -23/+138 |
* | Add type hints to the receipts and user directory handlers. (#8976) | Patrick Cloke | 2021-01-04 | 2 | -32/+61 |
* | Use the SSO handler helpers for CAS registration/login. (#8856) | Patrick Cloke | 2021-01-03 | 2 | -39/+77 |
* | Check if group IDs are valid before using them. (#8977) | Patrick Cloke | 2020-12-30 | 1 | -1/+1 |
* | Add additional type hints to the storage module. (#8980) | Patrick Cloke | 2020-12-30 | 2 | -4/+2 |
* | Add type hints to admin and room list handlers. (#8973) | Patrick Cloke | 2020-12-29 | 2 | -68/+89 |
* | Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) | Patrick Cloke | 2020-12-18 | 2 | -66/+158 |
* | Send the location of the web client to the IS when inviting via 3PIDs. (#8930) | Patrick Cloke | 2020-12-18 | 1 | -0/+5 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 2 | -40/+273 |
* | Allow re-using a UI auth validation for a period of time (#8970) | Patrick Cloke | 2020-12-18 | 1 | -8/+24 |
* | Merge remote-tracking branch 'origin/erikj/as_mau_block' into develop | Erik Johnston | 2020-12-18 | 2 | -2/+13 |
|\ |
|
| * | Correctly handle AS registerations and add test | Erik Johnston | 2020-12-17 | 2 | -2/+13 |
* | | Try and drop stale extremities. (#8929) | Erik Johnston | 2020-12-18 | 1 | -1/+1 |
* | | Fix a bug that deactivated users appear in the directory (#8933) | Dirk Klimpel | 2020-12-17 | 1 | -2/+6 |
* | | Push login completion down into SsoHandler (#8941) | Richard van der Hoff | 2020-12-16 | 3 | -82/+75 |
* | | Do not assume that the contents dictionary includes history_visibility. (#8945) | Patrick Cloke | 2020-12-16 | 3 | -8/+10 |
* | | Preparatory refactoring of the SamlHandlerTestCase (#8938) | Richard van der Hoff | 2020-12-15 | 1 | -0/+23 |
* | | Fix startup failure with localdb_enabled: False (#8937) | Richard van der Hoff | 2020-12-14 | 1 | -14/+12 |
* | | Allow spam-checker modules to be provide async methods. (#8890) | David Teller | 2020-12-11 | 9 | -22/+21 |
* | | Honour AS ratelimit settings for /login requests (#8920) | Erik Johnston | 2020-12-11 | 1 | -3/+4 |
* | | Don't ratelimit autojoining of rooms (#8921) | Erik Johnston | 2020-12-11 | 2 | -11/+17 |
* | | Refactor `SsoHandler.get_mxid_from_sso` (#8900) | Richard van der Hoff | 2020-12-10 | 2 | -28/+50 |
* | | Simplify the flow for SSO UIA (#8881) | Richard van der Hoff | 2020-12-08 | 5 | -40/+142 |
* | | Merge tag 'v1.24.0rc2' into develop | Patrick Cloke | 2020-12-04 | 2 | -6/+23 |
|\| |
|
| * | Fix a regression that mapping providers should be able to redirect users. (#8... | Patrick Cloke | 2020-12-04 | 2 | -6/+23 |
* | | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -15/+43 |
|\ \ |
|
| * | | UIA: offer only available auth flows | Richard van der Hoff | 2020-12-02 | 1 | -15/+43 |
| |/ |
|
* / | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 2 | -4/+4 |
|/ |
|
* | Fix a regression when grandfathering SAML users. (#8855) | Patrick Cloke | 2020-12-02 | 3 | -47/+52 |
* | Add basic SAML tests for mapping users. (#8800) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
* | Create a `PasswordProvider` wrapper object (#8849) | Richard van der Hoff | 2020-12-02 | 1 | -55/+148 |
* | Support "identifier" dicts in UIA (#8848) | Richard van der Hoff | 2020-12-01 | 1 | -24/+161 |
* | Don't offer password login when it is disabled (#8835) | Richard van der Hoff | 2020-12-01 | 1 | -1/+9 |
* | Allow per-room profile to be used for server notice user (#8799) | Mathieu Velten | 2020-11-30 | 1 | -1/+9 |
* | Simplify the way the `HomeServer` object caches its internal attributes. (#8... | Jonathan de Jong | 2020-11-30 | 1 | -1/+2 |
* | Add `force_purge` option to delete-room admin api. (#8843) | Richard van der Hoff | 2020-11-30 | 1 | -6/+11 |
* | Speed up remote invite rejection database call (#8815) | Andrew Morgan | 2020-11-25 | 1 | -5/+11 |
* | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 2020-11-25 | 3 | -134/+232 |
* | Properly report user-agent/IP during registration of SSO users. (#8784) | Patrick Cloke | 2020-11-23 | 4 | -122/+171 |
* | Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) | Andrew Morgan | 2020-11-23 | 2 | -5/+12 |
* | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 2020-11-19 | 2 | -5/+26 |
* | SAML: Allow specifying the IdP entityid to use. (#8630) | Ben Banfield-Zanin | 2020-11-19 | 1 | -1/+2 |
* | Consistently use room_id from federation request body (#8776) | Richard van der Hoff | 2020-11-19 | 1 | -5/+5 |
* | Improve appservice handler to send only the most recent read receipts when no... | Will Hunt | 2020-11-18 | 2 | -2/+3 |
* | Abstract shared SSO code. (#8765) | Patrick Cloke | 2020-11-17 | 3 | -113/+146 |
* | Use TYPE_CHECKING instead of magic MYPY variable. (#8770) | Patrick Cloke | 2020-11-17 | 1 | -3/+2 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 9 | -35/+70 |
* | Generalise _locally_reject_invite (#8751) | Andrew Morgan | 2020-11-16 | 1 | -17/+19 |
* | Generalise _maybe_store_room_on_invite (#8754) | Andrew Morgan | 2020-11-13 | 1 | -4/+6 |
* | Catch exceptions in password_providers (#8636) | Nicolai Søborg | 2020-11-11 | 1 | -4/+9 |
* | Block clients from sending server ACLs that lock the local server out. (#8708) | Erik Johnston | 2020-11-03 | 1 | -0/+3 |
* | Improve error messages of non-str displayname/avatar_url (#8705) | Andrew Morgan | 2020-11-02 | 1 | -2/+6 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 2 | -6/+9 |
* | Fix cache call signature to accept `on_invalidate`. (#8684) | Erik Johnston | 2020-10-29 | 1 | -5/+7 |
* | Optimise createRoom with multiple invites (#8559) | Richard van der Hoff | 2020-10-29 | 2 | -13/+24 |
* | Merge pull request #8678 from matrix-org/rav/fix_frozen_events | Richard van der Hoff | 2020-10-28 | 1 | -3/+2 |
|\ |
|
| * | Remove frozendict_json_encoder and support frozendicts everywhere | Richard van der Hoff | 2020-10-28 | 1 | -3/+2 |
* | | Add type hints to application services. (#8655) | Patrick Cloke | 2020-10-28 | 2 | -41/+57 |
* | | Abstract code for stripping room state into a separate method (#8671) | Andrew Morgan | 2020-10-27 | 1 | -28/+7 |
* | | Don't unnecessarily start bg process while handling typing. (#8668) | Erik Johnston | 2020-10-27 | 1 | -8/+13 |
* | | e2e: ensure we have both master and self-signing key (#8455) | Jonas Jelten | 2020-10-26 | 1 | -5/+22 |
* | | Add type hints for account validity handler (#8620) | Patrick Cloke | 2020-10-26 | 2 | -8/+25 |
* | | Merge branch 'release-v1.22.0' into develop | Erik Johnston | 2020-10-26 | 1 | -3/+4 |
|\| |
|
| * | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -6/+6 |
| * | Properly handle presence events for application services. (#8656) | Patrick Cloke | 2020-10-26 | 1 | -4/+5 |
* | | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 2020-10-26 | 1 | -6/+6 |
* | | Check status codes that profile handler returns (#8580) | LEdoian | 2020-10-26 | 1 | -0/+7 |
* | | Start fewer opentracing spans (#8640) | Erik Johnston | 2020-10-26 | 1 | -7/+43 |
* | | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 14 | -26/+26 |
* | | Fix handling of User-Agent headers with bad utf-8. (#8632) | Erik Johnston | 2020-10-23 | 4 | -12/+4 |
* | | Don't 500 for invalid group IDs (#8628) | Erik Johnston | 2020-10-22 | 1 | -1/+4 |
|/ |
|
* | Add type hints to profile and base handlers. (#8609) | Patrick Cloke | 2020-10-21 | 3 | -37/+65 |
* | Consistently use wrap_as_background_task in more places (#8599) | Patrick Cloke | 2020-10-20 | 2 | -16/+6 |
* | Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) | Jonathan de Jong | 2020-10-19 | 1 | -3/+5 |
* | Fix modifying events in `ThirdPartyRules` modules (#8564) | Richard van der Hoff | 2020-10-16 | 1 | -1/+6 |
* | Merge pull request #8535 from matrix-org/rav/third_party_events_updates | Richard van der Hoff | 2020-10-15 | 2 | -71/+74 |
|\ |
|
| * | Allow ThirdPartyRules modules to replace event content | Richard van der Hoff | 2020-10-13 | 1 | -2/+62 |
| * | Move third_party_rules check to event creation time | Richard van der Hoff | 2020-10-13 | 2 | -52/+13 |
| * | Remove redundant calls to third_party_rules in `on_send_{join,leave}` | Richard van der Hoff | 2020-10-13 | 1 | -19/+1 |
* | | Send some ephemeral events to appservices (#8437) | Will Hunt | 2020-10-15 | 4 | -7/+169 |
* | | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_invite | Richard van der Hoff | 2020-10-15 | 3 | -52/+38 |
|\ \ |
|
| * | | Simplify `_locally_reject_invite` | Richard van der Hoff | 2020-10-13 | 2 | -45/+35 |
| * | | Remove redundant `token_id` parameter to create_event | Richard van der Hoff | 2020-10-13 | 3 | -7/+3 |
| |/ |
|
* / | Fix not sending events over federation when using sharded event persisters (#... | Erik Johnston | 2020-10-14 | 1 | -4/+7 |
|/ |
|
* | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 5 | -30/+24 |
* | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 3 | -12/+58 |
* | Add type hints to response cache. (#8507) | Patrick Cloke | 2020-10-09 | 3 | -6/+10 |
* | Allow modules to create and send events into rooms (#8479) | Andrew Morgan | 2020-10-09 | 1 | -6/+5 |
* | Remove the deprecated Handlers object (#8494) | Patrick Cloke | 2020-10-09 | 9 | -44/+11 |
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 5 | -19/+49 |
* | Add typing information to the device handler. (#8407) | Patrick Cloke | 2020-10-07 | 1 | -35/+54 |
* | Fix returning incorrect prev_batch token in incremental sync (#8486) | Erik Johnston | 2020-10-07 | 1 | -1/+6 |
* | Add support for MSC2697: Dehydrated devices (#8380) | Hubert Chathi | 2020-10-07 | 1 | -2/+82 |
* | Merge pull request #8463 from matrix-org/rav/clean_up_event_handling | Richard van der Hoff | 2020-10-07 | 3 | -90/+78 |
|\ |
|
| * | update wording | Richard van der Hoff | 2020-10-07 | 1 | -2/+3 |
| * | kill off `send_nonmember_event` | Richard van der Hoff | 2020-10-05 | 2 | -51/+27 |
| * | pull up event.sender assertion | Richard van der Hoff | 2020-10-05 | 2 | -4/+5 |
| * | Move shadow-ban check down into `handle_new_client_event`. | Richard van der Hoff | 2020-10-05 | 1 | -8/+24 |
| * | De-duplicate duplicate handling | Richard van der Hoff | 2020-10-05 | 2 | -38/+32 |
* | | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 1 | -0/+7 |
* | | Add support for MSC2732: olm fallback keys (#8312) | Hubert Chathi | 2020-10-06 | 2 | -0/+24 |
|/ |
|
* | Allow ThirdPartyEventRules modules to manipulate public room state (#8292) | Andrew Morgan | 2020-10-05 | 2 | -0/+19 |
* | Remove stream ordering from Metadata dict (#8452) | Richard van der Hoff | 2020-10-05 | 3 | -7/+13 |
* | Do not assume that account data is of the correct form. (#8454) | Patrick Cloke | 2020-10-05 | 2 | -11/+14 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 2 | -2/+2 |
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -4/+7 |
* | Enable mypy checking for unreachable code and fix instances. (#8432) | Patrick Cloke | 2020-10-01 | 4 | -5/+3 |
* | Make token serializing/deserializing async (#8427) | Erik Johnston | 2020-09-30 | 5 | -20/+22 |
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 2 | -4/+112 |
* | Merge pull request #8420 from matrix-org/rav/state_res_stats | Richard van der Hoff | 2020-09-30 | 1 | -5/+8 |
|\ |
|
| * | Move `resolve_events_with_store` into StateResolutionHandler | Richard van der Hoff | 2020-09-29 | 1 | -5/+8 |
* | | Various clean ups to room stream tokens. (#8423) | Erik Johnston | 2020-09-29 | 6 | -16/+22 |
|/ |
|
* | Mypy fixes for `synapse.handlers.federation` (#8422) | Richard van der Hoff | 2020-09-29 | 1 | -4/+9 |
* | Fix handling of connection timeouts in outgoing http requests (#8400) | Richard van der Hoff | 2020-09-29 | 1 | -13/+12 |
* | A pair of tiny cleanups in the federation request code. (#8401) | Richard van der Hoff | 2020-09-28 | 1 | -1/+1 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -15/+27 |
* | Add EventStreamPosition type (#8388) | Erik Johnston | 2020-09-24 | 3 | -14/+18 |
* | Factor out `_send_dummy_event_for_room` (#8370) | Richard van der Hoff | 2020-09-23 | 1 | -48/+54 |
* | Create function to check for long names in devices (#8364) | Dionysis Grigoropoulos | 2020-09-22 | 1 | -6/+24 |
* | Fix a bad merge from release-v1.20.0. (#8354) | Patrick Cloke | 2020-09-18 | 1 | -1/+1 |
* | Merge tag 'v1.20.0rc5' into develop | Patrick Cloke | 2020-09-18 | 2 | -12/+61 |
|\ |
|
| * | Intelligently select extremities used in backfill. (#8349) | Erik Johnston | 2020-09-18 | 2 | -12/+61 |
* | | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 20 | -23/+23 |
* | | Switch metaclass initialization to python 3-compatible syntax (#8326) | Jonathan de Jong | 2020-09-16 | 1 | -3/+1 |
* | | Use slots in attrs classes where possible (#8296) | Patrick Cloke | 2020-09-14 | 6 | -29/+15 |
* | | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 2 | -61/+112 |
* | | Add experimental support for sharding event persister. Again. (#8294) | Erik Johnston | 2020-09-14 | 4 | -32/+47 |
* | | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281) | Erik Johnston | 2020-09-11 | 7 | -27/+26 |
* | | Clean up `Notifier.on_new_room_event` code path (#8288) | Erik Johnston | 2020-09-10 | 2 | -7/+0 |
* | | Remove some unused distributor signals (#8216) | Patrick Cloke | 2020-09-09 | 4 | -93/+5 |
* | | Fixup pusher pool notifications (#8287) | Erik Johnston | 2020-09-09 | 2 | -2/+2 |
* | | Revert "Fixup pusher pool notifications" | Erik Johnston | 2020-09-09 | 2 | -2/+2 |
* | | Fixup pusher pool notifications | Erik Johnston | 2020-09-09 | 2 | -2/+2 |
* | | Fix mypy error on develop (#8282) | Erik Johnston | 2020-09-08 | 1 | -3/+6 |
* | | Add types to StreamToken and RoomStreamToken (#8279) | Erik Johnston | 2020-09-08 | 1 | -3/+2 |
* | | Clean up types for PaginationConfig (#8250) | Erik Johnston | 2020-09-08 | 4 | -44/+27 |
|/ |
|
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 25 | -32/+32 |
* | Revert "Add experimental support for sharding event persister. (#8170)" (#8242) | Brendan Abolivier | 2020-09-04 | 4 | -47/+32 |
* | Add type hints to more handlers (#8244) | Erik Johnston | 2020-09-03 | 3 | -79/+106 |
* | Fix typing for `@cached` wrapped functions (#8240) | Erik Johnston | 2020-09-03 | 1 | -5/+5 |
* | Fix typing for SyncHandler (#8237) | Erik Johnston | 2020-09-03 | 1 | -5/+7 |
* | Re-implement unread counts (again) (#8059) | Brendan Abolivier | 2020-09-02 | 1 | -15/+18 |
* | Add experimental support for sharding event persister. (#8170) | Erik Johnston | 2020-09-02 | 4 | -32/+47 |
* | Fix errors when updating the user directory with invalid data (#8223) | Patrick Cloke | 2020-09-01 | 2 | -1/+13 |
* | Convert additional databases to async/await part 2 (#8200) | Patrick Cloke | 2020-09-01 | 2 | -20/+5 |
* | Move and rename `get_devices_with_keys_by_user` (#8204) | Richard van der Hoff | 2020-09-01 | 1 | -1/+3 |
* | Rename `get_e2e_device_keys` to better reflect its purpose (#8205) | Richard van der Hoff | 2020-08-29 | 1 | -2/+2 |
* | Convert ReadWriteLock to async/await. (#8202) | Patrick Cloke | 2020-08-28 | 1 | -23/+26 |
* | Convert state and stream stores and related code to async (#8194) | Patrick Cloke | 2020-08-28 | 1 | -1/+1 |
* | Ensure that the OpenID Connect remote ID is a string. (#8190) | Patrick Cloke | 2020-08-28 | 1 | -0/+3 |
* | Convert additional database code to async/await. (#8195) | Patrick Cloke | 2020-08-28 | 1 | -2/+2 |
* | Define StateMap as immutable and add a MutableStateMap type. (#8183) | Patrick Cloke | 2020-08-28 | 3 | -9/+19 |
* | Move and refactor LoginRestServlet helper methods (#8182) | Andrew Morgan | 2020-08-28 | 1 | -1/+87 |
* | Convert simple_update* and simple_select* to async (#8173) | Patrick Cloke | 2020-08-27 | 1 | -4/+2 |
* | Do not propagate typing notifications from shadow-banned users. (#8176) | Patrick Cloke | 2020-08-26 | 1 | -5/+16 |
* | Remove unused parameter from, and add safeguard in, get_room_data (#8174) | Andrew Morgan | 2020-08-26 | 1 | -8/+12 |
* | Do not propagate profile changes of shadow-banned users into rooms. (#8157) | Patrick Cloke | 2020-08-26 | 2 | -3/+16 |
* | Do not allow send_nonmember_event to be called with shadow-banned users. (#8158) | Patrick Cloke | 2020-08-25 | 1 | -5/+34 |
* | Merge tag 'v1.19.1rc1' into develop | Brendan Abolivier | 2020-08-25 | 1 | -21/+25 |
|\ |
|
| * | Fix join ratelimiter breaking profile updates and idempotency (#8153) | Brendan Abolivier | 2020-08-24 | 1 | -21/+25 |
| * | Do not apply ratelimiting on joins to appservices (#8139) | Will Hunt | 2020-08-24 | 1 | -6/+8 |
* | | Add type hints for state. (#8140) | Patrick Cloke | 2020-08-24 | 3 | -15/+21 |
* | | Stop shadow-banned users from sending non-member events. (#8142) | Patrick Cloke | 2020-08-24 | 3 | -1/+34 |
* | | Allow capping a room's retention policy (#8104) | Brendan Abolivier | 2020-08-24 | 1 | -7/+29 |
* | | Do not apply ratelimiting on joins to appservices (#8139) | Will Hunt | 2020-08-21 | 1 | -6/+8 |
* | | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 5 | -8/+76 |
* | | Stop shadow-banned users from sending invites. (#8095) | Patrick Cloke | 2020-08-20 | 2 | -4/+74 |
* | | Improve the error code when trying to register using a name reserved for gues... | Patrick Cloke | 2020-08-20 | 1 | -1/+3 |
* | | Use the JSON encoder without whitespace in more places. (#8124) | Patrick Cloke | 2020-08-20 | 1 | -3/+2 |
* | | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 5 | -15/+14 |
* | | Convert events worker database to async/await. (#8071) | Patrick Cloke | 2020-08-18 | 3 | -15/+9 |
* | | Fix the return type of send_nonmember_events. (#8112) | Patrick Cloke | 2020-08-18 | 1 | -1/+1 |
* | | Return the previous stream token if a non-member event is a duplicate. (#8093) | Patrick Cloke | 2020-08-18 | 1 | -10/+15 |
* | | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 3 | -28/+9 |
* | | Convert stream database to async/await. (#8074) | Patrick Cloke | 2020-08-17 | 1 | -1/+1 |
* | | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 1 | -0/+8 |
* | | Add type hints to synapse.handlers.room (#8090) | Erik Johnston | 2020-08-14 | 1 | -38/+66 |
* | | Run `remove_push_actions_from_staging` in foreground (#8081) | Richard van der Hoff | 2020-08-13 | 1 | -3/+1 |
|/ |
|
* | Add type hints to handlers.message and events.builder (#8067) | Erik Johnston | 2020-08-12 | 2 | -13/+21 |
* | Merge remote-tracking branch 'origin/develop' into erikj/type_server | Erik Johnston | 2020-08-11 | 2 | -10/+36 |
|\ |
|
| * | Add typing info to Notifier (#8058) | Erik Johnston | 2020-08-11 | 1 | -4/+0 |
| * | Implement login blocking based on SAML attributes (#8052) | Richard van der Hoff | 2020-08-11 | 1 | -6/+36 |
* | | Change HomeServer definition to work with typing. | Erik Johnston | 2020-08-11 | 1 | -3/+5 |
|/ |
|
* | Add an assertion on prev_events in create_new_client_event (#8041) | Richard van der Hoff | 2020-08-10 | 1 | -0/+9 |
* | Revert #7736 (#8039) | Brendan Abolivier | 2020-08-06 | 1 | -6/+0 |
* | Convert synapse.api to async/await (#8031) | Patrick Cloke | 2020-08-06 | 2 | -2/+2 |
* | Convert run_as_background_process inner function to async. (#8032) | Patrick Cloke | 2020-08-06 | 1 | -1/+1 |
* | Improve performance of the register endpoint (#8009) | Patrick Cloke | 2020-08-06 | 1 | -7/+12 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 3 | -4/+4 |
* | Convert streams to async. (#8014) | Patrick Cloke | 2020-08-04 | 5 | -10/+10 |
* | Remove signature check on v1 identity server lookups (#8001) | Andrew Morgan | 2020-08-03 | 1 | -31/+3 |
* | Prevent join->join membership transitions changing member count (#7977) | Andrew Morgan | 2020-08-03 | 1 | -1/+1 |
* | Convert replication code to async/await. (#7987) | Patrick Cloke | 2020-08-03 | 1 | -1/+1 |
* | Convert ACME code to async/await. (#7989) | Patrick Cloke | 2020-08-03 | 1 | -7/+4 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l... | Erik Johnston | 2020-07-31 | 6 | -37/+56 |
|\ |
|
| * | Fix invite rejection when we have no forward-extremeties (#7980) | Richard van der Hoff | 2020-07-30 | 1 | -8/+21 |
| * | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -21/+14 |
| * | Convert appservice to async. (#7973) | Patrick Cloke | 2020-07-30 | 1 | -5/+5 |
| * | Add additional logging for SAML sessions. (#7971) | Patrick Cloke | 2020-07-29 | 1 | -0/+3 |
| * | Re-implement unread counts (#7736) | Brendan Abolivier | 2020-07-29 | 1 | -0/+6 |
| * | Option to allow server admins to join complex rooms (#7902) | lugino-emeritus | 2020-07-28 | 1 | -2/+6 |
| * | Convert a synapse.events to async/await. (#7949) | Patrick Cloke | 2020-07-27 | 1 | -1/+1 |
* | | Add ratelimiting on joins | Erik Johnston | 2020-07-31 | 1 | -2/+35 |
|/ |
|
* | Remove hacky error handling for inlineDeferreds. (#7950) | Patrick Cloke | 2020-07-27 | 2 | -21/+12 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -2/+2 |
* | Fix up types and comments that refer to Deferreds. (#7945) | Patrick Cloke | 2020-07-24 | 7 | -157/+172 |
* | Convert presence handler helpers to async/await. (#7939) | Patrick Cloke | 2020-07-23 | 1 | -23/+20 |
* | Update the auth providers to be async. (#7935) | Patrick Cloke | 2020-07-23 | 2 | -19/+23 |
* | Follow-up to admin API to re-activate accounts (#7908) | Patrick Cloke | 2020-07-22 | 1 | -4/+18 |
* | Convert the message handler to async/await. (#7884) | Patrick Cloke | 2020-07-22 | 1 | -136/+152 |
* | Add debugging to sync response generation (#7929) | Richard van der Hoff | 2020-07-22 | 1 | -2/+15 |
* | Convert room list handler to async/await. (#7912) | Patrick Cloke | 2020-07-21 | 1 | -33/+29 |
* | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 2020-07-20 | 1 | -1/+1 |
* | Fix TypeError in synapse.notifier (#7880) | Erik Johnston | 2020-07-17 | 1 | -0/+8 |
* | Convert device handler to async/await (#7871) | Patrick Cloke | 2020-07-17 | 1 | -136/+105 |
* | Convert _base, profile, and _receipts handlers to async/await (#7860) | Patrick Cloke | 2020-07-17 | 4 | -53/+41 |
* | Reject attempts to join empty rooms over federation (#7859) | Richard van der Hoff | 2020-07-16 | 1 | -2/+13 |
* | Allow moving typing off master (#7869) | Erik Johnston | 2020-07-16 | 1 | -74/+167 |
* | Merge pull request #7866 from matrix-org/rav/fix_guest_user_id | Richard van der Hoff | 2020-07-16 | 1 | -21/+1 |
|\ |
|
| * | Use a postgres sequence to generate guest user IDs | Richard van der Hoff | 2020-07-16 | 1 | -21/+1 |
* | | Add some tiny type annotations (#7870) | Richard van der Hoff | 2020-07-16 | 1 | -6/+4 |
* | | Ensure that calls to `json.dumps` are compatible with the standard library js... | Patrick Cloke | 2020-07-15 | 1 | -1/+2 |
* | | Merge branch 'erikj/faster_typing' of github.com:matrix-org/synapse into develop | Erik Johnston | 2020-07-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Fix typo | Erik Johnston | 2020-07-15 | 1 | -1/+1 |
| * | Use get_users_in_room rather than state handler in typing for speed | Erik Johnston | 2020-07-15 | 1 | -2/+2 |
* | | Allow accounts to be re-activated from the admin APIs. (#7847) | Patrick Cloke | 2020-07-15 | 1 | -20/+28 |
|/ |
|
* | Convert E2E key and room key handlers to async/await. (#7851) | Patrick Cloke | 2020-07-15 | 2 | -124/+98 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 1 | -2/+206 |
* | Support handling registration requests across multiple client readers. (#7830) | Patrick Cloke | 2020-07-13 | 1 | -1/+2 |
* | Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802) | Patrick Cloke | 2020-07-10 | 1 | -1/+1 |
* | Fix resync remote devices on receive PDU in worker mode. (#7815) | Erik Johnston | 2020-07-10 | 1 | -8/+19 |
* | Fix recursion error when fetching auth chain over federation (#7817) | Erik Johnston | 2020-07-10 | 1 | -12/+37 |
* | `update_membership` declaration: now always returns an event id. (#7809) | Richard van der Hoff | 2020-07-09 | 2 | -5/+5 |
* | Fix `can only concatenate list (not "tuple") to list` exception (#7810) | Richard van der Hoff | 2020-07-09 | 1 | -1/+1 |
* | Generate real events when we reject invites (#7804) | Richard van der Hoff | 2020-07-09 | 3 | -76/+158 |
* | Add `HomeServer.signing_key` property (#7805) | Richard van der Hoff | 2020-07-08 | 2 | -2/+2 |
* | Stop passing bytes when dumping JSON (#7799) | Patrick Cloke | 2020-07-08 | 1 | -2/+2 |
* | Refactor getting replication updates from database v2. (#7740) | Erik Johnston | 2020-07-07 | 1 | -0/+3 |