GRAYBYTE WORDPRESS FILE MANAGER3336

Server IP : 149.255.58.128 / Your IP : 216.73.216.52
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /var/softaculous/owncloud/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/owncloud//changelog.txt
[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
   
[10.15.0]: https://github.com/owncloud/core/compare/v10.14.0...v10.15.0

## Summary

* Bugfix - Fail fast on unresponsive remote servers: [#41210](https://github.com/owncloud/core/pull/41210)
* Bugfix - Link in public link notification has to be from a trusted domain: [#41214](https://github.com/owncloud/core/pull/41214)
* Bugfix - User can only change their own external storage configuration: [#41225](https://github.com/owncloud/core/pull/41225)
* Bugfix - Hardening SVG processing: [#41234](https://github.com/owncloud/core/pull/41234)
* Bugfix - Handle no longer existing user in preview cleanup: [#41247](https://github.com/owncloud/core/pull/41247)
* Bugfix - Disallow HTTP API requests for user external storages in case disabled: [#41250](https://github.com/owncloud/core/pull/41250)
* Bugfix - Handle short classes in Autoloader: [#41252](https://github.com/owncloud/core/pull/41252)
* Bugfix - No update check if not connected to the internet: [#41262](https://github.com/owncloud/core/pull/41262)
* Bugfix - Default value of preview_max_dimensions is now 6016x6016: [#41263](https://github.com/owncloud/core/pull/41263)
* Bugfix - AllConfig::getUserKeys to return string[] only: [#41270](https://github.com/owncloud/core/pull/41270)
* Bugfix - Wrong Logic When 'allow_user_mounting' is Initially Undefined: [#41272](https://github.com/owncloud/core/pull/41272)
* Change - Update PHP dependencies: [#41195](https://github.com/owncloud/core/pull/41195)

## Details

* Bugfix - Fail fast on unresponsive remote servers: [#41210](https://github.com/owncloud/core/pull/41210)

   In case a remote/federated server is not responding the share will not be added and any requests
   will fail faster.

   https://github.com/owncloud/core/pull/41210

* Bugfix - Link in public link notification has to be from a trusted domain: [#41214](https://github.com/owncloud/core/pull/41214)

   https://github.com/owncloud/core/pull/41214

* Bugfix - User can only change their own external storage configuration: [#41225](https://github.com/owncloud/core/pull/41225)

   https://github.com/owncloud/core/pull/41225

* Bugfix - Hardening SVG processing: [#41234](https://github.com/owncloud/core/pull/41234)

   Purify SVGs before processing.

   https://github.com/owncloud/core/pull/41234

* Bugfix - Handle no longer existing user in preview cleanup: [#41247](https://github.com/owncloud/core/pull/41247)

   A no longer existing user no longer causes an exception in the preview cleanup job.

   https://github.com/owncloud/core/pull/41247

* Bugfix - Disallow HTTP API requests for user external storages in case disabled: [#41250](https://github.com/owncloud/core/pull/41250)

   API requests for a user's external storages now correctly fail when user mounted storages are
   disabled.

   https://github.com/owncloud/core/pull/41250

* Bugfix - Handle short classes in Autoloader: [#41252](https://github.com/owncloud/core/pull/41252)

   The Autoloader findClass method was emitting a PHP notice "undefined offset" for class
   strings at the top OCA level. The code has been corrected so that the PHP notice is not emitted.

   https://github.com/owncloud/core/pull/41252
   https://github.com/owncloud/core/pull/41253

* Bugfix - No update check if not connected to the internet: [#41262](https://github.com/owncloud/core/pull/41262)

   In case an owncloud instance is not connected to the internet there is no need in polling for
   updates in the update notification app.

   https://github.com/owncloud/core/pull/41262

* Bugfix - Default value of preview_max_dimensions is now 6016x6016: [#41263](https://github.com/owncloud/core/pull/41263)

   This allows processing of 4K portrait images by default.

   https://github.com/owncloud/core/pull/41263

* Bugfix - AllConfig::getUserKeys to return string[] only: [#41270](https://github.com/owncloud/core/pull/41270)

   The array returned by getUserKeys() is now always an array of strings.

   https://github.com/owncloud/core/pull/41270

* Bugfix - Wrong Logic When 'allow_user_mounting' is Initially Undefined: [#41272](https://github.com/owncloud/core/pull/41272)

   On a freshly installed system, the checkbox '[ ] Allow users to mount external storage' is not
   set, implying 'no'. The code handled this as 'yes' until the admin once selected and unselected
   the checkbox.

   https://github.com/owncloud/core/pull/41272
   https://github.com/owncloud/core/pull/41273

* Change - Update PHP dependencies: [#41195](https://github.com/owncloud/core/pull/41195)

   The following have been updated: - deepdiver/zipstreamer (2.0.2 to 2.0.3) -
   google/apiclient (v2.15.3 to v2.16.0) - google/apiclient-services (v0.335.0 to v0.355.0)
   - google/auth (v1.35.0 to v1.37.1) - monolog/monolog (2.9.2 to 2.9.3) -
   paragonie/constant_time_encoding (v2.6.3 to v2.7.0) - pear/archive_tar (1.4.14 to
   1.15.0) - pear/pear-core-minimal (v1.10.14 to v1.10.15) - phpseclib/phpseclib (3.0.35 to
   3.0.39) - psr/http-factory (1.0.2 to 1.1.0) - sabre/xml (2.2.6 to 2.2.7) -
   symfony/event-dispatcher-contracts (v2.5.2 to v2.5.3) - symfony/service-contracts
   (v2.5.2 to v2.5.3) - symfony/translation-contracts (v2.5.2 to v2.5.3) - symfony/console
   (v5.4.35 to v5.4.40) - symfony/event-dispatcher (v5.4.35 to v5.4.40) - symfony/process
   (v5.4.35 to v5.4.40) - symfony/routing (v5.4.35 to v5.4.40) - symfony/string (v5.4.35 to
   v5.4.40) - symfony/translation (v5.4.35 to v5.4.40)

   https://github.com/owncloud/core/pull/41195
   https://github.com/owncloud/core/pull/41203
   https://github.com/owncloud/core/pull/41205
   https://github.com/owncloud/core/pull/41212
   https://github.com/owncloud/core/pull/41222
   https://github.com/owncloud/core/pull/41230
   https://github.com/owncloud/core/pull/41242
   https://github.com/owncloud/core/pull/41255
   https://github.com/owncloud/core/pull/41259
   https://github.com/owncloud/core/pull/41267
   https://github.com/owncloud/core/pull/41276

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2025 09:37:16
0 / root
0755
images
--
March 27 2025 10:37:26
0 / root
0755
php53
--
March 27 2025 10:37:26
0 / root
0755
php56
--
March 27 2025 10:37:26
0 / root
0755
php71
--
March 27 2025 10:37:26
0 / root
0755
php81
--
March 27 2025 10:37:26
0 / root
0755
php82
--
March 27 2025 10:37:26
0 / root
0755
.htaccess
3.435 KB
December 23 2021 05:18:42
0 / root
0644
PasswordHash.php
6.671 KB
December 23 2021 05:18:42
0 / root
0644
_.htaccess
0.308 KB
December 23 2021 05:18:42
0 / root
0644
changelog.txt
6.957 KB
March 13 2025 06:38:12
0 / root
0644
check_suphp.php
0.099 KB
December 23 2021 05:18:42
0 / root
0644
clone.php
5.128 KB
March 26 2025 06:48:10
0 / root
0644
config.php
0.896 KB
March 13 2025 06:38:12
0 / root
0644
edit.php
4.804 KB
March 26 2025 06:48:10
0 / root
0644
edit.xml
0.423 KB
December 23 2021 05:18:42
0 / root
0644
fileindex.php
0.263 KB
December 23 2021 05:18:42
0 / root
0644
import.php
3.885 KB
March 26 2025 06:48:10
0 / root
0644
info.xml
3.543 KB
March 26 2025 06:40:24
0 / root
0644
install.js
0.902 KB
December 23 2021 05:18:42
0 / root
0644
install.php
11.211 KB
March 26 2025 06:48:10
0 / root
0644
install.xml
2.503 KB
December 23 2021 05:18:42
0 / root
0644
md5
3.319 KB
March 26 2025 06:48:10
0 / root
0644
notes.txt
1.825 KB
August 07 2024 04:13:12
0 / root
0644
restore.php
2.836 KB
March 26 2025 06:48:10
0 / root
0644
update_pass.php
6.637 KB
March 03 2023 09:12:30
0 / root
0644
upgrade.php
5.745 KB
March 26 2025 06:48:10
0 / root
0644
upgrade.xml
0.322 KB
December 23 2021 05:18:42
0 / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF