File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Summary
18
18
* Bugfix - Suppress warning when resetting user password with masterkey encryption: [ #36523 ] ( https://github.com/owncloud/core/pull/36523 )
19
19
* Bugfix - Receive multiple users for user sync command: [ #36576 ] ( https://github.com/owncloud/core/pull/36576 )
20
20
* 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 )
21
22
* Change - Validate reshare permissions and attributes based on supershare: [ #36265 ] ( https://github.com/owncloud/core/pull/36265 )
22
23
* Change - Drop PHP 7.0 support across the platform: [ #36290 ] ( https://github.com/owncloud/core/pull/36290 )
23
24
* 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
154
155
155
156
https://github.com/owncloud/core/pull/36610
156
157
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
+
157
166
* Change - Validate reshare permissions and attributes based on supershare: [ #36265 ] ( https://github.com/owncloud/core/pull/36265 )
158
167
159
168
This change provides a uniform way that reshare permissions and attributes are internally
You can’t perform that action at this time.
0 commit comments