diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7cdf04f..ee7b11044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Bugfix - Fix choose account dialogue: [#846](https://github.com/owncloud/ocis/pull/846) * Bugfix - Fix id or username query handling: [#745](https://github.com/owncloud/ocis/pull/745) * Bugfix - Fix konnectd build: [#809](https://github.com/owncloud/ocis/pull/809) +* Bugfix - Fix path of files shared with me in ocs api: [#204](https://github.com/owncloud/product/issues/204) * Bugfix - Use micro default client: [#718](https://github.com/owncloud/ocis/pull/718) * Bugfix - Allow consent-prompt with switch-account: [#788](https://github.com/owncloud/ocis/pull/788) * Bugfix - Mint token with uid and gid: [#737](https://github.com/owncloud/ocis/pull/737) @@ -184,6 +185,13 @@ https://github.com/owncloud/ocis/pull/809 +* Bugfix - Fix path of files shared with me in ocs api: [#204](https://github.com/owncloud/product/issues/204) + + The path of files shared with me using the ocs api was pointing to an incorrect location. + + https://github.com/owncloud/product/issues/204 + https://github.com/owncloud/ocis/pull/994 + * Bugfix - Use micro default client: [#718](https://github.com/owncloud/ocis/pull/718) Tags: glauth