github owncloud/web v5.2.0
5.2.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 5.2.0 (2022-03-03)

Summary

  • Bugfix - Breadcrumb 'All Files' link: #6467
  • Bugfix - Load capabilities for password protected public links: #6471
  • Bugfix - No selection info right sidebar: #6502
  • Bugfix - Update file list when creating new files: #5530
  • Enhancement - Display search results within files app: #6496
  • Enhancement - Option to enable Vue history mode: #6363
  • Enhancement - Redesign OcBreadcrumb: #6218
  • Enhancement - Redesign create and upload buttons: #6279
  • Enhancement - Redesign FilesTable: #6207
  • Enhancement - Run web as oc10 sidecar: #6363
  • Enhancement - Allow updating space image and description: #6410
  • Enhancement - Outsource space readme content modal: #6509
  • Enhancement - Implement the right sidebar for spaces: #6437
  • Enhancement - Update ODS to v12.2.1: #6450

Details

  • Bugfix - Breadcrumb 'All Files' link: #6467

    The All Files link in the breadcrumb now always point to the root of the personal storage home
    instead of the optional homeFolder.

    #6327
    #6467

  • Bugfix - Load capabilities for password protected public links: #6471

    We've enabled capability loading for password protected public links.

    #5863
    #6471

  • Bugfix - No selection info right sidebar: #6502

    We fixed that the right sidebar was not showing the "no selection" info panel anymore in the root
    of "All files". In addition we also use the same "no selection" info panel now in the root nodes of
    public links.

    #6502
    #6182
    #6505

  • Bugfix - Update file list when creating new files: #5530

    We update the file list now when creating a file in an editor that openes in a new tab (like
    draw.io).

    #5530
    #6358

  • Enhancement - Display search results within files app: #6496

    We've updated the "Search in all files" view to be displayed within the files app instead of
    showing them in a dedicated extension. This way, users don't loose their context and can still
    use sidebar.

    #6496
    #6507
    https://github.com/owncloud/web/pulls/6511

  • Enhancement - Option to enable Vue history mode: #6363

    We've added the option to use vue's history mode. All configuration is done automatically by
    the system. To enable it, add a <base href="PATH"> header tag to index.html,
    oidc-callback.html and oidc-silent-redirect.html. Adding <base> is not needed for
    ocis.

    #6363
    #6277

  • Enhancement - Redesign OcBreadcrumb: #6218

    We've adjustet the look of the OcBreadcrumb to fit the Redesign

    #6218
    #6472

  • Enhancement - Redesign create and upload buttons: #6279

    We have separated the "Create new file/folder" and "Upload" actions above the files list into
    two separate buttons, also using the new resource type icons for more consistency.

    #6279
    #6358
    #6500

  • Enhancement - Redesign FilesTable: #6207

    We've redesigned the QuickActions visually and updated theming to fit the redesign

    #6207
    #6450

  • Enhancement - Run web as oc10 sidecar: #6363

    We've added the option to run web in oc10 sidecar mode. Copy
    config/config.json.sample-oc10 to config/config.json, run yarn server and then
    docker compose up oc10.

    #6363

  • Enhancement - Allow updating space image and description: #6410

    We have implemented multiple ways to update the image and description of a space.

    #6377
    #6410

  • Enhancement - Outsource space readme content modal: #6509

    We've added a new component for space readme content modal and extracted duplicated code.

    #6509

  • Enhancement - Implement the right sidebar for spaces: #6437

    The right sidebar for a space functions similar to the files sidebar and gives the user basic
    information and actions for the current space.

    #6284
    #6437

  • Enhancement - Update ODS to v12.2.1: #6450

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

    #6450
    #6472
    #6505
    https://github.com/owncloud/owncloud-design-system/releases/tag/v12.2.1

Don't miss a new web release

NewReleases is sending notifications on new releases.