Automatically fix file name normalization errors (fixes #430)

This commit is contained in:
Jakob Borg
2015-03-18 23:54:50 +01:00
parent 75523556e8
commit 8311162be3
4 changed files with 168 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ type FolderConfiguration struct {
ReadOnly bool `xml:"ro,attr" json:"readOnly"`
RescanIntervalS int `xml:"rescanIntervalS,attr" json:"rescanIntervalS" default:"60"`
IgnorePerms bool `xml:"ignorePerms,attr" json:"ignorePerms"`
AutoNormalize bool `xml:"autoNormalize,attr" json:"autoNormalize" default:"true"`
Versioning VersioningConfiguration `xml:"versioning" json:"versioning"`
LenientMtimes bool `xml:"lenientMtimes" json:"lenientMTimes"`
Copiers int `xml:"copiers" json:"copiers" default:"1"` // This defines how many files are handled concurrently.