Commit Graph

368 Commits

Author SHA1 Message Date
Willy Kloucek 00fd7cdba1 add STORAGE_PERMISSION_ENDPOINT env variable 2022-02-03 16:46:57 +01:00
Willy Kloucek 322be13ee7 remove the owncloud storage driver 2022-02-01 11:16:18 +01:00
Willy Kloucek c6d2fdeb04 Merge pull request #3026 from rhafer/groupfilter-reva
Adjust UserGroupFilter default to match latest reva changes
2022-02-01 09:30:20 +01:00
Willy Kloucek 4d392250e4 Merge pull request #3053 from owncloud/fix-code-smells
Fix code smells
2022-01-28 14:40:41 +01:00
David Christofas 28496e558b fix storage code smells 2022-01-28 13:48:34 +01:00
David Christofas 29f4f49e1c first prototype of a CS3 permissions service 2022-01-27 16:56:15 +01:00
Ralf Haferkamp 4a656b8583 Adjust UserGroupFilter default to match latest reva changes
With https://github.com/cs3org/reva/pull/2436 the groupfilter setting
for the user provider was adjusted to no longer use a go-template value
as the input. Adjust our default to match those changes. For details
see:
https://github.com/cs3org/reva/blob/edge/changelog/unreleased/ldap-usergroupfilter-template.md
2022-01-24 17:01:28 +01:00
Jörn Friedrich Dreyer 419f9e2109 Merge pull request #2958 from owncloud/remove-storage-home
remove STORAGE_HOME_* references and unused configuration doc templates
2022-01-14 11:50:54 +01:00
Benedikt Kulmann a45f717d3f Make the project spaces capability configurable
Some deployments don't want to show early stages of the spaces feature
set in the clients. It can now be disabled in the capabilities.
2022-01-14 10:42:36 +01:00
Willy Kloucek 6927cfd0dc remove unused templates 2022-01-13 11:32:32 +01:00
Willy Kloucek 6ef6d1117c fix condition for nil pointer in common config 2022-01-13 08:13:14 +01:00
Jörn Friedrich Dreyer 191b3de60a fix merge and rebase dance
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 19:58:42 +00:00
Willy Kloucek 6de48a8cd4 switch to http.StatusOK instead of 200 2022-01-07 19:19:19 +00:00
Willy Kloucek 1e38150276 improve command description 2022-01-07 19:19:16 +00:00
Willy Kloucek 23e7a8ffab simplify commands and version handling 2022-01-07 16:11:50 +00:00
Willy Kloucek 5b70d46213 remove build flags, add debug server to accounts 2022-01-07 16:08:14 +00:00
Willy Kloucek a839288212 remove supervised flag from configs 2022-01-07 16:08:14 +00:00
Willy Kloucek 342da01c9b bring back missing commands 2022-01-07 16:07:01 +00:00
Willy Kloucek 3c3fc2e098 revert storage, remove tracing.service and bring back common 2022-01-07 16:06:56 +00:00
Willy Kloucek a13df3dcf7 split **/pkg/config/config.go up to multiple files 2022-01-07 16:04:52 +00:00
Willy Kloucek 6990e7d660 switch all other services to struct tag based env config 2022-01-07 15:47:47 +00:00
Willy Kloucek 161dd949fc switch ocs to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy Kloucek 3b5a33590e add missing commands and unify service / namespace options 2022-01-07 15:38:56 +00:00
Jörn Friedrich Dreyer 66491b94c9 Merge branch 'master' into spaces-registry 2022-01-04 19:30:00 +00:00
Jörn Friedrich Dreyer ae21ab95b5 fix dav files default layout
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-04 19:20:15 +00:00
Willy Kloucek 8b5a0c73f3 enable spaces capability 2022-01-04 10:31:03 +01:00
Jörn Friedrich Dreyer bab74a02ff use explicit grant and mountpoint types
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-22 12:31:21 +00:00
Willy Kloucek ff9b9513b3 fix new url capability 2021-12-21 14:47:39 +01:00
David Christofas 2356f5c1cc Merge pull request #2894 from owncloud/space-membership
add missing config for space membership endpoint
2021-12-16 19:24:24 +01:00
David Christofas 1050bd4f29 add missing config for space membership endpoint 2021-12-16 16:52:22 +01:00
Jörn Friedrich Dreyer da61a20cf1 Merge branch 'master' into spaces-registry 2021-12-15 16:33:52 +00:00
Jörn Friedrich Dreyer 70b8f3b949 wtf
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-15 16:27:16 +00:00
Willy Kloucek 32f7af851d add new file url of the app provider to the ocs capabilities 2021-12-15 10:43:53 +01:00
Jörn Friedrich Dreyer 22834af1ea adjust to multiple spaces config in latest reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-08 16:47:16 +00:00
Jörn Friedrich Dreyer 5e1bfb387c fix config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 21:24:32 +00:00
Jörn Friedrich Dreyer 550b0bbfea reuse existing metadata storage
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:46:48 +00:00
Jörn Friedrich Dreyer 31bf29cb26 update spaces config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:43:37 +00:00
Jörn Friedrich Dreyer de7620af98 get rid of /home mount point
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:21:19 +00:00
Jörn Friedrich Dreyer c36e99895b update to latest changes in reva PR
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:21:19 +00:00
Jörn Friedrich Dreyer 5a29959a0b add spaces registry, drop mount_path
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:19:12 +00:00
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