github owncloud/web v4.5.0
4.5.0

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

Changelog for ownCloud Web 4.5.0 (2021-11-16)

Summary

  • Bugfix - Fix location picker breadcrumb url encoding: #5940
  • Bugfix - Correct capabilities URL when server run in a subfolder: #6010
  • Bugfix - Context menu rendering: #5952
  • Bugfix - Use search app translations: #5955
  • Enhancement - Accentuate new files: #6020
  • Enhancement - Use default info from app provider: #5962
  • Enhancement - Rename _chunks folder to chunks: #5988
  • Enhancement - Default action order: #5952
  • Enhancement - Reduced sidebar width: #5981
  • Enhancement - Automatically show oC 10 apps in the app switcher menu: #5980
  • Enhancement - App provider and archiver on public links: #5924
  • Enhancement - Update ODS to v11.2.2: #6009

Details

  • Bugfix - Fix location picker breadcrumb url encoding: #5940

    The breadcrumb urls in location-picker were encoded. We've fixed this by removing the
    encoding.

    #5938
    #5940
    #5715

  • Bugfix - Correct capabilities URL when server run in a subfolder: #6010

    We fixed an issue where the capabilities where requested from a wrong URL in the case the server
    is running in a subfolder e.g. http://localhost/owncloud

    #6010

  • Bugfix - Context menu rendering: #5952

    We fixed that the context menu was being created for each and every file row of the current page
    (it was just not made visible). Now it only gets created when it gets activated by the user for a
    file row.

    #5952

  • Bugfix - Use search app translations: #5955

    We fixed that the search app was not using its translations properly.

    #5955
    #5956

  • Enhancement - Accentuate new files: #6020

    We've added a visual highlighting of newly created (or uploaded) resources in the
    OcFilesTable.

    #6020

  • Enhancement - Use default info from app provider: #5962

    The app provider returns information about the default application per mime type. This
    information is now respected when triggering the default action for a file.

    #5962
    #5970

  • Enhancement - Rename _chunks folder to chunks: #5988

    We've renamed the _chunks folder to chunks in the ownCloud Web build output in order to make
    it more easily embedable with the Go embed directive.

    #5988

  • Enhancement - Default action order: #5952

    We've changed the order of actions which are being considered as default action. The order is
    now 1) installed editors, 2) external apps from the app provider, 3) system default actions.
    Previously the external apps took precedence.

    #5952

  • Enhancement - Reduced sidebar width: #5981

    We reduced the sidebar width to give the files list more horizontal room, especially on medium
    sized screens.

    #5981
    #5983

  • Enhancement - Automatically show oC 10 apps in the app switcher menu: #5980

    When using the ownCloud 10 app of web the configuration automatically gets augmented with all
    menu items / apps from the classic UI. They open in a new tab in the classic UI and have a generic
    icon.

    #5980
    #5996

  • Enhancement - App provider and archiver on public links: #5924

    We made the app provider and archiver services available on public links. As a prerequisite for
    this we needed to make backend capabilities available on public links, which will be
    beneficial for all future extension development.

    #5884
    owncloud/ocis#2479
    #2479
    #5901
    #5924

  • Enhancement - Update ODS to v11.2.2: #6009

    We updated the ownCloud Design System to version 11.2.2. Please refer to the full changelog in
    the ODS release (linked) for more details. Summary:

    #6009
    https://github.com/owncloud/owncloud-design-system/releases/tag/v11.2.2

Don't miss a new web release

NewReleases is sending notifications on new releases.