Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-10-18 09:41:22 +00:00
parent 6517a3361c
commit 04cd8074bd

View File

@@ -60,6 +60,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219)
* Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243)
* Bugfix - Avoid re-creating thumbnails: [#10251](https://github.com/owncloud/ocis/pull/10251)
* Bugfix - Kept historical resource naming in activity: [#10266](https://github.com/owncloud/ocis/pull/10266)
* Bugfix - Fix panic when sharing with groups: [#10279](https://github.com/owncloud/ocis/pull/10279)
* Bugfix - Thumbnail request limit: [#10280](https://github.com/owncloud/ocis/pull/10280)
* Bugfix - Forbid the ocm space sharing: [#10287](https://github.com/owncloud/ocis/pull/10287)
@@ -118,6 +119,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10251
* Bugfix - Kept historical resource naming in activity: [#10266](https://github.com/owncloud/ocis/pull/10266)
Kept historical resource naming after renaming in activity for shares and public
links.
https://github.com/owncloud/ocis/issues/10210
https://github.com/owncloud/ocis/pull/10266
* Bugfix - Fix panic when sharing with groups: [#10279](https://github.com/owncloud/ocis/pull/10279)
We fixed a bug which caused a panic when sharing with groups, this only happened