Changelog for ownCloud Web 4.5.0 (2021-11-16)
Summary
- Bugfix - Fix location picker breadcrumb url encoding: #5940
- Bugfix - Correct capabilities URL when server run in a subfolder: #6010
- Bugfix - Context menu rendering: #5952
- Bugfix - Use search app translations: #5955
- Enhancement - Accentuate new files: #6020
- Enhancement - Use default info from app provider: #5962
- Enhancement - Rename
_chunks
folder tochunks
: #5988 - Enhancement - Default action order: #5952
- Enhancement - Reduced sidebar width: #5981
- Enhancement - Automatically show oC 10 apps in the app switcher menu: #5980
- Enhancement - App provider and archiver on public links: #5924
- Enhancement - Update ODS to v11.2.2: #6009
Details
-
Bugfix - Fix location picker breadcrumb url encoding: #5940
The breadcrumb urls in location-picker were encoded. We've fixed this by removing the
encoding. -
Bugfix - Correct capabilities URL when server run in a subfolder: #6010
We fixed an issue where the capabilities where requested from a wrong URL in the case the server
is running in a subfolder e.g.http://localhost/owncloud
-
Bugfix - Context menu rendering: #5952
We fixed that the context menu was being created for each and every file row of the current page
(it was just not made visible). Now it only gets created when it gets activated by the user for a
file row. -
Bugfix - Use search app translations: #5955
We fixed that the search app was not using its translations properly.
-
Enhancement - Accentuate new files: #6020
We've added a visual highlighting of newly created (or uploaded) resources in the
OcFilesTable. -
Enhancement - Use default info from app provider: #5962
The app provider returns information about the default application per mime type. This
information is now respected when triggering the default action for a file. -
Enhancement - Rename
_chunks
folder tochunks
: #5988We've renamed the
_chunks
folder tochunks
in the ownCloud Web build output in order to make
it more easily embedable with the Go embed directive. -
Enhancement - Default action order: #5952
We've changed the order of actions which are being considered as default action. The order is
now 1) installed editors, 2) external apps from the app provider, 3) system default actions.
Previously the external apps took precedence. -
Enhancement - Reduced sidebar width: #5981
We reduced the sidebar width to give the files list more horizontal room, especially on medium
sized screens. -
Enhancement - Automatically show oC 10 apps in the app switcher menu: #5980
When using the ownCloud 10 app of web the configuration automatically gets augmented with all
menu items / apps from the classic UI. They open in a new tab in the classic UI and have a generic
icon. -
Enhancement - App provider and archiver on public links: #5924
We made the app provider and archiver services available on public links. As a prerequisite for
this we needed to make backend capabilities available on public links, which will be
beneficial for all future extension development. -
Enhancement - Update ODS to v11.2.2: #6009
We updated the ownCloud Design System to version 11.2.2. Please refer to the full changelog in
the ODS release (linked) for more details. Summary:- Bugfix - Limit select event in OcTableFiles:
owncloud/owncloud-design-system#1753 - Bugfix - Add
word-break rule to OcNotificationMessage component:
owncloud/owncloud-design-system#1712 - Bugfix - OcTable
sorting case sensitivity:
owncloud/owncloud-design-system#1698 - Bugfix - Drag and
Drop triggers wrong actions: #5808 - Bugfix - Fix
files table event: #1777 - Bugfix - Fix extension
icon rendering: #1779 - Enhancement - Make
OcDatepicker themable:
owncloud/owncloud-design-system#1679 - Enhancement -
Streamline OcTextInput:
owncloud/owncloud-design-system#1636 - Enhancement - Add
accentuated class for OcTable:
https://github.com/owncloud/owncloud-design-system/pull/5967 - Enhancement - Add
Ghost Element for Drag & Drop:
https://github.com/owncloud/owncloud-design-system/pull/5788 - Enhancement - Add
"extension" svg icon: owncloud/owncloud-design-system#1771 -
Enhancement - Add closure to mutate resource dom selector:
owncloud/owncloud-design-system#1766 - Enhancement - Reduce
filename text weight: owncloud/owncloud-design-system#1759
#6009
https://github.com/owncloud/owncloud-design-system/releases/tag/v11.2.2 - Bugfix - Limit select event in OcTableFiles: