Skip to content

Commit

Permalink
Denial and Resharing Default capability
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Mar 31, 2023
1 parent ed924f8 commit f54cbe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/deny-default-reshare-capabilities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: Denial and Resharing Default capabilities

https://github.com/cs3org/reva/pull/3762
2 changes: 2 additions & 0 deletions internal/http/services/owncloud/ocs/data/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ type CapabilitiesDav struct {
type CapabilitiesFilesSharing struct {
APIEnabled ocsBool `json:"api_enabled" xml:"api_enabled" mapstructure:"api_enabled"`
Resharing ocsBool `json:"resharing" xml:"resharing"`
ResharingDefault ocsBool `json:"resharing_default" xml:"resharing_default"`
DenyAccess ocsBool `json:"deny_access" xml:"deny_access"`
GroupSharing ocsBool `json:"group_sharing" xml:"group_sharing" mapstructure:"group_sharing"`
AutoAcceptShare ocsBool `json:"auto_accept_share" xml:"auto_accept_share" mapstructure:"auto_accept_share"`
ShareWithGroupMembersOnly ocsBool `json:"share_with_group_members_only" xml:"share_with_group_members_only" mapstructure:"share_with_group_members_only"`
Expand Down

0 comments on commit f54cbe9

Please sign in to comment.