Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

tutorial: File Exchange - Transfer files between desktop and browser using go-ipfs, js-ipfs and orbit-db #716

Closed
wants to merge 26 commits into from

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    fb67d77 View commit details
    Browse the repository at this point in the history
  2. docs(example:file-feed):

    - reformat to tutorial structure
    - fix linting
    - update npm scripts
    - remove duplicated code (parts of it, there is still more)
    - use signalling server through DNS
    - clean up
    - uncheck checked dist version of js-ipfs
    - fix: remove ipfs-daemon out of the equation
    - fix: use spawnNode
    daviddias authored and haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    67cffa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbf5ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24239c2 View commit details
    Browse the repository at this point in the history
  5. Add list of peers view

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    daf0560 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c989e9 View commit details
    Browse the repository at this point in the history
  7. Tweak styles

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    f28c9f0 View commit details
    Browse the repository at this point in the history
  8. Add connect to peer inputs

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    037e9f1 View commit details
    Browse the repository at this point in the history
  9. Add CLI examples

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    514bd93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    576cee3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    34e68d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cdf7739 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5a86549 View commit details
    Browse the repository at this point in the history
  14. docs(example:file-feed): Refactor and cleanup

    Use callbacks instead of Promises.
    Refactor DataStore.
    Move fonts import to CSS.
    Add "postinstall" step to package.json to copy the webpack config file to its correct directory.
    Remove old files that were added back to due to a messed up rebase.
    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    041348e View commit details
    Browse the repository at this point in the history
  15. docs(example:file-feed): Polish UI

    Display error in status field.
    Add IPFS logo.
    Add favicon.
    Tweak fonts and margins.
    Add fallback fonts.
    Fix peers view.
    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    4a96a60 View commit details
    Browse the repository at this point in the history
  16. docs(example:file-feed): Refactor CLI tool

    Use yargs for CLI options.
    Break down shared code between CLI programs.
    Refactor 'daemon' --> 'listen'.
    Separate 'add' and 'listen' to their separate data folders.
    Remove Buffer from deps.
    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    6f4a76c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    683f19b View commit details
    Browse the repository at this point in the history
  18. WIP

    Rebase on master.
    Make interop work on CLI.
    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e389566 View commit details
    Browse the repository at this point in the history
  19. Use latest Buffer as dev dep

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e155f4d View commit details
    Browse the repository at this point in the history
  20. Tweak Peers view

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    0f57166 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d2317fd View commit details
    Browse the repository at this point in the history
  22. Change name to File Exchange

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    ec57ebb View commit details
    Browse the repository at this point in the history
  23. Display Swarm peers

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    100abb9 View commit details
    Browse the repository at this point in the history
  24. Improve CLI output

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    1b6fbf7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7d120c6 View commit details
    Browse the repository at this point in the history
  26. Quick fixes for demo

    haadcode committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    e2eb227 View commit details
    Browse the repository at this point in the history