Changelog for unreleased (UNRELEASED)
The following sections list the changes in ocis-phoenix unreleased.
-
Bugfix - Fix external app URLs: #218
The URLs for the default set of external apps was hardcoded to localhost:9200. We fixed that by using relative paths instead.
-
Change - Remove pdf-viewer from default apps: #85
OCIS-web doesn't have a dedicated pdf-viewer app anymore but instead uses the default browser behaviour for PDFs. We removed pdf-viewer from the set of default apps.
Changelog for 0.13.0 (2020-08-25)
The following sections list the changes in ocis-phoenix 0.13.0.
- Change - Update Phoenix: #81
-
Change - Update Phoenix: #81
Updated phoenix from v0.15.0 to v0.16.0
#81 https://github.com/owncloud/phoenix/releases/tag/v0.16.0
Changelog for 0.12.0 (2020-08-19)
The following sections list the changes in ocis-phoenix 0.12.0.
-
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
Changelog for 0.11.0 (2020-08-17)
The following sections list the changes in ocis-phoenix 0.11.0.
- 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
-
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 to
Fatal
on 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 toFatal
as 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
Changelog for 0.10.0 (2020-07-17)
The following sections list the changes in ocis-phoenix 0.10.0.
- Change - Update Phoenix: #72
Changelog for 0.9.0 (2020-07-10)
The following sections list the changes in ocis-phoenix 0.9.0.
-
Bugfix - Allow silent refresh of access token: #69
Sets the
X-Frame-Options
header toSAMEORIGIN
so the oidc client can refresh the token in an iframe. -
Change - Update Phoenix: #70
Updated phoenix from v0.11.1 to v0.12.0
Changelog for 0.8.1 (2020-06-29)
The following sections list the changes in ocis-phoenix 0.8.1.
- Change - Update Phoenix: #68
Changelog for 0.8.0 (2020-06-26)
The following sections list the changes in ocis-phoenix 0.8.0.
- Change - Update Phoenix: #67
Changelog for 0.7.0 (2020-05-26)
The following sections list the changes in ocis-phoenix 0.7.0.
- Change - Update Phoenix: #66
Changelog for 0.6.0 (2020-04-28)
The following sections list the changes in ocis-phoenix 0.6.0.
- Change - Update Phoenix: #65
Changelog for 0.5.0 (2020-04-14)
The following sections list the changes in ocis-phoenix 0.5.0.
- Change - Update Phoenix: #63
Changelog for 0.4.1 (2020-04-01)
The following sections list the changes in ocis-phoenix 0.4.1.
- Bugfix - Create a new tag to fix v0.4.0: #62
-
Bugfix - Create a new tag to fix v0.4.0: #62
Release v0.4.0 is using the wrong assets. We fixed that by creating a new release.
Changelog for 0.4.0 (2020-03-31)
The following sections list the changes in ocis-phoenix 0.4.0.
-
Change - Update Phoenix: #60
Updated phoenix from v0.6.0 to v0.7.0
-
Enhancement - Configuration: #57
Extensions should be responsible of configuring themselves. We use Viper for config loading from default paths. Environment variables WILL take precedence over config files.
Changelog for 0.2.0 (2020-03-17)
The following sections list the changes in ocis-phoenix 0.2.0.
- Bugfix - Config file value not being read: #45
- Enhancement - Update to Phoenix v0.5.0: #43
- Enhancement - Update to Phoenix v0.6.0: #53
-
Bugfix - Config file value not being read: #45
There was a bug in which phoenix config is always set to the default values and the contents of the config file were actually ignored.
-
Enhancement - Update to Phoenix v0.5.0: #43
Use the latest phoenix release
-
Enhancement - Update to Phoenix v0.6.0: #53
Use the latest phoenix release
Changelog for 0.3.0 (2020-03-17)
The following sections list the changes in ocis-phoenix 0.3.0.
- Change - Default to running behind ocis-proxy: #55
-
Change - Default to running behind ocis-proxy: #55
We changed the default configuration to integrate better with ocis.
Clients are supposed to use the ocis-proxy endpoint
https://localhost:9200
Changelog for 0.1.0 (2020-02-03)
The following sections list the changes in ocis-phoenix 0.1.0.
- Change - Initial release of basic version: #3