6.5.0
Table of Contents
Changes in 6.5.0
Summary
- Bugfix - Fixed the ocm email template: #10030
- Bugfix - Fixed activity filter depth: #10031
- Bugfix - Fixed proxy build info: #10039
- Bugfix - Fixed the ocm tocken: #10050
- Bugfix - Fix ocm space sharing: #10060
- Bugfix - Fix the error code for ocm space sharing: #10079
- Bugfix - Added LinkUpdated activity: #10085
- Bugfix - Fix Activities leak: #10092
- Bugfix - Include additional logs in the collaboration service: #10101
- Bugfix - Added ShareUpdate activity: #10104
- Bugfix - Fixed the collaboration service registration: #10107
- Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: #10112
- Bugfix - Forbid Activities for Sharees: #10136
- Bugfix - Always select next gateway client: #10141
- Bugfix - Remove duplicate CSP header from responses: #10146
- Bugfix - Fixed the missing folder variable: #10150
- Bugfix - Fix activity limit: #10165
- Bugfix - Fix email translations: #10171
- Bugfix - Fix Activities translation: #10175
- Enhancement - Allow to maintain the last sign-in timestamp of a user: #9942
- Enhancement - Add an Activity for FileUpdated: #10072
- Enhancement - Remove METADATA_BACKEND: #10113
- Enhancement - Load CSP configuration file if it exists: #10139
- Enhancement - FileDownloaded Activity: #10161
- Enhancement - Add WOPI host URLs to the collaboration service: #10174
- Enhancement - Update web to v10.3.0: #10177
- Enhancement - Bump reva to 2.25.0: #10194
Details
-
Bugfix - Fixed the ocm email template: #10030
The golang conditional construction moved out from the transifex template.
-
Bugfix - Fixed activity filter depth: #10031
Fixed activity filter 'depth:-1'
-
Bugfix - Fixed proxy build info: #10039
The version string for the proxy service has been changed to 'version'.
-
Bugfix - Fixed the ocm tocken: #10050
We now pass the JWT secret to the reva runtime.
-
Bugfix - Fix ocm space sharing: #10060
We prevent adding the federated users as members of the space.
-
Bugfix - Fix the error code for ocm space sharing: #10079
We fixed the error code for ocm space sharing
-
Bugfix - Added LinkUpdated activity: #10085
Added the LinkUpdated activity in the space context
-
Bugfix - Fix Activities leak: #10092
Fix activities endpoint by preventing unauthorized users to get activities
-
Bugfix - Include additional logs in the collaboration service: #10101
More logs have been added in the middlware of the collaboration service to debug
401 error codes. Any error that happens in that middleware should have its
corresponding log entry -
Bugfix - Added ShareUpdate activity: #10104
Added the ShareUpdate activity in the space context.
-
Bugfix - Fixed the collaboration service registration: #10107
Fixed an issue when the collaboration service registers apps also for binary and
unknown mime types. -
Bugfix - CheckFileInfo will return a 404 error if the target file isn't found: #10112
Previously, the request failed with a 500 error code, but it it will fail with a
404 error code -
Bugfix - Forbid Activities for Sharees: #10136
Sharees may not see item activities. We now bind it to ListGrants permission.
-
Bugfix - Always select next gateway client: #10141
We now use the gateway selector to always select the next gateway client. This
ensures that we can always connect to the gateway during up- and downscaling. -
Bugfix - Remove duplicate CSP header from responses: #10146
The web service was adding a CSP on its own, and that one has been removed. The
proxy service will take care of the CSP header. -
Bugfix - Fixed the missing folder variable: #10150
We fixed the missing folder variable when folder renamed.
-
Bugfix - Fix activity limit: #10165
When requesting a limit on activities, ocis would limit first, then filter and
sort. Now it filters and sorts first, then limits. -
Bugfix - Fix email translations: #10171
Email translations would not use custom translation pathes. This is now fixed.
-
Bugfix - Fix Activities translation: #10175
Fix the panic for the translation-sync in the activities service.
-
Enhancement - Allow to maintain the last sign-in timestamp of a user: #9942
When the LDAP identity backend is configured to have write access to the
database we're now able to maintain the ocLastSignInTimestamp attribute for the
users.This attribute is return in the 'signinActivity/lastSuccessfulSignInDateTime'
properity of the user objects. It is also possible to $filter on this attribute.Use e.g. '$filter=signinActivity/lastSuccessfulSignInDateTime le
2023-12-31T00:00:00Z' to search for users that have not signed in since
2023-12-31. Note: To use this type of filter the underlying LDAP server must
support the '<=' filter. Which is currently not the case of the built-in LDAP
server (idm). -
Enhancement - Add an Activity for FileUpdated: #10072
Previously FileUpdated has also triggered a FileAdded Activity
-
Enhancement - Remove METADATA_BACKEND: #10113
Removes the deprecated XXX_METADATA_BACKEND envvars
-
Enhancement - Load CSP configuration file if it exists: #10139
The Content Security Policy (CSP) configuration file is now loaded by default if
it exists. The configuration file looked for should be located at
$OCIS_BASE_DATA_PATH/proxy/csp.yaml
. If the file does not exist, the default
CSP configuration is used. -
Enhancement - FileDownloaded Activity: #10161
Add an activity when a file gets downloaded via public link
-
Enhancement - Add WOPI host URLs to the collaboration service: #10174
We added the WOPI host urls to create a better integration with WOPI clients.
This allows the WOPI apps to display links to our sharing and versions panel in
the UI. -
Enhancement - Update web to v10.3.0: #10177
Tags: web
We updated ownCloud Web to v10.3.0. Please refer to the changelog (linked) for
details on the web release.- Bugfix owncloud/web#11557: OCM token clipboard copy
- Bugfix owncloud/web#11560: OCM local instance check
- Bugfix owncloud/web#11583: Thumbnails for GeoGebra slides not showing up
- Bugfix owncloud/web#11584: Logout issues on token renewal failure
- Bugfix owncloud/web#11633: App version downloads
- Bugfix owncloud/web#11642: Wrong webdav URL in sidebar
- Bugfix owncloud/web#11643: Renaming space in projects view files table does not work
- Bugfix owncloud/web#11653: Hide share type switch for project spaces
- Bugfix owncloud/web#11658: File name truncation
- Enhancement owncloud/web#11553: Copy quick link action removal
- Enhancement owncloud/web#11553: Internal link removal
- Enhancement owncloud/web#11558: Add split confirm button to create link modal
- Enhancement owncloud/web#11561: Add versions to the left sidebar bottom
- Enhancement owncloud/web#11574: Accessibility improvements
- Enhancement owncloud/web#11580: Show min oCIS version in app details (app store)
- Enhancement owncloud/web#11586: Add a "Save As" function to the app top bar
- Enhancement owncloud/web#11606: Move permanent link indicator
- Enhancement owncloud/web#11606: Redesign sidebar link section in sharing panel
- Enhancement owncloud/web#11614: Soothe right sidebar panel transitions
- Enhancement owncloud/web#11631: Preview loading performance
- Enhancement owncloud/web#11644: Add cancel button to unsaved changes dialog
- Enhancement owncloud/web#11646: File type icon for .ggs files
- Enhancement owncloud/web#11661: Remove link type "Uploader"
-
Enhancement - Bump reva to 2.25.0: #10194
- Bugfix cs3org/reva#4854: Added ShareUpdate activity
- Bugfix cs3org/reva#4865: Better response codes for app new endpoint
- Bugfix cs3org/reva#4858: Better response codes for app new endpoint
- Bugfix cs3org/reva#4867: Fix remaining space calculation for S3 blobstore
- Bugfix cs3org/reva#4852: Populate public link user correctly
- Bugfix cs3org/reva#4859: Fixed the collaboration service registration
- Bugfix cs3org/reva#4835: Fix sharejail stat id
- Bugfix cs3org/reva#4856: Fix time conversion
- Bugfix cs3org/reva#4851: Use gateway selector in sciencemesh
- Bugfix cs3org/reva#4850: Write upload session info atomically
- Enhancement cs3org/reva#4866: Unit test the json ocm invite manager
- Enhancement cs3org/reva#4847: Add IsVersion to UploadReadyEvent
- Enhancement cs3org/reva#4868: Improve metadata client errors
- Enhancement cs3org/reva#4848: Add trashbin support to posixfs alongside other improvements