Skip to content

8.0.3

Compare
Choose a tag to compare
@JammingBen JammingBen released this 20 Jun 15:22

Changelog for ownCloud Web 8.0.3 (2024-06-20)

Summary

  • Bugfix - Vertical scroll for OcModal on small screens: #10814
  • Bugfix - Resource deselection on right-click: #10918
  • Bugfix - Resources with name consist of number won't show up in trash bin: #10920
  • Bugfix - Space not updating on navigation: #10941
  • Bugfix - Enforce shortcut URL protocol: #11063

Details

  • Bugfix - Vertical scroll for OcModal on small screens: #10814

    We've fixed an issue where modals were not scrollable on screens with small
    heights.

    #10814
    #10816

  • Bugfix - Resource deselection on right-click: #10918

    We've fixed an issue where right-clicking any empty space inside the files table
    would reset the current selection.

    #10918
    #10936

  • Bugfix - Resources with name consist of number won't show up in trash bin: #10920

    We've fixed a bug, where deleted resources that have only numbers in name like
    "123" won't show up in the trash bin

    #10917
    #10920

  • Bugfix - Space not updating on navigation: #10941

    We've fixed an issue where the current space did not update when navigating from
    one space into another directly, e.g. via search results. That could lead to
    uploads and file actions not working properly.

    #10941
    #10943

  • Bugfix - Enforce shortcut URL protocol: #11063

    We've fixed a bug where the protocol in shortcut URLs was not enforced. Now, the
    shortcut URL always starts https:// if no protocol is provided by the user.

    #11063
    #11076