Changelog for ownCloud Phoenix 0.12.0 (2020-07-10)
Summary
- Bugfix - Fix navigation to the root folder from location picker: #3756
- Change - Don't fallback to appId in case the route of file action is not defined: #69
- Change - Do not display outline when the files list is focused: #3747
- Change - No file drop if upload is not allowed or no space is left: #3677
- Enhancement - Add ability to copy files and folders into a different location: #102
- Enhancement - Add favorites capabilities: #354
- Enhancement - Add ability to move files and folders into a different location: #101
Details
-
Bugfix - Fix navigation to the root folder from location picker: #3756
The target location in the location picker was appending a whitespace when trying to go to root
folder. This resulted in an error when trying to load such folder. We've removed the whitespace
to fix the navigation. -
Change - Don't fallback to appId in case the route of file action is not defined: #69
When opening a file in a editor or a viewer the path was falling back to an appId. This made it
impossible to navigate via the file actions into an app which doesn't have duplicate appId in
the route. We've stopped falling back to this value and in case that the route of the file action
is not defined, we use the root path of the app. -
Change - Do not display outline when the files list is focused: #3747
The files list was displaying outline when it received focus after a click. Since the focus is
meant only programatically, the outline was not supposed to be displayed. -
Change - No file drop if upload is not allowed or no space is left: #3677
-
Enhancement - Add ability to copy files and folders into a different location: #102
We've added copy action to the files list. The copy action is executed via a new page called
location picker. -
Enhancement - Add favorites capabilities: #354
We've added a check of favorites capabilities to enable disabling of favorites list and
favorite action. -
Enhancement - Add ability to move files and folders into a different location: #101
We've added move action to the files list which enables move of resources into different
locations. The move operation is executed in a new page called Location picker.