Server IP : 213.32.127.20 / Your IP : 216.73.216.144 Web Server : Apache System : Linux ns3.servidorneptuno.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64 User : atoqsfjh ( 1072) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/899396/root/var/softaculous/owncloud/ |
Upload File : |
[10.15.3]: https://github.com/owncloud/core/compare/v10.15.2...v10.15.3 ## Summary * Bugfix - Harden remote service resolution: [#41374](https://github.com/owncloud/core/pull/41374) * Bugfix - Disable web updater: [#41149](https://github.com/owncloud/core/issues/41149) ## Details * Bugfix - Harden remote service resolution: [#41374](https://github.com/owncloud/core/pull/41374) Remote services such as webdav, caldav, etc, will be loaded from the app or from a hardcoded list. https://github.com/owncloud/core/pull/41374 * Bugfix - Disable web updater: [#41149](https://github.com/owncloud/core/issues/41149) The web updater is a relic of the past and not recommended for a long time. At the end it can cause more pain than help. In addition the use of the web updater is discouraged by removing the integration in the admin ui. https://github.com/owncloud/core/issues/41149 https://github.com/owncloud/core/pull/41385 [10.15.2] (2025-03-11) The following sections list the changes in ownCloud core 10.15.2 relevant to ownCloud admins and users. [10.15.2]: https://github.com/owncloud/core/compare/v10.15.1...v10.15.2 ## Summary * Security - Disable phar stream wrapper: [#41358](https://github.com/owncloud/core/pull/41358) ## Details * Security - Disable phar stream wrapper: [#41358](https://github.com/owncloud/core/pull/41358) https://github.com/owncloud/core/pull/41358 [10.15.1] (2025-03-03) The following sections list the changes in ownCloud core 10.15.1 relevant to ownCloud admins and users. [10.15.1]: https://github.com/owncloud/core/compare/v10.15.0...v10.15.1 ## Summary * Bugfix - Prevent access to internal app config data: [#41338](https://github.com/owncloud/core/pull/41338) ## Details * Bugfix - Prevent access to internal app config data: [#41338](https://github.com/owncloud/core/pull/41338) Prevent access to app config where the key is prefixed with remote_ and public_ via the http api as these are internal configuration settings which are not to be exposed via the network. https://github.com/owncloud/core/pull/41338