implement sharing roles (#7524)

Co-authored-by: Roman Perekhod <rperekhod@owncloud.com>
This commit is contained in:
Roman Perekhod
2023-10-24 15:01:11 +02:00
committed by GitHub
parent e474e7bf05
commit d185b7145f
6 changed files with 82 additions and 1 deletions

View File

@@ -105,6 +105,9 @@ func DefaultConfig() *config.Config {
Cluster: "ocis-cluster",
EnableTLS: false,
},
FilesSharing: config.FilesSharing{
EnableResharing: true,
},
}
}