ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v8.0.1
2026-03-11Table of Contents
Changes in 8.0.1
Summary
- Bugfix - Don’t use hardcoded groupOfNames in group creation: #11776
- Bugfix - Expose the signature-auth attribute: #12052
- Bugfix - Don’t write empty externalID to LDAP: #12085
- Enhancement - Bump Web to 12.3.2: #12074
- Enhancement - Bump reva: #12097
Details
-
Bugfix - Don’t use hardcoded groupOfNames in group creation: #11776
Formerly, when creating a group with a different objectClass, it will always use groupOfNames instead of the one provided in the config. Now, the server creates groups using the objectClass defined in the config.
-
Bugfix - Expose the signature-auth attribute: #12052
Expose the “oc:signature-auth” attribute for the subfolders in the public link propfinds. This is a necessary change to be able to support archive downloads in password protected public links.
-
Bugfix - Don’t write empty externalID to LDAP: #12085
When creating new users in the graph service, the externalID attribute was being written to LDAP even when it was empty. Now, the externalID attribute is only written when it has a non-empty value.
-
Enhancement - Bump Web to 12.3.2: #12074
- Enhancement owncloud/ocis#11963: Use signature auth
https://github.com/owncloud/ocis/pull/12074 https://github.com/owncloud/web/releases/tag/v12.3.2
-
Enhancement - Bump reva: #12097
Bumped reva to the latest version. This includes a refactoring of the scope expansion and verification logic, as well as a fix for the signature-auth propfind attribute that now correctly supports archive downloads in password-protected public links.