github owncloud/ocis v6.5.0
6.5.0

8 hours ago

Table of Contents

  • Changelog for 6.5.0

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.

    #10030

  • Bugfix - Fixed activity filter depth: #10031

    Fixed activity filter 'depth:-1'

    #9850
    #10031

  • Bugfix - Fixed proxy build info: #10039

    The version string for the proxy service has been changed to 'version'.

    #10039

  • Bugfix - Fixed the ocm tocken: #10050

    We now pass the JWT secret to the reva runtime.

    #10050

  • Bugfix - Fix ocm space sharing: #10060

    We prevent adding the federated users as members of the space.

    #10051
    #10060

  • Bugfix - Fix the error code for ocm space sharing: #10079

    We fixed the error code for ocm space sharing

    #10051
    #10079

  • Bugfix - Added LinkUpdated activity: #10085

    Added the LinkUpdated activity in the space context

    #10012
    #10085

  • Bugfix - Fix Activities leak: #10092

    Fix activities endpoint by preventing unauthorized users to get activities

    #10092

  • 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

    #10101

  • Bugfix - Added ShareUpdate activity: #10104

    Added the ShareUpdate activity in the space context.

    #10011
    #10104

  • Bugfix - Fixed the collaboration service registration: #10107

    Fixed an issue when the collaboration service registers apps also for binary and
    unknown mime types.

    #10086
    #10107

  • 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

    #10112

  • Bugfix - Forbid Activities for Sharees: #10136

    Sharees may not see item activities. We now bind it to ListGrants permission.

    #10136

  • 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.

    #10141
    #10133

  • 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.

    #10146

  • Bugfix - Fixed the missing folder variable: #10150

    We fixed the missing folder variable when folder renamed.

    #10148
    #10150

  • 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.

    #10165

  • Bugfix - Fix email translations: #10171

    Email translations would not use custom translation pathes. This is now fixed.

    #10171

  • Bugfix - Fix Activities translation: #10175

    Fix the panic for the translation-sync in the activities service.

    #10175

  • 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).

    #9942
    #10111

  • Enhancement - Add an Activity for FileUpdated: #10072

    Previously FileUpdated has also triggered a FileAdded Activity

    #10072

  • Enhancement - Remove METADATA_BACKEND: #10113

    Removes the deprecated XXX_METADATA_BACKEND envvars

    #10113

  • 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.

    #10021
    #10139

  • Enhancement - FileDownloaded Activity: #10161

    Add an activity when a file gets downloaded via public link

    #10161

  • 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.

    #10174

  • 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.

    #10177
    https://github.com/owncloud/web/releases/tag/v10.3.0

  • Enhancement - Bump reva to 2.25.0: #10194

    #10194
    #10172
    #10157
    #9817

Don't miss a new ocis release

NewReleases is sending notifications on new releases.