Commit Graph

6 Commits

Author SHA1 Message Date
helloray 7394f6b9bb fix multi-select files download error when filename contains '+' (#571) 2019-01-01 02:39:45 +01:00
Allen.Guo 802bcd8cbd set threshold for large files (#558) 2019-01-01 02:22:09 +01:00
helloray ea3576da7e fix directories in search results can not be opened by click (#583) 2018-12-30 17:47:45 +00:00
chinglin a0194899c9 fix: recognize small text files (#531) 2018-09-08 19:03:12 +01:00
Hugo Massing d16352b0ba fix: search case sensitiveness (#515) 2018-08-22 16:25:30 +01:00
1138-4EB 69a3f853bd feat: use cobra to provide subcommands, move sources to lib (#506)
- Use cobra in order to provide subcommands `serve` and `db`.
  - Subdir `cmd` is removed.
  - Subdir `cli` is created, which is a standard cobra structure.
- Sources related to the core are moved to subdir `lib`.
- #497 and #504 are merged.
- Deprecated flags are added. See https://github.com/filebrowser/filebrowser/pull/497#discussion_r209428120.
- [`viper.BindPFlags`](https://godoc.org/github.com/spf13/viper#BindPFlags) is used in order to reduce the verbosity in `serve.go`.
2018-08-22 01:29:51 +01:00