github owncloud/web v0.27.0
0.27.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.27.0 (2020-11-24)

Summary

  • Bugfix - Unavailable extensions causing route duplication: #4382
  • Change - Configurable default extension: #4382
  • Change - Load extensions config: #4380

Details

  • Bugfix - Unavailable extensions causing route duplication: #4382

    There was an error in the extension loading handlers which caused routes to be loaded multiple
    times when extensions from the config.json were unavailable. We hardened the extension
    loading handlers to just skip those extensions.

    #4382

  • Change - Configurable default extension: #4382

    We introduced a config option in the config.json file which allows to configure the default
    extension for ownCloud Web. Any of the configured extension ids can be chosen as default
    extension. If none is provided, we fall back to the files extension.

    #4382

  • Change - Load extensions config: #4380

    We've started loading the config of extensions which can now be defined as an object in the
    external_apps in the config.json.

    #4380

Don't miss a new web release

NewReleases is sending notifications on new releases.