Commit Graph

  • b76e7ca782 Reduce blocking while pre-fetching Megolm keys Clark Fischer 2023-01-08 10:43:49 -08:00
  • ddce1bcd28 Add async setImmediate util Clark Fischer 2023-01-16 07:35:23 -08:00
  • a34d06c7c2 Correctly handle limited sync responses by resetting the thread timeline (#3056) Janne Mareike Koschinski 2023-01-16 17:27:28 +01:00
  • 7b10fa367d Merge pull request #3066 from matrix-org/dbkr/olm_savesession_undecryptable_todevice_debug David Baker 2023-01-13 21:40:36 +00:00
  • 7f5d7091de Fix typos in src/webrtc/ (#3065) Šimon Brandner 2023-01-13 19:56:55 +01:00
  • 96f673ae92 Merge branch 'develop' into dbkr/olm_savesession_undecryptable_todevice_debug David Baker 2023-01-13 18:36:22 +00:00
  • 79faee7a67 Add emit so tests don't throw David Baker 2023-01-13 18:32:21 +00:00
  • 89d2984432 Add some debugging & a debug event for decryption David Baker 2023-01-13 18:24:33 +00:00
  • bc78784688 Extract v1 extensible events polls types out of the events-sdk (#3062) Travis Ralston 2023-01-13 10:02:27 -07:00
  • eb058edb1b Fix spurious "Decryption key withheld" messages (#3061) Richard van der Hoff 2023-01-13 13:17:48 +00:00
  • 4847d78b42 Improvements to megolm integration tests (#3060) Richard van der Hoff 2023-01-13 13:14:44 +00:00
  • 94f1eda830 v23.1.0-rc.3 v23.1.0-rc.3 RiotRobot 2023-01-13 10:40:31 +00:00
  • bc2a182ee9 Prepare changelog for v23.1.0-rc.3 RiotRobot 2023-01-13 10:40:29 +00:00
  • 789aec732a Update typescript-eslint monorepo to v5.48.1 (#3063) renovate[bot] 2023-01-13 09:08:54 +00:00
  • 3246114772 Update dependency docdash to v2.0.1 (#3057) renovate[bot] 2023-01-12 18:38:54 +00:00
  • 39cf1863f1 Fix failure to start in firefox private browser (#3058) (#3059) ElementRobot 2023-01-12 17:10:42 +00:00
  • aa1e118f18 Fix failure to start in firefox private browser (#3058) Richard van der Hoff 2023-01-12 17:03:16 +00:00
  • c10152e098 v23.1.0-rc.2 v23.1.0-rc.2 RiotRobot 2023-01-12 13:31:20 +00:00
  • 6b7efbcd91 Prepare changelog for v23.1.0-rc.2 RiotRobot 2023-01-12 13:31:18 +00:00
  • d23c3cb8b2 Improve logging in legacy megolm code (#3043) Richard van der Hoff 2023-01-12 11:49:32 +00:00
  • 9e37980e2d Handle edits which are bundled with an event, per MSC3925 (#3045) Richard van der Hoff 2023-01-12 10:53:36 +00:00
  • de176dbd66 Update all non-major dependencies (#3053) renovate[bot] 2023-01-11 16:55:07 +00:00
  • ac10b40f67 Update dependency @babel/core to v7.20.12 (#3054) renovate[bot] 2023-01-11 16:46:47 +00:00
  • f35298a326 [Release] Fix browser entrypoint (#3052) Michael Telatynski 2023-01-11 16:31:02 +00:00
  • d7bf0f85c0 Fix browser entrypoint (#3051) Michael Telatynski 2023-01-11 15:17:55 +00:00
  • 1d87f5b163 v23.1.0-rc.1 v23.1.0-rc.1 RiotRobot 2023-01-11 13:29:05 +00:00
  • 3e97067b3e Prepare changelog for v23.1.0-rc.1 RiotRobot 2023-01-11 13:29:02 +00:00
  • 3ce582d004 Fix dated example (#3049) Michael Telatynski 2023-01-11 13:08:30 +00:00
  • 3e48c76a77 Avoid use of mkdirp (#3050) Michael Telatynski 2023-01-11 12:02:56 +00:00
  • 8e29f8ead0 Improve hasUserReadEvent and getUserReadUpTo realibility with threads (#3031) Germain 2023-01-11 09:53:27 +00:00
  • 185ded4ebc Remove extensible events v1 field population on legacy events (#3040) Travis Ralston 2023-01-10 09:19:55 -07:00
  • 3564a3546f Merge pull request #3039 from andybalaam/factor-out-findPredecessor Andy Balaam 2023-01-10 13:43:59 +00:00
  • c6090325b3 Update id string to reflect spec Andy Balaam 2023-01-10 13:29:06 +00:00
  • 999e355136 Use Room.getLiveTimeline instead of deprecated this.currentState Andy Balaam 2023-01-09 16:41:43 +00:00
  • 7de4164444 Factor out a (public) function to find a room's predecessor Andy Balaam 2023-01-09 13:46:35 +00:00
  • e2ce379b56 Merge pull request #3038 from andybalaam/andybalaam/tests-for-getVisibleRooms Andy Balaam 2023-01-10 10:07:53 +00:00
  • 424212cd65 Merge pull request #2915 from matrix-org/madlittlemods/stablize-msc3030-timestamp-to-event Andy Balaam 2023-01-09 17:01:10 +00:00
  • c7c16256df Update comment to reflect commonality between 404 and 405 status Andy Balaam 2023-01-09 16:53:52 +00:00
  • 8a4c95ee72 Tests for getVisibleRooms Andy Balaam 2023-01-09 11:54:19 +00:00
  • c3d422f5fb Remove 'qs' dependency (#3033) Clark Fischer 2023-01-06 22:37:05 +00:00
  • fdb80ad259 Remove video track when muting video (#3028) Šimon Brandner 2023-01-06 18:09:01 +01:00
  • 981acf0044 Rename test to fit renamed function. Andy Balaam 2023-01-06 16:38:02 +00:00
  • f00f70bfb8 Merge branch 'develop' into madlittlemods/stablize-msc3030-timestamp-to-event Andy Balaam 2023-01-06 15:38:08 +00:00
  • 12cc7be31c Test 400, 429 and 502 responses Andy Balaam 2023-01-06 15:33:48 +00:00
  • 628bcbf33a Fall back to the unstable endpoint if we receive a 405 status Andy Balaam 2023-01-06 15:22:58 +00:00
  • c4ca0b2e07 Refactor timestampToEvent tests Andy Balaam 2023-01-06 15:13:44 +00:00
  • d7442147b9 Rename convertQueryDictToMap Andy Balaam 2023-01-06 14:21:35 +00:00
  • b1566ee540 Switch to a Map for convertQueryDictToStringRecord Andy Balaam 2023-01-06 14:16:21 +00:00
  • ca98d9ff11 Tests for convertQueryDictToStringRecord Andy Balaam 2023-01-06 13:59:34 +00:00
  • bba4a35665 Merge pull request #3034 from matrix-org/johannes/poll-start-sent-receipt Andy Balaam 2023-01-06 11:10:00 +00:00
  • 896f6227a0 Fix threaded cache receipt when event holds multiple receipts (#3026) Germain 2023-01-06 10:27:35 +00:00
  • 4d10cf3074 Make poll start event type available Johannes Marbach 2023-01-06 10:17:29 +01:00
  • bb23df9423 Add alt event type matching in Relations model (#3018) Kerry 2023-01-06 09:00:12 +13:00
  • d02559cf3c Make error handling in decryptionLoop more generic (#3024) Richard van der Hoff 2023-01-05 15:02:19 +00:00
  • ec6272aa3d Fix outgoing messages for rust-crypto (#3025) Richard van der Hoff 2023-01-05 15:00:37 +00:00
  • 695b773f8b Fix false key requests after verifying new device (#3029) Michael Weimann 2023-01-05 15:27:09 +01:00
  • 030abe1563 Pass to-device messages into rust crypto-sdk (#3021) Richard van der Hoff 2023-01-05 09:54:56 +00:00
  • 22f10f71b8 indirect decryption attempts via Client (#3023) Richard van der Hoff 2023-01-05 09:54:44 +00:00
  • 9ca3e7272e chore(deps): lock file maintenance (#3014) renovate[bot] 2023-01-04 13:44:26 -07:00
  • 64119ef915 Avoid logical assignment operator (#3022) Richard van der Hoff 2023-01-04 14:17:55 +00:00
  • 9ac7165e99 Handle outgoing requests from rust crypto SDK (#3019) Richard van der Hoff 2023-01-04 12:17:42 +00:00
  • 6168cedf32 Avoid triggering decryption errors when decrypting redacted events (#3004) Hubert Chathi 2023-01-03 11:06:54 -05:00
  • 7c34deecb6 Pass CryptoBackend into SyncApi (#3010) Richard van der Hoff 2023-01-03 15:37:51 +00:00
  • cef5507ab1 Include 'yarn install' . (#3011) Ankit 2023-01-03 19:37:37 +05:30
  • 9b372d23ca Factor SyncApi options out of IStoredClientOptions (#3009) Richard van der Hoff 2023-01-03 13:38:21 +00:00
  • e9fef19c8f Update dependency @types/node to v18.11.18 (#2984) renovate[bot] 2023-01-03 13:28:02 +00:00
  • 9ebc91aa5a Merge pull request #3017 from andybalaam/andybalaam/use-env-variable-for-ref_name Andy Balaam 2023-01-03 13:10:05 +00:00
  • fcb75d547e Remove unneeded variable in workflow Andy Balaam 2023-01-03 12:25:13 +00:00
  • 33c9af952e Reformat release.yml Andy Balaam 2023-01-03 10:25:59 +00:00
  • 3b66b28e71 In release.yml use an env section to get ref_name Andy Balaam 2023-01-03 10:21:40 +00:00
  • 7d37bb1edb Remove usage of v1 Identity Server API (#3003) Travis Ralston 2023-01-03 00:59:12 -07:00
  • 0f717a9306 Update comment for m.key.verification.ready event type definition (#3006) Travis Ralston 2023-01-03 00:58:55 -07:00
  • ce776b9989 Break coupling between Room and Crypto.trackRoomDevices (#2998) Richard van der Hoff 2022-12-23 11:03:14 +00:00
  • ff1b0e51ea Merge pull request #3008 from matrix-org/kegan/upload-otks kegsay 2022-12-22 16:26:47 +01:00
  • 21e66a5c34 bugfix: upload OTKs in sliding sync mode Kegan Dougal 2022-12-22 14:52:16 +00:00
  • aead401005 Apply edits discovered from sync after thread is initialised (#3002) Germain 2022-12-22 08:54:55 +00:00
  • af9525ed5f Add device_id to /account/whoami types (#3005) Travis Ralston 2022-12-21 16:46:10 -07:00
  • 1ebcac37cc Resetting package fields for development RiotRobot 2022-12-21 16:49:19 +00:00
  • 51a4cc5e18 Fix post-release script compatibility with prettier RiotRobot 2022-12-21 16:49:11 +00:00
  • 48baa6315c Merge branch 'master' into develop RiotRobot 2022-12-21 16:48:43 +00:00
  • efc87d8084 v23.0.0 v23.0.0 RiotRobot 2022-12-21 16:40:30 +00:00
  • aab873fc58 Prepare changelog for v23.0.0 RiotRobot 2022-12-21 16:40:28 +00:00
  • 52ed04c825 Fix release call to prettier RiotRobot 2022-12-21 16:38:37 +00:00
  • fdd1428e19 [Backport staging] Fix release scripts to not fight with prettier (#3000) ElementRobot 2022-12-21 09:37:40 +00:00
  • ec2405ac99 Fix release scripts to not fight with prettier (#2999) Michael Telatynski 2022-12-21 09:31:16 +00:00
  • b31712f2ff [Backport staging] Threads are missing from the timeline (#2997) ElementRobot 2022-12-20 17:27:18 +00:00
  • 61e2606bc4 Merge pull request #2991 from S7evinK/s7evink/slidingsync-unsub kegsay 2022-12-20 17:57:19 +01:00
  • 45f6c5b079 Add exportRoomKeys to CryptoBackend (#2970) Richard van der Hoff 2022-12-20 11:11:00 +00:00
  • b83c372848 Implement MSC3912: Relation-based redactions (#2954) Michael Weimann 2022-12-20 09:22:26 +01:00
  • 6d58a54039 Don't use RoomMember as a calls a key on GroupCall (#2993) Šimon Brandner 2022-12-19 14:53:08 +01:00
  • 3872c5f099 Update src/sliding-sync.ts Till 2022-12-19 11:54:20 +01:00
  • 4f86eee250 Threads are missing from the timeline (#2996) Janne Mareike Koschinski 2022-12-19 11:32:37 +01:00
  • 618242ef3c Merge pull request #2992 from matrix-org/dbkr/close_all_streams David Baker 2022-12-19 10:31:36 +00:00
  • 96ee5b1256 Close all streams when a call ends David Baker 2022-12-16 18:19:36 +00:00
  • 8af0ff111b Add tests for custom subscriptions Till Faelligen 2022-12-16 13:30:40 +01:00
  • a04800f030 Fix issue where no unsubs are sent when switching rooms Till Faelligen 2022-12-16 11:49:31 +01:00
  • 4683fbe848 Merge branch 'develop' into madlittlemods/stablize-msc3030-timestamp-to-event Eric Eastwood 2022-12-16 00:56:06 -06:00
  • c973b26fa2 Update all non-major dependencies (#2981) renovate[bot] 2022-12-15 22:06:40 -07:00
  • 7b96c730b8 Update typescript-eslint monorepo to v5.46.0 (#2985) renovate[bot] 2022-12-15 22:05:22 -07:00
  • f8bf6083de Update dependency uuid to v9 (#2988) renovate[bot] 2022-12-15 22:05:05 -07:00