github owncloud/web v0.14.0
0.14.0

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
3 years ago

Changelog for ownCloud Phoenix 0.14.0 (2020-08-17)

Summary

  • Bugfix - Fix display name when using oCIS as backend: #3938
  • Change - Differentiate between user-id and username: #440
  • Change - Provide option for hiding the search bar: #116
  • Change - Move information about current folder below the files list: #120
  • Change - Use pre-signed URLs in media viewer: #3803
  • Change - Move quota indication to the left sidebar: #121
  • Change - Move docs about hugo usage to ocis: #3828
  • Change - Get rid of static "Shared with:" label: #123
  • Change - Large file downloads support with URL signing: #3797
  • Enhancement - Enable playing videos in media viewer: #3803

Details

  • Bugfix - Fix display name when using oCIS as backend: #3938

    We've fixed the display name when running ocis-web with oCIS as backend. The display name is now
    again displayed in the top bar and in the account page.

    #3938

  • Change - Differentiate between user-id and username: #440

    With oCIS user-id and username are not the same as is the case in ownCloud 10. We've started
    differentiating between them to correctly display all information in the accounts page. If
    the username is not available (oC10), we fall back to using user-id as the username.

    owncloud/ocis#440
    #3938

  • Change - Provide option for hiding the search bar: #116

    We introduced a new options.hideSearchBar config variable which can be used to disable the
    search bar entirely.

    owncloud/product#116
    #3817

  • Change - Move information about current folder below the files list: #120

    We've moved the information about current folder directly below the files list. Previously
    this information was always displayed on the bottom of the screen.

    owncloud/product#120
    #3849

  • Change - Use pre-signed URLs in media viewer: #3803

    We've started using pre-signed URLs if supported in media viewer to display images instead of
    fetching them.

    #3803
    #3844

  • Change - Move quota indication to the left sidebar: #121

    We've moved the quota indication from the bottom of the files list to the footer of the left
    sidebar.

    owncloud/product#121
    #3849

  • Change - Move docs about hugo usage to ocis: #3828

    Since our documentation about how to work with hugo (for documentation) is a cross-extension
    topic, we have moved it to our main ocis docs.

    #3828

  • Change - Get rid of static "Shared with:" label: #123

    We removed the static "Shared with:" text label in the indicator row of file items. From now on,
    if a file item has no indicators, it will fall back to the one-row layout (resource name
    vertically centered).

    owncloud/product#123
    #3808

  • Change - Large file downloads support with URL signing: #3797

    When the backend supports URL signing we now download with a signed url instead of downloading
    as BLOB.

    #3797

  • Enhancement - Enable playing videos in media viewer: #3803

    We've added a capability to the media viewer extension to play videos.

    #3803
    #3833
    #3844
    #3848

Don't miss a new web release

NewReleases is sending notifications on new releases.