Skip to content

Commit

Permalink
chore: add capability for link default permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Nov 22, 2023
1 parent e6cbb12 commit 9756c79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Add default permissions capability for links

A capability for default permissions for links has been added.

https://github.com/cs3org/reva/pull/4358
https://github.com/owncloud/web/issues/9919
1 change: 1 addition & 0 deletions internal/http/services/owncloud/ocs/data/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ type CapabilitiesFilesSharingPublic struct {
ExpireDate *CapabilitiesFilesSharingPublicExpireDate `json:"expire_date" xml:"expire_date" mapstructure:"expire_date"`
CanEdit ocsBool `json:"can_edit" xml:"can_edit" mapstructure:"can_edit"`
Alias ocsBool `json:"alias" xml:"alias"`
DefaultPermissions int `json:"default_permissions" xml:"default_permissions" mapstructure:"default_permissions"`
}

// CapabilitiesFilesSharingPublicPassword TODO document
Expand Down

0 comments on commit 9756c79

Please sign in to comment.