Commit Graph

  • 49fd9e90a0 this can be const now David Baker 2020-01-25 19:48:36 +00:00
  • e09038232e Fix bootstrap cleanup David Baker 2020-01-25 19:42:02 +00:00
  • 2cfe310e89 Merge pull request #1155 from matrix-org/travis/qr-verif-rp Travis Ralston 2020-01-24 08:55:42 -07:00
  • 973c7467e8 Merge pull request #1171 from matrix-org/bwindels/fixverifyowndevice Bruno Windels 2020-01-24 11:24:23 +00:00
  • 583df7ed7d don't log verification validation errors for normal messages Bruno Windels 2020-01-24 12:23:18 +01:00
  • 6d05376f04 expose deviceId prop on device channel Bruno Windels 2020-01-24 12:01:20 +01:00
  • e1f832bfa7 fix linting errors Cédric Van Rompay 2020-01-24 09:20:43 +01:00
  • b8092cd00b Make the tests pass Travis Ralston 2020-01-23 20:41:52 -07:00
  • 3c1dca6cef Generate a shared secret if we don't have one Travis Ralston 2020-01-23 20:15:02 -07:00
  • c0f7dd6fe9 Fix secret size Travis Ralston 2020-01-23 20:06:04 -07:00
  • 6af6e99480 Expose the request event more readily for consumers Travis Ralston 2020-01-23 20:05:56 -07:00
  • c5cbe48668 Remove docs too Travis Ralston 2020-01-20 23:12:09 -07:00
  • 15707956ef Remove private key accessors for cross-signing Travis Ralston 2020-01-20 23:11:28 -07:00
  • 4668fc87a1 Add cross-signing accessors and QR code stuff Travis Ralston 2020-01-17 19:51:30 -07:00
  • 468fb2cc41 chore: remove custom promise, use es6 standard Jack Works 2020-01-22 11:00:15 +08:00
  • 7c79e7e836 fix: typos Jack Works 2020-01-22 10:54:46 +08:00
  • 925c6ffc3e Merge pull request #1170 from matrix-org/travis/fix-build-release Travis Ralston 2020-01-23 15:46:30 -07:00
  • 0bf1f48623 Merge pull request #1169 from matrix-org/travis/fix-build Travis Ralston 2020-01-23 15:45:53 -07:00
  • ffcb1c2513 Move & upgrade babel runtime into dependencies (like it wants) Travis Ralston 2020-01-23 15:26:14 -07:00
  • f286eb4d11 Move & upgrade babel runtime into dependencies (like it wants) Travis Ralston 2020-01-23 15:26:14 -07:00
  • 9346c83dc1 fix destructuration of potentially nil value Cédric Van Rompay 2020-01-23 18:53:42 +01:00
  • a76267f5b0 Merge pull request #1166 from matrix-org/bwindels/verifyowndevicechecks Bruno Windels 2020-01-23 17:01:43 +00:00
  • 1d3a7b3d52 add example for export/import in browser Cédric Van Rompay 2020-01-23 16:47:46 +01:00
  • f78f04d553 userId must be included in exported data Cédric Van Rompay 2020-01-23 11:03:30 +01:00
  • 7b6dabbe9c add high-level export/import methods Cédric Van Rompay 2020-01-22 16:40:38 +01:00
  • ed01b3b8cf stop checking structure of exported data Cédric Van Rompay 2020-01-22 12:01:41 +01:00
  • 7880a30e57 add importing in OlmDevice.init() Cédric Van Rompay 2020-01-21 17:08:19 +01:00
  • 3a3ff93450 improve export doc Cédric Van Rompay 2020-01-20 18:12:15 +01:00
  • 3a1cdd37a3 move export test with other Olm tests to have active sessions Cédric Van Rompay 2020-01-15 17:22:39 +01:00
  • 8db38f8e75 fix output of getAllEndToEndSessions Cédric Van Rompay 2020-01-20 17:09:11 +01:00
  • ff24ef4ee5 add OlmDevice.prototype.export Cédric Van Rompay 2020-01-15 15:13:51 +01:00
  • 3faeec4add fix lint Bruno Windels 2020-01-23 15:59:47 +01:00
  • 7d56ee5084 with the change in the linked react-sdk PR, event isn't used anymore Bruno Windels 2020-01-23 15:52:23 +01:00
  • b2afaabb8c add unit tests for verifying your own device over to_device messages Bruno Windels 2020-01-23 15:52:07 +01:00
  • 3efaf90bc8 Merge pull request #1163 from matrix-org/bwindels/verificationaccceptedbyotherdevice Bruno Windels 2020-01-23 13:27:15 +00:00
  • 0c52887688 copyright year Bruno Windels 2020-01-23 10:51:19 +00:00
  • 8aa1c1545e Merge pull request #1164 from matrix-org/dbkr/prepublish_rel David Baker 2020-01-22 20:59:40 +00:00
  • 7c84f421c5 Turns out prepublish is deprecated and should be prepare David Baker 2020-01-22 14:14:24 +00:00
  • 42a1dea7ad Add a prepublish script David Baker 2020-01-22 14:09:01 +00:00
  • d5e9155a33 Merge pull request #1161 from matrix-org/dbkr/prepublish David Baker 2020-01-22 20:56:59 +00:00
  • 5def5ab074 Merge pull request #1162 from matrix-org/t3chguy/crypto/keys/upload/deviceId Michael Telatynski 2020-01-22 17:13:21 +00:00
  • 1b242e636b remove obsolete comment Bruno Windels 2020-01-22 17:36:16 +01:00
  • 05f05c889a don't verify in observeOnly mode Bruno Windels 2020-01-22 17:35:59 +01:00
  • 1367e285c8 have channel decide what is considered "sent by us" Bruno Windels 2020-01-22 17:34:50 +01:00
  • 45ec3e0bb9 also emit if the phase didn't change but observeOnly did Bruno Windels 2020-01-22 17:33:08 +01:00
  • dc38f78da2 add unit tests for verification request Bruno Windels 2020-01-22 17:36:48 +01:00
  • 1b6a74fd93 Remove :deviceId from /keys/upload/:deviceId as not spec-compliant Michael Telatynski 2020-01-22 15:20:13 +00:00
  • 9d8a1494aa Turns out prepublish is deprecated and should be prepare David Baker 2020-01-22 14:14:24 +00:00
  • 08465cf236 Add a prepublish script David Baker 2020-01-22 14:09:01 +00:00
  • 7016848401 Merge branch 'poljar/timeline-window-refactor' into develop Damir Jelić 2020-01-21 17:01:16 +01:00
  • bdd2a9e7e8 timeline-window: Small docfix. poljar 2020-01-21 16:55:12 +01:00
  • 80256e6782 Merge pull request #1158 from matrix-org/dbkr/upload_device_keys_empty_auth David Baker 2020-01-21 15:03:58 +00:00
  • 7907ef44f8 timeline-window: Refactor out and expose the logic to extend the window. Damir Jelić 2020-01-21 15:38:54 +01:00
  • 3a97a24686 timeline-window: Refactor out the TimelineIndex getting logic. Damir Jelić 2020-01-21 15:20:25 +01:00
  • 7f208ed44e Allow a device key upload request without auth David Baker 2020-01-21 11:35:49 +00:00
  • 22e6cfaebb Merge pull request #1140 from matrix-org/bwindels/verification-right-panel Bruno Windels 2020-01-20 17:17:51 +00:00
  • 9d6f873048 remove obsolete and now broken method Bruno Windels 2020-01-20 18:13:18 +01:00
  • d526229a0f update jsdoc of requestVerificationDM Bruno Windels 2020-01-20 18:12:52 +01:00
  • aac68290ac remove obsolete comment Bruno Windels 2020-01-20 17:56:28 +01:00
  • bd9a2c13eb implement API change in sas test for requestVerificationDM Bruno Windels 2020-01-20 17:55:48 +01:00
  • e5c65d53f8 set transaction_id for remote echos in TestClient Bruno Windels 2020-01-20 17:54:26 +01:00
  • 121e9d0225 don't overwrite a request when the remote echo arrives before event_id Bruno Windels 2020-01-20 17:36:55 +01:00
  • c12a3b6610 more fixup: make sure remote echo doesn't arrive earlier for TestClient Bruno Windels 2020-01-20 17:35:44 +01:00
  • 43fee73924 v4.0.0-rc.1 v4.0.0-rc.1 RiotRobot 2020-01-20 14:24:36 +00:00
  • b72e9cb36c Prepare changelog for v4.0.0-rc.1 RiotRobot 2020-01-20 14:24:35 +00:00
  • 77d0a76186 fixup: another timeout Bruno Windels 2020-01-20 14:52:34 +01:00
  • e89528315d enable fake timers for consistency Bruno Windels 2020-01-20 14:04:32 +01:00
  • c34ccc9d53 adjust test: requestVerification returns the request instead of verifier Bruno Windels 2020-01-20 14:03:43 +01:00
  • e51ba795f3 to make this work while using fake timers, don't use setTimeout Bruno Windels 2020-01-20 13:54:14 +01:00
  • 737dcc1d29 Merge pull request #1154 from matrix-org/jryans/complete-sec-confused J. Ryan Stinnett 2020-01-20 11:30:55 +00:00
  • dba08d230e Merge pull request #1157 from aaronraimist/v5-safe Travis Ralston 2020-01-18 19:29:44 -07:00
  • 15fb363874 Add v5 as a safe room version Aaron Raimist 2020-01-18 16:34:37 -06:00
  • cbe2965849 mention reason in cancellation error Bruno Windels 2020-01-17 19:01:30 +01:00
  • 59bfc45856 use setTimeout of setInterval Bruno Windels 2020-01-17 19:01:08 +01:00
  • ceb4581f91 Convert secret storage to new account data API J. Ryan Stinnett 2020-01-17 17:56:01 +00:00
  • 07cc93cca2 fix lint Bruno Windels 2020-01-17 16:58:19 +01:00
  • 1205178e26 Merge branch 'develop' into bwindels/verification-right-panel Travis Ralston 2020-01-16 13:10:04 -07:00
  • 8217c0f05f Merge pull request #1153 from matrix-org/jryans/cross-signing-setup J. Ryan Stinnett 2020-01-16 16:42:12 +00:00
  • c5c27b3cb0 Add API to get account data from server J. Ryan Stinnett 2020-01-15 21:03:11 +00:00
  • 04bbfae08e Merge pull request #1151 from matrix-org/travis/sourcemaps Travis Ralston 2020-01-15 10:11:25 -07:00
  • b3efa73eda Fix conflict in megolm.js Travis Ralston 2020-01-15 09:06:30 -07:00
  • f3efac059c Merge branch 'develop' into travis/sourcemaps Travis Ralston 2020-01-15 09:03:21 -07:00
  • 9fb4ed2ec0 Merge pull request #1146 from uhoreg/reporting_olm_error Hubert Chathi 2020-01-15 09:37:43 -05:00
  • f19013143a fix indexedDB storage and retry decryption when we get an olm error Hubert Chathi 2020-01-14 23:47:05 -05:00
  • ea3ee9bea5 Merge pull request #1148 from matrix-org/erikj/per_user_device_messages Hubert Chathi 2020-01-14 21:33:46 -05:00
  • ccca6f4b6d Re-add dist script usage to js-sdk and release script Travis Ralston 2020-01-14 14:44:06 -07:00
  • 6a583d2ba6 Merge pull request #1150 from matrix-org/dbkr/dont_error_on_unknown_devices David Baker 2020-01-14 17:11:47 +00:00
  • 4049a32871 Fix imports in crypto index post-merge Travis Ralston 2020-01-14 10:08:26 -07:00
  • 331c9ce1ff [CONFLICT CHUNKS] Merge branch 'develop' into travis/sourcemaps Travis Ralston 2020-01-14 10:04:36 -07:00
  • 81ab2aca37 spelling David Baker 2020-01-14 14:10:17 +00:00
  • 564b8276bf Merge pull request #1144 from matrix-org/dbkr/key_backup_resign David Baker 2020-01-14 11:30:06 +00:00
  • b4a93d2dc3 Also apply cahnge to '_splitBlockedDevices' Erik Johnston 2020-01-14 10:08:46 +00:00
  • 260040b919 Rename var to match new function Erik Johnston 2020-01-14 10:07:54 +00:00
  • 8dbef8b68e Merge pull request #1145 from aaronraimist/lock J. Ryan Stinnett 2020-01-13 21:32:49 +00:00
  • 458b2d422d Merge branch 'develop' into travis/sourcemaps Travis Ralston 2020-01-13 11:17:27 -07:00
  • ee51357dbc Add an option to ignore unverified devices David Baker 2020-01-13 17:37:38 +00:00
  • fa679e873d Merge pull request #1147 from uhoreg/separate_encrypted_content Hubert Chathi 2020-01-13 10:17:32 -05:00
  • ed3fded8e8 Send device messages for the same user in same API call. Erik Johnston 2020-01-13 13:43:00 +00:00
  • 92df82bfa9 Merge branch 'master' into develop RiotRobot 2020-01-13 12:55:18 +00:00
  • 0dc9c27651 v3.0.0 v3.0.0 RiotRobot 2020-01-13 12:52:23 +00:00