mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
Merge pull request #5984 from kobergj/PersonalDataExportCapability
Add capability for personal data export
This commit is contained in:
@@ -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