1
0

Commit Graph

  • babb076fd3 deploy: 83a74d9350 reivilibre 2021-12-08 15:31:46 +00:00
  • 83a74d9350 Document the usage of refresh tokens. (#11427) reivilibre 2021-12-08 15:31:17 +00:00
  • d3b0be57f9 Allow masquerading as a device by specifying the device_id URI parameter Olivier Wilkinson (reivilibre) 2021-12-08 15:12:32 +00:00
  • 86ef692d5a Add get_device_opt which returns None instead of raising if it doesn't exist Olivier Wilkinson (reivilibre) 2021-12-08 15:11:31 +00:00
  • 9551a3ed67 Remove early return because we need more logic here Olivier Wilkinson (reivilibre) 2021-12-08 15:01:12 +00:00
  • 7ea5022be8 Remove superfluous lines Olivier Wilkinson (reivilibre) 2021-12-08 15:00:13 +00:00
  • 410314bba9 Merge pull request #114 from matrix-org/babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-08 15:58:36 +01:00
  • be8814fcaa Expand get_user_by_req to support handling a device ID Olivier Wilkinson (reivilibre) 2021-12-08 14:57:12 +00:00
  • a39ccfc769 Expand return type of get_appservice_user_id to allow returning a device ID to masquerade as Olivier Wilkinson (reivilibre) 2021-12-08 14:47:43 +00:00
  • 365e9482fe Use HTTPStatus constants in place of literals in tests.rest.client.test_auth. (#11520) reivilibre 2021-12-08 14:54:47 +00:00
  • ff7cc17b57 Improve log messages for stream ids (#11536) Richard van der Hoff 2021-12-08 14:15:14 +00:00
  • 824ae4e82c docstring formatting dmr/sync-tidy-3 David Robertson 2021-12-08 13:35:21 +00:00
  • 2e2f5c043e Merge branch 'develop' into squah/leave_space_admin_api squah/leave_space_admin_api Sean Quah 2021-12-08 10:47:09 +00:00
  • 8541809cb9 Send and handle cross-signing messages using the stable prefix. (#10520) Hubert Chathi 2021-12-08 05:01:38 -05:00
  • 8bd35651f2 Changelog David Robertson 2021-12-07 18:33:13 +00:00
  • 50fee8941a Small style rewrite to emphasise exclusive cases David Robertson 2021-12-07 17:55:48 +00:00
  • a5deabbaae Remove check on events[-1].membership David Robertson 2021-12-07 17:42:11 +00:00
  • 0d0783caa3 Always call old_mem_ev---exactly once. David Robertson 2021-12-07 16:31:16 +00:00
  • 6ff95ee66c Pull out _fetch_membership_event_at David Robertson 2021-12-07 16:27:23 +00:00
  • 7662ba4531 Signposting in _classify_rooms_by_membership David Robertson 2021-12-07 16:22:24 +00:00
  • bca64f949e Remove unused branch David Robertson 2021-12-07 12:33:13 +00:00
  • 7aee344c24 Pull out _classify_rooms_by_membership_changes David Robertson 2021-12-06 18:28:33 +00:00
  • d6fb96e056 Fix case in wait_for_background_updates where self.store does not exist (#11331) Andrew Morgan 2021-12-07 16:51:53 +00:00
  • 79a638bcf9 deploy: 158d73ebdd squahtx 2021-12-07 16:49:28 +00:00
  • 158d73ebdd Revert accidental fast-forward merge from v1.49.0rc1 Sean Quah 2021-12-07 16:38:29 +00:00
  • be2eae9d22 deploy: 26b5d2320f squahtx 2021-12-07 16:19:22 +00:00
  • 26b5d2320f Sort internal changes in changelog v1.49.0rc1 Sean Quah 2021-12-07 14:46:33 +00:00
  • bce4220f38 Update CHANGES.md Sean Quah 2021-12-07 14:41:06 +00:00
  • dbceb00688 Merge branch 'release-v1.49' into matrix-org-hotfixes Sean Quah 2021-12-07 13:57:18 +00:00
  • 49aeb974c7 deploy: 966b5d0fa0 squahtx 2021-12-07 13:56:43 +00:00
  • 966b5d0fa0 1.49.0rc1 Sean Quah 2021-12-07 13:56:09 +00:00
  • 088d748f2c Revert "Move glob_to_regex and re_word_boundary to matrix-python-common (#11505) (#11527) Sean Quah 2021-12-07 13:51:11 +00:00
  • 14d593f72d Refactors in _generate_sync_entry_for_rooms (#11515) David Robertson 2021-12-07 12:42:05 +00:00
  • 2a3ec6facf Correctly register shutdown handler for presence workers (#11518) David Robertson 2021-12-07 12:34:38 +00:00
  • eccc49d755 Fix ModuleApi.looping_background_call for non-async functions (#11524) Sean Quah 2021-12-07 11:41:31 +00:00
  • b1ecd19c5d Fix 'delete room' admin api to work on incomplete rooms (#11523) Richard van der Hoff 2021-12-07 11:37:54 +00:00
  • 9c55dedc8c Correctly ignore invites from ignored users (#11511) David Robertson 2021-12-07 11:24:31 +00:00
  • 2d42e586a8 Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11522) reivilibre 2021-12-07 10:49:39 +00:00
  • ba9143817f Fix calls to create_appservice_txn in tests Andrew Morgan 2021-12-07 10:45:30 +00:00
  • c0b157dc9b Merge branch 'develop' of github.com:matrix-org/synapse into anoa/e2e_as_to_device Andrew Morgan 2021-12-07 10:36:37 +00:00
  • e586202518 deploy: 2f053f3f82 reivilibre 2021-12-06 19:12:16 +00:00
  • 2f053f3f82 Stabilise support for MSC2918 refresh tokens as they have now been merged into the Matrix specification. (#11435) reivilibre 2021-12-06 19:11:43 +00:00
  • a15a893df8 Save the OIDC session ID (sid) with the device on login (#11482) Quentin Gliech 2021-12-06 18:43:06 +01:00
  • a469ac5008 Don't use six Brendan Abolivier 2021-12-06 17:17:40 +00:00
  • 94191b9151 Lint Brendan Abolivier 2021-12-06 17:09:10 +00:00
  • 415cc20c9e deploy: 8b4b153c9e DMRobertson 2021-12-06 17:00:17 +00:00
  • 8b4b153c9e Add admin API to get some information about federation status (#11407) Dirk Klimpel 2021-12-06 17:59:50 +01:00
  • 996bed00f8 Merge tag 'v1.48.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 16:42:57 +00:00
  • da1df89cbd Merge tag 'v1.47.1' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 16:40:55 +00:00
  • 954a13b3ed Fix test Brendan Abolivier 2021-12-06 16:39:36 +00:00
  • bbf27eb045 Merge tag 'v1.47.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 16:26:14 +00:00
  • 4bbdb0180b Merge tag 'v1.46.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 16:25:01 +00:00
  • 21d74d5450 Merge tag 'v1.45.1' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 16:23:50 +00:00
  • 22630d35dd Lint Brendan Abolivier 2021-12-06 16:21:14 +00:00
  • 494ebd7347 Include bundled aggregations in /sync and related fixes (#11478) Patrick Cloke 2021-12-06 10:51:15 -05:00
  • 783a4c9dfe Merge tag 'v1.45.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 15:50:04 +00:00
  • ad44369982 Merge tag 'v1.44.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 12:36:36 +00:00
  • 14656fe03f Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 12:22:43 +00:00
  • 1f5829dd7f Merge tag 'v1.42.0' into babolivier/dinsic_1.48.0 Brendan Abolivier 2021-12-06 12:00:41 +00:00
  • a77c369897 Move glob_to_regex and re_word_boundary to matrix-python-common (#11505) Sean Quah 2021-12-06 11:36:08 +00:00
  • 4737a7fd11 Remove DomainRuleChecker module (#113) Brendan Abolivier 2021-12-06 11:23:04 +01:00
  • bcc4706357 deploy: 4eb77965cd MadLittleMods 2021-12-04 00:25:31 +00:00
  • 4eb77965cd Update backward extremity docs to make it clear that it does not indicate whether we have fetched an events' prev_events (#11469) Eric Eastwood 2021-12-03 18:25:04 -06:00
  • 385b3bf056 Modify tests to handle new location of to-device messages in AS txns Andrew Morgan 2021-12-03 19:39:23 +00:00
  • 403490de8b Insert to-device messages into the new to-device part of AS txns Andrew Morgan 2021-12-03 19:22:22 +00:00
  • 275e1e0b3a Add to-device messages as their own special section in AS txns Andrew Morgan 2021-12-03 19:17:32 +00:00
  • 13b25cf51e Fix tests to mock _TransactionController.send of ApplicationServiceScheduler.enqueue* Andrew Morgan 2021-12-03 20:01:10 +00:00
  • 6d68b8a4e8 Refactor and generalise the sending of arbitrary fields over AS transactions Andrew Morgan 2021-12-03 20:00:30 +00:00
  • 637df95de6 Support configuring the lifetime of non-refreshable access tokens separately to refreshable access tokens. (#11445) reivilibre 2021-12-03 16:42:44 +00:00
  • e5f426cd54 Add type hints to synapse/tests/rest/admin (#11501) Dirk Klimpel 2021-12-03 14:57:13 +01:00
  • 8cd68b8102 Revert accidental commits to develop. Olivier Wilkinson (reivilibre) 2021-12-03 12:31:28 +00:00
  • 6cae125e20 Newsfile Olivier Wilkinson (reivilibre) 2021-12-03 12:25:37 +00:00
  • 7be88fbf48 Give tests.server.setup_test_homeserver (nominally!) the same behaviour Olivier Wilkinson (reivilibre) 2021-12-03 11:40:05 +00:00
  • b3fd99b74a Move tests.utils.setup_test_homeserver to tests.server Olivier Wilkinson (reivilibre) 2021-12-03 11:37:21 +00:00
  • f7ec6e7d9e Convert one of the setup_test_homeservers to make_test_homeserver_synchronous Olivier Wilkinson (reivilibre) 2021-12-03 11:35:24 +00:00
  • 5640992d17 Disambiguate queries on state_key (#11497) Richard van der Hoff 2021-12-02 22:42:58 +00:00
  • d26808dd85 Comments on the /sync tentacles (#11494) David Robertson 2021-12-02 20:58:32 +00:00
  • f91624a595 Clean up tests.storage.test_appservice (#11492) reivilibre 2021-12-02 18:43:33 +00:00
  • 16d39a5490 Clean up tests.storage.test_main to remove use of legacy code. (#11493) reivilibre 2021-12-02 18:13:43 +00:00
  • 8a4c296987 Clean up tests.test_visibility to remove legacy code. (#11495) reivilibre 2021-12-02 18:13:30 +00:00
  • 492fc5c42a deploy: 49e1356ee3 H-Shay 2021-12-02 17:46:48 +00:00
  • 49e1356ee3 Minor cleanup on recently ported doc pages (#11466) Shay 2021-12-02 09:46:20 -08:00
  • d2279f471b Add most of the missing type hints to synapse.federation. (#11483) Patrick Cloke 2021-12-02 11:18:10 -05:00
  • b50e39df57 Avoid waiting for zombie processes in synctl stop (#11490) Sean Quah 2021-12-02 16:07:06 +00:00
  • 858d80bf0f Fix media repository failing when media store path contains symlinks (#11446) Sean Quah 2021-12-02 16:05:24 +00:00
  • 435f044807 Add type annotations to tests.storage.test_appservice. (#11488) reivilibre 2021-12-02 15:30:05 +00:00
  • f61462e1be scripts-dev/sign_json: support for signing events (#11486) Richard van der Hoff 2021-12-02 15:18:40 +00:00
  • a6f1a3abec Add MSC3030 experimental client and federation API endpoints to get the closest event to a given timestamp (#9445) Eric Eastwood 2021-12-02 01:02:20 -06:00
  • dc15428147 Modify the tests to work with the new flow; clean up tests anoa/e2e_as_to_device_dirty Andrew Morgan 2021-12-01 19:34:29 +00:00
  • f7a3b7ed7f deploy: 84dc50e160 H-Shay 2021-12-01 18:12:48 +00:00
  • 84dc50e160 Port wiki pages to documentation website (#11402) Shay 2021-12-01 10:12:19 -08:00
  • ed635d3285 Add a license header and comment. (#11479) Patrick Cloke 2021-12-01 12:51:14 -05:00
  • 7b62791e00 Clean-up get_version_string (#11468) Patrick Cloke 2021-12-01 12:43:32 -05:00
  • dac2fedb4b fix type hint; make AppServiceTransaction instantiation a bit easier Andrew Morgan 2021-12-01 16:53:01 +00:00
  • dfa4c31803 generalise sending application service transactions and allow to-device Andrew Morgan 2021-12-01 16:46:58 +00:00
  • f74212ef65 deploy: 153194c771 babolivier 2021-12-01 14:13:29 +00:00
  • 153194c771 Link background update controller docs to summary (#11475) Brendan Abolivier 2021-12-01 15:13:01 +01:00
  • f44d729d4c Additional type hints for config module. (#11465) Patrick Cloke 2021-12-01 07:28:23 -05:00
  • a265fbd397 Register the login redirect endpoint for v3. (#11451) Patrick Cloke 2021-12-01 07:25:58 -05:00
  • dcf247751d deploy: b9fef1a7cd richvdh 2021-12-01 10:58:25 +00:00