Commit Graph

25 Commits

Author SHA1 Message Date
Benedikt Kulmann
bd85e0bb8d Add new config var for the data gateway url 2020-06-24 22:18:03 +02:00
Benedikt Kulmann
97c190e0aa Make sure that the reva frontend url has an url scheme
We have a lot of URLs in our flagset default values that don't have an
url scheme. In order to be able to make those changes over time we
introduced a helper function which appends "http://" as scheme.
2020-06-24 22:18:02 +02:00
Vincent Petry
32306dc6b4 Add flag for disabling TUS in capabilities 2020-06-02 11:46:13 +02:00
Vincent Petry
699f3c4d4e Add global TUS capability + some config
Added global TUS capability in the config structure.
Added config switches for the advertised max chunk size and http method
override.
2020-06-02 10:21:57 +02:00
A.Unger
f5d1bca473 rework PR 2020-05-28 20:55:47 +02:00
Diogo Castro
3ba73ed2ec Enable EOS storage commands on ocis-reva (#150)
* EOS storage: remove not needed configs

* Add EOS storage commands

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-29 15:54:19 +02:00
Alex Unger
e21222e4e6 Update cs3org/reva, use configured logger on runtime (#153)
* inject logger on reva

* update ocis-pkg
2020-04-28 08:15:12 +02:00
Vincent Petry
913f3f0cd5 Don't advertise unsupported chunking v2
Removed "chunking" attribute in the DAV capabilities.
Please note that chunking v2 is advertised as "chunking 1.0" while
chunking v1 is the attribute "bigfilechunking" which is already false.
2020-04-23 09:53:00 +02:00
Jörn Friedrich Dreyer
879bf5e8a6 Allow configuring the gateway for dataproviders (#136)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-19 14:17:51 +02:00
Alex Unger
eb7ed6491c Toggle traces (#129)
* add tracing_enabled to the list of core targets

* add endpoint, collector and service_name parameters

* add authbasic config

* configure tracing for missing services

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

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-15 14:33:37 +02:00
Ilja Neumann
ca4e13e462 Add reva-gateway endpoint to service discovery
Reva can't be wrapped as a go-micro service due to private apis. We workaround byy manually registering the address and port in the service-registry.
2020-04-15 12:04:42 +02:00
Jörn Friedrich Dreyer
8e33804ba7 fix eos config (#127)
* fix eos config

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

* fix ldap idp config

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

* set default file for user share manager json driver

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

* update reva

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

* update reva

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

* fix user layouts and owncloud driver frontend dav prefix

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

* fix acceptance tests

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-14 12:59:16 +02:00
Jörn Friedrich Dreyer
9ef00931a5 fix eos config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-31 08:49:19 +02:00
Jörn Friedrich Dreyer
7ae8fc22f5 update reva (#113)
* new ocis config

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

* Change default settings to be able to run ocis server without any configuration

- Konnectd uses no TLS as it is behind the proxy.
- Glauth generates dev-certificates for ldap on startup if none is provided.
- Glauth can launch unencrypted (9125) and encrypted (9126) port in parallel

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

* allow configuring user sharing driver, default to json

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

* update reva

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

* switch to preferred_username as opaqueid

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

* update drone config to override new defaults to match test environment

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

* use latest reva

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

* typo

* use updatet api tests

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

* core tests got merged already

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

* fix changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-22 09:56:13 +01:00
Jörn Friedrich Dreyer
e70e0c9176 update reva to v0.0.2-0.20200212114015-0dbce24f7e8b (#91)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-03-06 12:17:28 +01:00
Thomas Müller
584d47daa8 Do not start openid connect provider - OCIS will use konnectd by def… (#61)
* Do not start openid connect provider - OCIS will use konnectd by default

* default to konnectd as oidc

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

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-13 21:25:52 +01:00
Jörn Friedrich Dreyer
692acaee2c expose owncloud storage driver config in flagset (#88)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-12 11:48:54 +01:00
Jörn Friedrich Dreyer
6ff79110d3 update ocis-pkg to v2.0.1
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-10 11:39:01 +01:00
Jörn Friedrich Dreyer
a3a4232387 allow different namespaces
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-05 11:16:26 +01:00
Jörn Friedrich Dreyer
fbf131c6b2 change default ocdav namespace
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-01-30 11:17:00 +01:00
David Christofas
11816f75ab updgrade the micro/cli dependency 2020-01-28 14:41:18 +01:00
Jörn Friedrich Dreyer
c3afb798d6 Fix desktop oidc
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-01-21 15:48:08 +01:00
Jörn Friedrich Dreyer
25a68c9321 separate reva services
update config

add desktop client with all localhost ports

split flagsets

add user docs

update readme

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-01-16 21:53:43 +01:00
Jörn Friedrich Dreyer
23c68fce67 allow passing in an arbitrary reva configs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2019-12-19 22:29:10 +01:00
Jörn Friedrich Dreyer
6702be7f90 wip
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2019-12-17 17:05:03 +01:00