From 608bb09d9cd2f79245e32fe6c5b23d4eb481635e Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Thu, 21 Mar 2024 09:14:21 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7a1d4bc8..d9fcc9d0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ The following sections list the changes for unreleased. * Bugfix - Prevent copying a file to a parent folder: [#8649](https://github.com/owncloud/ocis/pull/8649) * Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666) * Bugfix - Internal links shouldn't have a password: [#8668](https://github.com/owncloud/ocis/pull/8668) +* Bugfix - Fix uploading via a public link: [#8702](https://github.com/owncloud/ocis/pull/8702) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) * Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885) @@ -144,6 +145,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8619 https://github.com/owncloud/ocis/pull/8668 +* Bugfix - Fix uploading via a public link: [#8702](https://github.com/owncloud/ocis/pull/8702) + + Fix http error when uploading via a public link + + https://github.com/owncloud/ocis/issues/8699 + https://github.com/owncloud/ocis/pull/8702 + * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) We wrapped the store service in a micro store implementation and changed the