ownCloud Infinite Scale
The new cloud-native file sync and share platform from ownCloud
Alternative to: dropbox, google drive, box
v4.0.3
2023-11-24Changes in 4.0.3
Summary
- Bugfix - Bump reva to 2.16.2: #7512
- Bugfix - Token storage config fixed: #7546
- Enhancement - Support spec violating AD FS access token issuer: #7140
- Enhancement - Update web to v7.1.2: #7798
Details
-
Bugfix - Bump reva to 2.16.2: #7512
- Bugfix cs3org/reva#4251: ldap: fix GetUserByClaim for binary encoded UUIDs
https://github.com/owncloud/ocis/issues/7469 https://github.com/owncloud/ocis/pull/7512
-
Bugfix - Token storage config fixed: #7546
The token storage config in the config.json for web was missing when it was set to
false.https://github.com/owncloud/ocis/issues/7462 https://github.com/owncloud/ocis/pull/7546
-
Enhancement - Support spec violating AD FS access token issuer: #7140
AD FS
/adfs/.well-known/openid-configurationhas an optionalaccess_token_issuerwhich, in violation of the OpenID Connect spec, takes precedence overissuer. -
Enhancement - Update web to v7.1.2: #7798
Tags: web
We updated ownCloud Web to v7.1.2. Please refer to the changelog (linked) for details on the web release.
Summary * Bugfix owncloud/web#9833:
Resolving external URLs * Bugfix owncloud/web#9868: Respect “details”-query on private links * Bugfix owncloud/web#9913: Private link resolving via share jail ID
https://github.com/owncloud/ocis/pull/7798 https://github.com/owncloud/web/releases/tag/v7.1.2