Commit Graph

1577 Commits

Author SHA1 Message Date
Henrique Dias
d309066def
feat: v2 (#599)
Read https://github.com/filebrowser/filebrowser/pull/575.
2019-01-05 22:44:33 +00:00
1138-4EB
013ddf45c7 chore: setting untracked version [ci skip] 2019-01-05 22:26:41 +01:00
1138-4EB
663e0608b9 chore: version v1.11.0 2019-01-05 22:26:40 +01:00
1138-4EB
77868b2647 fix goreleaser work dir, go get 2019-01-05 22:26:28 +01:00
1138-4EB
3988bdb8fe move filebrowser bin to root 2019-01-02 03:35:35 +01:00
1138-4EB
835c37d1e3
replace gometalinter with golangci-lint (#596) 2019-01-02 03:13:53 +01:00
1138-4EB
0b66d700e8
allow to set default user with env vars (#591) 2019-01-01 03:18:58 +01:00
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
Henrique Dias
c01ebf33ef feat: readd dos2unix
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-12-28 23:39:46 +00:00
Henrique Dias
b344efef2d
fix: move everything to LF (#588)
* fix: move everything to LF

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>

* feat: metalinter

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-12-28 19:19:54 +00:00
1138-4EB
4945635bd6
add go mod support (#586) 2018-12-26 00:48:43 +01:00
Shodhan
59f28638c7 update README.md (#568) 2018-11-19 03:21:24 +00:00
Henrique Dias
dae992d4a9
docs: remove old disclaimer and add new one (#533)
Remove old disclaimer and add new one.
2018-09-08 20:30:39 +01:00
chinglin
a0194899c9 fix: recognize small text files (#531) 2018-09-08 19:03:12 +01:00
1138-4EB
43707a68cf chore: update frontend 2018-08-24 00:24:38 +01:00
Equim
516aa80c86
readme: fix ci badge 2018-08-23 13:47:44 +08:00
Equim
fc84aa65a3
readme: fix ci badge 2018-08-23 13:45:11 +08:00
Hugo Massing
d16352b0ba fix: search case sensitiveness (#515) 2018-08-22 16:25:30 +01:00
1138-4EB
3372f0546d chore(goreleaser): adapt main to refactoring (#506) 2018-08-22 13:24:34 +01:00
1138-4EB
0c53f06c64 chore(version): set CLI version from lib 2018-08-22 13:15:55 +01:00
1138-4EB
0f2be941e8 chore(dokerfile): load config file implicitly 2018-08-22 13:09:21 +01:00
1138-4EB
d5fcb555cb chore: add version to subcmds 2018-08-22 12:30:55 +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
1138-4EB
b1eb90767d
chore: use commit SHA as version if not release (#505) 2018-08-20 10:41:06 +01:00
1138-4EB
43ab4fa3de chore: fix rice-box import with sed in push_ricebox 2018-08-16 10:12:33 +01:00
1138-4EB
7afaf59e5d
chore: fix author in push_rice (#514) 2018-08-16 09:56:06 +01:00
1138-4EB
1e12bb7f7c
fix(config): ensure provided config path is used (#508) 2018-08-16 09:37:07 +01:00
1138-4EB
69d1fdc0ac chore: setting untracked version [ci skip] 2018-08-16 07:33:26 +01:00
1138-4EB
b579350798 chore: version v1.10.0 2018-08-16 07:33:20 +01:00
1138-4EB
714876e3d0 chore: fix release conditions 2018-08-16 07:32:46 +01:00
1138-4EB
0854c423c3 chore: make release.sh executable, update frontend 2018-08-16 04:30:28 +01:00
Henrique Dias
10607eb6bb
docs: update docker iamge 2018-08-08 11:50:59 +01:00
maweck
ed62451ea0 feat: proxy auth support (#485)
* Change the order of commands to be able to cache more layers in case of multiple builds triggered in a row

* Fix #471

* Format Code

* Revert "Change the order of commands to be able to cache more layers in case of multiple builds triggered in a row"

This reverts commit 01362f34ee.

* Adjustment based on the review

* Rename "login-header" to "loginHeader" and prepare auth.method to accept "none" as a value

* Fixed line break

* Readd "lumberjack.v2" import which was removed by gofmt

Sorry - I do my tests and run "gofmt" before comitting the changes - It sadly seems like it is messing up the imports over and over again.
2018-08-08 10:06:16 +01:00
Henrique Dias
b90e7b8d26
docs: add freenode badge 2018-08-08 09:14:55 +01:00
1138-4EB
8186e8f02f add pull request template (#501)
Related to #477.
2018-08-07 13:53:51 +01:00
Henrique Dias
b7022bdfe3 style: fix linting issues
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-07 13:34:06 +01:00
1138-4EB
5afe2cc52d chore: move filebrowser/dev img to separate repo (#500) 2018-08-07 13:29:50 +01:00
1138-4EB
65ea97b32e chore(gometalinter): exclude vendor 2018-08-07 12:31:27 +01:00
1138-4EB
69f11ed80b
fix: use './...' when running gometalinter 2018-08-07 12:04:43 +01:00
1138-4EB
81f05aa894 fix multiple entries in script deploy [travis-ci/travis-ci#7641] 2018-08-06 22:14:40 +01:00
Henrique Dias
4470e0b450 fix: error at first sign
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
2018-08-06 20:53:48 +01:00
Henrique Dias
8ad626b0bc
Merge pull request #492 from filebrowser/chore/build
chore: new build process
2018-08-06 20:40:57 +01:00
1138-4EB
6f7fded3f1 update ricebox in caddy/assets 2018-08-06 20:08:56 +01:00
1138-4EB
1149092d73 update frontend submodule 2018-08-06 18:26:59 +01:00
1138-4EB
18a9d977c2 fix(publish): fetch all before checking a matching semver in the frontend 2018-08-06 12:46:59 +01:00
1138-4EB
ac3ad47a92 fix rice-box dir in travis 2018-08-06 12:46:59 +01:00
Filebrowser Bot
43288e9b86 add deploy_key.enc 9ca81b5594f5 2018-08-06 05:01:44 +01:00
1138-4EB
52aebd0444 setup travis releases with filebrowserbot 2018-08-06 05:01:42 +01:00