mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-11 00:09:46 -05:00
Merge pull request #5984 from kobergj/PersonalDataExportCapability
Add capability for personal data export
This commit is contained in:
@@ -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
|
||||
|
||||
5
changelog/unreleased/personal-data-export-capability.md
Normal file
5
changelog/unreleased/personal-data-export-capability.md
Normal 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
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user