1
0

Commit Graph

  • 8f2a52766b Ensure we mark sent knocks as outliers (#10873) Richard van der Hoff 2021-09-22 15:20:18 +01:00
  • 6fc8be9a1b Include more information in oEmbed previews. (#10819) Patrick Cloke 2021-09-22 09:45:20 -04:00
  • 9391de3f37 Fix /initialSync error due to unhashable RoomStreamToken (#10827) Sean Quah 2021-09-22 14:43:26 +01:00
  • 615e105a54 deploy: 52913d56a5 clokep 2021-09-22 13:42:09 +00:00
  • 52913d56a5 Add documentation for experimental feature flags. (#10865) Patrick Cloke 2021-09-22 09:41:42 -04:00
  • 724aef9a87 Opt out of cache expiry for get_users_who_share_room_with_user (#10826) David Robertson 2021-09-22 14:21:58 +01:00
  • 80828eda06 Extend ModuleApi with the methods we'll need to reject spam based on …IP - resolves #10832 (#10833) David Teller 2021-09-22 15:09:43 +02:00
  • a8340692ab Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes David Robertson 2021-09-22 13:35:31 +01:00
  • 4ecf51812e Include outlier status in str(event) for V2/V3 events (#10879) Richard van der Hoff 2021-09-22 12:30:59 +01:00
  • a2d7195e01 Track why we're evicting from caches (#10829) David Robertson 2021-09-22 10:59:52 +01:00
  • 51e2db3598 Rename MSC2716 things from chunk to batch to match /batch_send endpoint (#10838) Eric Eastwood 2021-09-21 15:06:28 -05:00
  • 4054dfa409 Add type hints for event streams. (#10856) Patrick Cloke 2021-09-21 13:34:26 -04:00
  • b25a494779 Add types to http.site (#10867) Erik Johnston 2021-09-21 17:41:27 +01:00
  • c011dd299b Increase parallelism of CI runs to 4. rei/ci_par_4 Olivier Wilkinson (reivilibre) 2021-09-21 17:35:15 +01:00
  • c0fd778fd4 deploy: ebd8baf61f clokep 2021-09-21 16:33:10 +00:00
  • ebd8baf61f Clear our destination directories before copying files to GitHub pages. (#10869) Patrick Cloke 2021-09-21 12:32:46 -04:00
  • a30042b16a Convert to review comments Olivier Wilkinson (reivilibre) 2021-09-21 17:07:22 +01:00
  • 857b2d2039 Newsfile Olivier Wilkinson (reivilibre) 2021-09-21 17:01:42 +01:00
  • 831a7a4592 Add some basic tests about requests getting deduplicated Olivier Wilkinson (reivilibre) 2021-09-21 16:48:54 +01:00
  • 7dcdab407c Use the in-flight caches for _get_state_for_groups Olivier Wilkinson (reivilibre) 2021-09-21 16:48:02 +01:00
  • 247f558c1c Add method to get 1 state group, both using and updating in-flight cache Olivier Wilkinson (reivilibre) 2021-09-21 16:07:58 +01:00
  • d998903d46 Add method to gather in-flight requests and calculate left-over filter Olivier Wilkinson (reivilibre) 2021-09-21 16:06:59 +01:00
  • 1fceefd65d Add method to request 1 state group, tracking the inflight request Olivier Wilkinson (reivilibre) 2021-09-21 17:12:03 +01:00
  • bf98b236d2 deploy: ba7a91aea5 clokep 2021-09-21 16:10:24 +00:00
  • 363565e6ac Add a stub implementation of StateFilter.approx_difference Olivier Wilkinson (reivilibre) 2021-09-21 15:36:50 +01:00
  • ba7a91aea5 Refactor oEmbed previews (#10814) Patrick Cloke 2021-09-21 12:09:57 -04:00
  • 2843058a8b Test that state events sent by modules correctly end up in the room's state (#10835) Brendan Abolivier 2021-09-21 17:40:20 +02:00
  • 5fca3c8ae6 Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859) Hillery Shay 2021-09-21 08:04:35 -07:00
  • ee557b5375 Rename /batch_send query parameter from ?prev_event to more obvious usage with ?prev_event_id (MSC2716) (#10839) Eric Eastwood 2021-09-21 08:10:01 -05:00
  • 7a927aac59 deploy: 9ffa787eb2 DMRobertson 2021-09-21 13:05:07 +00:00
  • 706b0e41a1 Merge tag 'v1.43.0' into develop David Robertson 2021-09-21 14:05:00 +01:00
  • 8c0fe97edf Only run compressor if run_background_tasks is true Azrenbeth 2021-09-21 13:41:35 +01:00
  • 0395fda0a5 deploy: 60453315bd DMRobertson 2021-09-21 12:03:01 +00:00
  • 60453315bd Always add local users to the user directory (#10796) David Robertson 2021-09-21 13:02:34 +01:00
  • 9ffa787eb2 Fix typo again v1.43.0 David Robertson 2021-09-21 12:24:47 +01:00
  • 9b5782d51d Specify MSC name; fix typo David Robertson 2021-09-21 12:10:50 +01:00
  • c17e698e1b Point to upgrade notes David Robertson 2021-09-21 12:01:54 +01:00
  • 6c92ba3eac Move deprecation notice from 1.43 rc to release David Robertson 2021-09-21 11:52:37 +01:00
  • c4ef61136f 1.43.0 David Robertson 2021-09-21 11:49:15 +01:00
  • 6a751ff5e0 Allow sending a membership event to unban a user (#10807) Aaron Raimist 2021-09-21 05:23:34 -05:00
  • 16e8580571 Write JSON response using a producer erikj/faster_json_response Erik Johnston 2021-09-20 09:42:00 +01:00
  • f455b0e420 GHA: reintroduce an env var for $GITHUB_HEAD_REF (#10659) David Robertson 2021-09-20 17:35:16 +01:00
  • 7ed6f1658b Fixup some more tests dmr/return-request-id David Robertson 2021-09-20 17:32:59 +01:00
  • 24c0d5e574 Tweak worker requests' instance_name David Robertson 2021-09-20 17:00:51 +01:00
  • 34180a1353 Fix tests David Robertson 2021-09-20 17:00:29 +01:00
  • da1f804aa0 Run linters Azrenbeth 2021-09-20 16:50:17 +01:00
  • ffb96458d3 Add TODO in state compressor docs for when auto_compressor docs merged Azrenbeth 2021-09-20 16:40:22 +01:00
  • 2e3d7f5e15 Sample config follows code style, and config is validated Azrenbeth 2021-08-19 15:44:48 +01:00
  • ede5974f3d No complaints if compressor config is empty Azrenbeth 2021-08-18 16:33:51 +01:00
  • b88026654f Added docs for state_compressor Azrenbeth 2021-08-17 17:57:14 +01:00
  • f84cb2c79d Moved state_compressor setup to util/state_compressor.py Azrenbeth 2021-08-17 17:22:40 +01:00
  • 5e32e2b12a Added handling in config for when compressor not installed Azrenbeth 2021-08-17 17:12:08 +01:00
  • 1b76638c2a Added config section for state compressor Azrenbeth 2021-08-17 13:37:29 +01:00
  • f122710716 run in background Azrenbeth 2021-08-13 16:38:16 +01:00
  • c0915ee998 call compress_largest_rooms every 1 minute Azrenbeth 2021-08-12 16:33:08 +01:00
  • 933d59df5a Changelog David Robertson 2021-09-20 15:28:35 +01:00
  • 980efe48b0 Make mypy happy David Robertson 2021-09-20 15:13:21 +01:00
  • e61b3536a4 Report which instance a request runs on David Robertson 2021-09-20 15:04:23 +01:00
  • b3590614da Require type hints in the handlers module. (#10831) Patrick Cloke 2021-09-20 08:56:23 -04:00
  • 437961744c Fix remove_stale_pushers job on SQLite. (#10843) reivilibre 2021-09-20 10:26:13 +01:00
  • a170155a5a deploy: 6b6bb81b23 anoadragon453 2021-09-17 17:04:58 +00:00
  • 6b6bb81b23 Fix #10837 by adding JSON encoding/decoding to the Module API example… (#10845) Charles Wright 2021-09-17 12:04:37 -05:00
  • 0ce9315f9f Fix tests Erik Johnston 2021-09-17 17:30:32 +01:00
  • c2d84edffc Don't create temporary function Erik Johnston 2021-09-17 17:12:38 +01:00
  • d1f25c6df4 Fix tests Erik Johnston 2021-09-17 17:12:09 +01:00
  • 6c0bc18139 Fix tests Erik Johnston 2021-09-17 15:28:39 +01:00
  • 8521a0c976 Newsfile Erik Johnston 2021-09-17 15:06:33 +01:00
  • e369a20d0a Encode JSON responses on a thread Erik Johnston 2021-09-17 14:49:27 +01:00
  • 40c99c22ff Add a _write_json_to_request_in_thread Erik Johnston 2021-09-17 13:48:18 +01:00
  • fbcbfb4aa4 Require SynapseRequest for respond_with_json Erik Johnston 2021-09-17 14:48:16 +01:00
  • 2f8abe0905 Add reactor to SynapseRequest Erik Johnston 2021-09-17 14:40:57 +01:00
  • 341a92b7d0 Fix SynapseRequest.site type. Erik Johnston 2021-09-17 14:27:41 +01:00
  • d18c71abab Add types to http.site Erik Johnston 2021-09-17 14:08:18 +01:00
  • b4c1af8cea Merge branch 'release-v1.43' into develop David Robertson 2021-09-17 12:15:17 +01:00
  • 4ed4ab0e93 Add hyperlink to #9424 in changelog v1.43.0rc2 David Robertson 2021-09-17 10:48:07 +01:00
  • daac1e645c 1.43.0rc2 David Robertson 2021-09-17 10:43:51 +01:00
  • bfb4b858a9 Create a constant for a small png image in tests. (#10834) Patrick Cloke 2021-09-16 12:01:14 -04:00
  • 2cc4c33d0a Merge remote-tracking branch 'origin/dmr/cache-eviction-hack' into matrix-org-hotfixes Erik Johnston 2021-09-16 11:13:00 +01:00
  • bb0a4bd6d5 Merge remote-tracking branch 'origin/release-v1.43' into matrix-org-hotfixes Erik Johnston 2021-09-16 11:12:52 +01:00
  • 6227858482 Changelog David Robertson 2021-09-15 14:40:26 +01:00
  • 361ffb8f0a Don't expire get_users_who_share_room & friends David Robertson 2021-09-15 14:18:42 +01:00
  • c9fb203ce0 Allow LruCaches to opt out of time-based expiry David Robertson 2021-09-15 14:06:21 +01:00
  • 9a6f4a684f Cleanup opentracing logging for syncs (#10828) Erik Johnston 2021-09-15 17:14:25 +01:00
  • 3eba047d38 Add type hints to state database module. (#10823) Patrick Cloke 2021-09-15 09:54:13 -04:00
  • b93259082c Add missing type hints to non-client REST servlets. (#10817) Patrick Cloke 2021-09-15 08:45:32 -04:00
  • 8c7a531e27 Use direct references for some configuration variables (part 2) (#10812) Patrick Cloke 2021-09-15 08:34:52 -04:00
  • 145c006ef7 Verify ?chunk_id actually corresponds to an insertion event that exists (MSC2716) (#10776) Eric Eastwood 2021-09-15 03:34:30 -05:00
  • 1c555527b3 Split out /batch_send meta events to their own fields (MSC2716) (#10777) Eric Eastwood 2021-09-15 03:30:58 -05:00
  • 8eb7cb2e0d Make StateFilter frozen so we can hash it (#10816) reivilibre 2021-09-14 16:35:53 +01:00
  • 14b8c0476f Prevent logging context going missing on federation request timeout (#10810) Sean Quah 2021-09-14 13:01:30 +01:00
  • 51e1b96d04 Merge tag 'v1.43.0rc1' into develop Andrew Morgan 2021-09-14 12:59:53 +01:00
  • b996782df5 Convert media repo's FileInfo to attrs. (#10785) Patrick Cloke 2021-09-14 07:09:38 -04:00
  • 474edce1c4 update changelog wording v1.43.0rc1 Andrew Morgan 2021-09-14 12:04:28 +01:00
  • 5acc2f1f6f changelog improvements Andrew Morgan 2021-09-14 11:55:02 +01:00
  • 814b4be08e update changelog wording Andrew Morgan 2021-09-14 11:52:19 +01:00
  • 8fdcf45be0 update wording Andrew Morgan 2021-09-14 11:48:34 +01:00
  • d725e0956f 1.43.0rc1 Andrew Morgan 2021-09-14 11:47:11 +01:00
  • 319b8b6bef Name the type of token in "Invalid token" messages (#10815) David Robertson 2021-09-14 11:25:05 +01:00
  • 003c2ab629 Merge branch 'release-v1.43' of github.com:matrix-org/synapse into matrix-org-hotfixes Andrew Morgan 2021-09-14 11:02:37 +01:00
  • 4a0eb4d951 deploy: 01c88a09cd anoadragon453 2021-09-14 10:02:07 +00:00