Skip to content

Commit caa5f08

Browse files
committed
Automated changelog update [skip ci]
1 parent e4bf50d commit caa5f08

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h3 id="unreleased-summary">Summary</h3>
2121
<li class="type-bugfix changelog-item">Bugfix - Skip share_folder for guest users: <a href="https://github.com/owncloud/core/pull/40864">#40864</a></li>
2222
<li class="type-bugfix changelog-item">Bugfix - Bump files app version: <a href="https://github.com/owncloud/core/pull/40878">#40878</a></li>
2323
<li class="type-bugfix changelog-item">Bugfix - Apply same restrictions for all the shares: <a href="https://github.com/owncloud/core/pull/40885">#40885</a></li>
24+
<li class="type-bugfix changelog-item">Bugfix - Cleanup storage and database after failed files uploads: <a href="https://github.com/owncloud/core/pull/40892">#40892</a></li>
2425
<li class="type-change changelog-item">Change - Upgrade to Symfony 5: <a href="https://github.com/owncloud/core/issues/39630">#39630</a></li>
2526
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/40724">#40724</a></li>
2627
<li class="type-change changelog-item">Change - Fix name length check on federated shares: <a href="https://github.com/owncloud/core/pull/40726">#40726</a></li>
@@ -170,6 +171,12 @@ <h3 id="unreleased-details">Details</h3>
170171
</p>
171172
<p>https://github.com/owncloud/core/pull/40885<br></p>
172173
</li>
174+
<li class="type-bugfix changelog-item">
175+
<p>Bugfix - Cleanup storage and database after failed files uploads: <a href="https://github.com/owncloud/core/pull/40892">#40892</a></p>
176+
<p>Storage and database is cleaned up of any remaining items in case a files upload fails.
177+
</p>
178+
<p>https://github.com/owncloud/core/pull/40892<br></p>
179+
</li>
173180
<li class="type-change changelog-item">
174181
<p>Change - Upgrade to Symfony 5: <a href="https://github.com/owncloud/core/issues/39630">#39630</a></p>
175182
<p>The Symfony PHP framework has been updated from major version 4 to 5.The following Symfony component versions are provided: - symfony/console (v5.4.26) -

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Summary
2323
* Bugfix - Skip share_folder for guest users: [#40864](https://github.com/owncloud/core/pull/40864)
2424
* Bugfix - Bump files app version: [#40878](https://github.com/owncloud/core/pull/40878)
2525
* Bugfix - Apply same restrictions for all the shares: [#40885](https://github.com/owncloud/core/pull/40885)
26+
* Bugfix - Cleanup storage and database after failed files uploads: [#40892](https://github.com/owncloud/core/pull/40892)
2627
* Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630)
2728
* Change - Update PHP dependencies: [#40724](https://github.com/owncloud/core/pull/40724)
2829
* Change - Fix name length check on federated shares: [#40726](https://github.com/owncloud/core/pull/40726)
@@ -177,6 +178,12 @@ Details
177178

178179
https://github.com/owncloud/core/pull/40885
179180

181+
* Bugfix - Cleanup storage and database after failed files uploads: [#40892](https://github.com/owncloud/core/pull/40892)
182+
183+
Storage and database is cleaned up of any remaining items in case a files upload fails.
184+
185+
https://github.com/owncloud/core/pull/40892
186+
180187
* Change - Upgrade to Symfony 5: [#39630](https://github.com/owncloud/core/issues/39630)
181188

182189
The Symfony PHP framework has been updated from major version 4 to 5.

0 commit comments

Comments
 (0)