Commit Graph

8343 Commits

Author SHA1 Message Date
David Christofas
e0ab0b37a5 Automated changelog update [skip ci] 2020-03-18 13:15:05 +00:00
Alex Unger
cf923691ea Automated changelog update [skip ci] 2020-03-18 13:11:34 +00:00
David Christofas
96e3ec5b8f Merge pull request #3 from owncloud/thumbnail_service
Thumbnails Service
2020-03-18 14:11:15 +01:00
Alex Unger
030928f2a9 Merge pull request #57 from owncloud/feature/config
Load Config from Viper on Before hook
2020-03-18 14:07:15 +01:00
A.Unger
5a36879b5b tidy deps: remove ocis-pkg@v1 2020-03-18 13:58:24 +01:00
A.Unger
d5fb7dd1ea use ocis-pkg/v2 2020-03-18 13:57:30 +01:00
A.Unger
e967b7b71b add changelog 2020-03-18 13:16:46 +01:00
A.Unger
9b18154e71 fix PR link 2020-03-18 13:16:27 +01:00
A.Unger
85a29dc456 changelog 2020-03-18 13:15:19 +01:00
A.Unger
ef2e3dc962 parse configuration on before hook on server command 2020-03-18 13:11:17 +01:00
A.Unger
df05ea082a move viper config parsing to its scope 2020-03-18 13:11:04 +01:00
A.Unger
037b12022a update dependencies 2020-03-18 13:10:46 +01:00
A.Unger
961da9b8f0 comment exported ParseConfig func 2020-03-18 13:02:28 +01:00
A.Unger
f737dd6aa6 parse configuration on before hook on server command 2020-03-18 12:54:46 +01:00
A.Unger
57d90d7fcf move vipoer config parsing to its scope 2020-03-18 12:54:31 +01:00
A.Unger
6d47bb809a Automated changelog update [skip ci] 2020-03-18 11:17:33 +00:00
A.Unger
e1d0d0715b add changelog 2020-03-18 12:12:12 +01:00
A.Unger
747e345b08 rename reverseproxy -> rp 2020-03-18 12:12:12 +01:00
A.Unger
ae8150dd57 added logging info 2020-03-18 12:12:12 +01:00
A.Unger
52b81a8605 add default runtime redirects 2020-03-18 12:12:12 +01:00
A.Unger
b0e8dbba85 remove mapstructure from config directives 2020-03-18 12:12:12 +01:00
A.Unger
356ad9c9e7 add debug lines 2020-03-18 12:12:12 +01:00
David Christofas
142c5950a0 make filetype dynamic based on file extension 2020-03-18 11:23:49 +01:00
David Christofas
024e4661e2 add mimetype to service response 2020-03-18 11:13:09 +01:00
Michael Barz
ea33cfce39 Automated changelog update [skip ci] 2020-03-17 21:38:38 +00:00
Michael Barz
12da18cbd5 Merge pull request #56 from owncloud/release-0.3.0
Release 0.3.0
2020-03-17 22:25:11 +01:00
Michael Barz
a5dbced66a Automated changelog update [skip ci] 2020-03-17 21:23:14 +00:00
Michael Barz
3931f1d5af Merge pull request #10 from owncloud/release-0.3.0
Release 0.3.0
2020-03-17 22:18:27 +01:00
Michael Barz
c921c57db3 Release 0.3.0 2020-03-17 22:16:59 +01:00
Michael Barz
1039cc767b Release 0.3.0 2020-03-17 22:12:15 +01:00
Jörn Friedrich Dreyer
8aa4efe22d Automated changelog update [skip ci] 2020-03-17 19:06:56 +00:00
Jörn Friedrich Dreyer
8971a1e066 integrate with current ocis config (#52)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Co-authored-by: Alex Unger <zyxancf@gmail.com>
2020-03-17 20:02:28 +01:00
Alex Unger
59a5d4e67c Automated changelog update [skip ci] 2020-03-17 18:29:06 +00:00
Jörn Friedrich Dreyer
2ce6ae5d94 Automated changelog update [skip ci] 2020-03-17 18:27:15 +00:00
Alex Unger
7345e10e05 Merge pull request #55 from butonic/update-config
integrate with current ocis config
2020-03-17 19:24:38 +01:00
Jörn Friedrich Dreyer
8e945cc970 Merge pull request #9 from butonic/physicist-demo-users
use physicist demo users
2020-03-17 19:21:51 +01:00
Jörn Friedrich Dreyer
b7a5b86405 use physicist demo users
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-17 18:13:04 +01:00
Jörn Friedrich Dreyer
6738304669 integrate with current ocis config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-17 18:08:12 +01:00
David Christofas
e21b129595 implement thumbnail api 2020-03-17 18:03:39 +01:00
Jörn Friedrich Dreyer
d654079df8 Automated changelog update [skip ci] 2020-03-17 16:55:08 +00:00
Jörn Friedrich Dreyer
6b7361d94c Merge pull request #13 from owncloud/feature/embedded-mode
Load Config from Viper on Before hook
2020-03-17 17:49:08 +01:00
Alex Unger
c16003d47e Load config from Viper on Before hook (#51)
* abstract ParseConfig to its own scope

* remove hardcoded values

* parse config from root if present

* update example.json

* fix linter

* code style
2020-03-17 17:48:25 +01:00
Jörn Friedrich Dreyer
43e1dd6315 Merge pull request #148 from owncloud/feature/propagate-config-file
Make extensions handle their config
2020-03-17 17:48:03 +01:00
A.Unger
1fe8b26f1c fix linter 2020-03-17 16:40:18 +01:00
A.Unger
4be2ad5972 update deps 2020-03-17 16:36:17 +01:00
A.Unger
83b8b762cb update branch 2020-03-17 15:10:25 +01:00
A.Unger
ec58f6a123 update dependencies 2020-03-17 15:01:36 +01:00
A.Unger
74fd634a2b update all sub commands 2020-03-17 15:01:09 +01:00
A.Unger
076383e79d call runtime with the current cli context on ocis_simple 2020-03-17 15:00:43 +01:00
A.Unger
e1405995be remove config parsing block from root command 2020-03-17 15:00:18 +01:00