Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dab08325b7 | ||
|
|
ddb4685257 | ||
|
|
39dbca3b15 | ||
|
|
a02bdfc8d5 | ||
|
|
f88721cc83 | ||
|
|
95544bfed5 | ||
|
|
999ee1c2f5 |
@@ -8,11 +8,17 @@ build:
|
||||
- freebsd
|
||||
- netbsd
|
||||
- openbsd
|
||||
- dragonfly
|
||||
- solaris
|
||||
goarch:
|
||||
- amd64
|
||||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
- mips
|
||||
- mips64
|
||||
- mipsle
|
||||
- mips64le
|
||||
ignore:
|
||||
- goos: openbsd
|
||||
goarch: arm
|
||||
|
||||
@@ -37,6 +37,7 @@ func Parse(c *caddy.Controller, plugin string) ([]*filemanager.FileManager, erro
|
||||
AllowPublish: true,
|
||||
Commands: []string{"git", "svn", "hg"},
|
||||
CSS: "",
|
||||
ViewMode: "mosaic",
|
||||
Rules: []*filemanager.Rule{{
|
||||
Regex: true,
|
||||
Allow: false,
|
||||
|
||||
1
cmd/filemanager/filemanager.7z.REMOVED.git-id
Normal file
1
cmd/filemanager/filemanager.7z.REMOVED.git-id
Normal file
@@ -0,0 +1 @@
|
||||
c3a712eda3f79ed47b660fa8d23b850867f2d491
|
||||
@@ -23,7 +23,7 @@ import (
|
||||
|
||||
const (
|
||||
// Version is the current File Manager version.
|
||||
Version = "1.3.12"
|
||||
Version = "1.4.0"
|
||||
|
||||
ListViewMode = "list"
|
||||
MosaicViewMode = "mosaic"
|
||||
|
||||
@@ -1 +1 @@
|
||||
b7c6fe9138fe86f6f8c6931518f2e7a5863ead6c
|
||||
88021017420cd941317b4af47937c56060e5b104
|
||||
Reference in New Issue
Block a user