Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2024-10-09 12:16:37 +00:00
parent e2d7251893
commit e15715e60c

View File

@@ -57,6 +57,7 @@ The following sections list the changes for unreleased.
* Bugfix - Always treat LDAP attribute names case-insensitively: [#10204](https://github.com/owncloud/ocis/pull/10204)
* Bugfix - Fix delete share panic: [#10219](https://github.com/owncloud/ocis/pull/10219)
* Bugfix - Thumbnail request limit: [#10225](https://github.com/owncloud/ocis/pull/10225)
* 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)
* Enhancement - Add OCM wellknown configuration: [#9815](https://github.com/owncloud/ocis/pull/9815)
@@ -78,6 +79,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10219
* Bugfix - Thumbnail request limit: [#10225](https://github.com/owncloud/ocis/pull/10225)
The `THUMBNAILS_MAX_CONCURRENT_REQUESTS` setting was not working correctly.
Previously it was just limiting the number of concurrent thumbnail downloads.
Now the limit is applied to the number thumbnail generations requests.
https://github.com/owncloud/ocis/pull/10225
* Bugfix - Continue listing shares on error: [#10243](https://github.com/owncloud/ocis/pull/10243)
We now continue listing received shares when one of the shares cannot be statted