Version 1.3.9

Former-commit-id: 9c7d15644bcab9e3babc8d645615e50d99187871 [formerly f0a0bf08c328b801cc6ed5add830732c99f92047] [formerly 250bc983264deb841b2115a03610b8e6f473f1ca [formerly b903356b94507a5fd9d68b355cb98709c1a3edfd]]
Former-commit-id: 56bb31f4e44ad39a65f1d1eaa0a8e493287fad7f [formerly e120e69e05cc67f377a83f19f4106b7be945780f]
Former-commit-id: 36fb7783992200295b2f9811b97c2312977023a4
This commit is contained in:
Henrique Dias 2017-10-31 19:20:36 +00:00
parent 59a0daa293
commit aeb0f37e20
3 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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 {

View File

@ -0,0 +1 @@
cf13216707679e7794cbc7a558b89938abaa9526