Commit Graph

60 Commits

Author SHA1 Message Date
Michael Barz
1e90fcacb2 Release 0.1.0 2020-03-18 16:37:12 +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
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
Ilja Neumann
439cc7d4f5 Fix tls-key flag (#50) 2020-03-14 09:09:48 +01:00
Alex Unger
3ff0e2fd47 Basic span definitions (#49)
* use directly the trace middleware instead of the fancy tracing service

* cannot rely on mux middlewares

* add hops
2020-03-11 13:25:26 +01:00
Ilja Neumann
3229918f93 Automated changelog update [skip ci] 2020-03-09 18:58:57 +00:00
Ilja Neumann
918f446bb1 Don't create dummy index.html for webapp #25
Downstream does not require webapp anymore
2020-03-09 19:54:17 +01:00
Ilja Neumann
565c6ee91d Add env-vars 2020-03-09 19:35:26 +01:00
Ilja Neumann
1416fe137e Update args 2020-03-09 19:35:26 +01:00
Alex Unger
0feb2f15a4 Merge pull request #48 from owncloud/feat/tracing
Tracing Middleware
2020-03-09 19:03:02 +01:00
A.Unger
d214f4c724 update ocis-pkg 2020-03-09 16:39:34 +01:00
A.Unger
ebb1ccd97d Merge branch 'master' into feat/tracing 2020-03-09 15:17:21 +01:00
A.Unger
63fd73ccda locl goverage 2020-03-09 15:15:54 +01:00
A.Unger
d6339c4326 remove defensive code 2020-03-09 15:14:51 +01:00
A.Unger
568667318a use tracing middleware from ocis-pkg 2020-03-09 15:14:25 +01:00
A.Unger
e33450cf08 use ocis-pkg edge 2020-03-09 15:13:53 +01:00
Michael Barz
225680bd46 Automated changelog update [skip ci] 2020-03-09 11:00:11 +00:00
Michael Barz
848433a231 Fix formatting 2020-03-09 11:54:11 +01:00
A.Unger
2dcddd2286 ignore not okay context decoding 2020-03-06 17:25:18 +01:00
A.Unger
6c8e3ffc77 update opentracing-go dep 2020-03-06 17:25:18 +01:00
A.Unger
868db44531 add todo comment: update micro/cli to support StringSlice flags destination 2020-03-06 17:25:18 +01:00
A.Unger
8324842805 apply tracing middleware only when tracing is enabled 2020-03-06 17:25:18 +01:00
A.Unger
28b9da028a add traces to konnectd index handler 2020-03-06 17:25:18 +01:00
A.Unger
36502678b4 extract span baggage from request 2020-03-06 17:25:18 +01:00
Ilja Neumann
937016f633 Update konnect to v0.30.0-alpha1 2020-03-03 19:01:52 +01:00
Alex Unger
69df4b20cc Merge pull request #44 from owncloud/remove-arg-usage
Remove arg usage as konnnect specific args are not supported anymore
2020-03-02 09:00:15 +01:00
Ilja Neumann
b523c7f900 Remove arg usage in help as konnnect specific args are not supported anymore. 2020-02-28 20:14:54 +01:00
Michael Barz
55ee2db052 Automated changelog update [skip ci] 2020-02-28 06:10:45 +00:00
Michael Barz
112c788708 Fix docs, changelog (#39) 2020-02-28 07:06:05 +01:00
Ilja Neumann
79a87b9765 Add option to disable TLS #37 2020-02-26 15:37:10 +01:00
Michael Barz
e82476845c Automated changelog update [skip ci] 2020-02-24 13:52:53 +00:00
Michael Barz
0fa10141d6 Align CI, Docs and Changelog 2020-02-24 14:48:22 +01:00
Ilja Neumann
761757e28a Initial documentation #30 2020-02-24 14:48:22 +01:00
Ilja Neumann
e8420f55da Add configuration for reverse-proxy #32 2020-02-21 15:16:28 +01:00
Alex Unger
00b3a76c02 Merge pull request #31 from owncloud/tidy-deps
Tidy dependencies
2020-02-20 16:19:40 +01:00
Ilja Neumann
ed1dd4e7a4 Tidy dependencies 2020-02-20 15:53:59 +01:00
Ilja Neumann
8840833628 Add fileb0x to tools so go mod tidy doesn't remove it 2020-02-20 15:53:26 +01:00
Alex Unger
8453a1380a Automated changelog update [skip ci] 2020-02-20 11:03:14 +00:00
Alex Unger
6cd458c36b Merge pull request #29 from owncloud/set-csp-nonce
Set CSP-Nonce
2020-02-20 11:55:52 +01:00
Ilja Neumann
16cbca8ad1 Set CSP-Nonce #17
As we overwrite kopano-index handler to serve index from vfs, we need to do this manually.
2020-02-20 11:48:27 +01:00
Ilja Neumann
104a3fcf99 Reuse existing generated dev-certs #18 2020-02-18 09:43:22 +01:00
Thomas Müller
51db6fb917 Adding more clients: graph explorer, desktop, ios and android 2020-02-14 15:18:17 +01:00
Ilja Neumann
105edd6195 Generate configs from assets (#16)
* Generate config files required for konnect from assets

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Change identifier-registration and certs to localhost

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-13 21:33:06 +01:00
Alex Unger
350dd52d5f Merge pull request #15 from owncloud/update-konnect
Update konnect to IljaN/konnect v0.29.0-alpha2
2020-02-12 09:41:01 +01:00
Ilja Neumann
b9cab5773d Update konnect to IljaN/konnect v0.29.0-alpha2 2020-02-11 17:47:34 +01:00
Alex Unger
05b45e4802 update cli and ocis-pkg (#14) 2020-02-10 11:51:41 +01:00
Ilja Neumann
dd1c848408 - Generate certs if none configured (#10)
- Use devldap ldap-defaults
2020-02-05 16:26:17 +01:00
Michael Barz
9cfa113ec6 Config for update-docs probot 2020-01-30 14:51:26 +01:00
Thomas Müller
b347f6fc52 Merge pull request #6 from owncloud/konnectd-embedd
Konnectd embedd
2020-01-28 17:05:06 +01:00