github owncloud/web v0.28.0
0.28.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.28.0 (2020-12-04)

Summary

  • Bugfix - Don't break file/folder names in text editor: #4391
  • Change - Configurable home path: #4411
  • Change - Show dedicated 404 page for invalid resource references: #4411

Details

  • Bugfix - Don't break file/folder names in text editor: #4391

    The label in the text editor that displays the path of the active file was removing the first
    character instead of trimming leading slashes. This might have lead to situations where
    actual characters were removed. We fixed this by only removing leading slahes instead of
    blindly removing the first character.

    #4391

  • Change - Configurable home path: #4411

    We introduced a config.json option homeFolder which let's you specify a default location
    when opening the All files view. Please refer to the documentation for details.

    #4411
    https://owncloud.github.io/clients/web/getting-started/

  • Change - Show dedicated 404 page for invalid resource references: #4411

    When visiting a public link or the All files page with an invalid resource in the URL (e.g.
    because it was deleted in the meantime) we now show a dedicated page which explains that the
    resource could not be found and offers a link to go back to the respective root (»All files«
    home location or the root of the public link). The breadcrumbs have been made available on
    invalid resources as well, so that those could be used for more precise navigation instead of
    jumping back to the root.

    #4411

Don't miss a new web release

NewReleases is sending notifications on new releases.