github owncloud/web v4.8.0-rc2
4.8.0-rc2

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

Changelog for ownCloud Web 4.8.0 (2021-12-22)

Summary

  • Bugfix - Editor default handling: #6186
  • Bugfix - Sort before pagination: #5687
  • Enhancement - Edit people shares without changing the panel: #6039
  • Enhancement - Respect share max, min and enforced expiration date: #6176
  • Enhancement - Simplify people sharing sidebar: #6039

Details

  • Bugfix - Editor default handling: #6186

    Editor apps that don't provide the information about whether or not they are a default editor
    were not recognized as default editors when left-clicking a file in the file list. We've
    changed the default behaviour so that editors are capable of being the default editor unless
    explicitly disabled.

    #6186

  • Bugfix - Sort before pagination: #5687

    We've extracted the sorting logic from the OcTable
    component
    and moved it to the data
    preprocessing steps in web. This way we won't sort the current page anymore, but sort the whole
    data of the current folder and then only show the current page from that sorted data.

    #5687
    #6136

  • Enhancement - Edit people shares without changing the panel: #6039

    We have reworked the full list view of sharees in the right sidebar for better overview and
    faster editing.

    #5763
    #6039

  • Enhancement - Respect share max, min and enforced expiration date: #6176

    If the expiration date max and/or enforcement is supported (defined by the capabilities) the
    UI now handles the different cases and respects the backend settings. In oc10 there are options
    to enforce the maximum available date for group and user shares, this is now considered in the UI
    and updates dynamically in both cases.

    #6176
    #6039

  • Enhancement - Simplify people sharing sidebar: #6039

    We have reworked the people sharing sidebar to not be split into show/edit/create panels. The
    create form now is fixed to the top with the sharees list below and editing happening in-line.

    #5923
    #5608
    #5797
    #6039

Don't miss a new web release

NewReleases is sending notifications on new releases.