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

Use URLSearchParams instead of transitive dependency querystring #13138

Merged
merged 9 commits into from
Jul 16, 2021

Commits on Apr 12, 2020

  1. Use URLSearchParams instead of transitive dependency querystring

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    8fdb414 View commit details
    Browse the repository at this point in the history
  2. fix typescript

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c044e1a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. move urlSearchParamsToObject and global.d.ts to react-sdk

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6764c7e View commit details
    Browse the repository at this point in the history
  2. remove dependency on qs

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d914b13 View commit details
    Browse the repository at this point in the history
  3. remove dependency on url

    Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
    t3chguy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    078d6a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Merge branch 'develop' of github.com:vector-im/element-web into t3chg…

    …uy/querystring
    
    � Conflicts:
    �	package.json
    �	src/@types/global.d.ts
    �	src/vector/app.tsx
    �	src/vector/jitsi/index.ts
    �	src/vector/platform/WebPlatform.ts
    �	yarn.lock
    t3chguy committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    b03b458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75e4d16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26fef6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7a9357 View commit details
    Browse the repository at this point in the history