Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Nextcloud-based OCM Share Manager (cs3org#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored and root committed Oct 25, 2021
1 parent 9e6999c commit 8ca3a8c
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 8ca3a8c

Please sign in to comment.