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

View File

@@ -11,3 +11,4 @@ https://github.com/owncloud/ocis/pull/5613
https://github.com/owncloud/ocis/pull/5714
https://github.com/owncloud/ocis/pull/5845
https://github.com/owncloud/ocis/pull/5921
https://github.com/owncloud/ocis/pull/5984

View File

@@ -0,0 +1,5 @@
Enhancement: Add a capability for the Personal Data export
Adds a capability for the personal data export endpoint
https://github.com/owncloud/ocis/pull/5984

View File

@@ -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,