5.3.0-rc.1
Pre-releaseChangelog 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.
-
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. -
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. -
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. -
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
-
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. -
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 -
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. -
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. -
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. -
Enhancement - Contextmenu background hover: #6553
We've added a background hover color for contextmenu actions.
-
Enhancement - Load space images as preview: #6529
We've added a new logic which renders space images as preview to minimize data traffic
-
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. -
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. -
Enhancement - Side bar nav tags: #6540
We have implemented a way to show a tag next to the sidebar navigation item link text
-
Enhancement - Allow updating space quota: #6477
We have implemented a way to update the quota of a space
-
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. -
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)
- listing all members who have access to a space (possible for all space members) * adding
-
Enhancement - Implement the spaces permission concept: #6531
We've implemented the spaces permission concept and improved the code structure for further
permission changes. -
Enhancement - Update the graph SDK: #6519
We've updated the graph SDK to include the "me"-endpoint.
-
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:- Change - Default type of OcButton:
https//github.com/owncloud/owncloud-design-system/pull/2009 - Enhancement - Apply
size property to oc-card:
https//github.com/owncloud/owncloud-design-system/pull/2011 - Bugfix - Disabled
OcSelect background: https//github.com/owncloud/owncloud-design-system/pull/2008 -
Bugfix - Icons/Thumbnails were only visible for clickable resources:
https//github.com/owncloud/owncloud-design-system/pull/2007
#6540
https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.1 - Change - Default type of OcButton: