File tree 5 files changed +15
-8
lines changed
github.com/cs3org/reva/v2/internal/http/services/sciencemesh
5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/cenkalti/backoff v2.2.1+incompatible
18
18
github.com/coreos/go-oidc/v3 v3.11.0
19
19
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
21
21
github.com/davidbyttow/govips/v2 v2.16.0
22
22
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
23
23
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ github.com/crewjam/saml v0.4.14 h1:g9FBNx62osKusnFzs3QTN5L9CVA/Egfgm+stJShzw/c=
249
249
github.com/crewjam/saml v0.4.14 /go.mod h1:UVSZCf18jJkk6GpWNVqcyQJMD5HsRugBPf4I1nl2mME =
250
250
github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1 h1:RU6LT6mkD16xZs011+8foU7T3LrPvTTSWeTQ9OgfhkA =
251
251
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 =
254
254
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c /go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4 =
255
255
github.com/cyphar/filepath-securejoin v0.2.5 h1:6iR5tXJ/e6tJZzzdMc1km3Sa7RRIVBKAK32O2s7AYfo =
256
256
github.com/cyphar/filepath-securejoin v0.2.5 /go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4 =
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1
371
371
github.com/cs3org/go-cs3apis/cs3/storage/registry/v1beta1
372
372
github.com/cs3org/go-cs3apis/cs3/tx/v1beta1
373
373
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
375
375
## explicit; go 1.22.7
376
376
github.com/cs3org/reva/v2/cmd/revad/internal/grace
377
377
github.com/cs3org/reva/v2/cmd/revad/runtime
You can’t perform that action at this time.
0 commit comments