ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v4.0.5
2023-12-21Changes in 4.0.5
Summary
- Bugfix - Fix reva config of frontend service to avoid misleading error logs: #7934
- Bugfix - Fix trace ids: #8026
- Bugfix - Do not purge expired upload sessions that are still postprocessing: #7941
- Enhancement - Add cli commands for trash-binq: #7936
Details
-
Bugfix - Fix reva config of frontend service to avoid misleading error logs: #7934
We set an empty Credentials chain for the frontend service now. In ocis all non-reva token authentication is handled by the proxy. This avoids irritating error messages about the missing ‘auth-bearer’ service.
https://github.com/owncloud/ocis/issues/6692 https://github.com/owncloud/ocis/pull/7934 https://github.com/owncloud/ocis/pull/7453 https://github.com/cs3org/reva/pull/4396 https://github.com/cs3org/reva/pull/4241
-
Bugfix - Fix trace ids: #8026
We changed the default tracing to produce non-empty traceids and fixed a problem where traces got disconnected further down the stack.
-
Bugfix - Do not purge expired upload sessions that are still postprocessing: #7941
https://github.com/owncloud/ocis/pull/7941 https://github.com/owncloud/ocis/pull/7859 https://github.com/owncloud/ocis/pull/7958
-
Enhancement - Add cli commands for trash-binq: #7936
We added the
listandrestorecommands to the trash-bin items to the CLIhttps://github.com/owncloud/ocis/issues/7845 https://github.com/owncloud/ocis/pull/7936