Commit Graph

151 Commits

Author SHA1 Message Date
A.Unger 017eea8f2b delete storage flagsets 2021-11-17 09:47:00 +01:00
A.Unger 5fe1be8611 sneaky bug 2021-11-16 23:14:56 +01:00
A.Unger 7617ccaf41 increase log level and remove dead lines 2021-11-16 14:40:18 +01:00
A.Unger 0d7be0d6ad set all previously set on c.StringSlice values on the bootstrap config 2021-11-16 12:22:17 +01:00
A.Unger cfbe37de61 WIP - replace flags in storage commands 2021-11-15 16:58:22 +01:00
A.Unger 59f53390a8 fix all storages 2021-11-11 15:48:00 +01:00
A.Unger 3580e16771 losing my mind 2021-11-11 15:12:37 +01:00
A.Unger 7eb2c25d65 propagate storage common logging config 2021-11-11 13:58:19 +01:00
A.Unger 9b8c3838e8 Merge branch 'master' into try-gookikt-config 2021-11-11 13:04:38 +01:00
David Christofas cd99845557 Merge pull request #2745 from owncloud/insecure-options
make all insecure options configurable and change the default to false
2021-11-10 17:49:15 +01:00
Willy Kloucek 69cc11dbe6 make more insecure options configurable and change insecure defaults from true to false 2021-11-10 15:45:55 +01:00
David Christofas 0ec64fe99f make insecure options configurable 2021-11-10 14:19:27 +01:00
A.Unger 23d8c26b8a Merge branch 'master' into try-gookikt-config 2021-11-02 16:57:08 +01:00
David Christofas 890fbd53b6 fix basic auth configuration 2021-11-02 15:04:13 +01:00
A.Unger 711acbb354 inherit logging config from ocis.yaml, let extensions overwrite their logging. Considering using a package level global logging... 2021-10-31 00:08:46 +02:00
Benedikt Kulmann 243727fea5 Announce resharing as false in capabilities 2021-10-27 15:11:12 +02:00
Michael Barz 0ed7cca740 Merge pull request #2637 from ishank011/ocs-additional-info
Add sharees additional info paramater config to ocs
2021-10-22 08:56:45 +02:00
pwengerter d2307f49d9 Add versioned user settings capability 2021-10-21 13:40:04 +02:00
Ishank Arora 89ae20758d Add sharees additional info paramater config to ocs 2021-10-19 11:32:41 +02:00
Ishank Arora 26ec5f0a40 Use machine auth when using cs3 backend in proxy service 2021-10-18 09:54:22 +02:00
Ishank Arora 35905f4a09 Start up a new machine auth provider in the storage service 2021-10-18 09:54:22 +02:00
Ishank Arora 518e8747b2 Add config to skip encoding user groups in reva tokens 2021-10-18 09:54:22 +02:00
Willy Kloucek 879827ca4b don't expose services by default 2021-10-12 14:00:33 +02:00
Willy Kloucek 1a8faffd3f Merge pull request #2603 from gmgigi96/appregistry-config
[full-ci] Updated MimeTypes configuration for AppRegistry
2021-10-12 10:07:03 +02:00
Willy Kloucek 0d4bc304e7 Merge pull request #2598 from owncloud/fix_metadata_storage
[full-ci] configure users and metadata storage separately
2021-10-11 13:06:17 +02:00
Willy Kloucek 6c6cb64364 remove uneeded storages for metadata, add missing flagsets 2021-10-11 11:39:44 +02:00
Willy Kloucek d74816f242 configure users and metadata storage separately 2021-10-11 11:39:36 +02:00
David Christofas 43b8849754 Merge pull request #2599 from owncloud/add-favorites-capability
Add favorites capability
2021-10-11 10:36:00 +02:00
Gianmaria Del Monte e0e40602d8 Updated MimeTypes configuration for AppRegistry with a list instead of a map 2021-10-11 10:09:22 +02:00
Benedikt Kulmann 489d0a5db3 Add favorites capability 2021-10-08 19:37:48 +02:00
Willy Kloucek 778197a3eb add gatewaysvc to all REVA services 2021-10-08 13:12:18 +02:00
Ishank Arora 8df07c7231 Add allow_creation parameter to mime type config 2021-10-07 15:51:42 +02:00
Willy Kloucek ef83e3bb41 Merge pull request #2575 from owncloud/buildtimeversion
fix extensions versions
2021-10-05 15:14:38 +02:00
Willy Kloucek 68ba24ff73 fix extensions versions 2021-10-05 12:39:31 +02:00
A.Unger 4f4db6203f Merge branch 'master' into fix-reva-default-port-config 2021-10-05 09:37:54 +02:00
A.Unger 74ad0b8c1d add default gateway flag to storage commands 2021-10-05 09:23:53 +02:00
Willy Kloucek 66f430bff1 remove empty fields 2021-10-01 08:28:40 +02:00
Willy Kloucek 423e0d6450 remove named return and add loggin 2021-10-01 08:28:40 +02:00
Willy Kloucek 5073e10405 make mimetype allow list configurable and add example config 2021-10-01 08:28:40 +02:00
A.Unger 3588d42001 add the reva gateway flag to groups 2021-09-30 10:44:52 +02:00
A.Unger 6166bb5a4c Merge branch 'master' into update-bridge-docs 2021-09-29 12:09:29 +02:00
Willy Kloucek 7b30571aff switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224 2021-09-27 12:02:55 +02:00
Willy Kloucek 0614f3c613 update reva and fix int config parameters as string 2021-09-27 10:21:59 +02:00
Willy Kloucek bfb801b63d add max size and max num to the archiver capabilities 2021-09-26 15:05:08 +02:00
Willy Kloucek 8bc8f4651f make urls configurable
Co-authored-by: Pascal Wengerter <pwengerter@owncloud.com>
2021-09-23 16:23:30 +02:00
Willy Kloucek b06846546d add archiver and app provider to capabilities 2021-09-23 16:20:30 +02:00
Willy Kloucek c5a74949b1 Merge pull request #2509 from owncloud/expose_reva_archiver
Expose configuration for the reva archiver
2021-09-23 10:37:44 +02:00
Ishank Arora fd2bf9c825 Add config for machine driver to bearer auth 2021-09-22 16:49:54 +02:00
Josh Soref 55667a3ab3 spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-09-20 16:54:29 +05:45
Ralf Haferkamp e932120cbc Allow reva to use safer TLS defaults for LDAP
Reva is moving away from the hardcoded "insecure" setting for LDAP
connections. For this to happend ocis needs some adjustments. In order
to avoid an "insecure" by default config in ocis this commit adds the
new parameters "insecure" and "cacert" to the LDAP configuration for the
auth-, user- and groups-provider. To make the out of the box experience
as smooth as possible the default setting for "cacert" points to the
certificate that is generated for glauth on startup.
2021-09-16 17:56:29 +02:00