Changelog for ownCloud Web 5.2.0 (2022-03-03)
Summary
- Bugfix - Breadcrumb 'All Files' link: #6467
- Bugfix - Load capabilities for password protected public links: #6471
- Bugfix - No selection info right sidebar: #6502
- Bugfix - Update file list when creating new files: #5530
- Enhancement - Display search results within files app: #6496
- Enhancement - Option to enable Vue history mode: #6363
- Enhancement - Redesign OcBreadcrumb: #6218
- Enhancement - Redesign create and upload buttons: #6279
- Enhancement - Redesign FilesTable: #6207
- Enhancement - Run web as oc10 sidecar: #6363
- Enhancement - Allow updating space image and description: #6410
- Enhancement - Outsource space readme content modal: #6509
- Enhancement - Implement the right sidebar for spaces: #6437
- Enhancement - Update ODS to v12.2.1: #6450
Details
-
Bugfix - Breadcrumb 'All Files' link: #6467
The
All Files
link in the breadcrumb now always point to the root of the personal storage home
instead of the optional homeFolder. -
Bugfix - Load capabilities for password protected public links: #6471
We've enabled capability loading for password protected public links.
-
Bugfix - No selection info right sidebar: #6502
We fixed that the right sidebar was not showing the "no selection" info panel anymore in the root
of "All files". In addition we also use the same "no selection" info panel now in the root nodes of
public links. -
Bugfix - Update file list when creating new files: #5530
We update the file list now when creating a file in an editor that openes in a new tab (like
draw.io). -
Enhancement - Display search results within files app: #6496
We've updated the "Search in all files" view to be displayed within the files app instead of
showing them in a dedicated extension. This way, users don't loose their context and can still
use sidebar. -
Enhancement - Option to enable Vue history mode: #6363
We've added the option to use vue's history mode. All configuration is done automatically by
the system. To enable it, add a<base href="PATH">
header tag toindex.html
,
oidc-callback.html
andoidc-silent-redirect.html
. Adding<base>
is not needed for
ocis. -
Enhancement - Redesign OcBreadcrumb: #6218
We've adjustet the look of the OcBreadcrumb to fit the Redesign
-
Enhancement - Redesign create and upload buttons: #6279
We have separated the "Create new file/folder" and "Upload" actions above the files list into
two separate buttons, also using the new resource type icons for more consistency. -
Enhancement - Redesign FilesTable: #6207
We've redesigned the QuickActions visually and updated theming to fit the redesign
-
Enhancement - Run web as oc10 sidecar: #6363
We've added the option to run web in oc10 sidecar mode. Copy
config/config.json.sample-oc10
toconfig/config.json
, runyarn server
and then
docker compose up oc10
. -
Enhancement - Allow updating space image and description: #6410
We have implemented multiple ways to update the image and description of a space.
-
Enhancement - Outsource space readme content modal: #6509
We've added a new component for space readme content modal and extracted duplicated code.
-
Enhancement - Implement the right sidebar for spaces: #6437
The right sidebar for a space functions similar to the files sidebar and gives the user basic
information and actions for the current space. -
Enhancement - Update ODS to v12.2.1: #6450
We updated the ownCloud Design System to version 12.2.1. Please refer to the full changelog in
the ODS release (linked) for more details. Summary:- Enhancement - Apply outstanding background color to oc-card:
owncloud/owncloud-design-system#1974 - Enhancement -
Redesign OcBreadcrumb: #6218 - Enhancement -
Redesign files table related components:
owncloud/owncloud-design-system#1958
#6450
#6472
#6505
https://github.com/owncloud/owncloud-design-system/releases/tag/v12.2.1 - Enhancement - Apply outstanding background color to oc-card: