github owncloud/web v5.3.0-rc.1
5.3.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-release2 years ago

Changelog for ownCloud Web 5.3.0 (2022-03-09)

Summary

  • Bugfix - Thumbnails only for accepted shares: #5310
  • Bugfix - File handling in apps: #6456
  • Bugfix - Pressing enter in forms: #6548
  • Bugfix - Show no auth popup on password protected public links in ownCloud 10: #6530
  • Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: #6525
  • Bugfix - Resolve private links: #5654
  • Bugfix - Prevent cross-site scripting attack while displaying space description: #6523
  • Bugfix - Prevent the member count inside a space from disappearing: #6550
  • Enhancement - Don't block account page while groups are loading: #6547
  • Enhancement - Add a watcher for the share panel of a space: #6543
  • Enhancement - Contextmenu background hover: #6553
  • Enhancement - Load space images as preview: #6529
  • Enhancement - Resolve private links into folders instead of parent: #5533
  • Enhancement - Shares overview: #6440
  • Enhancement - Side bar nav tags: #6540
  • Enhancement - Allow updating space quota: #6477
  • Enhancement - Update the stored space after its members have been changed: #6545
  • Enhancement - Implement people sharing for spaces: #6455
  • Enhancement - Implement the spaces permission concept: #6531
  • Enhancement - Update the graph SDK: #6519
  • Enhancement - Update ODS to v13.0.0-rc.1: #6540

Details

  • Bugfix - Thumbnails only for accepted shares: #5310

    Only accepted shares now display a thumbnail in the "Shared with me" resource table.

    #5310
    #6534

  • Bugfix - File handling in apps: #6456

    We fixed loading and saving files in apps in all contexts. It's now possible to open files in apps
    in personal files, favorites, share views and spaces.

    #6456

  • Bugfix - Pressing enter in forms: #6548

    We fixed behavior when pressing enter in forms. For instance when adding or editing public
    links pressing enter in the name or password input fields, instead of saving the link it opened
    the datepicker.

    #6548
    owncloud/owncloud-design-system#2009

  • Bugfix - Show no auth popup on password protected public links in ownCloud 10: #6530

    We fixed a native browser auth popup erroneously being shown for password protected public
    links with ownCloud 10.

    #5727
    #6530
    owncloud/owncloud-sdk#1020

  • Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: #6525

    ReadmeContentModal.spec.js test doesn't write error output anymore while passing

    #6337
    #6525

  • Bugfix - Resolve private links: #5654

    Private links didn't resolve correctly anymore because the internal file path handling was
    changed in our api client (owncloud-sdk). We've adjusted it accordingly so that private links
    now resolve correctly again.

    #5654

  • Bugfix - Prevent cross-site scripting attack while displaying space description: #6523

    We've added a new package that strips out possible XSS attack code while displaying the space
    description

    #6526
    #6523

  • Bugfix - Prevent the member count inside a space from disappearing: #6550

    We've fixed a bug where opening the sidebar for a file inside a space caused the member count of
    the space to disappear.

    #6550

  • Enhancement - Don't block account page while groups are loading: #6547

    We don't show a loading state for the full account information page anymore while the group
    membership information is loading. Instead we only show a loading spinner for the group
    membership information, while the rest of the user information is available immediately.

    #6547

  • Enhancement - Add a watcher for the share panel of a space: #6543

    We've added a watcher for the share panel of a space to ensure seamless navigation via the share
    indicator.

    #6543

  • Enhancement - Contextmenu background hover: #6553

    We've added a background hover color for contextmenu actions.

    #6560
    #6553
    #6559

  • Enhancement - Load space images as preview: #6529

    We've added a new logic which renders space images as preview to minimize data traffic

    #6529
    #6558

  • Enhancement - Resolve private links into folders instead of parent: #5533

    Private links always resolved into the parent folder of the linked file and visually
    highlighted the file or folder from the link. We've changed this behaviour to directly
    navigate into the folder in case the linked resource is a folder and only keep the previous
    behaviour for when the linked resource is a file.

    #5533
    #5654

  • Enhancement - Shares overview: #6440

    We've merged the three shares navigation items into one central "Shares" item, with a toggle to
    switch between the three different kinds of shares (incoming, outgoing, links). In the
    process, we have also renamed the "All files" page to the "Personal" page, indicating that this
    is the user's personal space since shares (and potentially other shared spaces) live
    elsewhere.

    #6440
    #6512

  • Enhancement - Side bar nav tags: #6540

    We have implemented a way to show a tag next to the sidebar navigation item link text

    #6259
    #6540

  • Enhancement - Allow updating space quota: #6477

    We have implemented a way to update the quota of a space

    #6470
    #6477

  • Enhancement - Update the stored space after its members have been changed: #6545

    We now update the stored space after its members have been changed. Also, the
    permission-object of a built space has been simplified in the course of this.

    #6545

  • Enhancement - Implement people sharing for spaces: #6455

    Spaces can now be shared with other people. This change specifically includes:

    • listing all members who have access to a space (possible for all space members) * adding
      members to a space and giving them dedicated roles (possible for managers only) * editing the
      role of members (possible for managers only) * removing members from a space (possible for
      managers only)

    #6283
    #6455

  • Enhancement - Implement the spaces permission concept: #6531

    We've implemented the spaces permission concept and improved the code structure for further
    permission changes.

    #6531

  • Enhancement - Update the graph SDK: #6519

    We've updated the graph SDK to include the "me"-endpoint.

    #6519

  • Enhancement - Update ODS to v13.0.0-rc.1: #6540

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

    #6540
    https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.1

Don't miss a new web release

NewReleases is sending notifications on new releases.