Releases: owncloud/ocis-phoenix
0.13.0
0.12.0
Changes in 0.12.0
Summary
Details
-
Change - Enable Settings and Accounts apps by default: #80
The default ocis-web config now adds the frontend of ocis-accounts and ocis-settings to the
builtin web config. -
Change - Update Phoenix: #79
Updated phoenix from v0.14.0 to v0.15.0
#79
https://github.com/owncloud/phoenix/releases/tag/v0.15.0
0.11.0
Changes in 0.11.0
Summary
- Bugfix - Exit when assets or config are not found: #76
- Bugfix - Build docker images with alpine:latest instead of alpine:edge: #73
- Change - Hide searchbar by default: #116
- Change - Update Phoenix: #78
Details
-
Bugfix - Exit when assets or config are not found: #76
When a non-existing assets folder is specified, there was only a warning log statement and the
service served the builtin assets instead. It is safe to exit the service in such a scenario,
instead of serving other assets than specified. We changed the log level toFatalon
non-existing assets. Similar for the web config, it was not failing on service level, but only
showing an error in the web ui, wenn the specified config file could not be found. We changed the
log level toFatalas well. -
Bugfix - Build docker images with alpine:latest instead of alpine:edge: #73
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
-
Change - Hide searchbar by default: #116
Since file search is not working at the moment we decided to hide the search bar by default.
-
Change - Update Phoenix: #78
Updated phoenix from v0.13.0 to v0.14.0