Changelog for ownCloud Web 5.2.0 (2022-03-02)
Summary
- Bugfix - Breadcrumb 'All Files' link: #6467
- Bugfix - Update file list when creating new files: #5530
- 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 - 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 - 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 - 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 - 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: