Skip to content

Commit

Permalink
Nextcloud-based OCM Share Manager (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Oct 22, 2021
1 parent 2feb24b commit 8697c15
Show file tree
Hide file tree
Showing 6 changed files with 1,466 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/nextcloud-ocm-share-manager.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Nextcloud-based share manager for pkg/ocm/share

Note that pkg/ocm/share is very similar to pkg/share,
but it deals with cs3/sharing/ocm
whereas pkg/share deals with cs3/sharing/collaboration

https://github.com/cs3org/reva/pull/2163
1 change: 1 addition & 0 deletions pkg/ocm/share/manager/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ package loader
import (
// Load core share manager drivers.
_ "github.com/cs3org/reva/pkg/ocm/share/manager/json"
_ "github.com/cs3org/reva/pkg/ocm/share/manager/nextcloud"
// Add your own here
)
Loading

0 comments on commit 8697c15

Please sign in to comment.