Skip to content

Commit 638dba6

Browse files
committed
Fix the OCM invite response message on bad request
1 parent 84a91b3 commit 638dba6

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Fix the OCM invite response message on bad request
2+
3+
Fix the OCM invite response message on bad request.
4+
5+
https://github.com/owncloud/ocis/pull/11097
6+
https://github.com/owncloud/ocis/issues/11004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/cenkalti/backoff v2.2.1+incompatible
1818
github.com/coreos/go-oidc/v3 v3.11.0
1919
github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1
20-
github.com/cs3org/reva/v2 v2.27.8-0.20250304105945-35ccd7c61cc0
20+
github.com/cs3org/reva/v2 v2.27.8-0.20250304114240-6d0ccafeec5f
2121
github.com/davidbyttow/govips/v2 v2.16.0
2222
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
2323
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ github.com/crewjam/saml v0.4.14 h1:g9FBNx62osKusnFzs3QTN5L9CVA/Egfgm+stJShzw/c=
249249
github.com/crewjam/saml v0.4.14/go.mod h1:UVSZCf18jJkk6GpWNVqcyQJMD5HsRugBPf4I1nl2mME=
250250
github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1 h1:RU6LT6mkD16xZs011+8foU7T3LrPvTTSWeTQ9OgfhkA=
251251
github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1/go.mod h1:DedpcqXl193qF/08Y04IO0PpxyyMu8+GrkD6kWK2MEQ=
252-
github.com/cs3org/reva/v2 v2.27.8-0.20250304105945-35ccd7c61cc0 h1:h2bYmJtVY/WUuNUiknCQ3aziFWyXKOERQo3wgGjpOpo=
253-
github.com/cs3org/reva/v2 v2.27.8-0.20250304105945-35ccd7c61cc0/go.mod h1:1H26PMXoa1rDrIoZ7lGOerq1Bg07/5srYfRaKfxBSsc=
252+
github.com/cs3org/reva/v2 v2.27.8-0.20250304114240-6d0ccafeec5f h1:MbfDdkJbXRspy0HAP7KDeDfmF4NOuvJdaVIXVxpKE+E=
253+
github.com/cs3org/reva/v2 v2.27.8-0.20250304114240-6d0ccafeec5f/go.mod h1:1H26PMXoa1rDrIoZ7lGOerq1Bg07/5srYfRaKfxBSsc=
254254
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=
255255
github.com/cyphar/filepath-securejoin v0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo=
256256
github.com/cyphar/filepath-securejoin v0.2.5/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=

vendor/github.com/cs3org/reva/v2/internal/http/services/sciencemesh/token.go

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1
371371
github.com/cs3org/go-cs3apis/cs3/storage/registry/v1beta1
372372
github.com/cs3org/go-cs3apis/cs3/tx/v1beta1
373373
github.com/cs3org/go-cs3apis/cs3/types/v1beta1
374-
# github.com/cs3org/reva/v2 v2.27.8-0.20250304105945-35ccd7c61cc0
374+
# github.com/cs3org/reva/v2 v2.27.8-0.20250304114240-6d0ccafeec5f
375375
## explicit; go 1.22.7
376376
github.com/cs3org/reva/v2/cmd/revad/internal/grace
377377
github.com/cs3org/reva/v2/cmd/revad/runtime

0 commit comments

Comments
 (0)