* Filemanager/WebDAV: fix WebDAV mounts from other EGroupware or next|ownCloud failed for non-alphanumeric passwords

caused by old GuzzleHttp's Url class not de- and encoding passwords, fixed with egroupware/guzzlehttp:3.9.6 required now by egroupware/webdav:0.3.7
This commit is contained in:
ralf 2022-05-20 08:55:35 +02:00
parent f7fc569018
commit 9e8ad58daa
2 changed files with 40 additions and 40 deletions

View File

@ -119,7 +119,7 @@
"egroupware/translation": "^2.3.0",
"egroupware/url": "^2.3.0",
"egroupware/util": "^2.7.0",
"egroupware/webdav": "^0.3.6",
"egroupware/webdav": "^0.3.7",
"egroupware/z-push-dev": "2.5.0.1",
"giggsey/libphonenumber-for-php": "^8.12",
"npm-asset/as-jqplot": "1.0.*",

78
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2bff4f3d33880e0d517e09bc59a4f6de",
"content-hash": "b9cbe0bf10bc0499da81dcbf26e43624",
"packages": [
{
"name": "adldap2/adldap2",
@ -1398,17 +1398,17 @@
},
{
"name": "egroupware/guzzlehttp",
"version": "3.9.5",
"version": "3.9.6",
"target-dir": "Guzzle/Http",
"source": {
"type": "git",
"url": "https://github.com/EGroupware/guzzlehttp.git",
"reference": "1fd040d7a05acef142a44981af78ddcbe5b8f349"
"reference": "3f75179d4097b57ff151a0c054ec4f8dca410143"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/EGroupware/guzzlehttp/zipball/1fd040d7a05acef142a44981af78ddcbe5b8f349",
"reference": "1fd040d7a05acef142a44981af78ddcbe5b8f349",
"url": "https://api.github.com/repos/EGroupware/guzzlehttp/zipball/3f75179d4097b57ff151a0c054ec4f8dca410143",
"reference": "3f75179d4097b57ff151a0c054ec4f8dca410143",
"shasum": ""
},
"require": {
@ -1455,9 +1455,9 @@
"http client"
],
"support": {
"source": "https://github.com/EGroupware/guzzlehttp/tree/3.9.5"
"source": "https://github.com/EGroupware/guzzlehttp/tree/3.9.6"
},
"time": "2022-04-01T06:51:58+00:00"
"time": "2022-05-20T06:42:37+00:00"
},
{
"name": "egroupware/guzzlestream",
@ -3153,20 +3153,20 @@
},
{
"name": "egroupware/webdav",
"version": "0.3.6",
"version": "0.3.7",
"source": {
"type": "git",
"url": "https://github.com/EGroupware/WebDAV.git",
"reference": "6226eb5f4026d5e0f6fc970550af2a7befaa3ae8"
"reference": "b57080b513d88169eff82b56d6ae693ae421900c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/EGroupware/WebDAV/zipball/6226eb5f4026d5e0f6fc970550af2a7befaa3ae8",
"reference": "6226eb5f4026d5e0f6fc970550af2a7befaa3ae8",
"url": "https://api.github.com/repos/EGroupware/WebDAV/zipball/b57080b513d88169eff82b56d6ae693ae421900c",
"reference": "b57080b513d88169eff82b56d6ae693ae421900c",
"shasum": ""
},
"require": {
"egroupware/guzzlehttp": "^3.9.5",
"egroupware/guzzlehttp": "^3.9.6",
"php": ">=5.3.0",
"psr/log": "~1.0"
},
@ -3202,9 +3202,9 @@
"wrapper"
],
"support": {
"source": "https://github.com/EGroupware/WebDAV/tree/0.3.6"
"source": "https://github.com/EGroupware/WebDAV/tree/0.3.7"
},
"time": "2022-04-01T06:56:59+00:00"
"time": "2022-05-20T06:46:28+00:00"
},
{
"name": "egroupware/z-push-dev",
@ -7629,16 +7629,16 @@
},
{
"name": "symfony/cache-contracts",
"version": "v2.5.0",
"version": "v2.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
"reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"shasum": ""
},
"require": {
@ -7688,7 +7688,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.1"
},
"funding": [
{
@ -7704,7 +7704,7 @@
"type": "tidelift"
}
],
"time": "2021-08-17T14:20:01+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/config",
@ -7975,16 +7975,16 @@
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.0",
"version": "v2.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
@ -8022,7 +8022,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
},
"funding": [
{
@ -8038,7 +8038,7 @@
"type": "tidelift"
}
],
"time": "2021-07-12T14:48:14+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/error-handler",
@ -8198,16 +8198,16 @@
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v2.5.0",
"version": "v2.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
"reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
"shasum": ""
},
"require": {
@ -8257,7 +8257,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.1"
},
"funding": [
{
@ -8273,7 +8273,7 @@
"type": "tidelift"
}
],
"time": "2021-07-12T14:48:14+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/filesystem",
@ -9478,22 +9478,22 @@
},
{
"name": "symfony/service-contracts",
"version": "v2.5.0",
"version": "v2.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1"
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@ -9541,7 +9541,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
"source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
},
"funding": [
{
@ -9557,7 +9557,7 @@
"type": "tidelift"
}
],
"time": "2021-11-04T16:48:04+00:00"
"time": "2022-03-13T20:07:29+00:00"
},
{
"name": "symfony/string",