Commit Graph

328 Commits

Author SHA1 Message Date
David Christofas
08641a8e45 fix download helper for accounts service and indexer 2021-12-06 12:01:15 +01:00
Willy Kloucek
0fc2efadf2 rename APP_PROVIDER_BASIC_* environment variables, followup of #2811 2021-11-24 15:17:33 +01:00
Willy Kloucek
38d670f1b3 Merge pull request #2811 from owncloud/reenable-metrics-deployment-examples
reenable metrics for the deployment examples
2021-11-24 15:15:51 +01:00
Willy Kloucek
bc57d13489 Merge pull request #2815 from owncloud/embed-generate-improvements
go embed / generate improvements
2021-11-24 15:09:17 +01:00
Willy Kloucek
a601a2f261 ensure temporary compatiblity, so this is not a breaking PR 2021-11-24 14:15:01 +01:00
Willy Kloucek
222683d3cd fix app provider env naming 2021-11-24 14:15:00 +01:00
Willy Kloucek
62ff1f1659 don't run go generate anymore 2021-11-24 13:38:29 +01:00
Willy Kloucek
e6df1e466d make *_SERVICE_USER_UUID a consistent option for all drivers 2021-11-24 13:26:58 +01:00
Willy Kloucek
98f11f31d9 apply ServiceUSERUUID also to metadata storage 2021-11-24 13:15:01 +01:00
André Duffeck
e221dfd8cb Fix using s3ng as the backend for the metadata storage
Fixes #2668
2021-11-23 14:10:42 +01:00
Willy Kloucek
889f37f37c reimport docs makefile in storage 2021-11-23 11:34:36 +01:00
A.Unger
f64ca1f6ba introduce AlternativeID attribute, which needs some explanation 2021-11-19 16:21:55 +01:00
A.Unger
2601efb9fe Merge branch 'master' into try-gookikt-config 2021-11-19 15:55:30 +01:00
David Christofas
bcdec050fd fix public storage mapping 2021-11-19 10:54:59 +01:00
Willy Kloucek
390b7c2e93 add mount it to public link storage 2021-11-19 10:12:49 +01:00
A.Unger
24347180fa use ocisConfig as struct tagname to bind config files to strucg attributes 2021-11-19 09:28:23 +01:00
A.Unger
fe61ad4154 reordered env var priorities 2021-11-17 23:08:04 +01:00
A.Unger
a34f5b6434 Revert "refactor config values to constants"
This reverts commit f53504158b.
2021-11-17 13:56:14 +01:00
A.Unger
f53504158b refactor config values to constants 2021-11-17 13:43:23 +01:00
A.Unger
ff611633f5 Revert "fixed code smells: string literal repetition + cyclomatic complexity"
This reverts commit aa4112e2e2.
2021-11-17 13:19:31 +01:00
A.Unger
aa4112e2e2 fixed code smells: string literal repetition + cyclomatic complexity 2021-11-17 12:25:21 +01:00
A.Unger
05825d8fe2 removed docs-generate build target from module storage 2021-11-17 10:24:40 +01:00
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
7f652ae3b4 migrate all flags to config binding mappings 2021-11-16 16:07:00 +01:00
A.Unger
d30e776deb add more OCIS_URL missing spots in storage 2021-11-16 14:54:44 +01:00
A.Unger
7617ccaf41 increase log level and remove dead lines 2021-11-16 14:40:18 +01:00
A.Unger
deba643a5b add set of env variables used on ci to the bootstrap config env parsing 2021-11-16 14:16:18 +01:00
A.Unger
2aa9c2457e Merge branch 'master' into try-gookikt-config 2021-11-16 13:29:07 +01:00
A.Unger
2ebc0b4a41 add missing authprovider config 2021-11-16 13:11:51 +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
Willy Kloucek
74e7344221 prevent multiple yarn builds of accounts and settings when running make ci-node-generate int the repo root 2021-11-16 10:01:12 +01:00
A.Unger
097c853894 populate checksum 2021-11-15 19:52:40 +01:00
A.Unger
cfbe37de61 WIP - replace flags in storage commands 2021-11-15 16:58:22 +01:00
A.Unger
2b0f414b46 Revert "fix code smells"
This reverts commit a22342ea28.
2021-11-15 10:16:20 +01:00
A.Unger
a22342ea28 fix code smells 2021-11-15 10:03:42 +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
6590565a2f introduce OCIS_INSECURE option 2021-11-10 16:55:12 +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
51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +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