Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest changes for thirdroom/dev #1091

Merged
merged 198 commits into from
May 15, 2023
Merged

Latest changes for thirdroom/dev #1091

merged 198 commits into from
May 15, 2023

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    087a4ad View commit details
    Browse the repository at this point in the history
  2. Remove newline

    MadLittleMods committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f0d53fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29aac09 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    35a08e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. WIP

    MidhunSureshR committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    772d91f View commit details
    Browse the repository at this point in the history
  2. WIP

    MidhunSureshR committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d81864e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. WIP +1

    MidhunSureshR committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    e6ea003 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Add more stages

    MidhunSureshR committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3321859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1dca9 View commit details
    Browse the repository at this point in the history
  3. Remove comment

    MidhunSureshR committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    af918e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75688cf View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    ed4eb9b View commit details
    Browse the repository at this point in the history
  2. Remove log

    MidhunSureshR committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e46b760 View commit details
    Browse the repository at this point in the history
  3. Channel WIP

    MidhunSureshR committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b6041cd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Store cross-signing keys in format as returned from server, in separa…

    …te store
    
    This will make it easier to sign and verify signatures with these keys,
    as the signed value needs to have the same layout when signing and
    for every verification.
    bwindels committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1510905 View commit details
    Browse the repository at this point in the history
  2. Store device keys in format needed to sign/verify, convert to TS

    In order to sign and verify signatures of design keys, we need
    to have them in the format as they are uploaded and downloaded
    from the homeserver. So, like the cross-signing keys, we store
    them in locally in the same format to avoid constant convertions.
    
    I also renamed deviceIdentities to deviceKeys, analogue to
    crossSigningKeys. In order to prevent mistakes in this refactor,
    I also converted DeviceTracker to typescript.
    bwindels committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b8fb2b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. WIP

    MidhunSureshR committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    683e055 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    daf66e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9412aa View commit details
    Browse the repository at this point in the history
  3. make sure the key property doesn't leak out of the storage layer

    as it ends up in the value we're signing and uploading,
    corrupting the signature
    bwindels committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4dce93e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20a6fcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    504d869 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34b113b View commit details
    Browse the repository at this point in the history
  7. cleanup comments

    bwindels committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3a303ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa662db View commit details
    Browse the repository at this point in the history
  9. cleanup

    bwindels committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    9789e58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dc3aca View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d806b0 View commit details
    Browse the repository at this point in the history
  2. rename deviceTrackingStatus to keysTrackingStatus

    as this field also reflects the tracking status of the cross-signing
    keys for a given user.
    bwindels committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c747d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2563aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08984ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eff495c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2ee824 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    774efc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c7f784 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    149f187 View commit details
    Browse the repository at this point in the history
  10. fix ts error

    bwindels committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e00d02a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Upgrade olm

    MidhunSureshR committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    78b5d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9b462c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    4540ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    b3cc07c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    bae18c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ecad5 View commit details
    Browse the repository at this point in the history
  3. delay signature validation of cross-signing keys until calculating trust

    always store them, if not we'll think that the user hasn't uploaded
    the cross-signing keys if we don't store them in spite of invalid or
    missing signature.
    bwindels committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a065189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b51fc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a69246f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f8fb93 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. remove unused transaction

    bwindels committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    760da62 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. WIP

    bwindels committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    780dfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e653d5 View commit details
    Browse the repository at this point in the history
  3. Write unit tests

    MidhunSureshR committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    720585b View commit details
    Browse the repository at this point in the history
  4. Refactor code

    MidhunSureshR committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9c82dd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    fd96d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806e672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dedf64d View commit details
    Browse the repository at this point in the history
  4. Refactor code

    1. Remove unused properties from base stage
    2. Split UserData into fields
    3. Write getter for channel prop
    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d70dd66 View commit details
    Browse the repository at this point in the history
  5. Rename class

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    65c0afb View commit details
    Browse the repository at this point in the history
  6. Remove magic string

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8e08916 View commit details
    Browse the repository at this point in the history
  7. Add more logging

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    c08e136 View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    fc86789 View commit details
    Browse the repository at this point in the history
  9. Fix comment

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ec66e88 View commit details
    Browse the repository at this point in the history
  10. Refactor SendMacStage

    - Convert property to argument
    - Remove unnecessary olm type
    - Use Channel.getEvent
    - Fix ILogItem import
    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2cde9b2 View commit details
    Browse the repository at this point in the history
  11. Refactor SendReadyStage

    - Change log identifier string
    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f54a4d1 View commit details
    Browse the repository at this point in the history
  12. Fix string in logger

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    d60214d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d41746e View commit details
    Browse the repository at this point in the history
  14. Refactor CalculateSASStage

    - Expose emoji from stage
    - Await promise that resolves when emoji is matched
    - Modify tests
    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ed70feb View commit details
    Browse the repository at this point in the history
  15. Refactor VerifyMacStage

    MidhunSureshR committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a5743e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    672b0ac View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Remove comment

    MidhunSureshR committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1904659 View commit details
    Browse the repository at this point in the history
  2. Pass log last

    MidhunSureshR committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fc6e56b View commit details
    Browse the repository at this point in the history
  3. Refactor Channel

    MidhunSureshR committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cd9b340 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610bbcc View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Fix import

    MidhunSureshR committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ed9fc14 View commit details
    Browse the repository at this point in the history
  2. Move import up

    MidhunSureshR committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9d8c045 View commit details
    Browse the repository at this point in the history
  3. WIP2

    bwindels committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    dd59f37 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    a1086a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d37ae View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    120c93d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. don't reuse existing transaction to read from 4S, as webcrypto termin…

    …ates idb transactions
    bwindels committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    762a91b View commit details
    Browse the repository at this point in the history
  2. Do not emit for now

    MidhunSureshR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e2ae5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321775b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c09f20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    589bc16 View commit details
    Browse the repository at this point in the history
  6. Add explaining comment

    MidhunSureshR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7c6bcbc View commit details
    Browse the repository at this point in the history
  7. Use deferred

    MidhunSureshR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    225a778 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae60c30 View commit details
    Browse the repository at this point in the history
  9. Inline code

    MidhunSureshR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8ea484e View commit details
    Browse the repository at this point in the history
  10. Change type

    MidhunSureshR committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2f7e67d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90faad5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d170c6f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9383246 View commit details
    Browse the repository at this point in the history
  14. fix import

    bwindels committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    eaa7de8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. show shield as icon

    bwindels committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6abc918 View commit details
    Browse the repository at this point in the history
  2. add newlines between getters

    bwindels committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    21729a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2214061 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1042 from vector-im/cross-signing/self-sign-other…

    …-device
    
    Cross-signing: sign other users
    bwindels authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    117ee3b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1062 from vector-im/cross-signing/user-shield2

    Cross-signing: refactor secret storage loading at startup and show user shield in member details panel
    bwindels authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    07df6a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    371916e View commit details
    Browse the repository at this point in the history
  7. Label magic number

    MadLittleMods committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    acba597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d4dfd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge pull request #1058 from vector-im/support-arbitrary-toast-notif…

    …ications
    
    Refactor calls toast code to support other types of toasts
    MidhunSureshR authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    aeb5e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7a4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c92c5 View commit details
    Browse the repository at this point in the history
  4. fix login not working

    bwindels committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1c923a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36fe043 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b17dc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18d735b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58f7363 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c1878c View commit details
    Browse the repository at this point in the history
  10. fix logging after return

    bwindels committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ac9c244 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30c0da3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc4da5c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1065 from vector-im/bwindels/fix-ts-errors-with-4.9

    fix ts errors with latest tsc 4.x version (as used on CI)
    bwindels authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f0e945b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e71ecdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c294b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c92fd60 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1064 from vector-im/bwindels/console-logging-expa…

    …nd-errors
    
    ConsoleReporter: expand all parents of item that has an error
    bwindels authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8c6c957 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    0f7ef69 View commit details
    Browse the repository at this point in the history
  2. WIP: Toast notification

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4c6a240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ce3f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aa86c6 View commit details
    Browse the repository at this point in the history
  5. Refactor code

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    16c1448 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15ab7e7 View commit details
    Browse the repository at this point in the history
  7. Fix rebase

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8c06582 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd3e32d View commit details
    Browse the repository at this point in the history
  9. Remove "any" type

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e380406 View commit details
    Browse the repository at this point in the history
  10. Change log string

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    918ee6b View commit details
    Browse the repository at this point in the history
  11. Fix emit

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d32d0de View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0588d04 View commit details
    Browse the repository at this point in the history
  13. Remove unused code

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ac1a16d View commit details
    Browse the repository at this point in the history
  14. Import as types

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7e2823b View commit details
    Browse the repository at this point in the history
  15. Import as type

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    8becb2b View commit details
    Browse the repository at this point in the history
  16. Combine css styles

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5fa4afa View commit details
    Browse the repository at this point in the history
  17. Some more changes

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    41ebf13 View commit details
    Browse the repository at this point in the history
  18. Use optional chaining

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e0b3e9f View commit details
    Browse the repository at this point in the history
  19. Wrap in feature flag

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f822a7a View commit details
    Browse the repository at this point in the history
  20. Fix rebase

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    53c0fc2 View commit details
    Browse the repository at this point in the history
  21. Fix rebase again

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6e2cd35 View commit details
    Browse the repository at this point in the history
  22. Fix SAS failing

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9080263 View commit details
    Browse the repository at this point in the history
  23. Update src/platform/web/ui/css/themes/element/theme.css

    Co-authored-by: Bruno Windels <274386+bwindels@users.noreply.github.com>
    MidhunSureshR and bwindels committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6e054fc View commit details
    Browse the repository at this point in the history
  24. Change method name

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6fefc15 View commit details
    Browse the repository at this point in the history
  25. Remove property

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b2d6a78 View commit details
    Browse the repository at this point in the history
  26. Use getter

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    38a82b2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    82692ed View commit details
    Browse the repository at this point in the history
  28. Use switch case

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6a8007f View commit details
    Browse the repository at this point in the history
  29. Fix render error

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9884ee2 View commit details
    Browse the repository at this point in the history
  30. Use e2ee account

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7eb1c09 View commit details
    Browse the repository at this point in the history
  31. Make code more clear

    MidhunSureshR committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ce01878 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #1040 from vector-im/sas-verification

    Implement SAS Verification for crosssigning
    bwindels authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d8d4f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67cc426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f158197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e78580c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f5e2af View commit details
    Browse the repository at this point in the history
  6. Fix broken tests

    MidhunSureshR committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    244d56b View commit details
    Browse the repository at this point in the history
  7. Log mac method

    MidhunSureshR committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b8e2823 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1066 from vector-im/fix-sas-issues

    Fix some SAS issues
    bwindels authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    51c3e31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74fe742 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2b6c44 View commit details
    Browse the repository at this point in the history
  11. fix tests

    bwindels committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ab65745 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1067 from vector-im/cross-signing/sign-device-aft…

    …er-sas2
    
    Cross-signing: sign device or user when mac check out during sas
    bwindels authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    915ab9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f659970 View commit details
    Browse the repository at this point in the history
  14. fix lint

    bwindels committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a1b7696 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    c876951 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1068 from vector-im/cross-signing/user-trust-obse…

    …rvable
    
    Cross-signing: implement observing user trust so UI can update when signing
    bwindels authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    515bd24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    016f9ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1070 from vector-im/fix-more-sas-issues

    Fix more SAS issues
    bwindels authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4a0e2c7 View commit details
    Browse the repository at this point in the history
  5. Dispose cross-signing

    MidhunSureshR committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7e20440 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1071 from vector-im/dispose-handler

    Dispose cross-signing and subscriptions
    bwindels authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a925ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. export BlobHandle and add method to create handle from buffer with un…

    …filtered mimetype (for thirdroom)
    bwindels committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    457f1e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1073 from vector-im/bwindels/export-blobhandle-sdk

    export BlobHandle and add method to create handle from buffer with un…
    bwindels authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c37e861 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    3019710 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1074 from vector-im/bwindels/expose-create-blob-m…

    …ethod-without-filter
    
    expose method on BlobHandle to create a handle without mimetype filtering
    bwindels authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    a87edcf View commit details
    Browse the repository at this point in the history
  3. sdk version 0.1.2

    bwindels committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ee5105c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Use new prop names

    MidhunSureshR committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    82a7c9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #921 from vector-im/madlittlemods/copy-permalink

    Add "Copy `matrix.to` permalink" message action
    bwindels authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a8d4928 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b52489c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge pull request #1075 from vector-im/fix-broken-key-share

    Update code in RoomEncryption to use device_id and user_id
    bwindels authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7a726ff View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    2ae2c21 View commit details
    Browse the repository at this point in the history
  2. Update docs

    MidhunSureshR committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    13d198d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35f6af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1077 from vector-im/update-sdk-1

    Update SDK documentation to reflect latest code changes
    MidhunSureshR authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e77727e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Accommodate long dates in sticky date headers

    Example: `Wednesday, November 16, 2022`
    MadLittleMods committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1686b3d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    99e67fe View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    72c6172 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    d9bdf11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1080 from vector-im/fix-call-issues

    Fix large log files generated when calls are used
    MidhunSureshR authored May 3, 2023
    Configuration menu
    Copy the full SHA
    e5d5f46 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Add workflow file

    MidhunSureshR committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f28b23b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1084 from vector-im/sdk-release-action

    Add workflow file for publishing sdk package
    MidhunSureshR authored May 4, 2023
    Configuration menu
    Copy the full SHA
    d47fcc6 View commit details
    Browse the repository at this point in the history
  3. Remove comment

    MidhunSureshR committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d31ba7c View commit details
    Browse the repository at this point in the history
  4. Lock node version

    MidhunSureshR committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fcd7f91 View commit details
    Browse the repository at this point in the history
  5. Use setup node

    MidhunSureshR committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c6fa81b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    c45a84e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1085 from vector-im/fix-1081

    Fix broken sdk when used without encryption
    MidhunSureshR authored May 5, 2023
    Configuration menu
    Copy the full SHA
    4cb11a1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    eb697ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc5b68 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #1078 from vector-im/madlittlemods/accommodate-lon…

    …g-dates-in-date-headers
    
    Accommodate long dates in sticky date headers
    MidhunSureshR authored May 10, 2023
    Configuration menu
    Copy the full SHA
    e42b767 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    c20e291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701a6fa View commit details
    Browse the repository at this point in the history