-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functionality to create webdav references for OCM shares (#974)
- Loading branch information
Showing
19 changed files
with
377 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Add functionality to create webdav references for OCM shares. | ||
|
||
Webdav references will now be created in users' shares directory with the target | ||
set to the original resource's location in their mesh provider. | ||
|
||
https://github.com/cs3org/reva/pull/974 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[grpc] | ||
address = "0.0.0.0:17000" | ||
|
||
[grpc.services.storageprovider] | ||
driver = "localhome" | ||
mount_path = "/home" | ||
mount_id = "123e4567-e89b-12d3-a456-426655440000" | ||
data_server_url = "http://localhost:17001/data" | ||
|
||
[http] | ||
address = "0.0.0.0:17001" | ||
|
||
[http.services.dataprovider] | ||
driver = "localhome" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[grpc] | ||
address = "0.0.0.0:18000" | ||
|
||
[grpc.services.storageprovider] | ||
driver = "local" | ||
mount_path = "/reva" | ||
mount_id = "123e4567-e89b-12d3-a456-426655440000" |
Oops, something went wrong.