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

Add IPFS content provider (InterPlanetary File System) #1098

Closed
wants to merge 7 commits into from

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    16efd2d View commit details
    Browse the repository at this point in the history
  2. IPFS: use regex-based is_cid

    While the py_cid-package would be more accurate, it has quite a bunch of
    dependencies and for most cases, this regex based approach should just
    work fine.
    d70-t committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    1708ae5 View commit details
    Browse the repository at this point in the history
  3. run black

    d70-t committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    9c31e91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02c61c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af1273f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdcbd4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c45888 View commit details
    Browse the repository at this point in the history