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

feat: support ipfs daemon --offline #936

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2020

  1. WIP: enabling context and tools menus to allow local pinning when IPF…

    …S daemon is running in offline mode
    Brian Belhumeur committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6e7d349 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ipfs-shipyard/ipfs-companion

     into issue790
    Brian Belhumeur committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    baf1172 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Change >= 0 to > -1 for consistency

    Brian Belhumeur committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0f51c6b View commit details
    Browse the repository at this point in the history
  2. refactor: separate 'api down' from 'offline' state

    This changes the meaning of  offlinePeerCount to be the state when
    peerCount is 0, and adds explicit apiDownPeerCount equal -1 to indicate
    state where extension is unable to read peerCount and has to assume API
    is down.
    lidel committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a7793c7 View commit details
    Browse the repository at this point in the history
  3. feat: precache using public when in offline mode

    This way webui is present in local repo, even when no p2p transfer can
    happen to fetch it
    lidel committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    53ca68c View commit details
    Browse the repository at this point in the history