ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v6.2.0-rc.1
2024-07-30Table of Contents
Changes in 6.2.0
Summary
- Bugfix - Fix restarting of postprocessing: #6945
- Bugfix - Fix crash on empty tracing provider: #9622
- Bugfix - Fixed the file name validation if nodeid is used: #9634
- Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638
- Bugfix - Fixed the channel lock in a workers pool: #9647
- Bugfix - Missing invitation in permission responses: #9652
- Bugfix - Repair nats-js-kv registry: #9662
- Bugfix - Fix panic: #9673
- Bugfix - Fixed the response code when copying the shared from to personal: #9677
- Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689
- Change - Remove unavailable web config options: #9679
- Enhancement - Introduce auth-app service: #9079
- Enhancement - Add support for proof keys for the collaboration service: #9366
- Enhancement - Log user agent and remote addr on auth errors: #9475
- Enhancement - Add missing WOPI features: #9580
- Enhancement - Bump commitID for web: #9631
- Enhancement - Remove oidc-go dependency: #9641
- Enhancement - Improve the collaboration service logging: #9653
- Enhancement - Fix trash command: #9665
- Enhancement - Added the debugging to full ocis docker example: #9666
- Enhancement - Add locking support for MS Office Online Server: #9685
- Enhancement - Bump reva to v.2.22.0: #9690
- Enhancement - Add
--diffto theocis initcommand: #9693 - Enhancement - Update web to v10.0.0: #9707
Details
-
Bugfix - Fix restarting of postprocessing: #6945
We fixed a bug where non-admin requests to admin resources would get 401 Unauthorized. Now, the server sends 403 Forbidden response.
https://github.com/owncloud/ocis/issues/5938 https://github.com/owncloud/ocis/pull/6945
-
Bugfix - Fix crash on empty tracing provider: #9622
We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to true, but no tracing Endpoints or Collectors have been provided.a
https://github.com/owncloud/ocis/issues/7012 https://github.com/owncloud/ocis/pull/9622
-
Bugfix - Fixed the file name validation if nodeid is used: #9634
We have fixed the file name validation if nodeid is used
https://github.com/owncloud/ocis/issues/9568 https://github.com/owncloud/ocis/pull/9634
-
Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638
We fixed a missing SecureView permission attribute in the REPORT response.
https://github.com/owncloud/ocis/issues/9607 https://github.com/owncloud/ocis/pull/9638
-
Bugfix - Fixed the channel lock in a workers pool: #9647
We fixed an error when the users can’t see more than 10 shares
https://github.com/owncloud/ocis/issues/9642 https://github.com/owncloud/ocis/pull/9647
-
Bugfix - Missing invitation in permission responses: #9652
We have fixed a bug where the
invitationproperty was missing in the response when creating, listing or updating graph permissions.https://github.com/owncloud/ocis/issues/9571 https://github.com/owncloud/ocis/pull/9652
-
Bugfix - Repair nats-js-kv registry: #9662
The registry would always send traffic to only one pod. This is now fixed and load should be spread evenly. Also implements watcher method so the cache can use it.
https://github.com/owncloud/ocis/pull/9662 https://github.com/owncloud/ocis/pull/9654 https://github.com/owncloud/ocis/pull/9620
-
Bugfix - Fix panic: #9673
Fixes panic occuring when the nats-js-kv is not properly initialized.
-
Bugfix - Fixed the response code when copying the shared from to personal: #9677
We fixed the response code when copying the file from shares to personal space with a secure view role.
https://github.com/owncloud/ocis/issues/9482 https://github.com/owncloud/ocis/pull/9677
-
Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689
We fixed the response code when DELETE and MOVE requests to the file that is still in post-processing.
https://github.com/owncloud/ocis/issues/9432 https://github.com/owncloud/ocis/pull/9689
-
Change - Remove unavailable web config options: #9679
We’ve removed config options from the web package, that are no longer available in web. Check the web changelog for more details.
https://github.com/owncloud/ocis/pull/9679 https://github.com/owncloud/web/pull/11256 https://github.com/owncloud/web/pull/10122 https://github.com/owncloud/web/pull/11260
-
Enhancement - Introduce auth-app service: #9079
Introduce a new service, auth-app, that provides authentication and authorization services for applications.
-
Enhancement - Add support for proof keys for the collaboration service: #9366
Proof keys support will be enabled by default in order to ensure that all the requests come from a trusted source. Since proof keys must be set in the WOPI app (OnlyOffice, Collabora…), it’s possible to disable the verification of the proof keys via configuration.
-
Enhancement - Log user agent and remote addr on auth errors: #9475
The proxy will now log
user_agent,client.address,network.peer.addressandnetwork.peer.portto help operations debug authentication errors. The latter three follow the Semantic Conventions 1.26.0 / General / Attributes naming to better integrate with log aggregation tools. -
Enhancement - Add missing WOPI features: #9580
We added the feature to disable the chat for onlyoffice and added the missing language parameters to the wopi app url.
-
Enhancement - Bump commitID for web: #9631
Bump the web commitID to current master
-
Enhancement - Remove oidc-go dependency: #9641
Removes the kgol/oidc-go dependency because it was flagged by dependabot. Luckily us we only used it for importing the strings “profile” and “email”.
-
Enhancement - Improve the collaboration service logging: #9653
We added more debug log information to the collaboration service. This is vital for scenarios when we need to debug in remote setups.
-
Enhancement - Fix trash command: #9665
The
ocis trash purge-empty-dirscommand should work on any storage provider, not juststorage/users. -
Enhancement - Added the debugging to full ocis docker example: #9666
Added the debugging to full ocis docker example
-
Enhancement - Add locking support for MS Office Online Server: #9685
We added support for the special kind of lock tokens that MS Office Online Server uses to lock files via the Wopi protocol. It will only be active if you set the
COLLABORATION_APP_NAMEenvironment variable toMicrosoftOfficeOnline. -
Enhancement - Bump reva to v.2.22.0: #9690
- Bugfix cs3org/reva#4741: Always find unique providers
- Bugfix cs3org/reva#4762: Blanks in dav Content-Disposition header
- Bugfix cs3org/reva#4775: Fixed the response code when copying the shared from to personal
- Bugfix cs3org/reva#4633: Allow all users to create internal links
- Bugfix cs3org/reva#4771: Deleting resources via their id
- Bugfix cs3org/reva#4768: Fixed the file name validation if nodeid is used
- Bugfix cs3org/reva#4758: Fix moving locked files, enable handling locked files via ocdav
- Bugfix cs3org/reva#4774: Fix micro ocdav service init and registration
- Bugfix cs3org/reva#4776: Fix response code for DEL file that in postprocessing
- Bugfix cs3org/reva#4746: Uploading the same file multiple times leads to orphaned blobs
- Bugfix cs3org/reva#4778: Zero byte uploads
- Change cs3org/reva#4759: Updated to the latest version of the go-cs3apis
- Change cs3org/reva#4773: Ocis bumped
- Enhancement cs3org/reva#4766: Set archiver output format via query parameter
- Enhancement cs3org/reva#4763: Improve posixfs storage driver
https://github.com/owncloud/ocis/pull/9690 https://github.com/owncloud/ocis/pull/9662 https://github.com/owncloud/ocis/pull/9621 https://github.com/owncloud/ocis/pull/9677 https://github.com/owncloud/ocis/pull/9689
-
Enhancement - Add
--diffto theocis initcommand: #9693We have added a new flag
--diffto theocis initcommand to show the diff of the configuration files. This is useful to see what has changed in the configuration files when you run theocis initcommand. The diff is stored to the ocispath in the config folder as ocis.config.patch and can be applied using the linuxpatchcommand.https://github.com/owncloud/ocis/issues/3645 https://github.com/owncloud/ocis/pull/9693
-
Enhancement - Update web to v10.0.0: #9707
Tags: web
We updated ownCloud Web to v10.0.0. Please refer to the changelog (linked) for details on the web release.
- Bugfix owncloud/web#11174 Downloading files via the app top bar doesn’t reflect the current state - Bugfix owncloud/web#11186 Images stretched in preview app in Safari browser - Bugfix owncloud/web#11194 UI breaks when tags are numbers - Bugfix owncloud/web#11253 Open dropdown menu does not deselect other items in admin settings app - Change owncloud/web#11251 Removal of Deprecated Config Options - Change owncloud/web#11252 Remove draw-io as default app - Change owncloud/web#11277 Remove set as description space action - Enhancement owncloud/web#11166 Add share role icon to shared with me table - Enhancement owncloud/web#11258 Application menu extension point - Enhancement owncloud/web#11279 Move quota info to general info in user menu - Enhancement owncloud/web#11280 Add edit description button to space info
https://github.com/owncloud/ocis/pull/9707 https://github.com/owncloud/web/releases/tag/v10.0.0