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

fix: skip window.ipfs #845

Merged
merged 3 commits into from
Oct 4, 2018
Merged

fix: skip window.ipfs #845

merged 3 commits into from
Oct 4, 2018

Commits on Oct 2, 2018

  1. fix: skip window.ipfs

    Web UI wants all the privileges. With window.ipfs the files view
    gets silo'd to the files added _in this origin_ so it's gonna
    cause confusion.
    
    This PR updates thing to use the new ipfs-redux-bundle and skips
    window.ipfs in the provider checks.
    
    Also adds an identity bundle as we no longer use /id as the
    ipfs connection test, to move us towards supporting the read-only
    api where it is all that is available.
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b320517 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. chore: use ipfs-redux-bundle@4.0.0

    also add provider info for ipfs-companion
    
    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    f49ad7e View commit details
    Browse the repository at this point in the history
  2. fix: e2e tests use mock companion provider

    License: MIT
    Signed-off-by: Oli Evans <oli@tableflip.io>
    olizilla committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    1e05c16 View commit details
    Browse the repository at this point in the history