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

Dbkr/save key backup key #4541

Closed
wants to merge 31 commits into from
Closed

Dbkr/save key backup key #4541

wants to merge 31 commits into from

Commits on Sep 12, 2024

  1. Switch sliding sync support to simplified sliding sync

    Experimental PR to test js-sdk with simlified sliding sync.
    
    This does not maintain support for regulaer sliding sync.
    dbkr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    65762c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    2593998 View commit details
    Browse the repository at this point in the history
  2. Fix some tests

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6fba79c View commit details
    Browse the repository at this point in the history
  3. Fix remaining tests

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e26e926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c75c06a View commit details
    Browse the repository at this point in the history
  5. Linting

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7444094 View commit details
    Browse the repository at this point in the history
  6. Make comments lie less

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bf7be48 View commit details
    Browse the repository at this point in the history
  7. void

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ade2c86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8c3419 View commit details
    Browse the repository at this point in the history
  9. Fix test

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    85400e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c44818f View commit details
    Browse the repository at this point in the history
  11. Hopefully fix DM names

    kegsay committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aeeb25f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    244ca62 View commit details
    Browse the repository at this point in the history
  2. Fix how heroes work

    kegsay committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bd3f9f7 View commit details
    Browse the repository at this point in the history
  3. Linting

    kegsay committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    581b419 View commit details
    Browse the repository at this point in the history
  4. Ensure that when SSS omits heroes we don't forget we had heroes

    Otherwise when the room next appears the name/avatar reset to
    'Empty Room' with no avatar.
    kegsay committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    39b4e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11e7a3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    511a873 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Remove list ops and server-provided sort positions

    SSS doesn't have them.
    kegsay committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    181d786 View commit details
    Browse the repository at this point in the history
  2. Linting

    kegsay committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    679a984 View commit details
    Browse the repository at this point in the history
  3. Add Room.bumpStamp

    kegsay committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cf37e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update crypto wasm lib

    For new functions
    kegsay authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    426aa93 View commit details
    Browse the repository at this point in the history
  2. Add performance logging

    kegsay committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    63a636f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8d4161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fd6675 View commit details
    Browse the repository at this point in the history
  5. Mark all tracked users as dirty on expired SSS connections

    See matrix-org/matrix-rust-sdk#3965 for
    more information. Requires `Extension.onRequest` to be `async`.
    kegsay committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8616294 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    3833273 View commit details
    Browse the repository at this point in the history
  2. add ts extension

    dbkr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8b7213b View commit details
    Browse the repository at this point in the history
  3. Fix typedoc ref

    dbkr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c6f8440 View commit details
    Browse the repository at this point in the history
  4. Add method to interface

    dbkr committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    336797e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Save the key backup key to secret storage

    When setting up secret storage, if we have a key backup key in cache
    (like we do for the cross signing secrets).
    dbkr committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    332f9ca View commit details
    Browse the repository at this point in the history