diff --git a/CHANGELOG.md b/CHANGELOG.md index 1523c0927..462796c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Summary * Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis-konnectd/issues/17) +* Change - Dummy index.html is not required anymore by upstream: [#25](https://github.com/owncloud/ocis-konnectd/issues/25) * Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1) ## Details @@ -13,6 +14,14 @@ https://github.com/owncloud/ocis-konnectd/pull/29 +* Change - Dummy index.html is not required anymore by upstream: [#25](https://github.com/owncloud/ocis-konnectd/issues/25) + + The workaround was required as identifier webapp was mandatory, but we serve it from memory. + This also introduces --disable-identifier-webapp flag. + + https://github.com/owncloud/ocis-konnectd/issues/25 + + * Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1) Just prepare an initial basic version to serve konnectd embedded into our microservice