1
0

Commit Graph

  • e3bc0e6f7c Changelog typo v1.30.0rc1 Andrew Morgan 2021-03-16 14:32:49 +00:00
  • ad5d2e7ec0 Pull up appservice login deprecation notice Andrew Morgan 2021-03-16 13:51:24 +00:00
  • d315e96443 1.30.0rc1 Andrew Morgan 2021-03-16 13:45:46 +00:00
  • d8953b34f2 Merge branch 'develop' into matrix-org-hotfixes Richard van der Hoff 2021-03-16 12:42:54 +00:00
  • 847ecdd8fa Pass SSO IdP information to spam checker's registration function (#9626) Andrew Morgan 2021-03-16 12:41:41 +00:00
  • ccf1dc51d7 Install jemalloc in docker image (#8553) Mathieu Velten 2021-03-16 12:32:18 +01:00
  • 1383508f29 Handle an empty cookie as an invalid macaroon. (#9620) Patrick Cloke 2021-03-16 07:29:35 -04:00
  • dd69110d95 Add support for stable MSC2858 API (#9617) Richard van der Hoff 2021-03-16 11:21:26 +00:00
  • 5b5bc188cf Clean up config settings for stats (#9604) Richard van der Hoff 2021-03-16 10:57:54 +00:00
  • 1b0eaed21f Prevent bundling aggregations for state events (#9619) Andrew Morgan 2021-03-16 10:27:51 +00:00
  • 1c8a2541da Fix Internal Server Error on GET /saml2/authn_response (#9623) Richard van der Hoff 2021-03-16 10:20:20 +00:00
  • a0881634fa Newsfile erikj/only_send_latest_events Erik Johnston 2021-03-15 16:50:36 +00:00
  • f87dfb9403 Revert requiring a specific version of Twisted for mypy checks. (#9618) Patrick Cloke 2021-03-15 12:18:35 -04:00
  • 2e09e2163e Only send catch up events if they're the latest in the room Erik Johnston 2021-03-15 15:34:13 +00:00
  • d29b71aa50 Fix remaining mypy issues due to Twisted upgrade. (#9608) Patrick Cloke 2021-03-15 11:14:39 -04:00
  • 026503fa3b Don't go into federation catch up mode so easily (#9561) Erik Johnston 2021-03-15 14:42:40 +00:00
  • af2248f8bf Optimise missing prev_event handling (#9601) Richard van der Hoff 2021-03-15 13:51:02 +00:00
  • 0dfb86bf5e Prevent bundling aggregations for state events anoa/bundle_aggregations_state Andrew Morgan 2021-03-15 11:59:54 +00:00
  • 55da8df078 Fix additional type hints from Twisted 21.2.0. (#9591) Patrick Cloke 2021-03-12 11:37:57 -05:00
  • 1e67bff833 Reject concurrent transactions (#9597) Richard van der Hoff 2021-03-12 15:14:55 +00:00
  • 2b328d7e02 Improve logging when processing incoming transactions (#9596) Richard van der Hoff 2021-03-12 15:08:03 +00:00
  • 464e5da7b2 Add logging for redis connection setup (#9590) Richard van der Hoff 2021-03-11 18:35:09 +00:00
  • e55bd0e110 Add tests for blacklisting reactor/agent. (#9563) Patrick Cloke 2021-03-11 09:15:22 -05:00
  • 70d1b6abff Re-Activating account when local passwords are disabled (#9587) Dirk Klimpel 2021-03-11 14:52:32 +01:00
  • a7a3790066 Convert Requester to attrs (#9586) Richard van der Hoff 2021-03-10 18:15:56 +00:00
  • 1107214a1d Fix the auth provider on the logins metric (#9573) Richard van der Hoff 2021-03-10 18:15:03 +00:00
  • 17cd48fe51 Fix spam checker modules documentation example (#9580) Jason Robinson 2021-03-10 17:42:51 +02:00
  • 2a99cc6524 Use the chain cover index in get_auth_chain_ids. (#9576) Patrick Cloke 2021-03-10 09:57:59 -05:00
  • 918f6ed827 Fix a bug in the background task for purging chain cover. (#9583) Patrick Cloke 2021-03-10 08:55:52 -05:00
  • 67b979bfa1 Do not ignore the unpaddedbase64 module when type checking. (#9568) Patrick Cloke 2021-03-09 14:41:02 -05:00
  • dc51d8ffaf Add a background task to purge unused chain IDs. (#9542) Patrick Cloke 2021-03-09 11:22:25 -05:00
  • 56c0c711c1 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Richard van der Hoff 2021-03-09 15:23:55 +00:00
  • e9df3f496b Link to the List user's media admin API from media Admin API docs (#9571) Andrew Morgan 2021-03-09 15:15:52 +00:00
  • eaada74075 JWT OIDC secrets for Sign in with Apple (#9549) Richard van der Hoff 2021-03-09 15:03:37 +00:00
  • 9cd18cc588 Retry 5xx errors in federation client (#9567) Erik Johnston 2021-03-09 13:15:12 +00:00
  • 7fdc6cefb3 Fix additional type hints. (#9543) Patrick Cloke 2021-03-09 07:41:32 -05:00
  • 075c16b410 Handle image transparency better when thumbnailing. (#9473) Patrick Cloke 2021-03-09 07:37:09 -05:00
  • 3ce650057d Add a list of hashes to ignore during git blame. (#9560) Patrick Cloke 2021-03-09 07:34:55 -05:00
  • 576c91c7c1 Fixup sample config Erik Johnston 2021-03-09 11:40:33 +00:00
  • 22db45bd4d Prevent the config-lint script erroring out on any sample_config changes (#9562) Andrew Morgan 2021-03-09 11:11:42 +00:00
  • 9898470e7d Add logging to ObservableDeferred callbacks (#9523) Jonathan de Jong 2021-03-09 12:09:31 +01:00
  • 0764d0c6e5 quick config comment tweak to clarify allow_profile_lookup_over_federation Matthew Hodgson 2021-03-08 21:51:59 +00:00
  • d6196efafc Add ResponseCache tests. (#9458) Jonathan de Jong 2021-03-08 20:00:07 +01:00
  • b2c4d3d721 Warn that /register will soon require a type when called with an access token (#9559) Will Hunt 2021-03-08 16:35:04 +00:00
  • 7076eee4b9 Add type hints to purge room and server notice admin API. (#9520) Dirk Klimpel 2021-03-08 16:34:38 +01:00
  • cb7fc7523e Add a basic test for purging rooms. (#9541) Patrick Cloke 2021-03-08 09:21:36 -05:00
  • b988b07bb0 Merge branch 'master' into develop Erik Johnston 2021-03-08 14:06:35 +00:00
  • 4de1c35728 Fixup changelog v1.29.0 release-v1.29.0 Erik Johnston 2021-03-08 13:59:17 +00:00
  • 15c788e22d 1.29.0 Erik Johnston 2021-03-08 13:52:13 +00:00
  • 58114f8a17 Create a SynapseReactor type which incorporates the necessary reactor interfaces. (#9528) Patrick Cloke 2021-03-08 08:25:43 -05:00
  • 0fc4eb103a Update reverse proxy to add OpenBSD relayd example configuration. (#9508) Leo Bärring 2021-03-06 12:49:19 +01:00
  • e5da770cce Add additional SAML2 upgrade notes (#9550) Ben Banfield-Zanin 2021-03-05 12:07:50 +00:00
  • 8a4b3738f3 Replace last_*_pdu_age metrics with timestamps (#9540) Richard van der Hoff 2021-03-04 16:40:18 +00:00
  • df425c2c63 Prometheus metrics for logins and registrations (#9511) Richard van der Hoff 2021-03-04 16:39:27 +00:00
  • 7eb6e39a8f Record the SSO Auth Provider in the login token (#9510) Richard van der Hoff 2021-03-04 14:44:22 +00:00
  • a6333b8d42 Fix link in UPGRADES v1.29.0rc1 Erik Johnston 2021-03-04 10:32:44 +00:00
  • ea0a3aaf0a Fix changelog Erik Johnston 2021-03-04 10:29:43 +00:00
  • 316db51bed Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-cache Will Hunt 2021-03-04 10:26:06 +00:00
  • 61a970e25f Merge remote-tracking branch 'origin/release-v1.29.0' into matrix-org-hotfixes Erik Johnston 2021-03-04 10:23:26 +00:00
  • 3f49d80dcf 1.29.0rc1 Erik Johnston 2021-03-04 10:12:53 +00:00
  • 33a02f0f52 Fix additional type hints from Twisted upgrade. (#9518) Patrick Cloke 2021-03-03 15:47:38 -05:00
  • 4db07f9aef Set X-Forwarded-Proto header when frontend-proxy proxies a request (#9539) Richard van der Hoff 2021-03-03 18:49:08 +00:00
  • 50c242fa29 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2021-03-03 16:08:05 +00:00
  • a4fa044c00 Fix 'rejected_events_metadata' background update (#9537) Erik Johnston 2021-03-03 16:04:24 +00:00
  • 922788c604 Purge chain cover tables when purging events. (#9498) Patrick Cloke 2021-03-03 11:04:08 -05:00
  • d790d0d314 Add type hints to user admin API. (#9521) Dirk Klimpel 2021-03-03 14:09:39 +01:00
  • 0c330423bc Bump the mypy and mypy-zope versions. (#9529) Patrick Cloke 2021-03-03 07:19:19 -05:00
  • 8965291b87 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2021-03-03 12:12:15 +00:00
  • 16f9f93eb7 Make deleting stale pushers a background update (#9536) Erik Johnston 2021-03-03 12:08:16 +00:00
  • a5daae2a5f Update nginx reverse-proxy docs (#9512) Richard van der Hoff 2021-03-03 11:08:11 +00:00
  • 81c7b0515d Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Erik Johnston 2021-03-03 10:59:10 +00:00
  • 288d1a6aea Remove unneeded warning michaelkaye/remove_warning Michael Kaye 2021-03-03 10:44:41 +00:00
  • 0279e0e086 Prevent presence background jobs from running when presence is disabled (#9530) Aaron Raimist 2021-03-03 04:21:46 -06:00
  • aee10768d8 Revert "Fix #8518 (sync requests being cached wrongly on timeout) (#9358)" Patrick Cloke 2021-03-02 09:43:34 -05:00
  • 7f5d753d06 Re-run rejected metadata background update. (#9503) Erik Johnston 2021-03-02 14:31:23 +00:00
  • 16108c579d Fix SQL delta file taking a long time to run (#9516) Erik Johnston 2021-03-02 14:05:01 +00:00
  • 934785866f Allow knock->knock transitions (#86) Andrew Morgan 2021-03-02 11:07:20 +00:00
  • f00c4e7af0 Add type hints to device and event report admin API (#9519) Dirk Klimpel 2021-03-02 10:31:12 +01:00
  • ad8589d392 Fix a bug when a room alias is given to the admin join endpoint (#9506) Patrick Cloke 2021-03-01 13:59:01 -05:00
  • 16ec8c3272 (Hopefully) stop leaking file descriptors in media repo. (#9497) Patrick Cloke 2021-03-01 12:45:00 -05:00
  • a0bc9d387e Use the proper Request in type hints. (#9515) Patrick Cloke 2021-03-01 12:23:46 -05:00
  • fe551bf15a change check_threepid_can_be_invited to async (#85) Mathieu Velten 2021-03-01 16:10:19 +01:00
  • b26bee9faf Merge remote-tracking branch 'origin/release-v1.28.0' into toml/keycloak_hints toml/keycloak_hints Ben Banfield-Zanin 2021-03-01 10:06:09 +00:00
  • e12077a78a Allow bytecode again (#9502) Jonathan de Jong 2021-02-26 19:30:54 +01:00
  • ddb240293a Add support for no_proxy and case insensitive env variables (#9372) Tim Leung 2021-02-26 17:37:57 +00:00
  • fdbccc1e74 Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes Richard van der Hoff 2021-02-26 14:05:40 +00:00
  • 0e56f02d5d Revert "Redirect redirect requests if they arrive on the wrong URI" Richard van der Hoff 2021-02-26 14:05:00 +00:00
  • c7934aee2c Revert "more login hacking" Richard van der Hoff 2021-02-26 14:04:05 +00:00
  • 15090de850 SSO: redirect to public URL before setting cookies (#9436) Richard van der Hoff 2021-02-26 14:02:06 +00:00
  • e53f11bd62 Call out the need for an X-Forwarded-Proto in the upgrade notes (#9501) Richard van der Hoff 2021-02-26 13:24:54 +00:00
  • 4a3260092d Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-cache Will Hunt 2021-02-25 19:32:18 +00:00
  • 2566dc57ce Test that we require validated email for email pushers (#9496) Erik Johnston 2021-02-25 15:35:14 +00:00
  • 1e62d9ee8c Ensure pushers are deleted for deactivated accounts (#9285) Erik Johnston 2021-02-25 13:56:55 +00:00
  • 1efdcc3e87 Merge branch 'master' into develop Erik Johnston 2021-02-25 10:53:31 +00:00
  • 2756517f7a Fixup changelog v1.28.0 release-v1.28.0 Erik Johnston 2021-02-25 10:47:19 +00:00
  • 0f9f30b32b Fixup changelog Erik Johnston 2021-02-25 10:27:22 +00:00
  • b5c4fe1971 1.28.0 Erik Johnston 2021-02-25 10:22:07 +00:00
  • c689a06419 wip added incrementing id for presence state anoa/presence_join_fix_mkii Andrew Morgan 2021-02-24 15:00:49 +00:00
  • d8e95e5452 Add support for X-Forwarded-Proto (#9472) Richard van der Hoff 2021-02-24 18:11:33 +00:00
  • 00bf80cb8e Fix typo in spam checker documentation Andrew Morgan 2021-02-24 17:51:52 +00:00