Commit graph

  • 92084e8005 Move all code under the Once event RMidhunSuresh 2022-03-07 11:32:30 +0530
  • 8b8233ff00
    Merge pull request #691 from vector-im/madlittlemods/only-crypto-in-secure-context Bruno Windels 2022-03-03 17:33:50 +0100
  • 60d60e9572 WIP RMidhunSuresh 2022-03-03 19:58:46 +0530
  • 61ce2f9e3d
    Add observeNavigation in ViewModel Ajay Bura 2022-03-03 15:36:25 +0530
  • 2f4c639cef Only initialize Crypto when olm is provided madlittlemods/only-crypto-in-secure-context Eric Eastwood 2022-03-02 03:17:59 -0600
  • c09964dc30
    Add data-event-id="$xxx" attributes to timeline items for easy selecting in end-to-end tests (#690) Eric Eastwood 2022-03-01 18:36:14 -0600
  • 19bb69c495 Move eventId getter to SimpleTile which is inherited by a few other tiles madlittlemods/event-data-attribute-for-easy-selection-in-tests Eric Eastwood 2022-03-01 17:27:48 -0600
  • 2e1283d199
    Merge pull request #670 from vector-im/bwindels/ts-olm Bruno Windels 2022-03-01 18:53:22 +0100
  • 62ce111938
    Merge pull request #692 from ryushar/ryushar/typescriptify Bruno Windels 2022-03-01 18:50:19 +0100
  • 770f7aea00
    Merge pull request #689 from vector-im/madlittlemods/add-more-html-elements Bruno Windels 2022-03-01 18:43:34 +0100
  • b6d9993ed0 remove unused import bwindels/ts-olm Bruno Windels 2022-03-01 17:08:49 +0100
  • 643ab1a5f3 cant export this for some reason Bruno Windels 2022-03-01 15:48:42 +0100
  • 42141c7063 bump SDK version Bruno Windels 2022-03-01 15:45:24 +0100
  • 1087d62705
    Merge pull request #695 from vector-im/ajbura-patch-1 Bruno Windels 2022-03-01 15:44:51 +0100
  • ee8e45926f also export observable value classes ajbura-patch-1 Bruno Windels 2022-03-01 15:42:04 +0100
  • 4c50dbf7ec make SDK exports explicit Bruno Windels 2022-03-01 15:41:44 +0100
  • 4a4856a29e
    export module Ajay Bura 2022-02-28 17:19:01 +0530
  • 0023ab34ba Add a placeholder for upgrading vite to comment on Eric Eastwood 2022-02-26 05:19:59 -0600
  • 8fb2b2755a Fix typos pointing to wrong files Eric Eastwood 2022-02-26 03:08:16 -0600
  • cd007b40e1 Make the SDK friendly to locally link and develop on Eric Eastwood 2022-02-26 01:12:00 -0600
  • 17acda7741 typescriptify domain/LogoutViewModel.js Tushar 2022-02-25 16:45:07 +0530
  • 7055f02f16 typescriptify domain/avatar.js Tushar 2022-02-25 15:52:54 +0530
  • 4bd169fd89 Add eventId getter Eric Eastwood 2022-02-25 02:07:42 -0600
  • 0935f2d23a Only try to use window.crypto.subtle in secure contexts to avoid it throwing and stopping all JavaScript Eric Eastwood 2022-02-25 01:59:48 -0600
  • a6e3e3a7b4 Add data-event-id="$xxx" attributes to timeline items for easy selecting in tests Eric Eastwood 2022-02-25 01:50:42 -0600
  • ea2d45cab7 No need to comment this out since linkedom supports it now Eric Eastwood 2022-02-25 01:48:16 -0600
  • b993331e06 Add more HTML form and SVG elements madlittlemods/add-more-html-elements Eric Eastwood 2022-02-25 01:40:52 -0600
  • 082d997eed Only try to use window.crypto.subtle in secure contexts to avoid it throwing and stopping all JavaScript Eric Eastwood 2022-02-24 12:13:05 -0600
  • fc89bfdd53 Get rid of duplicate export Eric Eastwood 2022-02-24 02:44:16 -0600
  • 3e58619935 Add more SVG elements Eric Eastwood 2022-02-24 02:43:36 -0600
  • a4cdde6f53 Use UTC timestamps and add data attribute for easy targeting in tests Eric Eastwood 2022-02-24 02:41:54 -0600
  • 6005fcfc55 Add permalink to timestamp Eric Eastwood 2022-02-24 02:40:37 -0600
  • f29f52347d WIP2 bwindels/ts-megolm Bruno Windels 2022-02-21 19:25:59 +0100
  • 8adc5a9fae these were public actually Bruno Windels 2022-02-18 17:24:55 +0100
  • 3f9f0e98c7 remove unused olm property in SenderKeyDecryption Bruno Windels 2022-02-18 17:21:14 +0100
  • 82299e5aea
    Update src/matrix/e2ee/olm/Decryption.ts Bruno Windels 2022-02-18 17:18:33 +0100
  • 3330530f68
    Update src/matrix/e2ee/DecryptionResult.ts Bruno Windels 2022-02-18 17:18:25 +0100
  • 620409b3f0 fixup: ctor argument order Bruno Windels 2022-02-18 17:10:26 +0100
  • 78e0bb1ff0 replace isPreKeyMessage with const enum Bruno Windels 2022-02-18 17:00:56 +0100
  • 347edb5988 remove unused storage property Bruno Windels 2022-02-18 16:47:47 +0100
  • c114eab26d WIP Bruno Windels 2022-02-17 17:55:51 +0100
  • 0ff1a01b42
    Merge pull request #669 from vector-im/bwindels/contrib Bruno Windels 2022-02-17 17:46:57 +0100
  • 91fd0e433a remove changelog notes remainder bwindels/contrib Bruno Windels 2022-02-17 17:44:44 +0100
  • cdd6112971 finish adapting contribution guide Bruno Windels 2022-02-17 17:39:45 +0100
  • ac48a5a4df bump SDK version to 0.0.8 Bruno Windels 2022-02-17 10:10:23 +0100
  • 49f6a2c2eb
    Merge pull request #679 from vector-im/bwindels/fix-vm-ctor-default-options Bruno Windels 2022-02-17 10:10:19 +0100
  • 2821f4d396
    Merge pull request #680 from vector-im/bwindels/export-roomstatus Bruno Windels 2022-02-17 09:51:12 +0100
  • 2472f11ec0 export RoomStatus bwindels/export-roomstatus Bruno Windels 2022-02-17 09:47:57 +0100
  • 7f1fed6f8c always pass options to ViewModel constructor bwindels/fix-vm-ctor-default-options Bruno Windels 2022-02-17 09:24:18 +0100
  • d971fd1a47
    Merge pull request #678 from vector-im/fix-viewmodel-error Bruno Windels 2022-02-17 09:08:54 +0100
  • 498a43327f Check if options exist in emitChange fix-viewmodel-error RMidhunSuresh 2022-02-17 11:30:04 +0530
  • d9acc83182
    Merge pull request #675 from vector-im/bwindels/fix-lint-timeline-import Bruno Windels 2022-02-16 18:05:52 +0100
  • 60f5da60bb fix lint bwindels/fix-lint-timeline-import Bruno Windels 2022-02-16 18:01:24 +0100
  • e3e90ed167 convert olm/Encryption to TS Bruno Windels 2022-02-16 18:00:13 +0100
  • eb5ca200f2 missed rename here Bruno Windels 2022-02-16 18:00:03 +0100
  • 61b264be3b bump sdk version to 0.0.7 Bruno Windels 2022-02-16 10:20:53 +0100
  • 37cec04e9c
    Merge pull request #671 from vector-im/token-auth-registration Bruno Windels 2022-02-16 10:20:33 +0100
  • 7a9298328f Return _type from getter token-auth-registration RMidhunSuresh 2022-02-16 14:37:18 +0530
  • a76bcd1739 Changes in TokenAuth RMidhunSuresh 2022-02-16 13:36:24 +0530
  • 60bc4450f3 Use type from server RMidhunSuresh 2022-02-16 13:21:04 +0530
  • ed151c8567 Return token stage from createRegistrationStage RMidhunSuresh 2022-02-16 12:33:59 +0530
  • c40801efd9 Implement the registration stage RMidhunSuresh 2022-02-16 12:33:24 +0530
  • a4fd1615dd convert decryption Bruno Windels 2022-02-15 18:21:29 +0100
  • 74c640f937 convert Session Bruno Windels 2022-02-15 18:20:49 +0100
  • 7aeda70ff6 convert DecryptionResult Bruno Windels 2022-02-15 18:19:49 +0100
  • c6dde63abd
    Merge pull request #668 from vector-im/bwindels/ts-viewmodel Bruno Windels 2022-02-15 15:38:22 +0100
  • dea1e7eaf3 bump sdk version Bruno Windels 2022-02-15 11:31:50 +0100
  • 7179758c50 also here bwindels/ts-viewmodel Bruno Windels 2022-02-15 08:22:09 +0100
  • 1032f4dbc6 Merge branch 'master' into madlittlemods/matrix-public-archive-scratch-changes Eric Eastwood 2022-02-14 15:03:07 -0600
  • 1a159f9e9a WIP Bruno Windels 2022-02-14 18:01:04 +0100
  • 1795f58ba5 rename imports Bruno Windels 2022-02-14 17:53:59 +0100
  • 4d82dd22b6 convert ViewModel to typescript Bruno Windels 2022-02-14 17:50:17 +0100
  • 460780d602
    Merge pull request #666 from vector-im/madlittlemods/explicit-domparser-document-for-consistent-return-with-linkedom-ssr Bruno Windels 2022-02-14 09:57:31 +0100
  • dfed04166e Fix missing reply text when message body is parsed as HTML in [linkedom](https://github.com/WebReflection/linkedom) (SSR). madlittlemods/explicit-domparser-document-for-consistent-return-with-linkedom-ssr Eric Eastwood 2022-02-11 19:47:24 -0600
  • 48825ea30f Use explicit HTML document boilerplate to get consistent results in browser and linkedom (for SSR) Eric Eastwood 2022-02-11 19:23:45 -0600
  • 75e2618f70
    Merge pull request #664 from vector-im/bwindels/onlylogsummarykeys Bruno Windels 2022-02-11 18:41:26 +0100
  • 9685ef4dd3 dont log summary valued, as they can contain PII bwindels/onlylogsummarykeys Bruno Windels 2022-02-11 18:39:37 +0100
  • 750f3cd8ff release v0.2.26 v0.2.26 Bruno Windels 2022-02-11 17:20:54 +0100
  • 34ec0e2c82
    Merge pull request #663 from vector-im/bwindels/fix-reply-not-loading Bruno Windels 2022-02-11 17:20:06 +0100
  • ea8f3e5a6a remove argument that is already bound in BaseRoom, making decryption fail bwindels/fix-reply-not-loading Bruno Windels 2022-02-11 17:14:56 +0100
  • a184ad528f
    Merge pull request #654 from vector-im/bwindels/create-room Bruno Windels 2022-02-11 16:56:24 +0100
  • 57b1542688 use private topic field as public one got removed as not needed in view bwindels/create-room Bruno Windels 2022-02-11 09:37:56 +0100
  • 175f869c83 fix lint Bruno Windels 2022-02-10 20:07:27 +0100
  • a442b4b009 Merge branch 'master' into bwindels/create-room Bruno Windels 2022-02-10 20:05:40 +0100
  • d65b25f084 also adjust m.direct if the room has already been replaced Bruno Windels 2022-02-10 20:00:01 +0100
  • 2765f48a64 create user id array in m.direct if it doesn't exist already Bruno Windels 2022-02-10 19:59:44 +0100
  • d2008a336b fix lint errors Bruno Windels 2022-02-10 19:54:47 +0100
  • ff46d382ac adjust m.direct when creating a DM Bruno Windels 2022-02-10 19:54:15 +0100
  • 3adb2c3254 fix ts errors Bruno Windels 2022-02-10 16:44:40 +0100
  • 8526461d3c split up create code into separate files Bruno Windels 2022-02-10 16:39:54 +0100
  • 15eecbb463 cleanup Bruno Windels 2022-02-10 16:28:44 +0100
  • 30c8ea29b2 fix bug where the wrong left panel tile is removed when accepting invite Bruno Windels 2022-02-10 16:27:32 +0100
  • b0d790543a push to navigation in SessionViewModel rather than RVO Bruno Windels 2022-02-10 14:57:48 +0100
  • 2c1b29e637 remove logging Bruno Windels 2022-02-10 14:39:41 +0100
  • 75bbde598d also consider rooms without a name and just you and the other a DM Bruno Windels 2022-02-10 14:39:18 +0100
  • 955a6bd6f9 styling for button in member details to open DM Bruno Windels 2022-02-10 14:38:12 +0100
  • 147810864f add support to set alias and federation flag in create room Bruno Windels 2022-02-10 14:09:18 +0100
  • 4c0167ed74 don't show spinner in left panel when room creation fails Bruno Windels 2022-02-10 11:19:43 +0100
  • 024a6c06aa handle offline error nicer Bruno Windels 2022-02-10 11:11:15 +0100
  • b5536830d0 improve RoomBeingCreatedView, allow removing the roombeingcreated Bruno Windels 2022-02-10 11:07:29 +0100