Skip to content

11.0.0

Latest
Compare
Choose a tag to compare
@JammingBen JammingBen released this 18 Oct 13:47
· 12 commits to master since this release

Changelog for ownCloud Web 11.0.0 (2024-10-18)

Summary

  • Bugfix - User filters after page reload: #11604
  • Bugfix - Hide copy permanent link action on public pages: #11645
  • Bugfix - Missing tags on "Shared with me" page: #11677
  • Bugfix - Undefined request IDs: #11678
  • Bugfix - Deleting federated connections: #11688
  • Bugfix - Escape HTML characters in activities and notification view: #11706
  • Bugfix - Prevent not allowed characters in shortcut name: #11707
  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712
  • Bugfix - Accessing disabled password-protected space does not show error: #11725
  • Bugfix - Application menu not operable in Safari browser: #11726
  • Bugfix - Navigating into folders that have been shared externally: #11758
  • Bugfix - Sharing label for locked files: #11795
  • Change - Remove importer as default app: #11709
  • Enhancement - Allow setting view mode for apps via query: #11668
  • Enhancement - File size warning in editors: #11731
  • Enhancement - Add not found page: #11737
  • Enhancement - Create documents from templates: #11750

Details

  • Bugfix - User filters after page reload: #11604

    We've fixed an issue where applied user filters would not be visible after page
    reload.

    #11604
    #11666

  • Bugfix - Hide copy permanent link action on public pages: #11645

    We've hidden the action for copying permanent links on public pages since it
    doesn't make any sense in this context.

    #11645
    #11670

  • Bugfix - Missing tags on "Shared with me" page: #11677

    Missing resource tags on the "Shared with me" page have been added.

    #11677
    #11703

  • Bugfix - Undefined request IDs: #11678

    Request IDs from failing copy, move and delete requests are no longer undefined.

    #11678
    #11684

  • Bugfix - Deleting federated connections: #11688

    We've fixed an issue where federated connections could not be deleted.

    #11688
    #11734

  • Bugfix - Escape HTML characters in activities and notification view: #11706

    We've fixed a bug where HTML characters were not escaped in the activities and
    notification view. This could lead to potential XSS attacks.

    #11705
    #11706

  • Bugfix - Prevent not allowed characters in shortcut name: #11707

    We've fixed an issue where not allowed characters were allowed in the shortcut
    name. Now, the shortcut name will be validated and only allowed characters will
    be accepted.

    #11702
    #11707

  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712

    We've fixed a bug where the WebDAV URL in the details panel of received shares
    was wrong.

    #11704
    #11712

  • Bugfix - Accessing disabled password-protected space does not show error: #11725

    We've fixed a bug where accessing a disabled password-protected space did not
    show an error message. Now, users will see an error message when trying to
    access a disabled password-protected space.

    #11721
    #11725

  • Bugfix - Application menu not operable in Safari browser: #11726

    We've fixed a bug where the application menu was not operable in the Safari
    browser.

    #11718
    #11726

  • Bugfix - Navigating into folders that have been shared externally: #11758

    We've fixed an issue where navigating into folders that have been shared
    externally would not work.

    #11753
    #11758

  • Bugfix - Sharing label for locked files: #11795

    We've fixed a bug where a locked file would be falsely labelled as shared in the
    right sidebar.

    #11795

  • Change - Remove importer as default app: #11709

    BREAKING CHANGE for administrators: importer has been removed as default web
    app. The app is now available via the web-extensions
    repository
    .

    Please refer to the web-app docs
    to see how to load an external web app.

    #11698
    #11709

  • Enhancement - Allow setting view mode for apps via query: #11668

    We've added a new query param 'view_mode' to the app URL to allow setting the
    view mode for apps. If the specific app and permission allows it, the view mode
    can be set to 'view' or 'write' via the query param.

    #11667
    #11668

  • Enhancement - File size warning in editors: #11731

    We've added a warning to the editors, when the respective file size exceeds 2MB.
    This will help the user to avoid performance issues when working with large
    files.

    #8038
    #11731

  • Enhancement - Add not found page: #11737

    We've added a not found page to communicate to users when they've navigated to a
    page that doesn't exist.

    #5804
    #11737

  • Enhancement - Create documents from templates: #11750

    We've added a new file action to the external app which utilizes the document
    conversion capabilities of certain WOPI apps to create a document from the
    contents of a template file. This action is the default action for left clicks
    on template files and is also available in the file context menu.

    #11750
    #11775