github owncloud/web v5.8.0-rc.1
5.8.0-rc.1

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

Changelog for ownCloud Web 5.8.0 (2022-09-22)

Summary

  • Bugfix - Add language param opening external app: #7419
  • Bugfix - "Private link"-button alignment: #7640
  • Bugfix - Resolve upload existing folder: #7504
  • Bugfix - Sidebar for received shares in search file list: #7662
  • Bugfix - Shares loading: #7506
  • Bugfix - Sidebar toggle icon: #7632
  • Bugfix - Spaces on "Shared via link"-page: #7651
  • Bugfix - Upload modify time: #7630
  • Enhancement - Deny subfolders inside share: #7190
  • Enhancement - Make keybindings global: #7569

Details

  • Bugfix - Add language param opening external app: #7419

    We've added the language param when opening an external app

    #7419
    #7631

  • Bugfix - "Private link"-button alignment: #7640

    We've fixed the alignment of the "Private link"-button in the sidebar.

    #7618
    #7640

  • Bugfix - Resolve upload existing folder: #7504

    We've added a conflict dialog which handles name clashes when uploading files and folders.

    #6996
    #7504

  • Bugfix - Sidebar for received shares in search file list: #7662

    We've fixed a bug where the sidebar for received shares in the search file list was broken.

    #7661
    #7662

  • Bugfix - Shares loading: #7506

    We've improved the loading of shares:

    • Share loading now happens more globally in the sidebar component instead of in each sidebar
      panel. * Shares won't be loaded for resources without a path anymore, which massively
      increases performance. * Several issues with (re-)share permissions have been fixed. *
      loadCurrentFileOutgoingShares and loadIncomingShares mutations have been removed.
      Instead, incoming and outgoing shares are now being loaded via loadSharesTree(). This
      avoids getShare() requests from being executed multiple times. * Space member loading has
      been decoupled from shares loading in store. This reduces fetching of space members to a
      minimum and improves the structure of the code. * Reactive loading of share indicators in
      sidebar details panel has been fixed. * Reactive loading of space member count in the spaces
      overview has been fixed. * Loading of indirect shares within spaces has been fixed.

    #7506
    #7593
    #7592
    #7580
    #7638
    #7656

  • Bugfix - Sidebar toggle icon: #7632

    We've fixed a bug where the sidebar toggle icon would not detect the "open"-state of the
    sidebar.

    #7632

  • Bugfix - Spaces on "Shared via link"-page: #7651

    Spaces on the "Shared via link"-page are now being displayed correctly. Also, the sidebar for
    those has been fixed.

    #7103
    #7651

  • Bugfix - Upload modify time: #7630

    We've included the x-oc-mtime header in upload requests to tell the backend the proper
    modify date of uploaded resources.

    #7628
    #7630
    #7641

  • Enhancement - Deny subfolders inside share: #7190

    Sub-folders within user- and group-shares can now be denied for certain share receivers if the
    backend is capable of negative ACLs. Please note that the state of this feature is experimental
    and needs to be enabled in the backend.

    #7180
    #7190

  • Enhancement - Make keybindings global: #7569

    We've made keybindings global and introduced a data-attribute to mark elements that need
    custom keybindings

    #7569
    #7648

Don't miss a new web release

NewReleases is sending notifications on new releases.