Changelog for ownCloud Web 6.0.0 (2022-10-24)
Summary
- Bugfix - Add language param opening external app: #7419
- Bugfix - "Copy Quicklink"-translations: #7731
- Bugfix - "Cut" and "Copy" actions for current folder: #7830
- Bugfix - Disable copy/move overwrite on self: #7652
- Bugfix - Disable shares loading on public and trash locations: #7739
- Bugfix - Disappearing quicklink in sidebar: #7740
- Bugfix - Edit new created user in user management: #7820
- Bugfix - File name reactivity: #7734
- Bugfix - Folder conflict dialog: #7724
- Bugfix - Inhibit move files between spaces: #7652
- Bugfix - Do not load files from cache in public links: #7811
- Bugfix - "Private link"-button alignment: #7640
- Bugfix - Reload file list after last share removal: #7748
- Bugfix - Remove the "close sidebar"-calls on delete: #7699
- Bugfix - Resolve upload existing folder: #7504
- Bugfix - Routing for re-shares: #7771
- Bugfix - Search bar on small screens: #7675
- Bugfix - Sidebar for received shares in search file list: #7662
- Bugfix - Shares loading: #7506
- Bugfix - Sidebar toggle icon: #7632
- Bugfix - Sidebar without highlighted resource: #7781
- Bugfix - Try to obtain refresh token before the error case: #7756
- Bugfix - Hide actions in space trash bins: #7768
- Bugfix - Spaces on "Shared via link"-page: #7651
- Bugfix - Spaces reactivity on update: #7521
- Bugfix - Trash bin sidebar: #7778
- Bugfix - Upload modify time: #7630
- Change - Drive aliases in URLs: #6648
- Enhancement - Add
X-Request-ID
header to all outgoing requests: #4675 - Enhancement - Edit custom permissions wording: #7709
- Enhancement - Deny subfolders inside share: #7190
- Enhancement - Design polishing: #7684
- Enhancement - Enable renaming on received shares: #7725
- Enhancement - Friendlier logout screen: #7747
- Enhancement - Id based routing: #6247
- Enhancement - Internal link on unaccepted share: #7803
- Enhancement - Resolve internal links: #7304
- Enhancement - Make keybindings global: #7569
- Enhancement - Resolve private links: #7707
- Enhancement - Improve search experience: #7821
- Enhancement - Make search results sortable: #7801
- Enhancement - Update ODS to v14.0.0-alpha.20: #7684
- Enhancement - Webdav support in web-client package: #7430
Details
-
Bugfix - Add language param opening external app: #7419
We've added the language param when opening an external app
-
Bugfix - "Copy Quicklink"-translations: #7731
We've fixed a bug where the translation for the "Copy Quicklink"-notification was not
working. -
Bugfix - "Cut" and "Copy" actions for current folder: #7830
The "Cut" and "Copy" actions for the current folder have been fixed.
-
Bugfix - Disable copy/move overwrite on self: #7652
We've disabled copy/move if the file is moved/copied in the exact same location as before and
the user selects overwrite. Previously this caused an network error. -
Bugfix - Disable shares loading on public and trash locations: #7739
We've disabled shares loading on public and trash locations as it's not needed.
-
Bugfix - Disappearing quicklink in sidebar: #7740
We've fixed a bug where existing quicklinks would disappear when performing the "Create
quicklink"-action. -
Bugfix - Edit new created user in user management: #7820
We've fixed a bug, where editing a user after creating in the user management was only possible
after page refresh. -
Bugfix - File name reactivity: #7734
We've fixed a bug where the file name would not update reactively in the sidebar after changing
it. -
Bugfix - Folder conflict dialog: #7724
- Fixed "Keep both" and "Skip" options in Firefox * Fixed "Keep both" and "Skip" options when
uploading via the "Upload"-menu * Fixed broken "Upload"-menu after skipping all files (= no
files uploaded) * Fixed issues when uploading a folder into another folder which has or starts
with the same name
- Fixed "Keep both" and "Skip" options in Firefox * Fixed "Keep both" and "Skip" options when
-
Bugfix - Inhibit move files between spaces: #7652
We've inhibited moving files between spaces and will offer the user to copy instead.
-
Bugfix - Do not load files from cache in public links: #7811
When apps (i.e Drawio) try to load a file, the browser caches the request. If the file was
modified somewhere else, this causes inconsistent results which prevent saving any changes
until the cache is properly cleared. This had previously been fixed for normal files, but not
yet for public links - which we took care of now. -
Bugfix - "Private link"-button alignment: #7640
We've fixed the alignment of the "Private link"-button in the sidebar.
-
Bugfix - Reload file list after last share removal: #7748
We've fixed a bug where the file list would not update after removing the last share or link.
Also, we now prevent the shares tree from being loaded again if the removed share was not the last
one. -
Bugfix - Remove the "close sidebar"-calls on delete: #7699
We've removed the "close sidebar"-calls when deleting a resource as the mutations are not
available as well as not needed anymore. -
Bugfix - Resolve upload existing folder: #7504
We've added a conflict dialog which handles name clashes when uploading files and folders.
-
Bugfix - Routing for re-shares: #7771
We've fixed a bug where routing into re-shares and their parent folders from the "Shared with
others/via link" page was broken. -
Bugfix - Search bar on small screens: #7675
We've fixed the display of the search bar on small screens.
-
Bugfix - Sidebar for received shares in search file list: #7662
We've fixed a bug where the sidebar for received shares in the search file list was broken.
-
Bugfix - Shares loading: #7506
We've improved the loading of shares:
- Share loading now happens more globally in the sidebar component instead of in each sidebar
panel. * Shares won't be loaded for resources without a path anymore, which massively
increases performance. * Several issues with (re-)share permissions have been fixed. *
loadCurrentFileOutgoingShares
andloadIncomingShares
mutations have been removed.
Instead, incoming and outgoing shares are now being loaded vialoadSharesTree()
. This
avoidsgetShare()
requests from being executed multiple times. * Space member loading has
been decoupled from shares loading in store. This reduces fetching of space members to a
minimum and improves the structure of the code. * Reactive loading of share indicators in
sidebar details panel has been fixed. * Reactive loading of space member count in the spaces
overview has been fixed. * Loading of indirect shares within spaces has been fixed.
- Share loading now happens more globally in the sidebar component instead of in each sidebar
-
Bugfix - Sidebar toggle icon: #7632
We've fixed a bug where the sidebar toggle icon would not detect the "open"-state of the
sidebar. -
Bugfix - Sidebar without highlighted resource: #7781
Sidebar panels that require a resource now won't be loaded without such. This fixes a bug where
navigating with an open sidebar would break it. -
Bugfix - Try to obtain refresh token before the error case: #7756
We've added a fallback strategy to try to revive the refresh token one more last time. This is for
the rare case where the application is running in the background and the browsers throttles the
token refresh mechanism. -
Bugfix - Hide actions in space trash bins: #7768
Actions in space trash bins are now hidden if the current user has insufficient permissions.
-
Bugfix - Spaces on "Shared via link"-page: #7651
Spaces on the "Shared via link"-page are now being displayed correctly. Also, the sidebar for
those has been fixed. -
Bugfix - Spaces reactivity on update: #7521
We've fixed a bug where updated data for a space would not show up in the UI before reloading.
-
Bugfix - Trash bin sidebar: #7778
We've fixed the sidebar in the trash bin which was throwing errors and not showing the right
content. -
Bugfix - Upload modify time: #7630
We've included the
x-oc-mtime
header in upload requests to tell the backend the proper
modify date of uploaded resources. -
Change - Drive aliases in URLs: #6648
We changed the URL format to not use storageIds in the URL path anymore to identify spaces, but
instead use drive aliases of spaces in the URL path.BREAKING CHANGE for users: this breaks existing bookmarks - they won't resolve anymore.
BREAKING CHANGE for developers: the appDefaults composables from web-pkg now work with drive
aliases, concatenated with relative item paths, instead of webdav paths. If you use the
appDefaults composables in your application it's likely that your code needs to be adapted. -
Enhancement - Add
X-Request-ID
header to all outgoing requests: #4675X-Request-ID
headers have been added to all outgoing requests to make the tracing of
requests easier. -
Enhancement - Edit custom permissions wording: #7709
We've changed the custom permission wording from 'update' to 'edit'
-
Enhancement - Deny subfolders inside share: #7190
Sub-folders within user- and group-shares can now be denied for certain share receivers if the
backend is capable of negative ACLs. Please note that the state of this feature is experimental
and needs to be enabled in the backend. -
Enhancement - Design polishing: #7684
We've polished the overall design, especially spacings and the spaces-views.
-
Enhancement - Enable renaming on received shares: #7725
As a receiver the user can rename a share which will only take effect for the respective user but
won't change the name for the sharee or other share receivers. -
Enhancement - Friendlier logout screen: #7747
We have updated the message and layout of the logout screen to make it a more pleasant user
experience. -
Enhancement - Id based routing: #6247
We now include fileIds in the URL query to be able to - resolve files and spaces correctly and -
resolve the correct relative path of a file if it was changed (this might be the case for
bookmarks) The fileIds in the URL can be disabled by settingoptions.routing.idBased
to
false
in theconfig.json
.Note: It's recommended to keep the default of fileIds being used in routing. Otherwise it's not
possible to resolve spaces with name clashes correctly. -
Enhancement - Internal link on unaccepted share: #7803
The error message when resolving an internal link to an unaccepted share has been improved for a
better UX. -
Enhancement - Resolve internal links: #7304
Public links with the role "internal" can now be resolved.
-
Enhancement - Make keybindings global: #7569
We've made keybindings global and introduced a data-attribute to mark elements that need
custom keybindings -
Enhancement - Resolve private links: #7707
Private links can now be resolved.
-
Enhancement - Improve search experience: #7821
We've improved the overall search experience with following points: * increase search typing
debounce to 500ms * send search requests only once on reloads * update search preview results on
activation -
Enhancement - Make search results sortable: #7801
The files table on the search-result-page is now sortable.
-
Enhancement - Update ODS to v14.0.0-alpha.20: #7684
We updated the ownCloud Design System to version 14.0.0-alpha.20. Please refer to the full
changelog in the ODS release (linked) for more details. Summary:- Bugfix - Omit special characters in user avatar initials:
#2070 * Bugfix -
Avatar link icon:
#2269 * Bugfix -
Firefox drag & drop move of folders not possible:
#7495 * Bugfix - Lazy loading render
performance:
#2260 * Bugfix -
Remove width shrinking of the ocAvatarItem:
#2241 * Bugfix -
Remove click event on OcIcon:
#2216 * Change -
Redesign contextual helper:
#2271 * Change -
Remove OcAlert component:
#2210 * Change -
Remove transition animations:
#2210 * Change -
Revamp animations:
#2210 * Change -
OcTable emit event data on row click:
#2218 *
Enhancement - Add nestedd drop functionality:
#2238 *
Enhancement - Add OcInfoDrop:
#2286 *
Enhancement - Add rounded prop to OcTag:
#2284 *
Enhancement - Adjust avatar font weight from bold to normal:
#2275 *
Enhancement - Align breadcrumb context menu with regular context menu:
#2296 *
Enhancement - OcCheckbox add outline:
#2218 *
Enhancement - Add offset property to the drop component:
#7335 * Enhancement - Make UI smaller:
#2270 *
Enhancement - Oc-card style:
#2306 *
Enhancement - OcSelect dark mode improvements:
#2262 *
Enhancement - Progress bar indeterminate state:
#2200 *
Enhancement - Redesign notifications:
#2210 *
Enhancement - Use Inter font:
#2270 *
Enhancement - Button text align left:
#2323 *
Enhancement - "Cancel"-button and -handler in OcSearchBar:
#2328 *
Enhancement - Adjust breadcrumb spacing:
#2329
#7684
https://github.com/owncloud/owncloud-design-system/releases/tag/v14.0.0-alpha.20 - Bugfix - Omit special characters in user avatar initials:
-
Enhancement - Webdav support in web-client package: #7430
Only relevant for developers: We've added webdav support to the
web-client
package. This
wraps the existing webdav requests from ownCloud SDK but handles the differentiation of
public link and user-specific webdav requests internally.