github owncloud/ocis v1.15.0
1.15.0

latest releases: v5.0.4, v5.0.4-rc.1, v5.0.3...
2 years ago

Changes in 1.15.0

Summary

  • Bugfix - Don't allow empty password: #197
  • Bugfix - Fix basic auth config: #2719
  • Bugfix - Fix basic auth with custom user claim: #2755
  • Bugfix - Fix oCIS startup ony systems with IPv6: #2698
  • Bugfix - Fix opening images in media viewer for some usernames: #2738
  • Bugfix - Fix error logging when there is no thumbnail for a file: #2702
  • Bugfix - Don't announce resharing via capabilities: #2690
  • Change - Make all insecure options configurable and change the default to false: #2700
  • Change - Update ownCloud Web to v4.5.0: #2780
  • Enhancement - Add API to list all spaces: #2692
  • Enhancement - Update REVA to v1.16.0: #2737

Details

  • Bugfix - Don't allow empty password: #197

    It was allowed to create users with empty or spaces-only password. This is fixed

    owncloud/product#197

  • Bugfix - Fix basic auth config: #2719

    Users could authenticate using basic auth even though PROXY_ENABLE_BASIC_AUTH was set to
    false.

    #2466
    #2719

  • Bugfix - Fix basic auth with custom user claim: #2755

    We've fixed authentication with basic if oCIS is configured to use a non-standard claim as user
    claim (PROXY_USER_OIDC_CLAIM). Prior to this bugfix the authentication always failed and
    is now working.

    #2755

  • Bugfix - Fix oCIS startup ony systems with IPv6: #2698

    We've fixed failing startup of oCIS on systems with IPv6 addresses.

    #2300
    #2698

  • Bugfix - Fix opening images in media viewer for some usernames: #2738

    We've fixed the opening of images in the media viewer for user names containing special
    characters (eg. @) which will be URL-escaped. Before this fix users could not see the image in
    the media viewer. Now the user name is correctly escaped and the user can view the image in the
    media viewer.

    #2738

  • Bugfix - Fix error logging when there is no thumbnail for a file: #2702

    We've fixed the behavior of the logging when there is no thumbnail for a file (because the
    filetype is not supported for thumbnail generation). Previously the WebDAV service always
    issues an error log in this case. Now, we don't log this event any more.

    #2702

  • Bugfix - Don't announce resharing via capabilities: #2690

    OCIS / Reva is not capable of resharing, yet. We've set the resharing capability to false, so
    that clients have a chance to react accordingly.

    #2690

  • Change - Make all insecure options configurable and change the default to false: #2700

    We had several hard-coded 'insecure' flags. These options are now configurable and default to
    false. Also we changed all other 'insecure' flags with a previous default of true to false.

    In development environments using self signed certs (the default) you now need to set these
    flags:

    STORAGE_FRONTEND_ARCHIVER_INSECURE=true STORAGE_FRONTEND_OCDAV_INSECURE=true
    STORAGE_HOME_DATAPROVIDER_INSECURE=true
    STORAGE_METADATA_DATAPROVIDER_INSECURE=true STORAGE_OIDC_INSECURE=true
    STORAGE_USERS_DATAPROVIDER_INSECURE=true THUMBNAILS_CS3SOURCE_INSECURE=true
    THUMBNAILS_WEBDAVSOURCE_INSECURE=true ```
    
    As an alternative you also can set a single flag, which configures all options together:
    
    ``` OCIS_INSECURE=true ```
    
    https://github.com/owncloud/ocis/issues/2700
    https://github.com/owncloud/ocis/pull/2745
    
    
  • Change - Update ownCloud Web to v4.5.0: #2780

    Tags: web

    We updated ownCloud Web to v4.5.0. Please refer to the changelog (linked) for details on the web
    release.

    #2780
    https://github.com/owncloud/web/releases/tag/v4.5.0

  • Enhancement - Add API to list all spaces: #2692

    Added a graph endpoint to enable users with the list-all-spaces permission to list all
    spaces.

    #2692

  • Enhancement - Update REVA to v1.16.0: #2737

    Updated REVA to v1.16.0 This update includes:

    #2737
    #2726
    #2790
    #2797

Don't miss a new ocis release

NewReleases is sending notifications on new releases.