ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v6.1.0
2024-07-08Table of Contents
Changes in 6.1.0
Summary
- Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438
- Bugfix - Add inotify-tools and bash packages to docker files: #9440
- Bugfix - Allow all uploads to restart: #9465
- Bugfix - Fix the email notification service: #9467
- Bugfix - Fix Password Reset: #9479
- Bugfix - Fixed the email template: #9484
- Bugfix - Polish secure view: #9532
- Enhancement - Rudimentary OCM support in graph: #8909
- Enhancement - Activitylog API: #9361
- Enhancement - Add the backchannel logout event: #9447
- Enhancement - Add fail flag to consistency check: #9447
- Enhancement - Configurable OCM timeouts: #9450
- Enhancement - Deprecate gateway environment variables: #9451
- Enhancement - Allow reindexing all spaces: #9456
- Enhancement - Autoprovision group memberships: #9458
- Enhancement - Allow disable versioning: #9473
- Enhancement - Empty trash directories: #9483
- Enhancement - Various fixes for the activitylog service: #9485
- Enhancement - Add cli to purge revisions: #9497
- Enhancement - Update web to v9.1.0: #9547
- Enhancement - Bump reva to v2.21.0: #9556
Details
-
Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438
Fixes an issue where the sharing-ng service was not able to list permissions for personal and virtual drive items.
https://github.com/owncloud/ocis/issues/8922 https://github.com/owncloud/ocis/pull/9438
-
Bugfix - Add inotify-tools and bash packages to docker files: #9440
We need both packages to make posixfs work. Later, once the golang package is fixed to not depend on bash any more, bash can be removed again.
-
Bugfix - Allow all uploads to restart: #9465
On postprocessing-restart, allow all uploads to restart even if one fails.
-
Bugfix - Fix the email notification service: #9467
We fixed an error in the notification service that caused the email notification to fail when the user’s display name contained special characters.
https://github.com/owncloud/ocis/issues/9402 https://github.com/owncloud/ocis/pull/9467
-
Bugfix - Fix Password Reset: #9479
The
ocis idm resetpasswordalways used the hardcodedadminname for the user. Now user name can be specified via the--user-name(-u) flag. -
Bugfix - Fixed the email template: #9484
Fixed the email template when the description was marked as a link.
https://github.com/owncloud/ocis/issues/8424 https://github.com/owncloud/ocis/pull/9484
-
Bugfix - Polish secure view: #9532
We fixed a bug where viewing pdf files in secure view mode was not possible. Secure view access on space roots was dropped because of unwanted side effects.
-
Enhancement - Rudimentary OCM support in graph: #8909
We now allow creating and accepting OCM shares.
-
Enhancement - Activitylog API: #9361
Adds an api to the
activitylogservice which allows retrieving data by clients to show item activities -
Enhancement - Add the backchannel logout event: #9447
We’ve added the backchannel logout event
https://github.com/owncloud/ocis/issues/9355 https://github.com/owncloud/ocis/pull/9447
-
Enhancement - Add fail flag to consistency check: #9447
We added a
--failflag to theocis backup consistencycommand. If set to true, the command will return a non-zero exit code if any inconsistencies are found. This allows you to use the command in scripts and CI/CD pipelines to ensure that backups are consistent. -
Enhancement - Configurable OCM timeouts: #9450
We added
OCM_OCM_INVITE_MANAGER_TOKEN_EXPIRATIONandOCM_OCM_INVITE_MANAGER_TIMEOUTto allow changing the default invite token duration as well as the request timeout for requests made to other instances. -
Enhancement - Deprecate gateway environment variables: #9451
Deprecate service specific
_GATEWAY_NAMEenv vars. It makes no sense to point one specific service to a different gateway. -
Enhancement - Allow reindexing all spaces: #9456
Adds a
--all-spacesflag to theocis search indexcommand to allow reindexing all spaces at once. -
Enhancement - Autoprovision group memberships: #9458
When PROXY_AUTOPROVISION_ACCOUNTS is enabled it is now possible to automatically maintain the group memberships of users via a configurable OIDC claim.
https://github.com/owncloud/ocis/issues/5538 https://github.com/owncloud/ocis/pull/9458
-
Enhancement - Allow disable versioning: #9473
Adds new configuration options to disable versioning for the storage providers
-
Enhancement - Empty trash directories: #9483
We have added a cli-command that allows cleaning up empty directories in the trashbins folder structure in decomposedFS.
https://github.com/owncloud/ocis/issues/9393 https://github.com/owncloud/ocis/issues/9271 https://github.com/owncloud/ocis/pull/9483
-
Enhancement - Various fixes for the activitylog service: #9485
First round of fixes to make the activitylog service more robust and reliable.
https://github.com/owncloud/ocis/pull/9485 https://github.com/owncloud/ocis/pull/9467
-
Enhancement - Add cli to purge revisions: #9497
Adds a cli that allows removing all revisions for a storage-provider.
-
Enhancement - Update web to v9.1.0: #9547
Tags: web
We updated ownCloud Web to v9.1.0. Please refer to the changelog (linked) for details on the web release.
- Bugfix owncloud/web#11058: Resetting user after logout
- Bugfix owncloud/web#11059: Admin settings UI update after save
- Bugfix owncloud/web#11068: Editor save after token renewal
- Bugfix owncloud/web#11132: Trash bin breaking on navigation
- Bugfix owncloud/web#11135: Tooltips in trashbin covered
- Bugfix owncloud/web#11137: Duplicated elements on public link page
- Bugfix owncloud/web#11139: Secure view default action
- Enhancement owncloud/web#5387: Accessibility improvements
- Enhancement owncloud/web#10996: Activities sidebar app panel
- Enhancement owncloud/web#11054: Consistent initial loading spinner
- Enhancement owncloud/web#11057: Add action drop down to app top bar
- Enhancement owncloud/web#11060: Decrease text editor loading times
- Enhancement owncloud/web#11077: Reduce network load on token renewal
- Enhancement owncloud/web#11085: Open file directly from app
- Enhancement owncloud/web#11093: Enable default autosave in editors
https://github.com/owncloud/ocis/pull/9547 https://github.com/owncloud/web/releases/tag/v9.1.0
-
Enhancement - Bump reva to v2.21.0: #9556
- Bugfix cs3org/reva#4740: Disallow reserved filenames
- Bugfix cs3org/reva#4748: Quotes in dav Content-Disposition header
- Bugfix cs3org/reva#4750: Validate a space path
- Enhancement cs3org/reva#4737: Add the backchannel logout event
- Enhancement cs3org/reva#4749: DAV error codes
- Enhancement cs3org/reva#4742: Expose disable-versioning configuration option
- Enhancement cs3org/reva#4739: Improve posixfs storage driver
- Enhancement cs3org/reva#4738: Add GetServiceUserToken() method to utils pkg
https://github.com/owncloud/ocis/pull/9556 https://github.com/owncloud/ocis/pull/9473