mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: add hide dotfiles param (#1148)
This commit is contained in:
parent
dcbc3286e2
commit
10e399b3c3
8 changed files with 55 additions and 11 deletions
|
|
@ -33,6 +33,7 @@ type User struct {
|
|||
Sorting files.Sorting `json:"sorting"`
|
||||
Fs afero.Fs `json:"-" yaml:"-"`
|
||||
Rules []rules.Rule `json:"rules"`
|
||||
HideDotfiles bool `json:"hideDotfiles"`
|
||||
}
|
||||
|
||||
// GetRules implements rules.Provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue