From aeb0f37e2060a5e580af36653784706a8a8fc445 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 31 Oct 2017 19:20:36 +0000 Subject: [PATCH] Version 1.3.9 Former-commit-id: 9c7d15644bcab9e3babc8d645615e50d99187871 [formerly f0a0bf08c328b801cc6ed5add830732c99f92047] [formerly 250bc983264deb841b2115a03610b8e6f473f1ca [formerly b903356b94507a5fd9d68b355cb98709c1a3edfd]] Former-commit-id: 56bb31f4e44ad39a65f1d1eaa0a8e493287fad7f [formerly e120e69e05cc67f377a83f19f4106b7be945780f] Former-commit-id: 36fb7783992200295b2f9811b97c2312977023a4 --- filemanager.go | 2 +- http/auth.go | 2 +- rice-box.go.REMOVED.git-id | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 rice-box.go.REMOVED.git-id diff --git a/filemanager.go b/filemanager.go index a743a618..24db7bf5 100644 --- a/filemanager.go +++ b/filemanager.go @@ -24,7 +24,7 @@ import ( // Version is the current File Manager version. const ( // Version is the current File Manager version. - Version = "(untracked)" + Version = "1.3.9" ListViewMode = "list" MosaicViewMode = "mosaic" diff --git a/http/auth.go b/http/auth.go index 360ceed4..9f8fc4de 100644 --- a/http/auth.go +++ b/http/auth.go @@ -53,7 +53,7 @@ func reCaptcha(secret string, response string) (bool, error) { return data.Success, nil } -// authHandler proccesses the authentication for the user. +// authHandler processes the authentication for the user. func authHandler(c *fm.Context, w http.ResponseWriter, r *http.Request) (int, error) { // NoAuth instances shouldn't call this method. if c.NoAuth { diff --git a/rice-box.go.REMOVED.git-id b/rice-box.go.REMOVED.git-id new file mode 100644 index 00000000..67248efb --- /dev/null +++ b/rice-box.go.REMOVED.git-id @@ -0,0 +1 @@ +cf13216707679e7794cbc7a558b89938abaa9526 \ No newline at end of file