Table of Contents
- Changelog for 8.0.1
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
- Enhancement
-
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.