| Server IP : 91.220.113.119 / Your IP : 216.73.217.69 Web Server : LiteSpeed System : Linux milad313-ded-e10.tidadns.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : maralloab ( 1965) PHP Version : 8.1.34 Disable Function : mail, show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF 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