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/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7d35e3af596
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7070b4d878ba
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 12, 2016

  1. feat: Update to the latest version of the webui

    License: MIT
    Signed-off-by: Friedel Ziegelmayer <dignfiedquire@gmail.com>
    dignifiedquire committed Jan 12, 2016
    Copy the full SHA
    ab61ef2 View commit details
  2. Merge pull request #2188 from Dignifiedquire/feat/webui-update

    feat: Update to the latest version of the webui
    whyrusleeping committed Jan 12, 2016
    Copy the full SHA
    7070b4d View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 core/corehttp/webui.go
3 changes: 2 additions & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package corehttp

// TODO: move to IPNS
const WebUIPath = "/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm"
const WebUIPath = "/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr"

// this is a list of all past webUI paths.
var WebUIPaths = []string{
@@ -12,6 +12,7 @@ var WebUIPaths = []string{
"/ipfs/QmSHDxWsMPuJQKWmVA1rB5a3NX2Eme5fPqNb63qwaqiqSp",
"/ipfs/QmctngrQAt9fjpQUZr7Bx3BsXUcif52eZGTizWhvcShsjz",
"/ipfs/QmS2HL9v5YeKgQkkWMvs1EMnFtUowTEdFfSSeMT4pos1e6",
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
}

var WebUIOption = RedirectOption("webui", WebUIPath)