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