Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/ipfs-companion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.0
Choose a base ref
...
head repository: ipfs/ipfs-companion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.22.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    7651e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fixing Release PR (#1160)

    missing config
    whizzzkid authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    28d4926 View commit details
    Browse the repository at this point in the history
  2. fix(recovery): 🐛 false-positive for non-gateway URLs (#1163)

    * fix(recovery): 🐛 No recovery for URLs being redirected.
    
    * fix(recovery): 🧪 test added.
    
    * fix(recovery): 📝 Adding comments
    
    * fix(recovery): 🚨 linter warnings
    
    * fix: false-positives in sameGateway
    
    This ensures sameGateway returns true only if the tested URL is
    either a valid path, subdomain, or RPC URL related to local
    Gateway or Kubo instance.
    
    Everything else should be ignored, because people may run Kubo Gateway
    on localhost:8080, and then stop it, and then run some unrelated HTTP
    server on the same port.
    
    This is unfortunate papercut due to the 8080 being very very popular
    default port for all things HTTP. Luckily, Companion has enough
    information to make this right.
    
    * test: ensure recovery does not depend on redirects
    
    ---------
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    whizzzkid and lidel authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0ee35d2 View commit details
    Browse the repository at this point in the history
  3. fix: replace IPFS API with Kubo RPC (#1164)

    * fix: replace IPFS API with Kubo RPC
    
    We've made the UX rename a while ago, to make it clear
    this is not "IPFS API" but RPC specific to Kubo implementation.
    
    Unfortunately, the most user-facing app (Companion) is still
    using old terminology. This closes the gap.
    
    More: ipfs/kubo#8959
    
    * fix: replace API with RPC
    
    * fix: remove mention of go-ipfs
    lidel authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1a6495d View commit details
    Browse the repository at this point in the history
  4. fix(release-automation): 💚 stupid hack to add tag in CI (#1161)

    * fix(release-automation): 💚 stupid hack to add tag in CI
    
    * fix(release-automation): 🐛 push after tagging
    whizzzkid authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9ea9897 View commit details
    Browse the repository at this point in the history
  5. Revert "fix(release-automation): 💚 stupid hack to add tag in CI" (#1167)

    Revert "fix(release-automation): 💚 stupid hack to add tag in CI (#1161)"
    
    This reverts commit 9ea9897.
    whizzzkid authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3767377 View commit details
    Browse the repository at this point in the history
  6. chore(main): release 2.22.1 (#1166)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e57f0bf View commit details
    Browse the repository at this point in the history
Loading