From d131fa940b935fbcf5c61edd69d19e7423a0d0ef Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 25 Nov 2022 15:07:49 +0100 Subject: [PATCH] bump reva to 2.12.0 --- changelog/unreleased/update-reva-rc2.md | 21 +++++++++++++++++++++ changelog/unreleased/update-reva.md | 10 ---------- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 changelog/unreleased/update-reva-rc2.md delete mode 100644 changelog/unreleased/update-reva.md diff --git a/changelog/unreleased/update-reva-rc2.md b/changelog/unreleased/update-reva-rc2.md new file mode 100644 index 0000000000..5822e031b2 --- /dev/null +++ b/changelog/unreleased/update-reva-rc2.md @@ -0,0 +1,21 @@ +Bugfix: update reva to version 2.12.0 + +Changelog for reva 2.12.0 (2022-11-25)  2 ✘  14:57:56  +======================================= + +* Bugfix [cs3org/reva#3436](https://github.com/cs3org/reva/pull/3436): Allow updating to internal link +* Bugfix [cs3org/reva#3473](https://github.com/cs3org/reva/pull/3473): Decomposedfs fix revision download +* Bugfix [cs3org/reva#3482](https://github.com/cs3org/reva/pull/3482): Decomposedfs propagate sizediff +* Bugfix [cs3org/reva#3449](https://github.com/cs3org/reva/pull/3449): Don't leak space information on update drive +* Bugfix [cs3org/reva#3470](https://github.com/cs3org/reva/pull/3470): Add missing events for managing spaces +* Bugfix [cs3org/reva#3472](https://github.com/cs3org/reva/pull/3472): Fix an oCDAV error message +* Bugfix [cs3org/reva#3452](https://github.com/cs3org/reva/pull/3452): Fix access to spaces shared via public link +* Bugfix [cs3org/reva#3440](https://github.com/cs3org/reva/pull/3440): Set proper names and paths for space roots +* Bugfix [cs3org/reva#3437](https://github.com/cs3org/reva/pull/3437): Refactor delete error handling +* Bugfix [cs3org/reva#3432](https://github.com/cs3org/reva/pull/3432): Remove share jail fix +* Bugfix [cs3org/reva#3458](https://github.com/cs3org/reva/pull/3458): Set the Oc-Fileid header when copying items +* Enhancement [cs3org/reva#3441](https://github.com/cs3org/reva/pull/3441): Cover ocdav with more unit tests +* Enhancement [cs3org/reva#3493](https://github.com/cs3org/reva/pull/3493): Configurable filelock duration factor in decomposedfs +* Enhancement [cs3org/reva#3397](https://github.com/cs3org/reva/pull/3397): Reduce lock contention issues + +https://github.com/owncloud/ocis/pull/5092 diff --git a/changelog/unreleased/update-reva.md b/changelog/unreleased/update-reva.md deleted file mode 100644 index acff2b5088..0000000000 --- a/changelog/unreleased/update-reva.md +++ /dev/null @@ -1,10 +0,0 @@ -Bugfix: update reva - -Tags: reva - -We updated reva to pull in several Bugfixes: -* Bugfix [owncloud/ocis#5061](https://github.com/owncloud/ocis/issues/5061): [Performance] Upload speed drops while uploading 1k files in a folder -* Bugfix [owncloud/ocis#3868](https://github.com/owncloud/ocis/issues/3868): Downloading the older version of shared file as share receiver gives 403 -* Bugfix [owncloud/ocis#765](https://github.com/owncloud/ocis/issues/765): [OCIS-storage] Restoring an older version of a shared file deletes the share - -https://github.com/owncloud/ocis/pull/5092 diff --git a/go.mod b/go.mod index e8868c80af..f03891d07c 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/blevesearch/bleve/v2 v2.3.5 github.com/coreos/go-oidc/v3 v3.4.0 github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965 - github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83 + github.com/cs3org/reva/v2 v2.12.0 github.com/disintegration/imaging v1.6.2 github.com/ggwhite/go-masker v1.0.9 github.com/go-chi/chi/v5 v5.0.7 diff --git a/go.sum b/go.sum index 4f6e1dcce0..f33aacfbf4 100644 --- a/go.sum +++ b/go.sum @@ -342,8 +342,8 @@ github.com/crewjam/saml v0.4.6 h1:XCUFPkQSJLvzyl4cW9OvpWUbRf0gE7VUpU8ZnilbeM4= github.com/crewjam/saml v0.4.6/go.mod h1:ZBOXnNPFzB3CgOkRm7Nd6IVdkG+l/wF+0ZXLqD96t1A= github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965 h1:y4n2j68LLnvac+zw/al8MfPgO5aQiIwLmHM/JzYN8AM= github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY= -github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83 h1:cyYWkYxEFr08PDMQHVxOyCAUzCT+nh0qsFDmMYiK2O8= -github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83/go.mod h1:+lH5G0UmNjMNj4F0bDhbh+HqL1UihlbL8zPBa57Y2QI= +github.com/cs3org/reva/v2 v2.12.0 h1:KGQnNje13BbWuQBnxnWKyk+JjYTrETE8Q71KqKpzQQo= +github.com/cs3org/reva/v2 v2.12.0/go.mod h1:+lH5G0UmNjMNj4F0bDhbh+HqL1UihlbL8zPBa57Y2QI= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI= github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY= github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=