Commit Graph

  • a8ad3ed26d Polls: expose end event id on poll model (#3160) Kerry 2023-02-20 23:30:19 +13:00
  • decac58a18 Better type guard parseTopicContent (#3165) Michael Telatynski 2023-02-20 10:29:33 +00:00
  • 1a91ba59a6 Polls: count undecryptable poll relations (#3163) Kerry 2023-02-20 23:10:38 +13:00
  • 89df43a975 Fix predecessor types, nowhere does the spec say it can be null (#3159) Michael Telatynski 2023-02-16 09:38:36 +00:00
  • ad98706db4 Iterate types (#3156) Michael Telatynski 2023-02-15 13:38:41 +00:00
  • 195d1730bd Fix notification counts for encrypted rooms with ignored event rules (#3130) Will Hunt 2023-02-15 11:25:13 +00:00
  • db4bd907f8 Switch crypto.spec.ts away from TestClient and matrix-mock-request. (#3142) Richard van der Hoff 2023-02-15 10:39:24 +00:00
  • cdd7dbbb2b decrypt poll relations before processing (#3148) Kerry 2023-02-15 10:49:52 +13:00
  • 108f157324 Resetting package fields for development origin/t3chguy/strictNullChecking2 RiotRobot 2023-02-14 10:23:07 +00:00
  • 8da39ec8f4 Merge branch 'master' into develop RiotRobot 2023-02-14 10:23:02 +00:00
  • 182534288c v23.3.0 v23.3.0 RiotRobot 2023-02-14 10:21:24 +00:00
  • f81b7e5e6f Prepare changelog for v23.3.0 RiotRobot 2023-02-14 10:21:21 +00:00
  • 6dda9e532d Include 'browser' in list of adjusted properties in release.sh (#3149) (#3151) ElementRobot 2023-02-14 09:58:17 +00:00
  • 5e17626fe0 Include 'browser' in list of adjusted properties in release.sh (#3149) Andy Balaam 2023-02-14 09:50:55 +00:00
  • abc9c9dcb0 Merge pull request #3147 from matrix-org/dbkr/stop_ice_timer_on_terminate David Baker 2023-02-13 17:35:45 +01:00
  • f346fcb056 Stop the ICE disconnected timer on call terminate David Baker 2023-02-13 16:15:57 +00:00
  • c67325ba07 Add matrix-org/jest linting (#2973) Eric Eastwood 2023-02-10 05:05:40 -06:00
  • a063ae8ce7 Update jest monorepo to v29.4.1 (#3133) renovate[bot] 2023-02-09 15:44:23 +00:00
  • f9e5535492 Update typescript-eslint monorepo to v5.50.0 (#3136) renovate[bot] 2023-02-09 16:29:03 +01:00
  • 015d9c5c4f Update dependency @types/node to v18.11.19 (#3137) renovate[bot] 2023-02-09 16:28:22 +01:00
  • b6d40078d9 Clear notifications when we can infer read status from receipts (#3139) Germain 2023-02-09 10:18:18 +00:00
  • b8a8f4850a Merge pull request #3123 from matrix-org/SimonBrandner/task/logging David Baker 2023-02-08 17:10:40 +00:00
  • 1cc23d789c Add new tests to groupCall Šimon Brandner 2023-02-08 17:24:15 +01:00
  • 5cf0bb46a4 Messages sent out of order after one message fails (#3131) Janne Mareike Koschinski 2023-02-08 13:23:30 +01:00
  • 16672b3d0c Update all non-major dependencies (#3132) renovate[bot] 2023-02-07 17:36:38 +00:00
  • f61db81961 v23.3.0-rc.1 v23.3.0-rc.1 RiotRobot 2023-02-07 12:00:46 +00:00
  • e2a694115f Prepare changelog for v23.3.0-rc.1 RiotRobot 2023-02-07 12:00:44 +00:00
  • 71cf812d24 Add @typescript-eslint/no-base-to-string (#3129) Michael Telatynski 2023-02-07 10:08:03 +00:00
  • 8a3d7d5671 Element-R: log outgoing HTTP requests (#3127) Richard van der Hoff 2023-02-06 10:50:05 +00:00
  • 2a363598dd Element-R: fix a bug which prevented encryption working after a reload (#3126) Richard van der Hoff 2023-02-03 16:16:32 +00:00
  • 05bf6428bc Element-R: implement encryption of outgoing events (#3122) Richard van der Hoff 2023-02-03 15:58:50 +00:00
  • e492a44dde Update typescript bits to aid matrix-react-sdk achieve noImplicitAny (#3079) Michael Telatynski 2023-02-03 14:01:53 +00:00
  • 44d2e47f96 Fix invite processing on Element-R (#3121) Richard van der Hoff 2023-02-03 10:56:24 +00:00
  • 31459a5d63 Improve logging Šimon Brandner 2023-02-03 11:40:48 +01:00
  • 8f5db463e7 Element R: Fix obscure errors when we fail to decrypt to-device events (#3117) Richard van der Hoff 2023-02-02 08:28:44 +00:00
  • 4e8affafcc Poll model - page /relations results (#3073) Kerry 2023-02-02 09:44:40 +13:00
  • 2800681bb1 Poll model - validate end events (#3072) Kerry 2023-02-02 09:32:37 +13:00
  • b2a9e6f12f Handle optional last_known_event_id property in m.predecessor (#3119) Andy Balaam 2023-02-01 14:31:07 +00:00
  • fbd2c97f87 Move the logic of roomPredecessor into the RoomState class (#3114) Andy Balaam 2023-02-01 10:44:32 +00:00
  • 6c6304a620 Cleanup pre MSC3773 thread unread notif logic (#3115) Germain 2023-01-31 16:59:13 +00:00
  • 0c1d5f6b25 Element-R: implement remaining OutgoingMessage request types (#3083) Richard van der Hoff 2023-01-31 15:44:14 +00:00
  • 1c26dc0233 Resetting package fields for development RiotRobot 2023-01-31 10:47:39 +00:00
  • a163a202e7 Merge branch 'master' into develop RiotRobot 2023-01-31 10:47:34 +00:00
  • e15cf9976f v23.2.0 v23.2.0 RiotRobot 2023-01-31 10:46:15 +00:00
  • bdc3926417 Prepare changelog for v23.2.0 RiotRobot 2023-01-31 10:46:12 +00:00
  • 4f918f684e add support for stable identifier for fixed MAC in SAS verification (#3101) Hubert Chathi 2023-01-30 09:26:43 -05:00
  • c142232f4d Stop labelling threads as experimental (#3064) Germain 2023-01-30 11:25:27 +00:00
  • c9bc20aa4d Don't throw with no opponentDeviceInfo (#3107) Šimon Brandner 2023-01-26 17:28:56 +01:00
  • 5c0cb3a536 fix(deps): update all non-major dependencies (#3099) renovate[bot] 2023-01-26 14:50:36 +00:00
  • 415576d0a0 Provide eventId as well as roomId from Room.findPredecessor (#3095) Andy Balaam 2023-01-26 10:58:33 +00:00
  • 4f9fad66e4 MSC3946 Dynamic room predecessors (#3042) Andy Balaam 2023-01-26 10:28:07 +00:00
  • ebd9854980 chore(deps): update dependency @types/jest to v29.2.6 (#3096) renovate[bot] 2023-01-26 09:42:54 +00:00
  • cb2fab64d8 chore(deps): update typescript-eslint monorepo to v5.48.2 (#3097) renovate[bot] 2023-01-26 09:41:59 +00:00
  • f446b49e49 fix(deps): update dependency @babel/runtime to v7.20.13 (#3100) renovate[bot] 2023-01-26 09:41:40 +00:00
  • 22f5e41058 chore(deps): update dependency @types/uuid to v9 (#3102) renovate[bot] 2023-01-26 09:41:33 +00:00
  • fee5a006f1 chore(deps): update dependency rimraf to v4 (#3103) renovate[bot] 2023-01-26 09:41:21 +00:00
  • ef51ee28fd Poll model (#3036) Kerry 2023-01-26 15:07:55 +13:00
  • cb61345780 Merge pull request #3091 from matrix-org/dbkr/video_mute_no_renegotiate David Baker 2023-01-25 15:38:51 +00:00
  • a18d4e226e Actually check audio sender too David Baker 2023-01-25 15:07:51 +00:00
  • b09b33eb4c Add tests David Baker 2023-01-25 15:06:36 +00:00
  • 5fedc06d7c Remove flaky test (#3098) Clark Fischer 2023-01-25 14:27:02 +00:00
  • d8c9f6db33 Check we have both a sender and a track to send David Baker 2023-01-25 11:20:25 +00:00
  • 0af5fa0328 Actually check we have a sender, not just a transceiver David Baker 2023-01-25 11:16:19 +00:00
  • b328b72cd5 Move timeout clear to be with its friends David Baker 2023-01-25 11:07:14 +00:00
  • ce2a9d7036 Fix test David Baker 2023-01-25 10:59:03 +00:00
  • 66ae985af5 Refactor getRoomUpgradeHistory to use Room.findPredecessorRoomId (#3090) Andy Balaam 2023-01-25 08:48:56 +00:00
  • 1828e2849c Remove timer on call terminate David Baker 2023-01-24 20:30:10 +00:00
  • b4f8b0fe4f Remove video tracks on video mute without renegotiating David Baker 2023-01-24 18:19:19 +00:00
  • 70656e954f Merge pull request #3035 from clarkf/megolm-cancellation Robin 2023-01-24 12:26:23 -05:00
  • 40a4c8d954 Merge branch 'develop' into megolm-cancellation Robin 2023-01-24 12:20:42 -05:00
  • 7ed787b86a Fix bug in getRoomUpgradeHistory's verifyLinks functionality (#3089) Andy Balaam 2023-01-24 13:44:03 +00:00
  • 1f58ee7f2c v23.2.0-rc.1 v23.2.0-rc.1 RiotRobot 2023-01-24 11:21:25 +00:00
  • 2e28e9117a Prepare changelog for v23.2.0-rc.1 RiotRobot 2023-01-24 11:21:22 +00:00
  • a58a36e062 Tests for getRoomUpgradeHistory (#3088) Andy Balaam 2023-01-24 10:45:04 +00:00
  • 6cf6a0c522 refactor: sliding sync: swap to lists-as-keys (#3086) kegsay 2023-01-23 15:26:25 +00:00
  • 02aa3edda4 Revert "refactor: sliding sync: swap to lists-as-keys (#3076)" Andy Balaam 2023-01-23 12:21:47 +00:00
  • e04ea02c62 refactor: sliding sync: swap to lists-as-keys (#3076) kegsay 2023-01-23 11:45:22 +00:00
  • 64197bf4db Merge pull request #3082 from matrix-org/dbkr/ptt_null_member_workarounds David Baker 2023-01-20 13:11:16 +00:00
  • c309fe6942 Merge branch 'master' into develop RiotRobot 2023-01-20 12:28:33 +00:00
  • 8408f36c12 v23.1.1 v23.1.1 RiotRobot 2023-01-20 12:26:59 +00:00
  • dcd8f91e02 Prepare changelog for v23.1.1 RiotRobot 2023-01-20 12:26:57 +00:00
  • cabe14d7e2 replace .at(-1) with array.length-1 (#3080) (#3081) ElementRobot 2023-01-20 12:13:36 +00:00
  • c019f2bb19 Add null check for our own member event David Baker 2023-01-20 12:09:28 +00:00
  • baeb4acddf replace .at(-1) with array.length-1 (#3080) Germain 2023-01-20 12:05:35 +00:00
  • 4a6e9a0f8f Merge pull request #3078 from matrix-org/dbkr/group_call_double_stream_init David Baker 2023-01-20 11:01:46 +00:00
  • ea5ce8d1d8 Also wrap the initLocalFeed method of groupCall David Baker 2023-01-19 15:28:56 +00:00
  • 41854918a5 Merge branch 'develop' into dbkr/group_call_double_stream_init David Baker 2023-01-19 14:13:35 +00:00
  • 495642d041 Handle group call getting initialised twice in quick succession David Baker 2023-01-19 14:04:59 +00:00
  • c7210b9e9d Rename some of the .spec files which test crypto (#3077) Richard van der Hoff 2023-01-19 12:20:21 +00:00
  • 83563c7a01 Implement decryption via the rust sdk (#3074) Richard van der Hoff 2023-01-18 16:47:44 +00:00
  • 2fcc4811dd Resetting package fields for development RiotRobot 2023-01-18 13:38:53 +00:00
  • c392bc455d Merge branch 'master' into develop RiotRobot 2023-01-18 13:36:45 +00:00
  • b8711f15fd v23.1.0 v23.1.0 RiotRobot 2023-01-18 13:30:21 +00:00
  • 81f3aef960 Prepare changelog for v23.1.0 RiotRobot 2023-01-18 13:30:19 +00:00
  • d6b8332567 Element-R: stub implementations of some methods (#3075) Richard van der Hoff 2023-01-18 12:07:49 +00:00
  • 85b34b46c5 Remove brokenheaded encryption test (#3070) Richard van der Hoff 2023-01-17 11:27:30 +00:00
  • 4179f2978d v23.1.0-rc.4 v23.1.0-rc.4 RiotRobot 2023-01-17 09:11:54 +00:00
  • 97df6db49c Prepare changelog for v23.1.0-rc.4 RiotRobot 2023-01-17 09:11:52 +00:00
  • 3e693fab23 [Backport staging] Correctly handle limited sync responses by resetting the thread timeline (#3069) ElementRobot 2023-01-17 09:06:28 +00:00
  • 1ee487a2ff Make prepareToEncrypt cancellable. Clark Fischer 2023-01-08 13:55:03 -08:00