Merge pull request #5984 from kobergj/PersonalDataExportCapability

Add capability for personal data export
This commit is contained in:
kobergj
2023-04-03 09:22:55 +02:00
committed by GitHub
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,