update to reva 1.4.1-0.20201118150422-667197a6b674

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-18 16:04:06 +01:00
committed by Benedikt Kulmann
parent a433db46c4
commit f211bda1b6
5 changed files with 6 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
Enhancement: Update reva to v1.3.1-0.20201112131316-1c425035c8a2
Enhancement: Update reva to v1.4.0
* Refactor the uploading files workflow from various clients [cs3org/reva#1285](https://github.com/cs3org/reva/pull/1285), [cs3org/reva#1314](https://github.com/cs3org/reva/pull/1314)
* [OCS] filter share with me requests [cs3org/reva#1302](https://github.com/cs3org/reva/pull/1302)

View File

@@ -306,15 +306,6 @@ apiSharees/sharees.feature:538
# https://github.com/owncloud/product/issues/293 sharing with group not available
#
apiShareManagementToShares/acceptShares.feature:22
apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:156
apiShareManagementToShares/acceptShares.feature:157
apiShareManagementToShares/acceptShares.feature:158
apiShareManagementToShares/acceptShares.feature:159
apiShareManagementToShares/acceptShares.feature:160
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:223
apiShareManagementToShares/acceptShares.feature:270
apiShareManagementToShares/acceptShares.feature:342
@@ -331,7 +322,6 @@ apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:216
apiShareManagementToShares/acceptShares.feature:249
apiShareManagementToShares/acceptSharesToSharesFolder.feature:28
apiShareManagementToShares/acceptSharesToSharesFolder.feature:48

View File

@@ -289,15 +289,6 @@ apiSharees/sharees.feature:538
# https://github.com/owncloud/product/issues/293 sharing with group not available
#
apiShareManagementToShares/acceptShares.feature:22
apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:156
apiShareManagementToShares/acceptShares.feature:157
apiShareManagementToShares/acceptShares.feature:158
apiShareManagementToShares/acceptShares.feature:159
apiShareManagementToShares/acceptShares.feature:160
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:223
apiShareManagementToShares/acceptShares.feature:270
apiShareManagementToShares/acceptShares.feature:342
@@ -314,7 +305,6 @@ apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:216
apiShareManagementToShares/acceptShares.feature:249
apiShareManagementToShares/acceptSharesToSharesFolder.feature:28
apiShareManagementToShares/acceptSharesToSharesFolder.feature:48

View File

@@ -3,7 +3,7 @@ module github.com/owncloud/ocis/storage
go 1.13
require (
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674
github.com/gofrs/uuid v3.3.0+incompatible
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1

View File

@@ -201,6 +201,10 @@ github.com/cs3org/reva v1.3.1-0.20201023144216-cdb3d6688da5 h1:nkmk9ywGKpJthWeMY
github.com/cs3org/reva v1.3.1-0.20201023144216-cdb3d6688da5/go.mod h1:V50GXMiT524bvxACFkrkZqBzK4BoXLSprxcPshBlSOY=
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2 h1:vBgCFcQMxcu7wDPo44Onw3ZXXZc3DrARz6V8rECZjVs=
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/cs3org/reva v1.4.0 h1:fMG9Rfn+gyvIlOPd9xvbefqC0UWy5c1Wp0QV/jUowr4=
github.com/cs3org/reva v1.4.0/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674 h1:r7udNbZtE0OQF1bL8Qp3kJ3inNxEPQd8shRW6ngwkkw=
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=