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

Handle multiple invitation addresses #1686

Merged
merged 36 commits into from
Sep 11, 2023
Merged

Handle multiple invitation addresses #1686

merged 36 commits into from
Sep 11, 2023

Commits on Aug 3, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    ee91ad1 View commit details
    Browse the repository at this point in the history
  2. Adjust code to display multiple addresses in invitation url

    tsconfig - change target to es2020, add dom.iterable to lib options
    EmiM committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    525383a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 23, 2023

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

Commits on Aug 24, 2023

  1. Remove tmp fix for sendCommand

    EmiM committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2e2d3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289d9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30ec894 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix community double launch

    vinkabuki committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bb30494 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Aug 29, 2023

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

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    17e2903 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    EmiM committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    51cbda4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b78d8 View commit details
    Browse the repository at this point in the history
  4. Validate invitation codes format in url pasted in join screen; cleanu…

    …p, fix part of the tests
    EmiM committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fe1eac5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Cleanup

    EmiM committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    56e4faf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    6bb6f49 View commit details
    Browse the repository at this point in the history
  2. Do not save same csr twice

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0928c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e8a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd11cd6 View commit details
    Browse the repository at this point in the history
  5. Temporarly do not show "invitation code invalid" modal

    Remove unused fields from Libp2pNodeParams type
    Cleanup
    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f1fe680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    912e3de View commit details
    Browse the repository at this point in the history
  7. Cleanup

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    985278d View commit details
    Browse the repository at this point in the history
  8. Fix

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    974324a View commit details
    Browse the repository at this point in the history
  9. Fix backend tests

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1cd5094 View commit details
    Browse the repository at this point in the history
  10. Fix

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9a2b402 View commit details
    Browse the repository at this point in the history
  11. Fix state-manager tests

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    aed8825 View commit details
    Browse the repository at this point in the history
  12. Fix or skip desktop tests

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    92182af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6232b9c View commit details
    Browse the repository at this point in the history
  14. Adjust e2e tests

    EmiM committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d4d60e5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    af8003b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Fix/skip deepLink mobile tests

    EmiM committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5022d62 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    EmiM committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7362b47 View commit details
    Browse the repository at this point in the history