File tree 4 files changed +22
-4
lines changed
4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
- Enhancement: Bump reva
1
+ Enhancement: Bump reva to 2.25.0
2
2
3
- Bumps reva version
3
+ * Bugfix [ cs3org/reva #4854 ] ( https://github.com/cs3org/reva/pull/4854 ) : Added ShareUpdate activity
4
+ * Bugfix [ cs3org/reva #4865 ] ( https://github.com/cs3org/reva/pull/4865 ) : Better response codes for app new endpoint
5
+ * Bugfix [ cs3org/reva #4858 ] ( https://github.com/cs3org/reva/pull/4858 ) : Better response codes for app new endpoint
6
+ * Bugfix [ cs3org/reva #4867 ] ( https://github.com/cs3org/reva/pull/4867 ) : Fix remaining space calculation for S3 blobstore
7
+ * Bugfix [ cs3org/reva #4852 ] ( https://github.com/cs3org/reva/pull/4852 ) : Populate public link user correctly
8
+ * Bugfix [ cs3org/reva #4859 ] ( https://github.com/cs3org/reva/pull/4859 ) : Fixed the collaboration service registration
9
+ * Bugfix [ cs3org/reva #4835 ] ( https://github.com/cs3org/reva/pull/4835 ) : Fix sharejail stat id
10
+ * Bugfix [ cs3org/reva #4856 ] ( https://github.com/cs3org/reva/pull/4856 ) : Fix time conversion
11
+ * Bugfix [ cs3org/reva #4851 ] ( https://github.com/cs3org/reva/pull/4851 ) : Use gateway selector in sciencemesh
12
+ * Bugfix [ cs3org/reva #4850 ] ( https://github.com/cs3org/reva/pull/4850 ) : Write upload session info atomically
13
+ * Enhancement [ cs3org/reva #4866 ] ( https://github.com/cs3org/reva/pull/4866 ) : Unit test the json ocm invite manager
14
+ * Enhancement [ cs3org/reva #4847 ] ( https://github.com/cs3org/reva/pull/4847 ) : Add IsVersion to UploadReadyEvent
15
+ * Enhancement [ cs3org/reva #4868 ] ( https://github.com/cs3org/reva/pull/4868 ) : Improve metadata client errors
16
+ * Enhancement [ cs3org/reva #4848 ] ( https://github.com/cs3org/reva/pull/4848 ) : Add trashbin support to posixfs alongside other improvements
4
17
18
+
19
+ https://github.com/owncloud/ocis/pull/10194
5
20
https://github.com/owncloud/ocis/pull/10172
6
21
https://github.com/owncloud/ocis/pull/10157
7
22
https://github.com/owncloud/ocis/pull/9817
23
+
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/cenkalti/backoff v2.2.1+incompatible
16
16
github.com/coreos/go-oidc/v3 v3.11.0
17
17
github.com/cs3org/go-cs3apis v0.0.0-20240724121416-062c4e3046cb
18
- github.com/cs3org/reva/v2 v2.24.2-0.20240930121615-c33c803283ee
18
+ github.com/cs3org/reva/v2 v2.25.0
19
19
github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25
20
20
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
21
21
github.com/egirna/icap-client v0.1.1
Original file line number Diff line number Diff line change @@ -257,6 +257,8 @@ github.com/cs3org/go-cs3apis v0.0.0-20240724121416-062c4e3046cb h1:KmYZDReplv/yf
257
257
github.com/cs3org/go-cs3apis v0.0.0-20240724121416-062c4e3046cb /go.mod h1:yyP8PRo0EZou3nSH7H4qjlzQwaydPeIRNgX50npQHpE =
258
258
github.com/cs3org/reva/v2 v2.24.2-0.20240930121615-c33c803283ee h1:+1sYiuA9LRQIznBNG1AFQoIGdCUCqQT1Dof2rTTsDm8 =
259
259
github.com/cs3org/reva/v2 v2.24.2-0.20240930121615-c33c803283ee /go.mod h1:p7CHBXcg6sSqB+0JMNDfC1S7TSh9FghXkw1kTV3KcJI =
260
+ github.com/cs3org/reva/v2 v2.25.0 h1:88EhLg0oQdhWxXQnvlGqlfgq3B2pVauhhPoQXrN0Wjw =
261
+ github.com/cs3org/reva/v2 v2.25.0 /go.mod h1:p7CHBXcg6sSqB+0JMNDfC1S7TSh9FghXkw1kTV3KcJI =
260
262
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c /go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4 =
261
263
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg =
262
264
github.com/cyphar/filepath-securejoin v0.2.4 /go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4 =
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1
367
367
github.com/cs3org/go-cs3apis/cs3/storage/registry/v1beta1
368
368
github.com/cs3org/go-cs3apis/cs3/tx/v1beta1
369
369
github.com/cs3org/go-cs3apis/cs3/types/v1beta1
370
- # github.com/cs3org/reva/v2 v2.24.2-0.20240930121615-c33c803283ee
370
+ # github.com/cs3org/reva/v2 v2.25.0
371
371
## explicit; go 1.21
372
372
github.com/cs3org/reva/v2/cmd/revad/internal/grace
373
373
github.com/cs3org/reva/v2/cmd/revad/runtime
You can’t perform that action at this time.
0 commit comments