Skip to content

2.0.1

Compare
Choose a tag to compare
@kulmann kulmann released this 19 Feb 04:52
· 11734 commits to master since this release

Changelog for ownCloud Web 2.0.1 (2021-02-18)

Summary

  • Bugfix - Fix oc10 deployment after switch to rollup: #4757
  • Bugfix - Fix showing white page with no message if the config could not be parsed: #4636
  • Bugfix - Allow search in additional share info: #1656

Details

  • Bugfix - Fix oc10 deployment after switch to rollup: #4757

    Our first release of the oc10 app after the switch to rollup as bundler had a bug as it didn't
    reflect the new folder structure of the app in the allowed folders. This has been fixed by
    updating the allowed folders.

    #4757

  • Bugfix - Fix showing white page with no message if the config could not be parsed: #4636

    When the config file could not be parsed because of some mistake in the JSON, an empty page
    without any error message would be shown to the user. We've fixed that behavior and showing now
    an error page and details of the error in the console.

    #4636
    #4749

  • Bugfix - Allow search in additional share info: #1656

    We fixed that searching for a potential sharee didn't look at the additional share info.

    owncloud/ocis#1656
    #4753