1
0

Commit Graph

  • a7a913918c Merge remote-tracking branch 'origin/erikj/as_mau_block' into develop Erik Johnston 2020-12-18 09:51:56 +00:00
  • 70586aa63e Try and drop stale extremities. (#8929) Erik Johnston 2020-12-18 09:49:18 +00:00
  • f1db20b5a5 Clean up tox.ini (#8963) Richard van der Hoff 2020-12-17 22:58:00 +00:00
  • 14eab1b4d2 Update tests/test_mau.py Erik Johnston 2020-12-17 16:14:13 +00:00
  • c9c1c9d82f Fix UsersListTestCase (#8964) Richard van der Hoff 2020-12-17 15:46:40 +00:00
  • f2783fc201 Use the simple dictionary in full text search for the user directory (#8959) Brendan Abolivier 2020-12-17 14:42:30 +01:00
  • 4c33796b20 Correctly handle AS registerations and add test Erik Johnston 2020-12-17 12:55:21 +00:00
  • c07022303e Fix a bug that deactivated users appear in the directory (#8933) Dirk Klimpel 2020-12-17 13:05:39 +01:00
  • 35be260090 Newsfile Erik Johnston 2020-12-17 12:05:18 +00:00
  • 7932d4e9f7 Don't MAU limit AS ghost users Erik Johnston 2020-12-17 12:04:14 +00:00
  • 06006058d7 Make search statement in List Room and User Admin API case-insensitive (#8931) Dirk Klimpel 2020-12-17 11:43:37 +01:00
  • ff5c4da128 Add a maximum size for well-known lookups. (#8950) Patrick Cloke 2020-12-16 17:25:24 -05:00
  • e1b8e37f93 Push login completion down into SsoHandler (#8941) Richard van der Hoff 2020-12-16 20:01:53 +00:00
  • 44b7d4c6d6 Fix the sample config location for the ip_range_whitelist setting. (#8954) Patrick Cloke 2020-12-16 14:40:47 -05:00
  • bd30cfe86a Convert internal pusher dicts to attrs classes. (#8940) Patrick Cloke 2020-12-16 11:25:30 -05:00
  • 7a332850e6 Merge pull request #8951 from matrix-org/rav/username_picker_2 Richard van der Hoff 2020-12-16 14:53:26 +00:00
  • 651e1ae534 Merge pull request #8946 from matrix-org/rav/refactor_send_request Richard van der Hoff 2020-12-16 14:53:01 +00:00
  • 3ad699cc65 Fix generate_log_config script (#8952) Richard van der Hoff 2020-12-16 14:52:04 +00:00
  • 0825299cfc Merge remote-tracking branch 'origin/release-v1.24.0' into bbz/info-mainline-1.24.0 bbz/info-mainline-1.24.0 Ben Banfield-Zanin 2020-12-16 14:49:53 +00:00
  • be2db93b3c Do not assume that the contents dictionary includes history_visibility. (#8945) Patrick Cloke 2020-12-16 08:46:37 -05:00
  • 757b5a0bf6 changelog Richard van der Hoff 2020-12-15 23:11:42 +00:00
  • 8388a7fb3a Make _make_callback_with_userinfo async Richard van der Hoff 2020-12-15 13:03:31 +00:00
  • c1883f042d Remove spurious mocking of complete_sso_login Richard van der Hoff 2020-12-15 23:00:03 +00:00
  • 2dd2e90e2b Test get_extra_attributes fallback Richard van der Hoff 2020-12-15 12:39:56 +00:00
  • c9dd47d668 lint Richard van der Hoff 2020-12-15 22:28:06 +00:00
  • ed61fe4ada changelog Richard van der Hoff 2020-12-15 15:22:08 +00:00
  • 394516ad1b Remove spurious "SynapseRequest" result from `make_request" Richard van der Hoff 2020-12-15 14:44:04 +00:00
  • ac2acf1524 Remove redundant reading of SynapseRequest.args Richard van der Hoff 2020-12-15 15:18:03 +00:00
  • 5bcf6e8289 Skip redundant check on request.args Richard van der Hoff 2020-12-15 14:54:41 +00:00
  • 0378581c13 remove 'response' result from _get_shared_rooms Richard van der Hoff 2020-12-15 22:34:20 +00:00
  • 7eebe4b3fc Replace request.code with channel.code Richard van der Hoff 2020-12-15 14:51:25 +00:00
  • 01333681bc Preparatory refactoring of the SamlHandlerTestCase (#8938) Richard van der Hoff 2020-12-15 20:56:10 +00:00
  • 62ac8b9c0d Get Synapse main and worker process startup working! Andrew Morgan 2020-12-15 19:15:55 +00:00
  • 863359a04f Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Patrick Cloke 2020-12-15 11:26:13 -05:00
  • b3a4b53587 Fix handling of stream tokens for push. (#8943) Patrick Cloke 2020-12-15 10:41:34 -05:00
  • 33a349df91 Merge branch 'develop' into matrix-org-hotfixes Patrick Cloke 2020-12-15 08:23:14 -05:00
  • 6d02eb22df Fix startup failure with localdb_enabled: False (#8937) Richard van der Hoff 2020-12-14 20:42:03 +00:00
  • 1619802228 Various clean-ups to the logging context code (#8935) Patrick Cloke 2020-12-14 14:19:47 -05:00
  • 422d40e82f major wip Andrew Morgan 2020-12-14 18:34:58 +00:00
  • 895e04319b Preparatory refactoring of the OidcHandlerTestCase (#8911) Richard van der Hoff 2020-12-14 11:38:50 +00:00
  • e6797e004f Allow per-room profile to be used for server notice user (#8799) Mathieu Velten 2020-11-30 19:59:29 +01:00
  • f14428b25c Allow spam-checker modules to be provide async methods. (#8890) David Teller 2020-12-11 20:05:15 +01:00
  • 5d34f40d49 Add type hints to the push module. (#8901) Patrick Cloke 2020-12-11 11:43:53 -05:00
  • a8eceb01e5 Honour AS ratelimit settings for /login requests (#8920) Erik Johnston 2020-12-11 16:33:31 +00:00
  • 903bb990b9 Remove the CI requirement for newsfiles (#73) Andrew Morgan 2020-12-11 14:47:38 +00:00
  • 4d17afc255 Fix users info for remote users (#71) Mathieu Velten 2020-12-11 15:41:02 +01:00
  • 8a02d38ce2 Update mypy to 0.790 to resolve mypy CI errors (#72) Andrew Morgan 2020-12-11 12:32:49 +00:00
  • 3af0672350 Improve tests for structured logging. (#8916) Patrick Cloke 2020-12-11 07:25:01 -05:00
  • 0a34cdfc66 Add number of local devices to Room Details Admin API (#8886) Dirk Klimpel 2020-12-11 11:42:47 +01:00
  • 1d55c7b567 Don't ratelimit autojoining of rooms (#8921) Erik Johnston 2020-12-11 10:17:49 +00:00
  • dc016c66ae Don't publish latest docker image until all archs are built (#8909) Richard van der Hoff 2020-12-10 17:00:29 +00:00
  • 80a992d7b9 Fix deadlock on SIGHUP (#8918) Erik Johnston 2020-12-10 16:56:05 +00:00
  • c64002e1c1 Refactor SsoHandler.get_mxid_from_sso (#8900) Richard van der Hoff 2020-12-10 12:43:58 +00:00
  • 1821f7cc26 Fix buglet in DirectRenderJsonResource (#8897) Richard van der Hoff 2020-12-10 12:42:55 +00:00
  • a5f7aff5e5 Deprecate Shutdown Room and Purge Room Admin API (#8829) Dirk Klimpel 2020-12-10 12:42:48 +01:00
  • 344ab0b53a Default to blacklisting reserved IP ranges and add a whitelist. (#8870) Patrick Cloke 2020-12-09 13:56:06 -05:00
  • 6ff34e00d9 Skip the SAML tests if xmlsec1 isn't available. (#8905) Patrick Cloke 2020-12-09 12:23:30 -05:00
  • 43bf3c5178 Combine related media admin API docs (#8839) Dirk Klimpel 2020-12-09 17:19:57 +01:00
  • a4a5c7a35e Merge remote-tracking branch 'origin/master' into develop Richard van der Hoff 2020-12-09 16:13:52 +00:00
  • cb7e610136 Tweak CircleCI config to trigger rebuild of v1.23.1 v1.23.1-multiarch Richard van der Hoff 2020-12-09 16:07:59 +00:00
  • 2d7ca53ab5 Merge branch 'rav/fix_multiarch_builds' into v1.23.1-multiarch Richard van der Hoff 2020-12-09 16:11:47 +00:00
  • 4b08c38707 Tweak CircleCI config to trigger rebuild of v1.24.0 v1.24.0-multiarch Richard van der Hoff 2020-12-09 16:07:59 +00:00
  • da4050bb8c Merge branch 'rav/fix_multiarch_builds' into rav/v1.24.0-multiarch Richard van der Hoff 2020-12-09 16:04:48 +00:00
  • 3e8292d483 Merge pull request #8906 from matrix-org/rav/fix_multiarch_builds Richard van der Hoff 2020-12-09 16:03:12 +00:00
  • cf7d3c90d6 Merge branch 'release-v1.24.0' into develop Erik Johnston 2020-12-09 16:01:12 +00:00
  • 9bbbb11ac2 Pin the docker version for multiarch builds Richard van der Hoff 2020-12-09 15:48:39 +00:00
  • 57068eae75 Add 'xmlsec1' to dependency list release-v1.24.0 Erik Johnston 2020-12-09 13:48:16 +00:00
  • fd83debcc0 Merge branch 'master' into develop Erik Johnston 2020-12-09 11:30:08 +00:00
  • 320e8c8064 Merge tag 'v1.23.1' Erik Johnston 2020-12-09 11:29:56 +00:00
  • adfc9cb53d Merge branch 'master' into develop Erik Johnston 2020-12-09 11:26:48 +00:00
  • 1cec3d1457 1.23.1 v1.23.1 release-v1.23.1 Erik Johnston 2020-12-09 10:41:39 +00:00
  • 9b26a4ac87 1.24.0 v1.24.0 Erik Johnston 2020-12-09 10:34:21 +00:00
  • 0eb9b2f866 Fix installing pysaml2 on Python 3.5. (#8898) Patrick Cloke 2020-12-08 13:41:25 -05:00
  • 3ce2f303f1 Consistently use room_id from federation request body (#8776) Richard van der Hoff 2020-11-19 10:05:33 +00:00
  • cd9e72b185 Add X-Robots-Tag header to stop crawlers from indexing media (#8887) Aaron Raimist 2020-12-08 16:51:03 -06:00
  • 1a9553045c Fix installing pysaml2 on Python 3.5. (#8898) Patrick Cloke 2020-12-08 13:41:25 -05:00
  • ab7a24cc6b Better formatting for config errors from modules (#8874) Richard van der Hoff 2020-12-08 14:04:35 +00:00
  • 36ba73f53d Simplify the flow for SSO UIA (#8881) Richard van der Hoff 2020-12-08 14:03:38 +00:00
  • 025fa06fc7 Clarify config template comments (#8891) Richard van der Hoff 2020-12-08 14:03:08 +00:00
  • ff1f0ee094 Call set_avatar_url with target_user, not user_id (#8872) Will Hunt 2020-12-07 19:13:07 +00:00
  • 1f3748f033 Do not raise a 500 exception when previewing empty media. (#8883) Patrick Cloke 2020-12-07 10:00:08 -05:00
  • 92d87c6882 Add type hints for HTTP and email pushers. (#8880) Patrick Cloke 2020-12-07 09:59:38 -05:00
  • 02e588856a Add type hints to the push mailer module. (#8882) Patrick Cloke 2020-12-07 07:10:22 -05:00
  • 96358cb424 Add authentication to replication endpoints. (#8853) Patrick Cloke 2020-12-04 10:56:28 -05:00
  • df4b1e9c74 Pass room_id to get_auth_chain_difference (#8879) Erik Johnston 2020-12-04 15:52:49 +00:00
  • b774c555d8 Add additional validation to pusher URLs. (#8865) Patrick Cloke 2020-12-04 10:51:56 -05:00
  • df3e6a23a7 Do not 500 if the content-length is not provided when uploading media. (#8862) Patrick Cloke 2020-12-04 10:26:09 -05:00
  • 112f6bd49e Merge tag 'v1.24.0rc2' into develop Patrick Cloke 2020-12-04 09:14:31 -05:00
  • a41b1dc49f Merge branch 'release-v1.24.0' of github.com:matrix-org/synapse into matrix-org-hotfixes Patrick Cloke 2020-12-04 09:03:12 -05:00
  • 2602514f34 Minor update to CHANGES. v1.24.0rc2 Patrick Cloke 2020-12-04 09:00:32 -05:00
  • 693dab487c 1.24.0rc2 Patrick Cloke 2020-12-04 08:48:04 -05:00
  • 22c6c19f91 Fix a regression that mapping providers should be able to redirect users. (#8878) Patrick Cloke 2020-12-04 08:25:15 -05:00
  • 295c209cdd Remove version pin prometheus_client dependency (#8875) Jordan Bancino 2020-12-04 08:01:06 -05:00
  • 6e4f71c057 Fix a buglet in the SAML username mapping provider doc (#8873) Richard van der Hoff 2020-12-04 10:14:15 +00:00
  • cf3b8156be Fix errorcode for disabled registration (#8867) Richard van der Hoff 2020-12-03 15:41:19 +00:00
  • 66f75c5b74 Merge pull request #8861 from matrix-org/rav/remove_unused_mocks Richard van der Hoff 2020-12-03 10:02:47 +00:00
  • 269ba1bc84 Merge remote-tracking branch 'origin/develop' into rav/remove_unused_mocks Richard van der Hoff 2020-12-02 20:08:46 +00:00
  • ed5172852a Merge pull request #8858 from matrix-org/rav/sso_uia Richard van der Hoff 2020-12-02 20:06:53 +00:00
  • f347f0cd58 remove unused FakeResponse (#8864) Richard van der Hoff 2020-12-02 18:58:25 +00:00
  • 935732768c newsfile Richard van der Hoff 2020-12-02 17:14:07 +00:00