mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
Version 1.3.9
This commit is contained in:
parent
51104c5ee7
commit
b903356b94
3 changed files with 2344 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
2342
rice-box.go
Normal file
2342
rice-box.go
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue