add capability for personal data export

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-03-31 16:42:35 +02:00
parent ca05862279
commit ec6f236118
3 changed files with 9 additions and 0 deletions
@@ -197,6 +197,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
},
"support_url_signing": true,
},
"graph": map[string]interface{}{
"personal_data_export": true,
},
"checksums": map[string]interface{}{
"supported_types": cfg.Checksums.SupportedTypes,
"preferred_upload_type": cfg.Checksums.PreferredUploadType,