1
0

Commit Graph

  • b9632046fb update room spec url in config files (#11739) qwertyforce 2022-01-13 20:09:15 +03:00
  • ed66c98575 deploy: 5ff5f17377 callahad 2022-01-13 16:34:10 +00:00
  • 5ff5f17377 Mention python3-venv and libpq-dev dependencies in contribution guide (#11740) Andy Balaam 2022-01-13 16:33:37 +00:00
  • 0c40c619aa Include bundled aggregations in the sync response cache. (#11659) Patrick Cloke 2022-01-13 10:45:28 -05:00
  • 20c6d85c6e Simplify GC prometheus metrics (#11723) Richard van der Hoff 2022-01-13 14:35:52 +00:00
  • 10a88ba91c Use auto_attribs/native type hints for attrs classes. (#11692) Patrick Cloke 2022-01-13 08:49:28 -05:00
  • b92a2ff797 Fix typo in demo docs: differnt (#11735) Andy Balaam 2022-01-13 13:10:42 +00:00
  • 7de6e7a3bf deploy: 2560b1b6b2 squahtx 2022-01-12 16:10:12 +00:00
  • 2560b1b6b2 Allow tracking puppeted users for MAU (#11561) Jason Robinson 2022-01-12 18:09:36 +02:00
  • 22abfca8d9 Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not be sent to remote homeservers if there were too many to send at once. (#11729) reivilibre 2022-01-12 15:21:13 +00:00
  • 1b1aed38e3 Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) David Robertson 2022-01-10 13:40:46 +00:00
  • 9a763ed9a3 deploy: 2185b28184 DMRobertson 2022-01-12 14:45:49 +00:00
  • 2185b28184 Fix documentation of supported PostgreSQL version (#11725) haslersn 2022-01-12 15:43:48 +01:00
  • 637ec15783 deploy: 99ba5ae7b7 DMRobertson 2022-01-12 14:44:24 +00:00
  • 99ba5ae7b7 Fix documentation of supported PostgreSQL version (#11725) haslersn 2022-01-12 15:43:48 +01:00
  • df3111dfba Merge pull request #118 from matrix-org/babolivier/delete_twisted_trunk_check Brendan Abolivier 2022-01-12 11:52:15 +01:00
  • d41c4654db Use buildkit's cache feature to speed up docker builds (#11691) Richard van der Hoff 2022-01-12 10:37:57 +00:00
  • 6dfb6d1cc5 Remove the CI workflow to test against the Twisted trunk Brendan Abolivier 2022-01-12 10:37:13 +00:00
  • 338e70c617 Complement environment variable name change and update .gitignore. (#11718) Michael Kaye 2022-01-10 23:18:56 +00:00
  • 0bc2fa76b8 deploy: 7c3408d1a8 anoadragon453 2022-01-10 17:07:15 +00:00
  • 7c3408d1a8 Document the SYNAPSE_TEST_PERSIST_SQLITE_DB unit test env var (#11715) Andrew Morgan 2022-01-10 17:06:42 +00:00
  • ffd227c382 Fix docstring on add_account_data_for_user. (#11716) reivilibre 2022-01-10 15:38:22 +00:00
  • c43dd4d01b Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) David Robertson 2022-01-10 13:40:46 +00:00
  • 3be63654e4 Prettier complement logs (#11707) kegsay 2022-01-10 11:46:40 +00:00
  • 8e57584a58 Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) Patrick Cloke 2022-01-07 19:27:58 -05:00
  • d3cf0730f8 Optionally use an on-disk sqlite db in tests (#11702) David Robertson 2022-01-07 19:13:41 +00:00
  • 2bb4bd1269 Test that bans win a join against a race when computing /sync response (#11701) David Robertson 2022-01-07 16:43:21 +00:00
  • 29178fa294 deploy: 6a04767439 reivilibre 2022-01-07 14:22:56 +00:00
  • 6a04767439 Merge branch 'release-v1.50' into develop Olivier Wilkinson (reivilibre) 2022-01-07 14:22:13 +00:00
  • 6bf81a7a61 Bundle aggregations outside of the serialization method. (#11612) Patrick Cloke 2022-01-07 09:10:46 -05:00
  • 7fe7c45438 Move changelog entry for drop of support to 'Deprecations and Removals' Olivier Wilkinson (reivilibre) 2022-01-07 12:51:20 +00:00
  • 5cc41f1b05 Updates to opentracing hackery Richard van der Hoff 2022-01-07 12:49:54 +00:00
  • 99e7fb1d52 Wrap connection.commit with OpenTracing Richard van der Hoff 2022-01-07 11:53:28 +00:00
  • b987ccb766 Use getattr() rather than __getattr__() rei/moh-commit_span Olivier Wilkinson (reivilibre) 2022-01-07 11:42:38 +00:00
  • 6b6122d632 Whoops Olivier Wilkinson (reivilibre) 2022-01-07 11:41:15 +00:00
  • f69d2fcac1 Use a nasty wrapper class Olivier Wilkinson (reivilibre) 2022-01-07 11:40:40 +00:00
  • f53801b2b5 Use setattr because direct assignment fails Olivier Wilkinson (reivilibre) 2022-01-07 11:38:31 +00:00
  • fd396fdaae Use fancy trace function instead Olivier Wilkinson (reivilibre) 2022-01-07 11:28:14 +00:00
  • 24c131d20f Trace connection commit with OpenTracing Olivier Wilkinson (reivilibre) 2022-01-07 11:25:49 +00:00
  • 6c68e874b1 Remove the /send_relation endpoint. (#11682) Patrick Cloke 2022-01-06 14:00:34 -05:00
  • 201c48c8de Remove a Python 2-ism and improve type hints. (#11699) Patrick Cloke 2022-01-06 13:08:48 -05:00
  • e87540abb1 Re-run Towncrier to add in the changelog entry for the Mjolnir workaround v1.50.0rc1 Olivier Wilkinson (reivilibre) 2022-01-06 17:54:21 +00:00
  • 70ce9aea71 Strip unauthorized fields from unsigned object in events received over federation (#11530) Shay 2022-01-06 09:09:30 -08:00
  • 1a776f6710 Merge branch 'release-v1.50' into matrix-org-hotfixes Olivier Wilkinson (reivilibre) 2022-01-06 16:37:36 +00:00
  • eec34b1f2a Work around Mjolnir compatibility issue by adding an import for glob_to_regex in synapse.util, where it moved from. (#11696) reivilibre 2022-01-06 16:36:26 +00:00
  • 2ef1fea8d2 Make room creations denied by user_may_create_room cause an M_FORBIDDEN error to be returned, not M_UNKNOWN (#11672) lukasdenk 2022-01-06 14:16:42 +01:00
  • c9eb678b73 Remove debug logging for #4422 (#11693) David Robertson 2022-01-06 12:44:36 +00:00
  • 55cfb33644 some type hints shay/add_types_opentracing.py H. Shay 2022-01-05 13:15:50 -08:00
  • feb3e006d7 Fix space hierarchy endpoint to match MSC2946 (#11667) Travis Ralston 2022-01-05 13:33:43 -07:00
  • 3b51c763ba Fix get federation status of destination if no error occured (#11593) Dirk Klimpel 2022-01-05 20:46:50 +01:00
  • daea7bcc34 Tweak changelog for #11677 Olivier Wilkinson (reivilibre) 2022-01-05 18:16:10 +00:00
  • d8f94eeec2 Run pyupgrade --py37-plus --keep-percent-format on Synapse (#11685) Shay 2022-01-05 09:53:05 -08:00
  • 45688c3c0f Merge branch 'develop' into shay/add_types_opentracing.py H. Shay 2022-01-05 09:16:25 -08:00
  • 83acdb23fe Re-run towncrier. Patrick Cloke 2022-01-05 12:09:15 -05:00
  • 877b45e812 Include io.element.thread capability for MSC3440. (#11690) Patrick Cloke 2022-01-05 12:08:03 -05:00
  • 717a5c085a Merge branch 'release-v1.50' into matrix-org-hotfixes Olivier Wilkinson (reivilibre) 2022-01-05 14:19:39 +00:00
  • dd87cd3b51 deploy: 102f4d3598 reivilibre 2022-01-05 14:15:35 +00:00
  • 102f4d3598 Mention drop of support in changelog Olivier Wilkinson (reivilibre) 2022-01-05 14:14:57 +00:00
  • ffd71029ab Add support removal notice to the upgrade notes Olivier Wilkinson (reivilibre) 2022-01-05 14:10:00 +00:00
  • 5f98d8e6fd Tweak changelog Olivier Wilkinson (reivilibre) 2022-01-05 14:05:15 +00:00
  • 88a78c6577 Cache empty responses from /user/devices (#11587) David Robertson 2022-01-05 13:33:28 +00:00
  • 405951e9c5 deploy: 9be5aacc2d reivilibre 2022-01-05 12:40:23 +00:00
  • 9be5aacc2d 1.50.0rc1 Olivier Wilkinson (reivilibre) 2022-01-05 12:39:48 +00:00
  • 0fb3dd0830 Refactor the way we set outlier (#11634) Richard van der Hoff 2022-01-05 12:26:11 +00:00
  • a4c935b93e deploy: eedb4527f1 reivilibre 2022-01-05 12:17:19 +00:00
  • eedb4527f1 Fix link from generated configuration file to documentation (#11678) Philipp Matthias Schäfer 2022-01-05 13:16:52 +01:00
  • 0201c6371c Fix SimpleHttpClient not sending Accept header in get_json (#11677) Fr3shTea 2022-01-05 11:59:29 +00:00
  • ad8086afc0 deploy: 7a1cefc6e3 reivilibre 2022-01-05 11:49:33 +00:00
  • 7a1cefc6e3 Add admin API to get users' account data (#11664) Dirk Klimpel 2022-01-05 12:49:06 +01:00
  • 84bfe47b01 Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) reivilibre 2022-01-05 11:41:49 +00:00
  • 82fa3e9e6f deploy: 84d790a32e reivilibre 2022-01-05 11:26:02 +00:00
  • 84d790a32e Clarify SSO mapping provider documentation by writing def or async def before the names of methods, as appropriate. (#11681) reivilibre 2022-01-05 11:25:32 +00:00
  • 7013e06e2f Improve Docker docs for use with Postgres (#11640) Callum Macdonald 2022-01-05 11:50:28 +01:00
  • e4031970cf deploy: 0715e77b06 reivilibre 2022-01-05 10:39:22 +00:00
  • 0715e77b06 Correct Synapse install command for FreeBSD. (#11267) Donny Johnson 2022-01-05 04:38:51 -06:00
  • 5ba9b49351 deploy: 79f6d3550a richvdh 2022-01-04 22:32:15 +00:00
  • 79f6d3550a update ngnix reverse-proxy example (#11680) Richard van der Hoff 2022-01-04 22:31:45 +00:00
  • da5c58bb24 run pyupgrade --py37-plus --keep-percent-format on synapse/ shay/pyupgrade H. Shay 2022-01-04 12:47:39 -08:00
  • 6e94f64edf lint H. Shay 2022-01-04 11:02:04 -08:00
  • da1f496487 newsfragment H. Shay 2022-01-04 10:50:46 -08:00
  • 68882a0251 run pyupgrade on synapse/app and synapse/appservice H. Shay 2022-01-04 10:24:57 -08:00
  • 56d599e5ac run pyupgrade on synapse/_scripts and synapse/api H. Shay 2022-01-04 10:23:16 -08:00
  • b38bdae3a2 Fix AssertionErrors after purging events (#11642) Richard van der Hoff 2022-01-04 16:36:33 +00:00
  • 878aa55293 FederationClient.backfill: stop flagging events as outliers (#11632) Richard van der Hoff 2022-01-04 16:31:32 +00:00
  • 2359ee3864 Remove redundant get_current_events_token (#11643) Richard van der Hoff 2022-01-04 16:10:27 +00:00
  • bd9821f7f1 Better error messages from get_create_event_for_room (#11638) Richard van der Hoff 2022-01-04 16:10:05 +00:00
  • 52eead8eb4 deploy: 8422a7f7f6 clokep 2022-01-04 16:08:37 +00:00
  • 8422a7f7f6 Include the topic event in the prejoin state, per MSC3173. (#11666) Patrick Cloke 2022-01-04 11:08:08 -05:00
  • 13c974ed35 Drop Bionic from Debian builds (#11633) Shay 2022-01-03 11:17:16 -08:00
  • cbd82d0b2d Convert all namedtuples to attrs. (#11665) Patrick Cloke 2021-12-30 13:47:12 -05:00
  • 07a3b5daba Add type hints to synapse/storage/databases/main/events_bg_updates.py (#11654) Dirk Klimpel 2021-12-30 13:22:31 +01:00
  • 2c7f5e74e5 Fix a type annotation in test_account_data.py and remove it from the Mypy exclusion list. (#11657) reivilibre 2021-12-29 15:12:30 +00:00
  • f82d38ed2e Improve type hints in storage classes. (#11652) Dirk Klimpel 2021-12-29 14:04:28 +01:00
  • f58b300d27 Do not attempt to bundled aggregations for /members and /state. (#11623) Patrick Cloke 2021-12-29 08:02:03 -05:00
  • 15bb1c8511 Add type hints to synapse/storage/databases/main/stats.py (#11653) Dirk Klimpel 2021-12-29 14:01:13 +01:00
  • 033487adc4 Antilint after large rebase rei/p/2021-12-29_develop_PLUS_msc3202_otks_fbks Olivier Wilkinson (reivilibre) 2021-12-29 11:39:28 +00:00
  • eb5c1e2075 Newsfile Olivier Wilkinson (reivilibre) 2021-12-20 16:14:25 +00:00
  • 5d19fa6ffe Add a test for sending OTKs and UFBKs to ASes upon receiving PDUs Olivier Wilkinson (reivilibre) 2021-12-17 18:19:55 +00:00
  • 4306641df1 Allow passing an appservice_user_id to the join helper Olivier Wilkinson (reivilibre) 2021-12-17 18:19:27 +00:00
  • a8a64fdd19 Return the device ID when registering an appservice user in test helpers Olivier Wilkinson (reivilibre) 2021-12-17 18:18:48 +00:00