Skip to content

Commit b73be6d

Browse files
committed
Automated changelog update [skip ci]
1 parent 7b574e7 commit b73be6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Summary
1818
* Bugfix - Suppress warning when resetting user password with masterkey encryption: [#36523](https://github.com/owncloud/core/pull/36523)
1919
* Bugfix - Receive multiple users for user sync command: [#36576](https://github.com/owncloud/core/pull/36576)
2020
* Bugfix - Fix null for empty path on Oracle: [#36610](https://github.com/owncloud/core/pull/36610)
21+
* Bugfix - Remove part files when upload is cancelled for all public links: [#36761](https://github.com/owncloud/core/pull/36761)
2122
* Change - Validate reshare permissions and attributes based on supershare: [#36265](https://github.com/owncloud/core/pull/36265)
2223
* Change - Drop PHP 7.0 support across the platform: [#36290](https://github.com/owncloud/core/pull/36290)
2324
* Change - Don't report locking support in public.php and public-files endpoints: [#36402](https://github.com/owncloud/core/pull/36402)
@@ -154,6 +155,14 @@ Details
154155

155156
https://github.com/owncloud/core/pull/36610
156157

158+
* Bugfix - Remove part files when upload is cancelled for all public links: [#36761](https://github.com/owncloud/core/pull/36761)
159+
160+
Remove part files when the upload is cancelled for the public links. Prior to this change, it was
161+
noticed that for `Upload Only` and `Download / View / Upload` the part files were not cleaned up.
162+
With this change it does clean up.
163+
164+
https://github.com/owncloud/core/pull/36761
165+
157166
* Change - Validate reshare permissions and attributes based on supershare: [#36265](https://github.com/owncloud/core/pull/36265)
158167

159168
This change provides a uniform way that reshare permissions and attributes are internally

0 commit comments

Comments
 (0)