1
0

Commit Graph

  • a1ba7a850a Update scripts to pass Shellcheck lints (#11166) Dan Callahan 2021-10-27 21:36:18 +01:00
  • 0dffa9d0e0 Merge remote-tracking branch 'origin/develop' into shellcheck Dan Callahan 2021-10-27 20:04:00 +01:00
  • 75ca0a6168 Annotate log_function decorator (#10943) reivilibre 2021-10-27 17:27:23 +01:00
  • 4e393af52f Fixed config parse bug in review_recent_signups (#11191) Samuel Philipp 2021-10-27 18:25:18 +02:00
  • 576921c66a Force deb compression with xz. (#11197) Richard van der Hoff 2021-10-27 18:06:32 +02:00
  • 19d5dc6931 Refactor Filter to handle fields according to data being filtered. (#11194) Patrick Cloke 2021-10-27 11:26:30 -04:00
  • 8d46fac98e Delete messages from device_inbox table when deleting device (#10969) Dirk Klimpel 2021-10-27 17:01:18 +02:00
  • b3e843be88 Fix URL preview errors when previewing XML documents. (#11196) Patrick Cloke 2021-10-27 10:48:02 -04:00
  • a930da3291 Include the stable identifier for MSC3288. (#11187) Patrick Cloke 2021-10-27 10:19:19 -04:00
  • 179dc8ae9e Merge remote-tracking branch 'origin/release-v1.46' into develop Erik Johnston 2021-10-27 14:45:40 +01:00
  • e0ef8fe58d Update release date Erik Johnston 2021-10-27 14:44:45 +01:00
  • b615fc35d6 Update changelog with new changes v1.46.0rc1 Erik Johnston 2021-10-27 13:22:48 +01:00
  • f3a4be8700 Shut down the DNS threadpool (#11190) Sean Quah 2021-10-27 13:04:56 +01:00
  • 72626b78ef Fix thread BG update to not seq scan event_json (#11192) Erik Johnston 2021-10-27 12:33:21 +01:00
  • 2bb023ba2b Don't seqscan event_json due to relates_to_id Erik Johnston 2021-10-27 11:56:36 +01:00
  • 2dbef6c10a Update CHANGES.md Sean Quah 2021-10-26 17:54:25 +01:00
  • c9c1bed22c Converge with mainline Brendan Abolivier 2021-10-26 17:26:59 +01:00
  • 2a78554196 Remove _notify_app_services_ephemeral; convert token in on_new_event instead anoa/e2e_as_room_stream_token_new Andrew Morgan 2021-10-26 14:44:14 +01:00
  • d8c1a21492 Merge branch 'release-v1.46' of github.com:matrix-org/synapse into matrix-org-hotfixes Sean Quah 2021-10-26 14:32:17 +01:00
  • 60ad9460c4 Move #10975 to bugfix section in changelog Sean Quah 2021-10-26 14:26:36 +01:00
  • 400f391f71 Update CHANGES.md Sean Quah 2021-10-26 14:21:09 +01:00
  • fe35a0497c deploy: c7a5e49664 babolivier 2021-10-26 13:18:04 +00:00
  • c7a5e49664 Implement an on_new_event callback (#11126) Brendan Abolivier 2021-10-26 15:17:36 +02:00
  • 34b0222c2b Update CHANGES.md Sean Quah 2021-10-26 14:08:52 +01:00
  • ab7e599082 deploy: cc75a6b1b2 squahtx 2021-10-26 13:05:22 +00:00
  • cc75a6b1b2 1.46.0rc1 Sean Quah 2021-10-26 14:04:51 +01:00
  • 7004f43da1 Move DNS lookups into separate thread pool (#11177) Erik Johnston 2021-10-26 13:45:38 +01:00
  • d52c58dfa3 Add a background update for updating MSC3440 relation threads. (#11181) Patrick Cloke 2021-10-26 07:38:45 -04:00
  • b194d47d7c wip - use int everywhere instead Andrew Morgan 2021-10-26 12:03:26 +01:00
  • dfcb52c24f Add a spamchecker method to allow or deny 3pid invites (#10894) Brendan Abolivier 2021-10-06 17:18:13 +02:00
  • 6bcb28bfd1 Add a spamchecker callback to allow or deny room joins (#10910) Brendan Abolivier 2021-10-06 16:32:16 +02:00
  • 262163c63c Add a spamchecker callback to allow or deny room creation based on invites (#10898) Brendan Abolivier 2021-09-24 16:38:23 +02:00
  • 8c8e36af0d Document the version each module API method was added to Synapse (#11183) Brendan Abolivier 2021-10-26 11:09:10 +02:00
  • 78a3153e70 deploy: 63cbdd8af0 babolivier 2021-10-26 09:01:49 +00:00
  • 63cbdd8af0 Enable changing user type via users admin API (#11174) Jason Robinson 2021-10-26 12:01:06 +03:00
  • c1510c97b5 Fix cyclic import in the module API (#11180) Brendan Abolivier 2021-10-25 18:45:19 +02:00
  • 4387b791e0 Don't set new room alias before potential 403 (#10930) AndrewFerr 2021-10-25 10:24:49 -04:00
  • da957a60e8 Ensure that we correctly auth events returned by send_join (#11012) Richard van der Hoff 2021-10-25 16:21:09 +02:00
  • 85a09f8b8b Fix module API's get_user_ip_and_agents function when run on workers (#11112) Sean Quah 2021-10-25 13:01:04 +01:00
  • 1afc6ecae1 Changelog Dan Callahan 2021-10-22 23:21:40 +01:00
  • d7141e0b8b Fix Shellcheck SC2006: Use $(...) notation Dan Callahan 2021-10-22 23:07:23 +01:00
  • b5e910521b Fix Shellcheck SC2129: Consider using {..} >> file Dan Callahan 2021-10-22 23:00:04 +01:00
  • 13f084eb58 Fix Shellcheck SC2086: Quote to prevent splitting Dan Callahan 2021-10-22 22:46:06 +01:00
  • 31096132c3 Fix Shellcheck SC2012: Use find instead of ls Dan Callahan 2021-10-22 21:58:48 +01:00
  • 9d0f9d51d5 Fix Shellcheck SC2016: Single quotes don't expand Dan Callahan 2021-10-22 21:44:25 +01:00
  • bab2bc844c Fix Shellcheck SC1091: Can't follow file Dan Callahan 2021-10-21 23:50:21 +01:00
  • 7cf83c0aca Fix Shellcheck SC1001: Meaningless char escapes Dan Callahan 2021-10-21 23:47:20 +01:00
  • 99e698d6ed Fix Shellcheck SC2089 and SC2090: Quotes in vars Dan Callahan 2021-10-21 23:38:29 +01:00
  • dfa6143133 Fix Shellcheck SC2155: Declare + export separately Dan Callahan 2021-10-21 23:10:14 +01:00
  • 6a9d84a676 Fix Shellcheck SC2166: test -a is not well defined Dan Callahan 2021-10-21 23:06:41 +01:00
  • 6c736fa472 Fix Shellcheck SC2154: variable possibly undefined Dan Callahan 2021-10-21 22:58:48 +01:00
  • 898e3be4c9 Fix Shellcheck SC2064: Use single quotes on traps Dan Callahan 2021-10-18 21:49:09 +01:00
  • 5eb481cd5b Fix Shellcheck SC2115: Ensure never expands to /* Dan Callahan 2021-10-18 17:00:05 +01:00
  • 64adbb7b54 Fix Shellcheck SC2046: Quote to prevent word split Dan Callahan 2021-10-18 16:55:18 +01:00
  • 12d79ff1b6 Fix Shellcheck SC2164: exit in case cd fails. Dan Callahan 2021-10-18 16:44:27 +01:00
  • 2b82ec425f Add type hints for most HomeServer parameters (#11095) Sean Quah 2021-10-22 18:15:41 +01:00
  • 4821daf312 Add missing return type hints for stream ids Andrew Morgan 2021-10-22 17:57:26 +01:00
  • b9ce53e878 Fix synapse.config module "read" command (#11145) Jason Robinson 2021-10-22 13:00:52 +03:00
  • 62f039f844 deploy: b0f03aeb6a reivilibre 2021-10-22 08:00:59 +00:00
  • b0f03aeb6a Add more information what happens when a user is deactivated (#11083) Dirk Klimpel 2021-10-22 10:00:28 +02:00
  • 1d3f417046 Revert back to string interpolation for SQL boolean value Eric Eastwood 2021-10-21 18:49:30 -05:00
  • ba00e20234 Add a thread relation type per MSC3440. (#11088) Patrick Cloke 2021-10-21 14:39:16 -04:00
  • 9abbd08e33 Merge branch 'develop' of github.com:matrix-org/synapse into anoa/e2e_as_room_stream_token Andrew Morgan 2021-10-21 17:49:38 +01:00
  • 2d91b6256e Fix adding excluded users to the private room sharing tables when joining a room (#11143) David Robertson 2021-10-21 17:48:59 +01:00
  • 6408372234 Improve docstrings for methods related to sending EDUs to application services (#11138) Andrew Morgan 2021-10-21 17:42:25 +01:00
  • 0f9adc99ad Add missing type hints to synapse.crypto. (#11146) Patrick Cloke 2021-10-21 09:07:07 -04:00
  • 09eff1b3db fix relative link in docker readme (#11144) Richard van der Hoff 2021-10-21 14:50:43 +02:00
  • 2fbe3f13ae Merge branch 'develop' into madlittlemods/return-historical-events-in-order-from-backfill Eric Eastwood 2021-10-21 05:26:04 -05:00
  • 5bfde7bd33 Merge branch 'master' into madlittlemods/return-historical-events-in-order-from-backfill Eric Eastwood 2021-10-21 04:51:57 -05:00
  • ee47878439 Fix mypy lints Eric Eastwood 2021-10-21 04:49:28 -05:00
  • 1263c7e2a9 Remove unused import Eric Eastwood 2021-10-21 04:39:34 -05:00
  • 83474d9158 Put MSC2716 backfill logic behind experimental feature flag Eric Eastwood 2021-10-21 04:31:10 -05:00
  • 69dfa16dcb Move to sorting the backfill events in the existing sorted Eric Eastwood 2021-10-21 04:19:36 -05:00
  • 7da8012f31 Remove extra event info Eric Eastwood 2021-10-21 04:06:03 -05:00
  • f39c1da083 Remove debug logging Eric Eastwood 2021-10-21 04:03:29 -05:00
  • ef7fe09778 Fix setting a user's external_id via the admin API returns 500 and deletes users existing external mappings if that external ID is already mapped (#11051) Dirk Klimpel 2021-10-21 10:52:32 +02:00
  • 4191f5615f Remove fake prev events from historical state chain Eric Eastwood 2021-10-21 03:44:27 -05:00
  • 477c15df72 Some more debug logging Eric Eastwood 2021-10-20 22:11:12 -05:00
  • 886071b66b Fix backfill not picking up batch events connected to non-base insertion events Eric Eastwood 2021-10-20 16:48:23 -05:00
  • 57501d9194 Update sign_json to support inline key config (#11139) Richard van der Hoff 2021-10-20 19:49:20 +02:00
  • 62db603fa0 Consider IP whitelist for identity server resolution (#11120) Robert Edström 2021-10-20 17:43:49 +00:00
  • 95a49727a6 Note that AS interest via room ID or alias isn't respected anoa/e2e_as_new Andrew Morgan 2021-10-20 18:13:51 +01:00
  • 0930e9ae12 Clean up _update_auth_events_and_context_for_auth (#11122) Richard van der Hoff 2021-10-20 19:22:40 +02:00
  • 1df714c21c newsfile Andrew Morgan 2021-10-20 18:04:44 +01:00
  • e423a94b28 Improve docstring for format_user_presence_state Andrew Morgan 2021-10-20 17:47:04 +01:00
  • 0ce33e58fc Add comments to _handle* methods and those methods they call Andrew Morgan 2021-10-20 17:42:00 +01:00
  • 2fd99fefed Add comments to notify_interested_services_ephemeral Andrew Morgan 2021-10-20 17:15:10 +01:00
  • 1e5a0f2fea Add docstring to _notify_app_services_ephemeral Andrew Morgan 2021-10-20 17:10:45 +01:00
  • 795d0584f6 Add docstring to on_new_event Andrew Morgan 2021-10-20 17:11:37 +01:00
  • b0d775ad59 Changelog Andrew Morgan 2021-10-20 16:36:07 +01:00
  • 4d6af01a54 Fix providing a RoomStreamToken instance to _notify_app_services_ephemeral Andrew Morgan 2021-10-20 15:38:13 +01:00
  • c344b24050 deploy: 2c61a318cc reivilibre 2021-10-20 14:42:15 +00:00
  • 2c61a318cc Show error when timestamp in seconds is provided to the /purge_media_cache API (#11101) Aaron R 2021-10-20 09:41:48 -05:00
  • ee2cee5f52 Merge branch 'master' into develop Sean Quah 2021-10-20 13:43:02 +01:00
  • fdafbd5343 deploy: 106d99b8cd anoadragon453 2021-10-20 11:48:39 +00:00
  • 106d99b8cd Remove false warning about copying the log config to a homeserver.yaml (#11092) Travis Ralston 2021-10-20 05:48:15 -06:00
  • 36bedb6c6a deploy: 78d5896d19 babolivier 2021-10-20 11:04:56 +00:00
  • 78d5896d19 Document the version of Synapse each module callback was introduced in (#11132) Brendan Abolivier 2021-10-20 13:04:27 +02:00
  • 9b016a0fb4 Remove link to #10947 from changelog v1.45.1 Sean Quah 2021-10-20 12:04:20 +01:00
  • 522489fbcd 1.45.1 Sean Quah 2021-10-20 12:00:03 +01:00