4.2.0
Changelog for ownCloud Web 4.2.0 (2021-09-14)
Summary
- Bugfix - Pagination on Locationpicker: #5715
- Enhancement - Add robots.txt file: #5762
- Enhancement - Fetch file info in the Files sidebar: #5570
- Enhancement - Add missing tooltips: #5723
- Enhancement - Re-design recipients role select: #5632
- Enhancement - Show sharees as collapsed list of avatars: #5758
- Enhancement - Show sharing information in details sidebar: #5735
- Enhancement - Switch filesize calculation base: #5739
- Enhancement - Update ODS to 10.0.0: #5725
- Enhancement - URL encoding / decoding: #5714
Details
-
Bugfix - Pagination on Locationpicker: #5715
Pagination on copying/moving files as well as page reloads when copying/moving files were
broken. When changing the Vue router encoding, we fixed both issues. -
Enhancement - Add robots.txt file: #5762
Added a robots.txt for ocis-web
-
Enhancement - Fetch file info in the Files sidebar: #5570
We've started fetching the file info when a single item is selected and the Files sidebar is
opened. With this change we have more information available in different lists e.g. private
link in shared lists. -
Enhancement - Add missing tooltips: #5723
We've added tooltips to the "view option dropdown" and "toggle sidebar" buttons.
-
Enhancement - Re-design recipients role select: #5632
We've redesigned recipient role select in the Files app sidebar.
-
Enhancement - Show sharees as collapsed list of avatars: #5758
We've introduced a collapsed list of avatars of sharees in the
People
panel of the right
sidebar. On click we switch to showing the full list of sharees. With this additional
intermediate state we were able to clean up the UI a bit for easier cognitive load.#5736
https://github.com/owncloud/web/pull/5758/files -
Enhancement - Show sharing information in details sidebar: #5735
We've added sharing information like from whom, when and where a file was shared to the detail
view in the right sidebar. -
Enhancement - Switch filesize calculation base: #5739
We've switched from base-2 to base-10 when calculating the displayed file-size to align it
better with user expectations. -
Enhancement - Update ODS to 10.0.0: #5725
We updated the ownCloud Design System to version 10.0.0. Please refer to the full changelog in
the ODS release (linked) for more details. Summary: - Bugfix - Fix search for options provided
as objects: owncloud/owncloud-design-system#1602 - Bugfix -
Contextmenu button triggered wrong event:
owncloud/owncloud-design-system#1610 - Bugfix - Use pointer
cursor for OcSelect actions:
owncloud/owncloud-design-system#1604 - Bugfix - Reset
droptarget background color in OcTableFiles:
owncloud/owncloud-design-system#1625 - Enhancement -
OcTableFiles Contextmenu Tooltip:
owncloud/owncloud-design-system#1610 - Enhancement -
Highlight droptarget in OcTableFiles:
owncloud/owncloud-design-system#1610 - Enhancement - Remove
"Showdetails" button in OcTableFiles:
owncloud/owncloud-design-system#1610 - Enhancement - Switch
filesize calculation base:
owncloud/owncloud-design-system#1598 - Change - Use route
query to store active page:
owncloud/owncloud-design-system#1626 - Change - Refactor
OcAvatarGroup and rename to OcAvatars:
https://github.com/owncloud/owncloud-design-system/pull/5736 - Change - Add label prop
to OcSelect: owncloud/owncloud-design-system#1633#5725
#5769
https://github.com/owncloud/owncloud-design-system/releases/tag/v9.3.0
https://github.com/owncloud/owncloud-design-system/releases/tag/v10.0.0 -
Enhancement - URL encoding / decoding: #5714
We have updated the Vue router (prior to version 4) encoding from
files%2Fall%2Ffolder
to
files/all/folder
. It was also needed to use the router query object instead of the params to
store the current page pagination information.