forked from cernbox/reva
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master-upstream' into cernbox
- Loading branch information
Showing
22 changed files
with
301 additions
and
205 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
7 changes: 7 additions & 0 deletions
7
changelog/unreleased/deny-default-reshare-capabilities copy.md
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 @@ | ||
Bugfix: Fix files sharing capabilities | ||
|
||
A bug was preventing setting some capabilities | ||
(ResharingDefault and DenyAccess) for files sharing | ||
from the configuration file | ||
|
||
https://github.com/cs3org/reva/pull/3771 |
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,5 @@ | ||
Enhancement: Add support to tag eos traffic | ||
|
||
We've added support to tag eos traffic | ||
|
||
https://github.com/cs3org/reva/pull/3778 |
9 changes: 9 additions & 0 deletions
9
changelog/unreleased/fix-create-version-folder-on-list-eos.md
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,9 @@ | ||
Bugfix: Fix listing directory for a read-only shares for EOS storage driver | ||
|
||
In a read-only share, while listing a folder, for resources | ||
not having a version folder, the returned resource id was wrongly | ||
the one of the original file, instead of the version folder. | ||
This behavior has been fixed, where the version folder is always | ||
created on behalf of the resource owner. | ||
|
||
https://github.com/cs3org/reva/pull/3786 |
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 @@ | ||
Bugfix: Fix Makefile error on Ubuntu | ||
|
||
I've fixed Makefile using sh which is defaulted to dash in ubuntu, dash doesn't support | ||
`[[ ... ]]` syntax and Makefile would throw `/bin/sh: 1: [[: not found` errors. | ||
|
||
https://github.com/cs3org/reva/pull/3780 | ||
https://github.com/cs3org/reva/issues/3773 |
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,8 @@ | ||
Enhancement: Updated OCM tutorial | ||
|
||
The OCM tutorial in the doc was missing the example | ||
on how to access the received resources. | ||
Now the tutorial contains all the steps to access | ||
a received resource using the WebDAV protocol. | ||
|
||
https://github.com/cs3org/reva/pull/3783 |
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,3 @@ | ||
Bugfix: Fixed default protocol on ocm-share-create | ||
|
||
https://github.com/cs3org/reva/pull/3770 |
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,12 @@ | ||
[shared] | ||
gatewaysvc = "localhost:19000" | ||
|
||
[grpc] | ||
address = "localhost:19030" | ||
|
||
[grpc.services.authprovider] | ||
auth_manager = "machine" | ||
|
||
[grpc.services.authprovider.auth_managers.machine] | ||
api_key = "machine-api-key" | ||
gateway_addr = "localhost:19000" |
Oops, something went wrong.