-
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.
- Loading branch information
Showing
28 changed files
with
738 additions
and
25 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
2020-09-15 | ||
2020-10-08 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.2.1 | ||
1.3.0 |
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: Allow using the username when accessing the users home | ||
|
||
We now allow using the userid and the username when accessing the | ||
users home on the `/dev/files` endpoint. | ||
|
||
https://github.com/cs3org/reva/pull/1205 |
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: Call the gateway stat method from appprovider | ||
|
||
The appprovider service used to directly pass the stat request to the storage | ||
provider bypassing the gateway, which resulted in errors while handling share | ||
children as they are resolved in the gateway path. | ||
|
||
https://github.com/cs3org/reva/pull/1140 |
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 @@ | ||
Enhancement: Use updated cato to display nested package config in parent docs | ||
|
||
Previously, in case of nested packages, we just had a link pointing to the child | ||
package. Now we copy the nested package's documentation to the parent itself to | ||
make it easier for devs. | ||
|
||
https://github.com/cs3org/reva/pull/1131 |
5 changes: 5 additions & 0 deletions
5
changelog/1.3.0_2020-10-08/check-permissions-in-ocis-driver.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,5 @@ | ||
Enhancement: check permissions in ocis driver | ||
|
||
We are now checking grant permissions in the ocis storage driver. | ||
|
||
https://github.com/cs3org/reva/pull/1213 |
5 changes: 5 additions & 0 deletions
5
changelog/1.3.0_2020-10-08/chheck-permissions-in-owncloud-driver.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,5 @@ | ||
Enhancement: check permissions in owncloud driver | ||
|
||
We are now checking grant permissions in the owncloud storage driver. | ||
|
||
https://github.com/cs3org/reva/pull/1202 |
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 @@ | ||
Enhancement: Add GRPC stubs for CreateSymlink method | ||
|
||
https://github.com/cs3org/reva/pull/1228 |
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: Add logic in EOS FS for maintaining same inode across file versions | ||
|
||
This PR adds the functionality to maintain the same inode across various | ||
versions of a file by returning the inode of the version folder which remains | ||
constant. It requires extra metadata operations so a flag is provided to disable | ||
it. | ||
|
||
https://github.com/cs3org/reva/pull/1174. |
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 @@ | ||
Bugfix: up and download of file shares | ||
|
||
The shared folder logic in the gateway storageprovider was not allowing file up and downloads for single file shares. We now check if the reference is actually a file to determine if up / download should be allowed. | ||
|
||
https://github.com/cs3org/reva/pull/1170 |
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 @@ | ||
Bugfix: Fix ocis move | ||
|
||
When renaming a file we updating the name attribute on the wrong node, causing the path construction to use the wrong name. This fixes the litmus move_coll test. | ||
|
||
https://github.com/cs3org/reva/pull/1177 |
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 @@ | ||
Bugfix: Fix litmus failing on ocis storage | ||
|
||
We now ignore the `no data available` error when removing a non existing metadata attribute, which is ok because we are trying to delete it anyway. | ||
|
||
https://github.com/cs3org/reva/issues/1178 | ||
https://github.com/cs3org/reva/pull/1179 |
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 @@ | ||
Bugfix: Fix missing quotes on OCIS-Storage | ||
|
||
Etags have to be enclosed in quotes ". Return correct etags on OCIS-Storage. | ||
|
||
https://github.com/owncloud/product/issues/237 | ||
https://github.com/cs3org/reva/pull/1232 |
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: No longer swallow permissions errors in the gateway | ||
|
||
The gateway is no longer ignoring permissions errors. | ||
It will now check the status for `rpc.Code_CODE_PERMISSION_DENIED` codes | ||
and report them properly using `status.NewPermissionDenied` or `status.NewInternal` instead of reusing the original response status. | ||
|
||
https://github.com/cs3org/reva/pull/1210 |
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 @@ | ||
Bugfix: Handle eos EPERM as permission denied | ||
|
||
We now treat EPERM errors, which occur, eg. when acl checks fail and return a permission denied error. | ||
|
||
https://github.com/cs3org/reva/pull/1183 |
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 @@ | ||
Enhancement: Functionality to map home directory to different storage providers | ||
|
||
We hardcode the home path for all users to /home. This forbids redirecting | ||
requests for different users to multiple storage providers. This PR provides the | ||
option to map the home directories of different users using user attributes. | ||
|
||
https://github.com/cs3org/reva/pull/1142 |
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 Blackbox Exporter support to Mentix | ||
|
||
This update extends Mentix to export a Prometheus SD file specific to the Blackbox Exporter which will be used for initial health monitoring. Usually, Prometheus requires its targets to only consist of the target's hostname; the BBE though expects a full URL here. This makes exporting two distinct files necessary. | ||
|
||
https://github.com/cs3org/reva/pull/1190 |
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: New gateway datatx service | ||
|
||
Represents the CS3 datatx module in the gateway. | ||
|
||
https://github.com/cs3org/reva/pull/1229 |
6 changes: 6 additions & 0 deletions
6
changelog/1.3.0_2020-10-08/no-longer-swallow-permissions-errors.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,6 @@ | ||
Bugfix: No longer swallow permissions errors | ||
|
||
The storageprovider is no longer ignoring permissions errors. | ||
It will now report them properly using `status.NewPermissionDenied(...)` instead of `status.NewInternal(...)` | ||
|
||
https://github.com/cs3org/reva/pull/1206 |
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 @@ | ||
Bugfix: No longer swallow permissions errors in ocdav | ||
|
||
The ocdav api is no longer ignoring permissions errors. | ||
It will now check the status for `rpc.Code_CODE_PERMISSION_DENIED` codes and report them properly using `http.StatusForbidden` instead of `http.StatusInternalServerError` | ||
|
||
https://github.com/cs3org/reva/pull/1207 |
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 @@ | ||
Bugfix: Cache display names in ocs service | ||
|
||
The ocs list shares endpoint may need to fetch the displayname for multiple different users. We are now caching the lookup fo 60 seconds to save redundant RPCs to the users service. | ||
|
||
https://github.com/cs3org/reva/pull/1161 |
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: Allow setting the owner when using the ocis driver | ||
|
||
To support the metadata storage we allow setting the owner of the root node so that subsequent requests with that owner can be used to manage the storage. | ||
|
||
https://github.com/cs3org/reva/pull/1225 |
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 @@ | ||
Enhancement: introduce ocis driver treetime accounting | ||
|
||
We added tree time accounting to the ocis storage driver which is modeled after [eos synctime accounting](http://eos-docs.web.cern.ch/eos-docs/configuration/namespace.html#enable-subtree-accounting). | ||
It can be enabled using the new `treetime_accounting` option, which defaults to `false` | ||
The `tmtime` is stored in an extended attribute `user.ocis.tmtime`. The treetime accounting is enabled for nodes which have the `user.ocis.propagation` extended attribute set to `"1"`. Currently, propagation is in sync. | ||
|
||
https://github.com/cs3org/reva/pull/1180 |
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,4 @@ | ||
Bugfix: Add error handling for invalid references | ||
|
||
https://github.com/cs3org/reva/pull/1216 | ||
https://github.com/cs3org/reva/pull/1218 |
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 @@ | ||
Enhancement: Calculate etags on-the-fly for shares directory and home folder | ||
|
||
We create references for accepted shares in the shares directory, but these | ||
aren't updated when the original resource is modified. This PR adds the | ||
functionality to generate the etag for the shares directory and correspondingly, | ||
the home directory, based on the actual resources which the references point to, | ||
enabling the sync functionality. | ||
|
||
https://github.com/cs3org/reva/pull/1208 |
Oops, something went wrong.