Merge branch 'stable-4.0' into update-changelog

This commit is contained in:
Michael Barz
2024-04-11 11:23:16 +02:00
3 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: fix wrong compile date
We fixed that current date is always printed.
https://github.com/owncloud/ocis/pull/6132
https://github.com/owncloud/ocis/issues/6124

View File

@@ -0,0 +1,5 @@
Enhancement: Update to go 1.22
We have updated go to version 1.22.
https://github.com/owncloud/ocis/pull/8597

View File

@@ -0,0 +1,12 @@
Bugfix: Update reva to include bugfixes and improvements
## Changelog for reva 2.13.4
* Bugfix [cs3org/reva#4398](https://github.com/cs3org/reva/pull/4398): Fix ceph build
* Bugfix [cs3org/reva#4396](https://github.com/cs3org/reva/pull/4396): Allow an empty credentials chain in the auth middleware
* Bugfix [cs3org/reva#4423](https://github.com/cs3org/reva/pull/4423): Fix disconnected traces
* Bugfix [cs3org/reva#4590](https://github.com/cs3org/reva/pull/4590): Fix uploading via a public link
* Bugfix [cs3org/reva#4470](https://github.com/cs3org/reva/pull/4470): Keep failed processing status
* Enhancement [cs3org/reva#4397](https://github.com/cs3org/reva/pull/4397): Introduce UploadSessionLister interface
https://github.com/owncloud/ocis/pull/8718