|
Server : Apache System : Linux ecngx264.inmotionhosting.com 4.18.0-553.77.1.lve.el8.x86_64 #1 SMP Wed Oct 8 14:21:00 UTC 2025 x86_64 User : lonias5 ( 3576) PHP Version : 7.3.33 Disable Function : NONE Directory : /var/softaculous/owncloud/ |
Upload File : |
Changelog for ownCloud Core [10.9.1] (2022-01-12) ======================================= The following sections list the changes in ownCloud core 10.9.1 relevant to ownCloud admins and users. [10.9.1]: https://github.com/owncloud/core/compare/v10.9.0...v10.9.1 Summary ------- * Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) * Bugfix - Getting the file owner for share recipients: [#39670](https://github.com/owncloud/core/pull/39670) * Bugfix - Prevent version author from being overwritten with wrong uid: [#39673](https://github.com/owncloud/core/pull/39673) Details ------- * Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) Fixed an issue where overwriting an encrypted file by a share recipient would corrupt it. This is a regression which was introduced by #39516. https://github.com/owncloud/encryption/issues/315 https://github.com/owncloud/core/pull/39623 * Bugfix - Getting the file owner for share recipients: [#39670](https://github.com/owncloud/core/pull/39670) Fixed a bug where a wrong file owner was retrieved when saving version authors. This scenario happened for share recipients if they had a file with the same name as the shared file. https://github.com/owncloud/core/issues/39662 https://github.com/owncloud/core/pull/39670 * Bugfix - Prevent version author from being overwritten with wrong uid: [#39673](https://github.com/owncloud/core/pull/39673) Fixed an issue where restoring a previous version could lead to a wrong version author being saved, basically overwriting the correct author. https://github.com/owncloud/core/issues/39672 https://github.com/owncloud/core/pull/39673