From 9890fe7dcbc4a395ab30e2e4ab66fcc85201edb3 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 7 Feb 2023 01:22:21 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.html | 8 ++++++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.html b/CHANGELOG.html index 9c1b38f1de76..a57f58a7461c 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -13,6 +13,7 @@

Summary

  • Bugfix - Skip public links when updating permissions of share's children: #40420
  • Bugfix - Add shib auth support for redirect url: #40470
  • Bugfix - Store checksums only if the whole stream has been read: #40513
  • +
  • Bugfix - Performance fix when deleting thumbnails: #40514
  • Bugfix - Bump minimatch from 3.0.4 to 3.1.2 in /build: #40522
  • Bugfix - Bump json5 from 2.2.0 to 2.2.3 in /build: #40556
  • Bugfix - Bump karma from 6.3.19 to 6.4.1 in /build: #40558
  • @@ -104,6 +105,13 @@

    Details

    https://github.com/owncloud/core/pull/40513

    +
  • +

    Bugfix - Performance fix when deleting thumbnails: #40514

    +

    Detecting unused thumbnails is now using a better optimized SQL statements which consumes + less database and web server resources. +

    +

    https://github.com/owncloud/core/pull/40514

    +
  • Bugfix - Bump minimatch from 3.0.4 to 3.1.2 in /build: #40522

    https://github.com/owncloud/core/pull/40522

    diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0ee2afe033..d25dd52fa9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Summary * Bugfix - Skip public links when updating permissions of share's children: [#40420](https://github.com/owncloud/core/pull/40420) * Bugfix - Add shib auth support for redirect url: [#40470](https://github.com/owncloud/core/pull/40470) * Bugfix - Store checksums only if the whole stream has been read: [#40513](https://github.com/owncloud/core/pull/40513) +* Bugfix - Performance fix when deleting thumbnails: [#40514](https://github.com/owncloud/core/pull/40514) * Bugfix - Bump minimatch from 3.0.4 to 3.1.2 in /build: [#40522](https://github.com/owncloud/core/pull/40522) * Bugfix - Bump json5 from 2.2.0 to 2.2.3 in /build: [#40556](https://github.com/owncloud/core/pull/40556) * Bugfix - Bump karma from 6.3.19 to 6.4.1 in /build: [#40558](https://github.com/owncloud/core/pull/40558) @@ -115,6 +116,13 @@ Details https://github.com/owncloud/core/pull/40513 +* Bugfix - Performance fix when deleting thumbnails: [#40514](https://github.com/owncloud/core/pull/40514) + + Detecting unused thumbnails is now using a better optimized SQL statements which consumes + less database and web server resources. + + https://github.com/owncloud/core/pull/40514 + * Bugfix - Bump minimatch from 3.0.4 to 3.1.2 in /build: [#40522](https://github.com/owncloud/core/pull/40522) https://github.com/owncloud/core/pull/40522