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 and improve the writable gateway #6539

Merged
merged 4 commits into from
Jul 27, 2019
Merged

fix and improve the writable gateway #6539

merged 4 commits into from
Jul 27, 2019

Commits on Jul 26, 2019

  1. fix and improve the writable gateway

    1. Fix handling of PUT. The simple implementation was the correct
       implementation, I have no idea what was going on here.
    2. Use MFS everywhere to reduce code duplication and add support for sharded
       directories.
    3. _Correctly_ block IPNS.
    4. Remove the dependency on `core.IpfsNode`.
    5. Remove support for putting empty directories with a well-known CID. It was
       useless as directories are automatically created.
    Stebalien committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    521a299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c22274 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e282aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50a1113 View commit details
    Browse the repository at this point in the history