github owncloud/web v0.12.0
0.12.0

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
3 years ago

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.

    #3756

  • 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.

    owncloud/product#69
    owncloud/ocis#356
    #3740

  • 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.

    #3747
    #3551
    #3752

  • Change - No file drop if upload is not allowed or no space is left: #3677

    #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.

    owncloud/product#102
    owncloud/product#108
    #3749

  • Enhancement - Add favorites capabilities: #354

    We've added a check of favorites capabilities to enable disabling of favorites list and
    favorite action.

    owncloud/ocis#354
    #3754

  • 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.

    owncloud/product#101
    #3739

Don't miss a new web release

NewReleases is sending notifications on new releases.