diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a77eb8..7b4a80c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 1.8.0 - 2020-07-15 +### Changed +- Nextcloud url does not need to be the WebDAV Url - server url and WebDAV url are supported + ## 1.7.0 - 2020-07-15 ### Added - new command to download a folder diff --git a/README.md b/README.md index 0da9993a..06627660 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ npm install nextcloud-node-client `` ## Security and access management -The client requires the WebDAV url of the nextcloud server and the credentials. +The client requires the url of the nextcloud server and the credentials. Use an app specific password generated in the security - devices & sessions section of the nextcloud settings. @@ -80,7 +80,7 @@ Credentials can be specified in the environment: ``` NEXTCLOUD_USERNAME= "" NEXTCLOUD_PASSWORD = "" -NEXTCLOUD_URL= "https:///remote.php/webdav" +NEXTCLOUD_URL= "https://" ``` The cloud service configuration `VCAP_SERVICES` can be used alternativley (refer to the Cloud Foundry documentation for details). @@ -93,7 +93,7 @@ The client is able to access the service credentials by providing the instance n { "credentials": { "password": "", - "url": "https:///remote.php/webdav", + "url": "https://", "username": "" }, "name": "" @@ -119,7 +119,7 @@ Creating a nextcloud client { password: "", username: "", }, - url: "https:///remote.php/webdav", + url: "https://", }); const client = new Client(server); @@ -426,17 +426,23 @@ A code coverage of 100% is aspired ## Todo list +### Sharing +Share with +* user +* usergroup +* email-address + +### Search +* Search for files api +* client in github actions - upload files + ### Server API -* support also the nextcloud server url instead of the WebDAV url only +* support also the nextcloud server url instead of the WebDAV url only ### Download * download folder contents example * download folder contents to disk recursively -### Search -* Search for files api -* client in github actions - upload files - ### Upload * upload local file on disk to nextcloud * upload local folder on disk to nextcloud recursively @@ -476,12 +482,6 @@ Create file and get file using streams * subscribe to events and register handler functions * telegram support -### Sharing -Share with -* user -* usergroup -* email-address - ### notifications basic methods are available since 1.2.0 without strong typing * notification object @@ -490,7 +490,7 @@ basic methods are available since 1.2.0 without strong typing * Introduction of exception classes instead of error codes (breaking change) * Move from codecov to coveralls * move to eslint instead of using tslint -* remove I from all interfaces - (breaking change) +* remove "I" from all interfaces - (breaking change) ### Search * Search for files api diff --git a/coverage.lcov b/coverage.lcov index 58f39a82..a54c632c 100644 --- a/coverage.lcov +++ b/coverage.lcov @@ -1,87 +1,87 @@ TN: SF:src\client.ts FN:218,(anonymous_9) -FN:282,(anonymous_10) -FN:327,(anonymous_12) -FN:368,(anonymous_14) -FN:386,(anonymous_16) -FN:404,(anonymous_18) -FN:423,(anonymous_20) -FN:439,(anonymous_22) -FN:482,(anonymous_24) -FN:522,(anonymous_26) -FN:541,(anonymous_28) -FN:572,(anonymous_30) -FN:648,(anonymous_32) -FN:711,(anonymous_34) -FN:737,(anonymous_36) -FN:752,(anonymous_38) -FN:762,(anonymous_39) -FN:835,(anonymous_41) -FN:868,(anonymous_43) -FN:893,(anonymous_45) -FN:927,(anonymous_47) -FN:955,(anonymous_49) -FN:984,(anonymous_51) -FN:1021,(anonymous_53) -FN:1058,(anonymous_55) -FN:1084,(anonymous_57) -FN:1109,(anonymous_59) -FN:1118,(anonymous_60) -FN:1132,(anonymous_61) -FN:1205,(anonymous_63) -FN:1236,(anonymous_65) -FN:1273,(anonymous_67) -FN:1349,(anonymous_69) -FN:1401,(anonymous_71) -FN:1421,(anonymous_73) -FN:1476,(anonymous_75) -FN:1489,(anonymous_76) -FN:1503,(anonymous_78) -FN:1529,(anonymous_80) -FN:1543,(anonymous_81) -FN:1568,(anonymous_83) -FN:1583,(anonymous_84) -FN:1615,(anonymous_86) -FN:1650,(anonymous_88) -FN:1705,(anonymous_90) -FN:1719,(anonymous_91) -FN:1800,(anonymous_93) -FN:1829,(anonymous_95) -FN:1858,(anonymous_97) -FN:1886,(anonymous_99) -FN:1903,(anonymous_101) -FN:1952,(anonymous_103) -FN:1999,(anonymous_105) -FN:2035,(anonymous_107) -FN:2084,(anonymous_109) -FN:2133,(anonymous_111) -FN:2180,(anonymous_113) -FN:2228,(anonymous_115) -FN:2311,(anonymous_117) -FN:2312,(anonymous_118) -FN:2358,(anonymous_119) -FN:2359,(anonymous_120) -FN:2598,(anonymous_121) -FN:2632,(anonymous_123) -FN:2655,(anonymous_125) -FN:2686,(anonymous_127) -FN:2708,(anonymous_129) -FN:2739,(anonymous_131) -FN:2769,(anonymous_133) -FN:2799,(anonymous_135) -FN:2825,(anonymous_137) -FN:2866,(anonymous_139) -FN:2963,(anonymous_141) -FN:2983,(anonymous_143) -FN:3020,(anonymous_145) -FN:3033,(anonymous_146) -FN:3037,(anonymous_147) -FN:3059,(anonymous_149) -FN:3131,(anonymous_151) -FN:3146,(anonymous_152) -FN:3154,(anonymous_153) -FN:3166,(anonymous_154) +FN:285,(anonymous_10) +FN:330,(anonymous_12) +FN:371,(anonymous_14) +FN:389,(anonymous_16) +FN:407,(anonymous_18) +FN:426,(anonymous_20) +FN:442,(anonymous_22) +FN:485,(anonymous_24) +FN:525,(anonymous_26) +FN:544,(anonymous_28) +FN:575,(anonymous_30) +FN:651,(anonymous_32) +FN:714,(anonymous_34) +FN:740,(anonymous_36) +FN:755,(anonymous_38) +FN:765,(anonymous_39) +FN:838,(anonymous_41) +FN:871,(anonymous_43) +FN:896,(anonymous_45) +FN:930,(anonymous_47) +FN:958,(anonymous_49) +FN:987,(anonymous_51) +FN:1024,(anonymous_53) +FN:1061,(anonymous_55) +FN:1087,(anonymous_57) +FN:1112,(anonymous_59) +FN:1121,(anonymous_60) +FN:1135,(anonymous_61) +FN:1208,(anonymous_63) +FN:1239,(anonymous_65) +FN:1276,(anonymous_67) +FN:1352,(anonymous_69) +FN:1404,(anonymous_71) +FN:1424,(anonymous_73) +FN:1479,(anonymous_75) +FN:1492,(anonymous_76) +FN:1506,(anonymous_78) +FN:1532,(anonymous_80) +FN:1546,(anonymous_81) +FN:1571,(anonymous_83) +FN:1586,(anonymous_84) +FN:1618,(anonymous_86) +FN:1653,(anonymous_88) +FN:1708,(anonymous_90) +FN:1722,(anonymous_91) +FN:1803,(anonymous_93) +FN:1832,(anonymous_95) +FN:1861,(anonymous_97) +FN:1889,(anonymous_99) +FN:1906,(anonymous_101) +FN:1955,(anonymous_103) +FN:2002,(anonymous_105) +FN:2038,(anonymous_107) +FN:2087,(anonymous_109) +FN:2136,(anonymous_111) +FN:2183,(anonymous_113) +FN:2231,(anonymous_115) +FN:2314,(anonymous_117) +FN:2315,(anonymous_118) +FN:2361,(anonymous_119) +FN:2362,(anonymous_120) +FN:2601,(anonymous_121) +FN:2635,(anonymous_123) +FN:2658,(anonymous_125) +FN:2689,(anonymous_127) +FN:2711,(anonymous_129) +FN:2742,(anonymous_131) +FN:2772,(anonymous_133) +FN:2802,(anonymous_135) +FN:2828,(anonymous_137) +FN:2869,(anonymous_139) +FN:2966,(anonymous_141) +FN:2986,(anonymous_143) +FN:3023,(anonymous_145) +FN:3036,(anonymous_146) +FN:3040,(anonymous_147) +FN:3062,(anonymous_149) +FN:3134,(anonymous_151) +FN:3149,(anonymous_152) +FN:3157,(anonymous_153) +FN:3169,(anonymous_154) FNF:82 FNH:77 FNDA:220,(anonymous_9) @@ -97,11 +97,11 @@ FNDA:2,(anonymous_26) FNDA:2,(anonymous_28) FNDA:69,(anonymous_30) FNDA:152,(anonymous_32) -FNDA:42,(anonymous_34) -FNDA:31,(anonymous_36) +FNDA:41,(anonymous_34) +FNDA:30,(anonymous_36) FNDA:4,(anonymous_38) FNDA:5,(anonymous_39) -FNDA:323,(anonymous_41) +FNDA:312,(anonymous_41) FNDA:35,(anonymous_43) FNDA:34,(anonymous_45) FNDA:101,(anonymous_47) @@ -155,13 +155,13 @@ FNDA:0,(anonymous_131) FNDA:0,(anonymous_133) FNDA:0,(anonymous_135) FNDA:0,(anonymous_137) -FNDA:476,(anonymous_139) -FNDA:1332,(anonymous_141) +FNDA:472,(anonymous_139) +FNDA:1312,(anonymous_141) FNDA:69,(anonymous_143) -FNDA:644,(anonymous_145) +FNDA:632,(anonymous_145) FNDA:145,(anonymous_146) -FNDA:103,(anonymous_147) -FNDA:443,(anonymous_149) +FNDA:95,(anonymous_147) +FNDA:432,(anonymous_149) FNDA:397,(anonymous_151) FNDA:405,(anonymous_152) FNDA:374,(anonymous_153) @@ -250,1387 +250,1391 @@ DA:240,4 DA:242,4 DA:244,4 DA:246,1 -DA:249,3 -DA:251,3 -DA:252,3 -DA:253,3 -DA:254,3 -DA:255,3 -DA:256,1 -DA:258,2 +DA:247,0 +DA:249,1 +DA:252,4 +DA:254,4 +DA:255,4 +DA:256,4 +DA:257,4 +DA:258,4 +DA:259,1 DA:261,3 -DA:263,3 -DA:270,3 -DA:273,218 -DA:274,215 -DA:275,215 -DA:283,12 -DA:284,12 -DA:288,12 -DA:294,12 -DA:296,4 -DA:297,4 -DA:298,17 -DA:299,8 -DA:303,8 -DA:304,2 -DA:309,4 -DA:310,1 -DA:311,1 -DA:313,3 -DA:314,3 -DA:329,36 +DA:264,4 +DA:266,4 +DA:273,4 +DA:276,219 +DA:277,215 +DA:278,215 +DA:286,12 +DA:287,12 +DA:291,12 +DA:297,12 +DA:299,4 +DA:300,4 +DA:301,26 +DA:302,17 +DA:306,17 +DA:307,11 +DA:312,4 +DA:313,1 +DA:314,1 +DA:316,3 +DA:317,3 DA:332,36 -DA:333,36 -DA:334,14 -DA:338,22 -DA:344,22 -DA:350,22 -DA:351,22 -DA:352,22 -DA:353,1 -DA:357,21 -DA:359,21 +DA:335,36 +DA:336,36 +DA:337,14 +DA:341,22 +DA:347,22 +DA:353,22 +DA:354,22 +DA:355,22 +DA:356,1 DA:360,21 -DA:370,50 -DA:372,50 +DA:362,21 +DA:363,21 DA:373,50 -DA:374,80 -DA:375,26 -DA:378,24 -DA:388,2 -DA:390,2 +DA:375,50 +DA:376,50 +DA:377,80 +DA:378,26 +DA:381,24 DA:391,2 -DA:392,4 -DA:393,1 +DA:393,2 +DA:394,2 +DA:395,4 DA:396,1 -DA:406,22 -DA:408,22 -DA:412,22 -DA:425,1 -DA:427,1 -DA:429,1 -DA:431,2 -DA:440,54 -DA:441,54 -DA:455,54 -DA:457,54 -DA:463,54 -DA:464,54 +DA:399,1 +DA:409,22 +DA:411,22 +DA:415,22 +DA:428,1 +DA:430,1 +DA:432,1 +DA:434,2 +DA:443,54 +DA:444,54 +DA:458,54 +DA:460,54 DA:466,54 -DA:467,124 -DA:475,54 -DA:483,9 -DA:485,9 -DA:499,9 -DA:500,9 -DA:506,9 -DA:507,9 +DA:467,54 +DA:469,54 +DA:470,124 +DA:478,54 +DA:486,9 +DA:488,9 +DA:502,9 +DA:503,9 DA:509,9 -DA:510,16 -DA:513,9 -DA:514,9 -DA:523,2 -DA:525,2 -DA:529,2 -DA:534,2 -DA:542,2 -DA:544,2 -DA:554,2 -DA:560,2 -DA:562,2 +DA:510,9 +DA:512,9 +DA:513,16 +DA:516,9 +DA:517,9 +DA:526,2 +DA:528,2 +DA:532,2 +DA:537,2 +DA:545,2 +DA:547,2 +DA:557,2 DA:563,2 -DA:564,1 -DA:568,1 -DA:569,1 -DA:573,69 -DA:575,69 -DA:601,69 -DA:602,69 -DA:607,68 +DA:565,2 +DA:566,2 +DA:567,1 +DA:571,1 +DA:572,1 +DA:576,69 +DA:578,69 +DA:604,69 +DA:605,69 DA:610,68 DA:613,68 -DA:614,242 -DA:615,242 -DA:616,128 +DA:616,68 +DA:617,242 DA:618,242 -DA:619,68 -DA:621,174 -DA:622,174 -DA:623,174 +DA:619,128 +DA:621,242 +DA:622,68 DA:624,174 DA:625,174 DA:626,174 -DA:627,114 -DA:628,114 -DA:629,114 -DA:631,60 -DA:634,174 -DA:640,68 -DA:649,152 -DA:650,152 +DA:627,174 +DA:628,174 +DA:629,174 +DA:630,114 +DA:631,114 +DA:632,114 +DA:634,60 +DA:637,174 +DA:643,68 DA:652,152 DA:653,152 -DA:654,622 -DA:655,2 -DA:661,150 -DA:662,150 -DA:663,76 -DA:664,76 -DA:667,74 -DA:668,74 -DA:669,74 -DA:672,12 -DA:673,12 -DA:674,12 -DA:675,12 -DA:677,12 -DA:679,43 -DA:680,43 -DA:681,43 -DA:683,43 -DA:684,29 +DA:655,152 +DA:656,152 +DA:657,622 +DA:658,2 +DA:664,150 +DA:665,150 +DA:666,84 +DA:667,84 +DA:670,66 +DA:671,66 +DA:672,66 +DA:675,11 +DA:676,11 +DA:677,11 +DA:678,11 +DA:680,11 +DA:682,41 +DA:683,41 +DA:684,41 +DA:686,41 DA:687,29 -DA:688,29 -DA:690,14 -DA:696,74 -DA:697,74 -DA:698,73 -DA:699,73 -DA:701,1 -DA:713,42 -DA:714,42 -DA:716,42 -DA:719,42 -DA:720,42 -DA:728,1 -DA:729,1 -DA:738,31 -DA:739,31 -DA:741,31 -DA:743,31 -DA:744,29 -DA:753,4 -DA:763,5 -DA:764,5 +DA:690,29 +DA:691,29 +DA:693,12 +DA:699,66 +DA:700,66 +DA:701,65 +DA:702,65 +DA:704,1 +DA:716,41 +DA:717,41 +DA:719,41 +DA:722,41 +DA:723,41 +DA:731,1 +DA:732,1 +DA:741,30 +DA:742,30 +DA:744,30 +DA:746,30 +DA:747,28 +DA:756,4 DA:766,5 -DA:767,7 +DA:767,5 DA:769,5 -DA:770,5 -DA:771,5 -DA:781,5 -DA:787,5 -DA:788,5 -DA:796,1 -DA:797,1 -DA:799,4 -DA:801,4 +DA:770,7 +DA:772,5 +DA:773,5 +DA:774,5 +DA:784,5 +DA:790,5 +DA:791,5 +DA:799,1 +DA:800,1 DA:802,4 -DA:803,4 -DA:805,1 -DA:808,3 -DA:809,12 -DA:810,12 +DA:804,4 +DA:805,4 +DA:806,4 +DA:808,1 +DA:811,3 +DA:812,12 DA:813,12 -DA:814,12 -DA:815,12 DA:816,12 +DA:817,12 DA:818,12 -DA:819,6 -DA:821,6 -DA:824,12 -DA:827,3 -DA:836,323 -DA:837,323 -DA:840,323 -DA:841,4 -DA:844,319 -DA:845,319 -DA:846,204 -DA:847,204 -DA:848,203 -DA:854,1 -DA:855,1 -DA:858,115 -DA:859,115 -DA:869,35 -DA:870,35 -DA:871,35 +DA:819,12 +DA:821,12 +DA:822,6 +DA:824,6 +DA:827,12 +DA:830,3 +DA:839,312 +DA:840,312 +DA:843,312 +DA:844,4 +DA:847,308 +DA:848,308 +DA:849,200 +DA:850,200 +DA:851,199 +DA:857,1 +DA:858,1 +DA:861,108 +DA:862,108 +DA:872,35 DA:873,35 -DA:875,35 -DA:876,32 -DA:877,32 -DA:884,35 -DA:894,34 -DA:895,34 -DA:896,34 +DA:874,35 +DA:876,35 +DA:878,35 +DA:879,32 +DA:880,32 +DA:887,35 +DA:897,34 DA:898,34 -DA:900,34 -DA:901,58 -DA:903,58 -DA:911,58 -DA:912,42 +DA:899,34 +DA:901,34 +DA:903,34 +DA:904,58 +DA:906,58 DA:914,58 -DA:915,25 -DA:919,34 -DA:929,101 -DA:930,1 -DA:933,101 -DA:934,101 +DA:915,42 +DA:917,58 +DA:918,25 +DA:922,34 +DA:932,101 +DA:933,1 DA:936,101 +DA:937,101 DA:939,101 -DA:940,100 +DA:942,101 DA:943,100 -DA:945,100 -DA:946,1 -DA:948,99 -DA:956,124 -DA:958,124 +DA:946,100 +DA:948,100 +DA:949,1 +DA:951,99 DA:959,124 -DA:960,119 -DA:961,119 -DA:962,118 -DA:970,1 -DA:971,1 -DA:974,5 -DA:975,5 -DA:986,3 -DA:987,3 +DA:961,124 +DA:962,124 +DA:963,119 +DA:964,119 +DA:965,118 +DA:973,1 +DA:974,1 +DA:977,5 +DA:978,5 DA:989,3 -DA:991,3 -DA:995,3 -DA:996,3 -DA:1004,1 -DA:1005,1 -DA:1008,2 -DA:1009,2 -DA:1010,1 +DA:990,3 +DA:992,3 +DA:994,3 +DA:998,3 +DA:999,3 +DA:1007,1 +DA:1008,1 +DA:1011,2 +DA:1012,2 DA:1013,1 -DA:1023,3 -DA:1024,3 +DA:1016,1 DA:1026,3 -DA:1028,3 -DA:1032,3 -DA:1033,3 -DA:1041,1 -DA:1042,1 -DA:1045,2 -DA:1046,2 -DA:1047,1 +DA:1027,3 +DA:1029,3 +DA:1031,3 +DA:1035,3 +DA:1036,3 +DA:1044,1 +DA:1045,1 +DA:1048,2 +DA:1049,2 DA:1050,1 -DA:1059,6 -DA:1060,6 -DA:1061,6 -DA:1065,6 -DA:1066,6 -DA:1072,1 -DA:1073,1 -DA:1076,5 -DA:1085,0 -DA:1086,0 -DA:1087,0 -DA:1091,0 -DA:1092,0 -DA:1098,0 -DA:1099,0 +DA:1053,1 +DA:1062,6 +DA:1063,6 +DA:1064,6 +DA:1068,6 +DA:1069,6 +DA:1075,1 +DA:1076,1 +DA:1079,5 +DA:1088,0 +DA:1089,0 +DA:1090,0 +DA:1094,0 +DA:1095,0 DA:1101,0 -DA:1110,5 -DA:1111,5 -DA:1119,2 -DA:1120,2 -DA:1133,24 -DA:1134,24 +DA:1102,0 +DA:1104,0 +DA:1113,5 +DA:1114,5 +DA:1122,2 +DA:1123,2 DA:1136,24 -DA:1137,1 -DA:1140,23 -DA:1148,23 -DA:1154,23 -DA:1206,8 -DA:1208,8 -DA:1215,8 -DA:1221,8 -DA:1237,3 -DA:1238,3 -DA:1239,1 -DA:1242,3 -DA:1243,1 -DA:1246,3 -DA:1255,3 -DA:1261,3 -DA:1262,3 -DA:1263,3 -DA:1264,6 -DA:1267,3 -DA:1274,8 -DA:1279,8 -DA:1285,8 -DA:1287,8 +DA:1137,24 +DA:1139,24 +DA:1140,1 +DA:1143,23 +DA:1151,23 +DA:1157,23 +DA:1209,8 +DA:1211,8 +DA:1218,8 +DA:1224,8 +DA:1240,3 +DA:1241,3 +DA:1242,1 +DA:1245,3 +DA:1246,1 +DA:1249,3 +DA:1258,3 +DA:1264,3 +DA:1265,3 +DA:1266,3 +DA:1267,6 +DA:1270,3 +DA:1277,8 +DA:1282,8 DA:1288,8 -DA:1289,8 DA:1290,8 DA:1291,8 +DA:1292,8 DA:1293,8 -DA:1294,7 -DA:1295,6 -DA:1296,5 -DA:1298,1 -DA:1301,5 -DA:1302,4 -DA:1304,1 -DA:1307,4 -DA:1308,3 -DA:1310,1 +DA:1294,8 +DA:1296,8 +DA:1297,7 +DA:1298,6 +DA:1299,5 +DA:1301,1 +DA:1304,5 +DA:1305,4 +DA:1307,1 +DA:1310,4 +DA:1311,3 DA:1313,1 -DA:1316,3 -DA:1317,2 -DA:1319,1 -DA:1322,2 -DA:1323,1 -DA:1325,1 -DA:1329,1 +DA:1316,1 +DA:1319,3 +DA:1320,2 +DA:1322,1 +DA:1325,2 +DA:1326,1 +DA:1328,1 DA:1332,1 -DA:1346,1 -DA:1350,4 -DA:1355,4 -DA:1361,4 -DA:1365,4 -DA:1371,1 -DA:1377,3 -DA:1380,1 -DA:1402,29 -DA:1404,29 -DA:1405,27 -DA:1406,27 -DA:1407,17 +DA:1335,1 +DA:1349,1 +DA:1353,4 +DA:1358,4 +DA:1364,4 +DA:1368,4 +DA:1374,1 +DA:1380,3 +DA:1383,1 +DA:1405,29 +DA:1407,29 +DA:1408,27 DA:1409,27 -DA:1422,29 -DA:1423,29 -DA:1428,29 -DA:1429,29 -DA:1430,29 -DA:1431,25 +DA:1410,17 +DA:1412,27 +DA:1425,29 +DA:1426,29 +DA:1431,29 +DA:1432,29 DA:1433,29 -DA:1434,2 -DA:1435,1 -DA:1437,1 -DA:1439,28 -DA:1440,2 -DA:1441,1 -DA:1443,1 -DA:1445,27 -DA:1446,25 +DA:1434,25 +DA:1436,29 +DA:1437,2 +DA:1438,1 +DA:1440,1 +DA:1442,28 +DA:1443,2 +DA:1444,1 +DA:1446,1 DA:1448,27 -DA:1450,27 -DA:1455,27 -DA:1470,27 -DA:1472,27 -DA:1475,26 -DA:1476,26 -DA:1478,17 -DA:1481,27 -DA:1490,24 -DA:1491,24 -DA:1492,14 -DA:1494,10 -DA:1504,4 -DA:1505,4 -DA:1510,4 -DA:1511,4 +DA:1449,25 +DA:1451,27 +DA:1453,27 +DA:1458,27 +DA:1473,27 +DA:1475,27 +DA:1478,26 +DA:1479,26 +DA:1481,17 +DA:1484,27 +DA:1493,24 +DA:1494,24 +DA:1495,14 +DA:1497,10 +DA:1507,4 +DA:1508,4 DA:1513,4 -DA:1518,4 -DA:1519,4 +DA:1514,4 +DA:1516,4 DA:1521,4 -DA:1522,1 -DA:1525,3 -DA:1528,2 -DA:1529,2 -DA:1530,4 -DA:1534,3 -DA:1544,5 -DA:1545,5 -DA:1550,5 -DA:1551,5 +DA:1522,4 +DA:1524,4 +DA:1525,1 +DA:1528,3 +DA:1531,2 +DA:1532,2 +DA:1533,4 +DA:1537,3 +DA:1547,5 +DA:1548,5 DA:1553,5 -DA:1558,5 -DA:1559,5 +DA:1554,5 +DA:1556,5 DA:1561,5 -DA:1562,1 -DA:1565,4 -DA:1567,3 -DA:1568,3 -DA:1569,1 -DA:1573,4 -DA:1584,18 -DA:1585,18 -DA:1590,18 -DA:1591,18 -DA:1596,18 -DA:1598,18 -DA:1599,1 -DA:1602,17 -DA:1603,14 -DA:1605,3 -DA:1616,23 -DA:1617,23 -DA:1621,23 -DA:1622,23 -DA:1627,23 -DA:1629,23 -DA:1630,8 -DA:1633,15 -DA:1634,1 -DA:1651,47 -DA:1652,47 -DA:1657,47 -DA:1658,47 -DA:1659,47 -DA:1660,46 +DA:1562,5 +DA:1564,5 +DA:1565,1 +DA:1568,4 +DA:1570,3 +DA:1571,3 +DA:1572,1 +DA:1576,4 +DA:1587,18 +DA:1588,18 +DA:1593,18 +DA:1594,18 +DA:1599,18 +DA:1601,18 +DA:1602,1 +DA:1605,17 +DA:1606,14 +DA:1608,3 +DA:1619,23 +DA:1620,23 +DA:1624,23 +DA:1625,23 +DA:1630,23 +DA:1632,23 +DA:1633,8 +DA:1636,15 +DA:1637,1 +DA:1654,47 +DA:1655,47 +DA:1660,47 +DA:1661,47 DA:1662,47 -DA:1663,4 -DA:1664,1 -DA:1666,3 -DA:1668,46 -DA:1669,2 -DA:1670,1 -DA:1672,1 -DA:1674,45 -DA:1675,44 +DA:1663,46 +DA:1665,47 +DA:1666,4 +DA:1667,1 +DA:1669,3 +DA:1671,46 +DA:1672,2 +DA:1673,1 +DA:1675,1 DA:1677,45 -DA:1679,45 -DA:1684,45 -DA:1699,45 -DA:1701,45 -DA:1704,44 -DA:1705,44 -DA:1706,43 -DA:1710,45 -DA:1720,72 -DA:1721,72 -DA:1726,72 -DA:1727,72 +DA:1678,44 +DA:1680,45 +DA:1682,45 +DA:1687,45 +DA:1702,45 +DA:1704,45 +DA:1707,44 +DA:1708,44 +DA:1709,43 +DA:1713,45 +DA:1723,72 +DA:1724,72 DA:1729,72 -DA:1734,72 -DA:1736,72 -DA:1737,1 -DA:1755,71 -DA:1756,71 -DA:1777,71 -DA:1778,35 -DA:1780,36 +DA:1730,72 +DA:1732,72 +DA:1737,72 +DA:1739,72 +DA:1740,1 +DA:1758,71 +DA:1759,71 +DA:1780,71 DA:1781,35 DA:1783,36 -DA:1784,36 -DA:1785,1 +DA:1784,35 +DA:1786,36 DA:1787,36 DA:1788,1 -DA:1791,71 -DA:1801,4 -DA:1802,4 -DA:1807,4 -DA:1808,4 +DA:1790,36 +DA:1791,1 +DA:1794,71 +DA:1804,4 +DA:1805,4 DA:1810,4 -DA:1815,4 -DA:1817,4 -DA:1818,2 -DA:1820,2 -DA:1830,5 -DA:1831,5 -DA:1836,5 -DA:1837,5 +DA:1811,4 +DA:1813,4 +DA:1818,4 +DA:1820,4 +DA:1821,2 +DA:1823,2 +DA:1833,5 +DA:1834,5 DA:1839,5 -DA:1844,5 -DA:1846,5 -DA:1847,3 -DA:1849,2 -DA:1859,36 -DA:1860,36 -DA:1865,36 -DA:1866,36 +DA:1840,5 +DA:1842,5 +DA:1847,5 +DA:1849,5 +DA:1850,3 +DA:1852,2 +DA:1862,36 +DA:1863,36 DA:1868,36 -DA:1873,36 -DA:1875,36 -DA:1876,18 -DA:1878,18 -DA:1887,41 -DA:1888,41 -DA:1889,41 -DA:1890,35 -DA:1892,6 -DA:1904,23 -DA:1905,23 -DA:1906,23 -DA:1907,4 -DA:1908,3 -DA:1910,1 -DA:1913,22 -DA:1914,19 -DA:1917,22 -DA:1922,22 -DA:1923,22 -DA:1928,22 -DA:1930,22 -DA:1931,1 -DA:1934,21 -DA:1935,21 -DA:1936,18 -DA:1939,3 -DA:1953,51 -DA:1954,51 +DA:1869,36 +DA:1871,36 +DA:1876,36 +DA:1878,36 +DA:1879,18 +DA:1881,18 +DA:1890,41 +DA:1891,41 +DA:1892,41 +DA:1893,35 +DA:1895,6 +DA:1907,23 +DA:1908,23 +DA:1909,23 +DA:1910,4 +DA:1911,3 +DA:1913,1 +DA:1916,22 +DA:1917,19 +DA:1920,22 +DA:1925,22 +DA:1926,22 +DA:1931,22 +DA:1933,22 +DA:1934,1 +DA:1937,21 +DA:1938,21 +DA:1939,18 +DA:1942,3 DA:1956,51 -DA:1961,51 -DA:1962,51 -DA:1963,51 -DA:1968,51 -DA:1979,51 -DA:1980,1 -DA:1983,50 -DA:1984,32 -DA:1987,18 -DA:1988,3 -DA:1991,18 -DA:2000,5 -DA:2002,5 -DA:2006,5 -DA:2007,5 -DA:2008,5 -DA:2013,5 -DA:2015,5 -DA:2016,1 -DA:2019,4 -DA:2020,2 -DA:2022,2 -DA:2036,16 -DA:2038,16 +DA:1957,51 +DA:1959,51 +DA:1964,51 +DA:1965,51 +DA:1966,51 +DA:1971,51 +DA:1982,51 +DA:1983,1 +DA:1986,50 +DA:1987,32 +DA:1990,18 +DA:1991,3 +DA:1994,18 +DA:2003,5 +DA:2005,5 +DA:2009,5 +DA:2010,5 +DA:2011,5 +DA:2016,5 +DA:2018,5 +DA:2019,1 +DA:2022,4 +DA:2023,2 +DA:2025,2 DA:2039,16 -DA:2045,16 -DA:2046,16 +DA:2041,16 +DA:2042,16 DA:2048,16 -DA:2053,16 -DA:2055,16 -DA:2056,9 -DA:2059,6 -DA:2060,1 -DA:2063,5 -DA:2064,1 -DA:2067,4 -DA:2068,1 -DA:2071,3 -DA:2085,14 -DA:2087,14 +DA:2049,16 +DA:2051,16 +DA:2056,16 +DA:2058,16 +DA:2059,9 +DA:2062,6 +DA:2063,1 +DA:2066,5 +DA:2067,1 +DA:2070,4 +DA:2071,1 +DA:2074,3 DA:2088,14 -DA:2094,14 -DA:2095,14 +DA:2090,14 +DA:2091,14 DA:2097,14 -DA:2102,12 -DA:2104,12 -DA:2105,7 -DA:2108,5 -DA:2109,1 -DA:2112,4 -DA:2113,1 -DA:2116,3 -DA:2117,1 -DA:2120,2 -DA:2134,13 -DA:2136,13 +DA:2098,14 +DA:2100,14 +DA:2105,12 +DA:2107,12 +DA:2108,7 +DA:2111,5 +DA:2112,1 +DA:2115,4 +DA:2116,1 +DA:2119,3 +DA:2120,1 +DA:2123,2 DA:2137,13 -DA:2143,13 -DA:2144,13 +DA:2139,13 +DA:2140,13 DA:2146,13 -DA:2151,13 -DA:2153,13 -DA:2154,8 -DA:2157,5 -DA:2158,1 -DA:2161,4 -DA:2162,1 -DA:2165,3 -DA:2166,1 -DA:2169,2 -DA:2181,10 -DA:2183,10 +DA:2147,13 +DA:2149,13 +DA:2154,13 +DA:2156,13 +DA:2157,8 +DA:2160,5 +DA:2161,1 +DA:2164,4 +DA:2165,1 +DA:2168,3 +DA:2169,1 +DA:2172,2 DA:2184,10 -DA:2190,10 -DA:2191,10 +DA:2186,10 +DA:2187,10 DA:2193,10 -DA:2198,10 -DA:2200,10 -DA:2201,4 -DA:2215,6 -DA:2216,1 -DA:2219,5 -DA:2229,12 -DA:2230,12 -DA:2231,18 -DA:2232,18 +DA:2194,10 +DA:2196,10 +DA:2201,10 +DA:2203,10 +DA:2204,4 +DA:2218,6 +DA:2219,1 +DA:2222,5 +DA:2232,12 +DA:2233,12 +DA:2234,18 DA:2235,18 -DA:2236,2 -DA:2237,2 -DA:2238,1 -DA:2240,1 +DA:2238,18 +DA:2239,2 +DA:2240,2 DA:2241,1 -DA:2242,1 -DA:2245,16 -DA:2248,17 -DA:2249,17 -DA:2250,17 -DA:2255,17 -DA:2256,7 -DA:2257,3 -DA:2258,3 -DA:2259,2 -DA:2261,1 -DA:2265,7 -DA:2266,2 -DA:2267,2 -DA:2268,1 -DA:2270,1 -DA:2278,17 -DA:2279,6 -DA:2280,3 -DA:2281,3 -DA:2282,2 -DA:2284,1 -DA:2288,6 -DA:2289,2 -DA:2290,2 -DA:2291,1 -DA:2293,1 -DA:2301,17 -DA:2302,8 -DA:2303,8 -DA:2304,8 -DA:2305,4 -DA:2306,2 -DA:2307,1 -DA:2311,13 -DA:2312,10 -DA:2314,8 -DA:2315,8 -DA:2316,8 +DA:2243,1 +DA:2244,1 +DA:2245,1 +DA:2248,16 +DA:2251,17 +DA:2252,17 +DA:2253,17 +DA:2258,17 +DA:2259,7 +DA:2260,3 +DA:2261,3 +DA:2262,2 +DA:2264,1 +DA:2268,7 +DA:2269,2 +DA:2270,2 +DA:2271,1 +DA:2273,1 +DA:2281,17 +DA:2282,6 +DA:2283,3 +DA:2284,3 +DA:2285,2 +DA:2287,1 +DA:2291,6 +DA:2292,2 +DA:2293,2 +DA:2294,1 +DA:2296,1 +DA:2304,17 +DA:2305,8 +DA:2306,8 +DA:2307,8 +DA:2308,4 +DA:2309,2 +DA:2310,1 +DA:2314,13 +DA:2315,10 DA:2317,8 DA:2318,8 -DA:2319,5 -DA:2320,5 -DA:2322,2 -DA:2323,2 -DA:2326,6 -DA:2327,6 -DA:2329,1 -DA:2330,1 -DA:2334,8 -DA:2335,5 -DA:2336,5 -DA:2338,2 -DA:2339,2 -DA:2342,8 -DA:2343,3 -DA:2345,5 -DA:2346,5 -DA:2355,17 -DA:2356,8 -DA:2357,8 -DA:2358,10 +DA:2319,8 +DA:2320,8 +DA:2321,8 +DA:2322,5 +DA:2323,5 +DA:2325,2 +DA:2326,2 +DA:2329,6 +DA:2330,6 +DA:2332,1 +DA:2333,1 +DA:2337,8 +DA:2338,5 +DA:2339,5 +DA:2341,2 +DA:2342,2 +DA:2345,8 +DA:2346,3 +DA:2348,5 +DA:2349,5 +DA:2358,17 DA:2359,8 -DA:2361,8 +DA:2360,8 +DA:2361,10 DA:2362,8 -DA:2363,8 -DA:2364,7 -DA:2365,7 -DA:2366,2 -DA:2367,2 -DA:2369,1 -DA:2370,1 -DA:2373,6 -DA:2374,6 -DA:2376,1 -DA:2377,1 -DA:2381,8 -DA:2382,4 -DA:2383,4 -DA:2385,1 -DA:2386,1 -DA:2389,8 -DA:2390,3 -DA:2392,5 -DA:2400,17 -DA:2401,6 -DA:2402,6 -DA:2403,6 +DA:2364,8 +DA:2365,8 +DA:2366,8 +DA:2367,7 +DA:2368,7 +DA:2369,2 +DA:2370,2 +DA:2372,1 +DA:2373,1 +DA:2376,6 +DA:2377,6 +DA:2379,1 +DA:2380,1 +DA:2384,8 +DA:2385,4 +DA:2386,4 +DA:2388,1 +DA:2389,1 +DA:2392,8 +DA:2393,3 +DA:2395,5 +DA:2403,17 DA:2404,6 -DA:2405,4 -DA:2406,4 -DA:2407,3 -DA:2409,1 -DA:2417,17 -DA:2418,6 -DA:2419,6 -DA:2420,6 +DA:2405,6 +DA:2406,6 +DA:2407,6 +DA:2408,4 +DA:2409,4 +DA:2410,3 +DA:2412,1 +DA:2420,17 DA:2421,6 -DA:2422,3 -DA:2423,3 -DA:2424,2 -DA:2426,1 -DA:2434,17 -DA:2435,5 -DA:2436,5 -DA:2437,5 +DA:2422,6 +DA:2423,6 +DA:2424,6 +DA:2425,3 +DA:2426,3 +DA:2427,2 +DA:2429,1 +DA:2437,17 DA:2438,5 -DA:2439,3 -DA:2440,3 -DA:2441,1 -DA:2443,2 -DA:2451,17 -DA:2452,5 -DA:2453,5 -DA:2454,5 +DA:2439,5 +DA:2440,5 +DA:2441,5 +DA:2442,3 +DA:2443,3 +DA:2444,1 +DA:2446,2 +DA:2454,17 DA:2455,5 -DA:2456,3 -DA:2457,3 -DA:2458,1 -DA:2460,2 -DA:2468,17 -DA:2469,6 -DA:2470,6 -DA:2471,6 +DA:2456,5 +DA:2457,5 +DA:2458,5 +DA:2459,3 +DA:2460,3 +DA:2461,1 +DA:2463,2 +DA:2471,17 DA:2472,6 -DA:2473,3 -DA:2474,3 -DA:2475,2 -DA:2477,1 -DA:2485,17 -DA:2486,6 -DA:2487,6 -DA:2488,6 +DA:2473,6 +DA:2474,6 +DA:2475,6 +DA:2476,3 +DA:2477,3 +DA:2478,2 +DA:2480,1 +DA:2488,17 DA:2489,6 -DA:2490,4 -DA:2491,4 -DA:2492,3 -DA:2494,1 -DA:2502,17 -DA:2503,5 -DA:2504,5 -DA:2505,5 +DA:2490,6 +DA:2491,6 +DA:2492,6 +DA:2493,4 +DA:2494,4 +DA:2495,3 +DA:2497,1 +DA:2505,17 DA:2506,5 DA:2507,5 -DA:2508,3 -DA:2510,2 -DA:2517,17 -DA:2518,6 -DA:2519,6 -DA:2520,6 +DA:2508,5 +DA:2509,5 +DA:2510,5 +DA:2511,3 +DA:2513,2 +DA:2520,17 DA:2521,6 -DA:2522,3 -DA:2523,3 -DA:2524,2 -DA:2526,1 -DA:2534,17 -DA:2535,6 -DA:2536,6 -DA:2537,6 +DA:2522,6 +DA:2523,6 +DA:2524,6 +DA:2525,3 +DA:2526,3 +DA:2527,2 +DA:2529,1 +DA:2537,17 DA:2538,6 -DA:2539,3 -DA:2540,3 -DA:2541,2 -DA:2543,1 -DA:2551,17 -DA:2552,5 -DA:2553,5 -DA:2554,5 +DA:2539,6 +DA:2540,6 +DA:2541,6 +DA:2542,3 +DA:2543,3 +DA:2544,2 +DA:2546,1 +DA:2554,17 DA:2555,5 -DA:2556,3 -DA:2557,3 -DA:2558,1 -DA:2560,2 -DA:2568,17 -DA:2569,6 -DA:2570,6 -DA:2571,6 +DA:2556,5 +DA:2557,5 +DA:2558,5 +DA:2559,3 +DA:2560,3 +DA:2561,1 +DA:2563,2 +DA:2571,17 DA:2572,6 -DA:2573,2 -DA:2574,2 -DA:2575,1 -DA:2577,1 -DA:2582,17 -DA:2583,1 +DA:2573,6 +DA:2574,6 +DA:2575,6 +DA:2576,2 +DA:2577,2 +DA:2578,1 +DA:2580,1 DA:2585,17 -DA:2587,12 -DA:2600,2 -DA:2601,2 +DA:2586,1 +DA:2588,17 +DA:2590,12 DA:2603,2 -DA:2608,2 +DA:2604,2 +DA:2606,2 DA:2611,2 -DA:2617,2 -DA:2618,2 -DA:2619,2 -DA:2634,3 -DA:2636,3 -DA:2641,3 -DA:2643,3 -DA:2657,10 -DA:2661,10 -DA:2663,10 -DA:2669,10 -DA:2670,10 -DA:2688,1 -DA:2692,1 -DA:2694,1 -DA:2709,3 -DA:2714,3 -DA:2721,3 -DA:2722,1 -DA:2725,2 -DA:2727,2 -DA:2729,2 -DA:2730,1 -DA:2732,1 +DA:2614,2 +DA:2620,2 +DA:2621,2 +DA:2622,2 +DA:2637,3 +DA:2639,3 +DA:2644,3 +DA:2646,3 +DA:2660,10 +DA:2664,10 +DA:2666,10 +DA:2672,10 +DA:2673,10 +DA:2691,1 +DA:2695,1 +DA:2697,1 +DA:2712,3 +DA:2717,3 +DA:2724,3 +DA:2725,1 +DA:2728,2 +DA:2730,2 +DA:2732,2 +DA:2733,1 DA:2735,1 -DA:2736,1 -DA:2743,0 -DA:2748,0 -DA:2754,0 -DA:2756,0 -DA:2758,0 +DA:2738,1 +DA:2739,1 +DA:2746,0 +DA:2751,0 +DA:2757,0 DA:2759,0 DA:2761,0 +DA:2762,0 DA:2764,0 -DA:2765,0 -DA:2770,0 -DA:2779,0 -DA:2780,0 +DA:2767,0 +DA:2768,0 +DA:2773,0 DA:2782,0 DA:2783,0 -DA:2784,0 -DA:2789,0 -DA:2800,0 -DA:2805,0 -DA:2811,0 -DA:2813,0 -DA:2815,0 +DA:2785,0 +DA:2786,0 +DA:2787,0 +DA:2792,0 +DA:2803,0 +DA:2808,0 +DA:2814,0 DA:2816,0 DA:2818,0 +DA:2819,0 DA:2821,0 -DA:2823,0 +DA:2824,0 DA:2826,0 -DA:2831,0 -DA:2837,0 -DA:2839,0 -DA:2841,0 +DA:2829,0 +DA:2834,0 +DA:2840,0 DA:2842,0 DA:2844,0 +DA:2845,0 DA:2847,0 -DA:2849,0 -DA:2867,476 -DA:2869,476 -DA:2870,1 -DA:2873,475 -DA:2874,1 -DA:2877,474 -DA:2879,474 -DA:2880,1 -DA:2882,473 -DA:2885,473 -DA:2888,473 -DA:2889,2 -DA:2893,471 -DA:2894,342 -DA:2901,471 -DA:2902,471 -DA:2904,810 -DA:2905,1 -DA:2908,809 -DA:2909,1 -DA:2911,808 -DA:2914,808 -DA:2915,343 -DA:2918,808 -DA:2919,1273 -DA:2920,1 -DA:2922,1272 -DA:2923,743 -DA:2924,1 -DA:2926,742 -DA:2927,742 -DA:2928,742 -DA:2933,467 -DA:2965,1332 -DA:2966,429 -DA:2970,1332 -DA:2971,1332 -DA:2984,69 -DA:2985,69 -DA:2986,69 +DA:2850,0 +DA:2852,0 +DA:2870,472 +DA:2872,472 +DA:2873,1 +DA:2876,471 +DA:2877,1 +DA:2880,470 +DA:2882,470 +DA:2883,1 +DA:2885,469 +DA:2888,469 +DA:2891,469 +DA:2892,2 +DA:2896,467 +DA:2897,337 +DA:2904,467 +DA:2905,467 +DA:2907,815 +DA:2908,1 +DA:2911,814 +DA:2912,1 +DA:2914,813 +DA:2917,813 +DA:2918,343 +DA:2921,813 +DA:2922,1283 +DA:2923,1 +DA:2925,1282 +DA:2926,748 +DA:2927,1 +DA:2929,747 +DA:2930,747 +DA:2931,747 +DA:2936,463 +DA:2968,1312 +DA:2969,420 +DA:2973,1312 +DA:2974,1312 DA:2987,69 +DA:2988,69 DA:2989,69 -DA:2990,35 -DA:2992,34 -DA:2994,69 -DA:2995,69 -DA:3001,68 -DA:3002,174 -DA:3003,60 -DA:3004,32 -DA:3007,114 -DA:3008,58 -DA:3009,58 -DA:3014,1 -DA:3017,69 -DA:3021,644 -DA:3022,4 -DA:3025,644 -DA:3026,644 -DA:3027,7 -DA:3030,644 -DA:3034,145 -DA:3039,103 -DA:3040,103 -DA:3042,103 -DA:3045,103 -DA:3046,103 -DA:3054,12 -DA:3055,12 -DA:3061,443 -DA:3062,443 -DA:3064,443 -DA:3087,443 -DA:3088,443 -DA:3096,119 -DA:3097,119 -DA:3100,324 -DA:3101,324 -DA:3103,324 -DA:3104,323 -DA:3112,323 -DA:3113,119 -DA:3115,204 -DA:3118,323 -DA:3119,118 -DA:3123,324 -DA:3124,1 -DA:3125,1 -DA:3128,323 -DA:3133,397 -DA:3134,397 -DA:3137,396 -DA:3138,396 -DA:3139,334 +DA:2990,69 +DA:2992,69 +DA:2993,35 +DA:2995,34 +DA:2997,69 +DA:2998,69 +DA:3004,68 +DA:3005,174 +DA:3006,60 +DA:3007,32 +DA:3010,114 +DA:3011,58 +DA:3012,58 +DA:3017,1 +DA:3020,69 +DA:3024,632 +DA:3025,4 +DA:3028,632 +DA:3029,632 +DA:3030,7 +DA:3033,632 +DA:3037,145 +DA:3042,95 +DA:3043,95 +DA:3045,95 +DA:3048,95 +DA:3049,95 +DA:3057,11 +DA:3058,11 +DA:3064,432 +DA:3065,432 +DA:3067,432 +DA:3090,432 +DA:3091,432 +DA:3099,112 +DA:3100,112 +DA:3103,320 +DA:3104,320 +DA:3106,320 +DA:3107,319 +DA:3115,319 +DA:3116,119 +DA:3118,200 +DA:3121,319 +DA:3122,118 +DA:3126,320 +DA:3127,1 +DA:3128,1 +DA:3131,319 +DA:3136,397 +DA:3137,397 +DA:3140,396 DA:3141,396 -DA:3143,1 -DA:3147,405 -DA:3163,374 -DA:3168,100 -DA:3169,100 +DA:3142,334 +DA:3144,396 +DA:3146,1 +DA:3150,405 +DA:3166,374 DA:3171,100 -DA:3176,100 -DA:3177,100 -DA:3178,100 -DA:3180,0 -DA:3182,100 -DA:3189,100 -LF:1061 -LH:1018 +DA:3172,100 +DA:3174,100 +DA:3179,100 +DA:3180,100 +DA:3181,100 +DA:3183,0 +DA:3185,100 +DA:3192,100 +LF:1063 +LH:1019 BRDA:228,0,0,2 BRDA:228,0,1,218 BRDA:238,1,0,4 BRDA:238,1,1,215 BRDA:244,2,0,1 BRDA:244,2,1,3 -BRDA:255,3,0,1 -BRDA:255,3,1,2 -BRDA:273,4,0,215 -BRDA:273,4,1,3 -BRDA:298,5,0,8 -BRDA:298,5,1,9 -BRDA:303,6,0,2 -BRDA:303,6,1,6 -BRDA:309,7,0,1 -BRDA:309,7,1,3 -BRDA:333,8,0,14 -BRDA:333,8,1,22 -BRDA:352,9,0,1 -BRDA:352,9,1,21 -BRDA:352,10,0,22 -BRDA:352,10,1,22 -BRDA:374,11,0,26 -BRDA:374,11,1,54 -BRDA:392,12,0,1 -BRDA:392,12,1,3 -BRDA:563,13,0,1 -BRDA:563,13,1,1 -BRDA:615,14,0,128 -BRDA:615,14,1,114 -BRDA:618,15,0,68 -BRDA:618,15,1,174 -BRDA:626,16,0,114 -BRDA:626,16,1,60 -BRDA:654,17,0,2 -BRDA:654,17,1,620 -BRDA:654,18,0,622 -BRDA:654,18,1,621 -BRDA:662,19,0,76 -BRDA:662,19,1,74 -BRDA:683,20,0,29 -BRDA:683,20,1,14 -BRDA:697,21,0,73 -BRDA:697,21,1,1 -BRDA:743,22,0,29 -BRDA:743,22,1,2 -BRDA:818,23,0,6 -BRDA:818,23,1,6 -BRDA:840,24,0,4 -BRDA:840,24,1,319 -BRDA:840,25,0,323 -BRDA:840,25,1,319 -BRDA:847,26,0,203 -BRDA:847,26,1,1 -BRDA:911,27,0,42 -BRDA:911,27,1,16 -BRDA:911,28,0,58 -BRDA:911,28,1,56 -BRDA:914,29,0,25 -BRDA:914,29,1,33 -BRDA:929,30,0,1 -BRDA:929,30,1,100 -BRDA:945,31,0,1 -BRDA:945,31,1,99 -BRDA:961,32,0,118 -BRDA:961,32,1,1 -BRDA:967,33,0,118 -BRDA:967,33,1,1 -BRDA:968,34,0,118 -BRDA:968,34,1,1 -BRDA:1009,35,0,1 -BRDA:1009,35,1,1 -BRDA:1046,36,0,1 -BRDA:1046,36,1,1 -BRDA:1136,37,0,1 -BRDA:1136,37,1,23 -BRDA:1238,38,0,1 -BRDA:1238,38,1,2 -BRDA:1242,39,0,1 -BRDA:1242,39,1,2 -BRDA:1293,40,0,7 -BRDA:1293,40,1,1 -BRDA:1293,41,0,8 -BRDA:1293,41,1,8 -BRDA:1293,41,2,7 -BRDA:1294,42,0,6 -BRDA:1294,42,1,1 -BRDA:1295,43,0,5 -BRDA:1295,43,1,1 -BRDA:1301,44,0,4 -BRDA:1301,44,1,1 -BRDA:1307,45,0,3 -BRDA:1307,45,1,1 -BRDA:1316,46,0,2 -BRDA:1316,46,1,1 -BRDA:1322,47,0,1 -BRDA:1322,47,1,1 -BRDA:1365,48,0,1 -BRDA:1365,48,1,3 -BRDA:1365,49,0,4 -BRDA:1365,49,1,4 -BRDA:1365,49,2,4 -BRDA:1365,49,3,4 -BRDA:1365,49,4,3 -BRDA:1365,49,5,2 -BRDA:1430,50,0,25 -BRDA:1430,50,1,4 -BRDA:1433,51,0,2 -BRDA:1433,51,1,27 -BRDA:1434,52,0,1 -BRDA:1434,52,1,1 -BRDA:1439,53,0,2 -BRDA:1439,53,1,26 -BRDA:1440,54,0,1 -BRDA:1440,54,1,1 -BRDA:1445,55,0,25 -BRDA:1445,55,1,2 -BRDA:1472,56,0,26 -BRDA:1472,56,1,1 -BRDA:1472,57,0,27 -BRDA:1472,57,1,27 -BRDA:1472,57,2,27 -BRDA:1491,58,0,14 -BRDA:1491,58,1,10 -BRDA:1521,59,0,1 -BRDA:1521,59,1,3 -BRDA:1525,60,0,2 -BRDA:1525,60,1,1 -BRDA:1525,61,0,3 -BRDA:1525,61,1,3 -BRDA:1525,61,2,3 -BRDA:1561,62,0,1 -BRDA:1561,62,1,4 -BRDA:1565,63,0,3 -BRDA:1565,63,1,1 -BRDA:1565,64,0,4 -BRDA:1565,64,1,4 -BRDA:1598,65,0,1 -BRDA:1598,65,1,17 -BRDA:1602,66,0,14 -BRDA:1602,66,1,3 -BRDA:1629,67,0,8 -BRDA:1629,67,1,15 -BRDA:1633,68,0,1 -BRDA:1633,68,1,14 -BRDA:1659,69,0,46 -BRDA:1659,69,1,1 -BRDA:1662,70,0,4 -BRDA:1662,70,1,43 -BRDA:1663,71,0,1 -BRDA:1663,71,1,3 -BRDA:1668,72,0,2 -BRDA:1668,72,1,44 -BRDA:1669,73,0,1 -BRDA:1669,73,1,1 -BRDA:1674,74,0,44 -BRDA:1674,74,1,1 -BRDA:1701,75,0,44 -BRDA:1701,75,1,1 -BRDA:1701,76,0,45 -BRDA:1701,76,1,45 -BRDA:1701,76,2,45 -BRDA:1736,77,0,1 -BRDA:1736,77,1,71 -BRDA:1758,78,0,70 -BRDA:1758,78,1,1 -BRDA:1777,79,0,35 -BRDA:1777,79,1,36 +BRDA:246,3,0,0 +BRDA:246,3,1,1 +BRDA:258,4,0,1 +BRDA:258,4,1,3 +BRDA:276,5,0,215 +BRDA:276,5,1,4 +BRDA:301,6,0,17 +BRDA:301,6,1,9 +BRDA:306,7,0,11 +BRDA:306,7,1,6 +BRDA:312,8,0,1 +BRDA:312,8,1,3 +BRDA:336,9,0,14 +BRDA:336,9,1,22 +BRDA:355,10,0,1 +BRDA:355,10,1,21 +BRDA:355,11,0,22 +BRDA:355,11,1,22 +BRDA:377,12,0,26 +BRDA:377,12,1,54 +BRDA:395,13,0,1 +BRDA:395,13,1,3 +BRDA:566,14,0,1 +BRDA:566,14,1,1 +BRDA:618,15,0,128 +BRDA:618,15,1,114 +BRDA:621,16,0,68 +BRDA:621,16,1,174 +BRDA:629,17,0,114 +BRDA:629,17,1,60 +BRDA:657,18,0,2 +BRDA:657,18,1,620 +BRDA:657,19,0,622 +BRDA:657,19,1,621 +BRDA:665,20,0,84 +BRDA:665,20,1,66 +BRDA:686,21,0,29 +BRDA:686,21,1,12 +BRDA:700,22,0,65 +BRDA:700,22,1,1 +BRDA:746,23,0,28 +BRDA:746,23,1,2 +BRDA:821,24,0,6 +BRDA:821,24,1,6 +BRDA:843,25,0,4 +BRDA:843,25,1,308 +BRDA:843,26,0,312 +BRDA:843,26,1,308 +BRDA:850,27,0,199 +BRDA:850,27,1,1 +BRDA:914,28,0,42 +BRDA:914,28,1,16 +BRDA:914,29,0,58 +BRDA:914,29,1,56 +BRDA:917,30,0,25 +BRDA:917,30,1,33 +BRDA:932,31,0,1 +BRDA:932,31,1,100 +BRDA:948,32,0,1 +BRDA:948,32,1,99 +BRDA:964,33,0,118 +BRDA:964,33,1,1 +BRDA:970,34,0,118 +BRDA:970,34,1,1 +BRDA:971,35,0,118 +BRDA:971,35,1,1 +BRDA:1012,36,0,1 +BRDA:1012,36,1,1 +BRDA:1049,37,0,1 +BRDA:1049,37,1,1 +BRDA:1139,38,0,1 +BRDA:1139,38,1,23 +BRDA:1241,39,0,1 +BRDA:1241,39,1,2 +BRDA:1245,40,0,1 +BRDA:1245,40,1,2 +BRDA:1296,41,0,7 +BRDA:1296,41,1,1 +BRDA:1296,42,0,8 +BRDA:1296,42,1,8 +BRDA:1296,42,2,7 +BRDA:1297,43,0,6 +BRDA:1297,43,1,1 +BRDA:1298,44,0,5 +BRDA:1298,44,1,1 +BRDA:1304,45,0,4 +BRDA:1304,45,1,1 +BRDA:1310,46,0,3 +BRDA:1310,46,1,1 +BRDA:1319,47,0,2 +BRDA:1319,47,1,1 +BRDA:1325,48,0,1 +BRDA:1325,48,1,1 +BRDA:1368,49,0,1 +BRDA:1368,49,1,3 +BRDA:1368,50,0,4 +BRDA:1368,50,1,4 +BRDA:1368,50,2,4 +BRDA:1368,50,3,4 +BRDA:1368,50,4,3 +BRDA:1368,50,5,2 +BRDA:1433,51,0,25 +BRDA:1433,51,1,4 +BRDA:1436,52,0,2 +BRDA:1436,52,1,27 +BRDA:1437,53,0,1 +BRDA:1437,53,1,1 +BRDA:1442,54,0,2 +BRDA:1442,54,1,26 +BRDA:1443,55,0,1 +BRDA:1443,55,1,1 +BRDA:1448,56,0,25 +BRDA:1448,56,1,2 +BRDA:1475,57,0,26 +BRDA:1475,57,1,1 +BRDA:1475,58,0,27 +BRDA:1475,58,1,27 +BRDA:1475,58,2,27 +BRDA:1494,59,0,14 +BRDA:1494,59,1,10 +BRDA:1524,60,0,1 +BRDA:1524,60,1,3 +BRDA:1528,61,0,2 +BRDA:1528,61,1,1 +BRDA:1528,62,0,3 +BRDA:1528,62,1,3 +BRDA:1528,62,2,3 +BRDA:1564,63,0,1 +BRDA:1564,63,1,4 +BRDA:1568,64,0,3 +BRDA:1568,64,1,1 +BRDA:1568,65,0,4 +BRDA:1568,65,1,4 +BRDA:1601,66,0,1 +BRDA:1601,66,1,17 +BRDA:1605,67,0,14 +BRDA:1605,67,1,3 +BRDA:1632,68,0,8 +BRDA:1632,68,1,15 +BRDA:1636,69,0,1 +BRDA:1636,69,1,14 +BRDA:1662,70,0,46 +BRDA:1662,70,1,1 +BRDA:1665,71,0,4 +BRDA:1665,71,1,43 +BRDA:1666,72,0,1 +BRDA:1666,72,1,3 +BRDA:1671,73,0,2 +BRDA:1671,73,1,44 +BRDA:1672,74,0,1 +BRDA:1672,74,1,1 +BRDA:1677,75,0,44 +BRDA:1677,75,1,1 +BRDA:1704,76,0,44 +BRDA:1704,76,1,1 +BRDA:1704,77,0,45 +BRDA:1704,77,1,45 +BRDA:1704,77,2,45 +BRDA:1739,78,0,1 +BRDA:1739,78,1,71 +BRDA:1761,79,0,70 +BRDA:1761,79,1,1 BRDA:1780,80,0,35 -BRDA:1780,80,1,1 -BRDA:1784,81,0,1 -BRDA:1784,81,1,35 +BRDA:1780,80,1,36 +BRDA:1783,81,0,35 +BRDA:1783,81,1,1 BRDA:1787,82,0,1 BRDA:1787,82,1,35 -BRDA:1817,83,0,2 -BRDA:1817,83,1,2 -BRDA:1846,84,0,3 -BRDA:1846,84,1,2 -BRDA:1875,85,0,18 -BRDA:1875,85,1,18 -BRDA:1889,86,0,35 -BRDA:1889,86,1,6 -BRDA:1906,87,0,4 -BRDA:1906,87,1,19 -BRDA:1907,88,0,3 -BRDA:1907,88,1,1 -BRDA:1913,89,0,19 -BRDA:1913,89,1,3 -BRDA:1930,90,0,1 -BRDA:1930,90,1,21 -BRDA:1935,91,0,18 -BRDA:1935,91,1,3 -BRDA:1979,92,0,1 -BRDA:1979,92,1,50 -BRDA:1983,93,0,32 -BRDA:1983,93,1,18 -BRDA:1987,94,0,3 -BRDA:1987,94,1,15 -BRDA:2015,95,0,1 -BRDA:2015,95,1,4 -BRDA:2019,96,0,2 -BRDA:2019,96,1,2 -BRDA:2055,97,0,9 -BRDA:2055,97,1,6 -BRDA:2059,98,0,1 -BRDA:2059,98,1,5 -BRDA:2063,99,0,1 -BRDA:2063,99,1,4 -BRDA:2067,100,0,1 -BRDA:2067,100,1,3 -BRDA:2104,101,0,7 -BRDA:2104,101,1,5 -BRDA:2108,102,0,1 -BRDA:2108,102,1,4 -BRDA:2112,103,0,1 -BRDA:2112,103,1,3 -BRDA:2116,104,0,1 -BRDA:2116,104,1,2 -BRDA:2153,105,0,8 -BRDA:2153,105,1,5 -BRDA:2157,106,0,1 -BRDA:2157,106,1,4 -BRDA:2161,107,0,1 -BRDA:2161,107,1,3 -BRDA:2165,108,0,1 -BRDA:2165,108,1,2 -BRDA:2200,109,0,4 -BRDA:2200,109,1,6 -BRDA:2215,110,0,1 -BRDA:2215,110,1,5 -BRDA:2235,111,0,2 -BRDA:2235,111,1,16 -BRDA:2255,112,0,7 -BRDA:2255,112,1,10 -BRDA:2256,113,0,3 -BRDA:2256,113,1,4 -BRDA:2256,114,0,7 -BRDA:2256,114,1,3 -BRDA:2265,115,0,2 -BRDA:2265,115,1,5 -BRDA:2265,116,0,7 -BRDA:2265,116,1,6 -BRDA:2278,117,0,6 -BRDA:2278,117,1,11 -BRDA:2279,118,0,3 -BRDA:2279,118,1,3 -BRDA:2279,119,0,6 -BRDA:2279,119,1,4 -BRDA:2288,120,0,2 -BRDA:2288,120,1,4 -BRDA:2288,121,0,6 -BRDA:2288,121,1,4 -BRDA:2301,122,0,8 -BRDA:2301,122,1,9 -BRDA:2304,123,0,4 -BRDA:2304,123,1,4 -BRDA:2305,124,0,2 -BRDA:2305,124,1,2 -BRDA:2306,125,0,1 -BRDA:2306,125,1,1 -BRDA:2318,126,0,5 -BRDA:2318,126,1,3 -BRDA:2342,127,0,3 -BRDA:2342,127,1,5 -BRDA:2345,128,0,5 -BRDA:2345,128,1,0 -BRDA:2345,129,0,5 -BRDA:2345,129,1,1 -BRDA:2355,130,0,8 -BRDA:2355,130,1,9 -BRDA:2365,131,0,2 -BRDA:2365,131,1,5 -BRDA:2389,132,0,3 -BRDA:2389,132,1,5 -BRDA:2400,133,0,6 -BRDA:2400,133,1,11 -BRDA:2404,134,0,4 -BRDA:2404,134,1,2 -BRDA:2417,135,0,6 -BRDA:2417,135,1,11 -BRDA:2421,136,0,3 -BRDA:2421,136,1,3 -BRDA:2434,137,0,5 -BRDA:2434,137,1,12 -BRDA:2438,138,0,3 -BRDA:2438,138,1,2 -BRDA:2451,139,0,5 -BRDA:2451,139,1,12 -BRDA:2455,140,0,3 -BRDA:2455,140,1,2 -BRDA:2468,141,0,6 -BRDA:2468,141,1,11 -BRDA:2472,142,0,3 -BRDA:2472,142,1,3 -BRDA:2485,143,0,6 -BRDA:2485,143,1,11 -BRDA:2489,144,0,4 -BRDA:2489,144,1,2 -BRDA:2502,145,0,5 -BRDA:2502,145,1,12 -BRDA:2517,146,0,6 -BRDA:2517,146,1,11 -BRDA:2521,147,0,3 -BRDA:2521,147,1,3 -BRDA:2534,148,0,6 -BRDA:2534,148,1,11 -BRDA:2538,149,0,3 -BRDA:2538,149,1,3 -BRDA:2551,150,0,5 -BRDA:2551,150,1,12 -BRDA:2555,151,0,3 -BRDA:2555,151,1,2 -BRDA:2568,152,0,6 -BRDA:2568,152,1,11 -BRDA:2572,153,0,2 -BRDA:2572,153,1,4 -BRDA:2582,154,0,1 -BRDA:2582,154,1,16 -BRDA:2721,155,0,1 -BRDA:2721,155,1,2 -BRDA:2729,156,0,1 -BRDA:2729,156,1,1 -BRDA:2729,157,0,2 -BRDA:2729,157,1,2 -BRDA:2729,157,2,2 -BRDA:2758,158,0,0 -BRDA:2758,158,1,0 -BRDA:2758,159,0,0 -BRDA:2758,159,1,0 -BRDA:2758,159,2,0 -BRDA:2779,160,0,0 -BRDA:2779,160,1,0 -BRDA:2815,161,0,0 -BRDA:2815,161,1,0 -BRDA:2815,162,0,0 -BRDA:2815,162,1,0 -BRDA:2815,162,2,0 -BRDA:2841,163,0,0 -BRDA:2841,163,1,0 -BRDA:2841,164,0,0 -BRDA:2841,164,1,0 -BRDA:2841,164,2,0 -BRDA:2869,165,0,1 -BRDA:2869,165,1,475 -BRDA:2873,166,0,1 -BRDA:2873,166,1,474 -BRDA:2879,167,0,1 -BRDA:2879,167,1,473 -BRDA:2888,168,0,2 -BRDA:2888,168,1,471 -BRDA:2888,169,0,473 -BRDA:2888,169,1,471 -BRDA:2893,170,0,342 -BRDA:2893,170,1,129 -BRDA:2893,171,0,471 -BRDA:2893,171,1,130 -BRDA:2904,172,0,1 -BRDA:2904,172,1,809 -BRDA:2908,173,0,1 -BRDA:2908,173,1,808 -BRDA:2914,174,0,343 -BRDA:2914,174,1,465 -BRDA:2914,175,0,808 -BRDA:2914,175,1,466 -BRDA:2919,176,0,1 -BRDA:2919,176,1,1272 -BRDA:2922,177,0,743 -BRDA:2922,177,1,529 -BRDA:2923,178,0,1 -BRDA:2923,178,1,742 -BRDA:2965,179,0,429 -BRDA:2965,179,1,903 -BRDA:2970,180,0,1332 -BRDA:2989,181,0,35 -BRDA:2989,181,1,34 -BRDA:3002,182,0,60 -BRDA:3002,182,1,114 -BRDA:3003,183,0,32 -BRDA:3003,183,1,28 -BRDA:3007,184,0,58 -BRDA:3007,184,1,56 -BRDA:3021,185,0,4 -BRDA:3021,185,1,640 -BRDA:3026,186,0,7 -BRDA:3026,186,1,637 -BRDA:3112,187,0,119 -BRDA:3112,187,1,204 -BRDA:3118,188,0,118 -BRDA:3118,188,1,205 -BRDA:3123,189,0,1 -BRDA:3123,189,1,323 -BRDA:3134,190,0,396 -BRDA:3134,190,1,1 -BRDA:3134,191,0,397 -BRDA:3134,191,1,397 -BRDA:3134,191,2,397 -BRDA:3138,192,0,334 -BRDA:3138,192,1,62 -BRDA:3177,193,0,100 -BRDA:3177,193,1,0 -BRF:400 -BRH:381 +BRDA:1790,83,0,1 +BRDA:1790,83,1,35 +BRDA:1820,84,0,2 +BRDA:1820,84,1,2 +BRDA:1849,85,0,3 +BRDA:1849,85,1,2 +BRDA:1878,86,0,18 +BRDA:1878,86,1,18 +BRDA:1892,87,0,35 +BRDA:1892,87,1,6 +BRDA:1909,88,0,4 +BRDA:1909,88,1,19 +BRDA:1910,89,0,3 +BRDA:1910,89,1,1 +BRDA:1916,90,0,19 +BRDA:1916,90,1,3 +BRDA:1933,91,0,1 +BRDA:1933,91,1,21 +BRDA:1938,92,0,18 +BRDA:1938,92,1,3 +BRDA:1982,93,0,1 +BRDA:1982,93,1,50 +BRDA:1986,94,0,32 +BRDA:1986,94,1,18 +BRDA:1990,95,0,3 +BRDA:1990,95,1,15 +BRDA:2018,96,0,1 +BRDA:2018,96,1,4 +BRDA:2022,97,0,2 +BRDA:2022,97,1,2 +BRDA:2058,98,0,9 +BRDA:2058,98,1,6 +BRDA:2062,99,0,1 +BRDA:2062,99,1,5 +BRDA:2066,100,0,1 +BRDA:2066,100,1,4 +BRDA:2070,101,0,1 +BRDA:2070,101,1,3 +BRDA:2107,102,0,7 +BRDA:2107,102,1,5 +BRDA:2111,103,0,1 +BRDA:2111,103,1,4 +BRDA:2115,104,0,1 +BRDA:2115,104,1,3 +BRDA:2119,105,0,1 +BRDA:2119,105,1,2 +BRDA:2156,106,0,8 +BRDA:2156,106,1,5 +BRDA:2160,107,0,1 +BRDA:2160,107,1,4 +BRDA:2164,108,0,1 +BRDA:2164,108,1,3 +BRDA:2168,109,0,1 +BRDA:2168,109,1,2 +BRDA:2203,110,0,4 +BRDA:2203,110,1,6 +BRDA:2218,111,0,1 +BRDA:2218,111,1,5 +BRDA:2238,112,0,2 +BRDA:2238,112,1,16 +BRDA:2258,113,0,7 +BRDA:2258,113,1,10 +BRDA:2259,114,0,3 +BRDA:2259,114,1,4 +BRDA:2259,115,0,7 +BRDA:2259,115,1,3 +BRDA:2268,116,0,2 +BRDA:2268,116,1,5 +BRDA:2268,117,0,7 +BRDA:2268,117,1,6 +BRDA:2281,118,0,6 +BRDA:2281,118,1,11 +BRDA:2282,119,0,3 +BRDA:2282,119,1,3 +BRDA:2282,120,0,6 +BRDA:2282,120,1,4 +BRDA:2291,121,0,2 +BRDA:2291,121,1,4 +BRDA:2291,122,0,6 +BRDA:2291,122,1,4 +BRDA:2304,123,0,8 +BRDA:2304,123,1,9 +BRDA:2307,124,0,4 +BRDA:2307,124,1,4 +BRDA:2308,125,0,2 +BRDA:2308,125,1,2 +BRDA:2309,126,0,1 +BRDA:2309,126,1,1 +BRDA:2321,127,0,5 +BRDA:2321,127,1,3 +BRDA:2345,128,0,3 +BRDA:2345,128,1,5 +BRDA:2348,129,0,5 +BRDA:2348,129,1,0 +BRDA:2348,130,0,5 +BRDA:2348,130,1,1 +BRDA:2358,131,0,8 +BRDA:2358,131,1,9 +BRDA:2368,132,0,2 +BRDA:2368,132,1,5 +BRDA:2392,133,0,3 +BRDA:2392,133,1,5 +BRDA:2403,134,0,6 +BRDA:2403,134,1,11 +BRDA:2407,135,0,4 +BRDA:2407,135,1,2 +BRDA:2420,136,0,6 +BRDA:2420,136,1,11 +BRDA:2424,137,0,3 +BRDA:2424,137,1,3 +BRDA:2437,138,0,5 +BRDA:2437,138,1,12 +BRDA:2441,139,0,3 +BRDA:2441,139,1,2 +BRDA:2454,140,0,5 +BRDA:2454,140,1,12 +BRDA:2458,141,0,3 +BRDA:2458,141,1,2 +BRDA:2471,142,0,6 +BRDA:2471,142,1,11 +BRDA:2475,143,0,3 +BRDA:2475,143,1,3 +BRDA:2488,144,0,6 +BRDA:2488,144,1,11 +BRDA:2492,145,0,4 +BRDA:2492,145,1,2 +BRDA:2505,146,0,5 +BRDA:2505,146,1,12 +BRDA:2520,147,0,6 +BRDA:2520,147,1,11 +BRDA:2524,148,0,3 +BRDA:2524,148,1,3 +BRDA:2537,149,0,6 +BRDA:2537,149,1,11 +BRDA:2541,150,0,3 +BRDA:2541,150,1,3 +BRDA:2554,151,0,5 +BRDA:2554,151,1,12 +BRDA:2558,152,0,3 +BRDA:2558,152,1,2 +BRDA:2571,153,0,6 +BRDA:2571,153,1,11 +BRDA:2575,154,0,2 +BRDA:2575,154,1,4 +BRDA:2585,155,0,1 +BRDA:2585,155,1,16 +BRDA:2724,156,0,1 +BRDA:2724,156,1,2 +BRDA:2732,157,0,1 +BRDA:2732,157,1,1 +BRDA:2732,158,0,2 +BRDA:2732,158,1,2 +BRDA:2732,158,2,2 +BRDA:2761,159,0,0 +BRDA:2761,159,1,0 +BRDA:2761,160,0,0 +BRDA:2761,160,1,0 +BRDA:2761,160,2,0 +BRDA:2782,161,0,0 +BRDA:2782,161,1,0 +BRDA:2818,162,0,0 +BRDA:2818,162,1,0 +BRDA:2818,163,0,0 +BRDA:2818,163,1,0 +BRDA:2818,163,2,0 +BRDA:2844,164,0,0 +BRDA:2844,164,1,0 +BRDA:2844,165,0,0 +BRDA:2844,165,1,0 +BRDA:2844,165,2,0 +BRDA:2872,166,0,1 +BRDA:2872,166,1,471 +BRDA:2876,167,0,1 +BRDA:2876,167,1,470 +BRDA:2882,168,0,1 +BRDA:2882,168,1,469 +BRDA:2891,169,0,2 +BRDA:2891,169,1,467 +BRDA:2891,170,0,469 +BRDA:2891,170,1,467 +BRDA:2896,171,0,337 +BRDA:2896,171,1,130 +BRDA:2896,172,0,467 +BRDA:2896,172,1,131 +BRDA:2907,173,0,1 +BRDA:2907,173,1,814 +BRDA:2911,174,0,1 +BRDA:2911,174,1,813 +BRDA:2917,175,0,343 +BRDA:2917,175,1,470 +BRDA:2917,176,0,813 +BRDA:2917,176,1,471 +BRDA:2922,177,0,1 +BRDA:2922,177,1,1282 +BRDA:2925,178,0,748 +BRDA:2925,178,1,534 +BRDA:2926,179,0,1 +BRDA:2926,179,1,747 +BRDA:2968,180,0,420 +BRDA:2968,180,1,892 +BRDA:2973,181,0,1312 +BRDA:2992,182,0,35 +BRDA:2992,182,1,34 +BRDA:3005,183,0,60 +BRDA:3005,183,1,114 +BRDA:3006,184,0,32 +BRDA:3006,184,1,28 +BRDA:3010,185,0,58 +BRDA:3010,185,1,56 +BRDA:3024,186,0,4 +BRDA:3024,186,1,628 +BRDA:3029,187,0,7 +BRDA:3029,187,1,625 +BRDA:3115,188,0,119 +BRDA:3115,188,1,200 +BRDA:3121,189,0,118 +BRDA:3121,189,1,201 +BRDA:3126,190,0,1 +BRDA:3126,190,1,319 +BRDA:3137,191,0,396 +BRDA:3137,191,1,1 +BRDA:3137,192,0,397 +BRDA:3137,192,1,397 +BRDA:3137,192,2,397 +BRDA:3141,193,0,334 +BRDA:3141,193,1,62 +BRDA:3180,194,0,100 +BRDA:3180,194,1,0 +BRF:402 +BRH:382 end_of_record TN: SF:src\environment.ts @@ -1734,13 +1738,13 @@ FN:9,(anonymous_0) FN:20,(anonymous_1) FNF:2 FNH:2 -FNDA:63,(anonymous_0) +FNDA:62,(anonymous_0) FNDA:93,(anonymous_1) DA:3,1 DA:5,1 -DA:10,63 -DA:11,63 -DA:12,63 +DA:10,62 +DA:11,62 +DA:12,62 DA:17,1 DA:21,93 DA:22,93 @@ -1770,46 +1774,46 @@ FN:17,(anonymous_9) FNF:2 FNH:2 FNDA:217,(anonymous_8) -FNDA:1334,(anonymous_9) +FNDA:1314,(anonymous_9) DA:1,1 DA:2,1 DA:10,1 DA:12,1 DA:13,217 DA:15,217 -DA:18,1334 -DA:19,1334 +DA:18,1314 +DA:19,1314 DA:20,2 -DA:23,1334 -DA:24,1334 +DA:23,1314 +DA:24,1314 DA:25,3 -DA:27,1331 -DA:31,1331 -DA:33,1331 -DA:34,1329 -DA:37,1331 +DA:27,1311 +DA:31,1311 +DA:33,1311 +DA:34,1309 +DA:37,1311 DA:38,29 -DA:41,1331 -DA:42,137 -DA:43,137 -DA:44,137 -DA:45,137 -DA:46,137 -DA:47,137 -DA:48,137 -DA:50,1194 +DA:41,1311 +DA:42,129 +DA:43,129 +DA:44,129 +DA:45,129 +DA:46,129 +DA:47,129 +DA:48,129 +DA:50,1182 LF:27 LH:27 BRDA:19,0,0,2 -BRDA:19,0,1,1332 +BRDA:19,0,1,1312 BRDA:24,1,0,3 -BRDA:24,1,1,1331 -BRDA:33,2,0,1329 +BRDA:24,1,1,1311 +BRDA:33,2,0,1309 BRDA:33,2,1,2 BRDA:37,3,0,29 -BRDA:37,3,1,1302 -BRDA:41,4,0,137 -BRDA:41,4,1,1194 +BRDA:37,3,1,1282 +BRDA:41,4,0,129 +BRDA:41,4,1,1182 BRF:10 BRH:10 end_of_record @@ -2039,7 +2043,7 @@ FN:243,(anonymous_41) FN:248,(anonymous_43) FNF:22 FNH:22 -FNDA:239,(anonymous_8) +FNDA:235,(anonymous_8) FNDA:262,(anonymous_9) FNDA:3,(anonymous_10) FNDA:2,(anonymous_11) @@ -2050,7 +2054,7 @@ FNDA:34,(anonymous_17) FNDA:1,(anonymous_19) FNDA:4,(anonymous_21) FNDA:21,(anonymous_23) -FNDA:29,(anonymous_25) +FNDA:28,(anonymous_25) FNDA:1,(anonymous_27) FNDA:1,(anonymous_29) FNDA:1,(anonymous_30) @@ -2064,8 +2068,8 @@ FNDA:401,(anonymous_43) DA:2,1 DA:5,1 DA:16,1 -DA:27,239 -DA:28,239 +DA:27,235 +DA:28,235 DA:38,262 DA:39,261 DA:43,3 @@ -2094,9 +2098,9 @@ DA:121,21 DA:122,162 DA:123,1 DA:129,20 -DA:137,29 -DA:138,29 -DA:139,29 +DA:137,28 +DA:138,28 +DA:139,28 DA:149,1 DA:150,1 DA:151,1 @@ -2160,7 +2164,7 @@ FN:105,(anonymous_17) FN:105,(anonymous_18) FNF:9 FNH:8 -FNDA:9,(anonymous_9) +FNDA:10,(anonymous_9) FNDA:6,(anonymous_10) FNDA:2,(anonymous_12) FNDA:2,(anonymous_13) @@ -2178,11 +2182,11 @@ DA:13,1 DA:14,1 DA:16,1 DA:36,1 -DA:43,9 -DA:44,9 -DA:45,9 -DA:46,9 -DA:47,9 +DA:43,10 +DA:44,10 +DA:45,10 +DA:46,10 +DA:47,10 DA:51,6 DA:52,5 DA:55,6 @@ -2232,9 +2236,9 @@ DA:142,1 DA:150,2 LF:61 LH:58 -BRDA:46,0,0,9 -BRDA:46,0,1,5 -BRDA:47,1,0,9 +BRDA:46,0,0,10 +BRDA:46,0,1,6 +BRDA:47,1,0,10 BRDA:47,1,1,1 BRDA:51,2,0,5 BRDA:51,2,1,1 @@ -2398,24 +2402,24 @@ BRH:0 end_of_record TN: SF:src\server.ts -FN:25,(anonymous_1) +FN:34,(anonymous_1) FNF:1 FNH:1 FNDA:9,(anonymous_1) DA:1,1 DA:4,1 -DA:19,1 -DA:26,9 -DA:27,9 -DA:28,9 -DA:29,9 -DA:30,9 -DA:31,1 -DA:33,8 +DA:28,1 +DA:35,9 +DA:36,9 +DA:37,9 +DA:38,9 +DA:39,9 +DA:40,1 +DA:42,8 LF:10 LH:10 -BRDA:30,0,0,1 -BRDA:30,0,1,8 +BRDA:39,0,0,1 +BRDA:39,0,1,8 BRF:2 BRH:2 end_of_record @@ -2815,7 +2819,7 @@ FNH:7 FNDA:1,(anonymous_7) FNDA:23,(anonymous_8) FNDA:25,(anonymous_9) -FNDA:79,(anonymous_11) +FNDA:81,(anonymous_11) FNDA:22,(anonymous_12) FNDA:11,(anonymous_13) FNDA:37,(anonymous_14) @@ -2838,9 +2842,9 @@ DA:72,24 DA:73,23 DA:74,23 DA:75,23 -DA:92,79 +DA:92,81 DA:93,19 -DA:95,60 +DA:95,62 DA:103,22 DA:111,11 DA:119,37 @@ -2853,9 +2857,9 @@ BRDA:69,1,1,24 BRDA:72,2,0,23 BRDA:72,2,1,1 BRDA:92,3,0,19 -BRDA:92,3,1,60 -BRDA:92,4,0,79 -BRDA:92,4,1,75 +BRDA:92,3,1,62 +BRDA:92,4,0,81 +BRDA:92,4,1,77 BRF:10 BRH:10 end_of_record diff --git a/docs/api/classes/_client_.client.html b/docs/api/classes/_client_.client.html index 08fbc607..a614de77 100644 --- a/docs/api/classes/_client_.client.html +++ b/docs/api/classes/_client_.client.html @@ -202,7 +202,7 @@

constructor

  • @@ -217,7 +217,7 @@

    constructor

    If no VCAP_SERVICES are available, the client uses the following variables from the envirnonment for the connectivity:

      -
    • NEXTCLOUD_URL - the WebDAV url of the nextcloud server
    • +
    • NEXTCLOUD_URL - the url of the nextcloud server
    • NEXTCLOUD_USERNAME - the user name
    • NEXTCLOUD_PASSWORD - the application password
    @@ -251,7 +251,7 @@

    Private fakeServer: FakeServer

    @@ -261,7 +261,7 @@

    Private httpClient: HttpClient @@ -271,7 +271,7 @@

    Private logRequestRes
    logRequestResponse: boolean = false
    @@ -281,7 +281,7 @@

    Private nextcloudAuth
    nextcloudAuthHeader: string
    @@ -291,7 +291,7 @@

    Private nextcloudOriginnextcloudOrigin: string @@ -301,7 +301,7 @@

    Private nextcloudRequestnextcloudRequestToken: string @@ -311,7 +311,7 @@

    Private proxy: IProxy @@ -321,7 +321,7 @@

    Private userId

    userId: string
    @@ -331,7 +331,7 @@

    Private webDAVUrl

    webDAVUrl: string
    @@ -341,7 +341,7 @@

    Static webDavUrlP
    webDavUrlPath: string = "/remote.php/webdav"
    @@ -358,7 +358,7 @@

    Private Contents

  • @@ -396,7 +396,7 @@

    addCommentToFile

  • @@ -433,7 +433,7 @@

    addTagToFile

  • @@ -478,7 +478,7 @@

    addUserToMemberUserGroup

  • @@ -529,7 +529,7 @@

    createFile

  • @@ -566,7 +566,7 @@

    createFolder

  • @@ -598,7 +598,7 @@

    Private createFolderI
  • Parameters

    @@ -621,7 +621,7 @@

    createShare

  • @@ -649,7 +649,7 @@

    createTag

  • @@ -682,7 +682,7 @@

    createUser

  • @@ -733,7 +733,7 @@

    createUserGroup

  • @@ -771,7 +771,7 @@

    deleteAllTags

  • @@ -798,7 +798,7 @@

    deleteFile

  • @@ -829,7 +829,7 @@

    deleteFolder

  • @@ -860,7 +860,7 @@

    deleteShare

  • @@ -890,7 +890,7 @@

    deleteTag

  • @@ -922,7 +922,7 @@

    deleteUser

  • @@ -958,7 +958,7 @@

    deleteUserGroup

  • @@ -997,7 +997,7 @@

    demoteUserFromSubadminUserGroup

  • @@ -1042,7 +1042,7 @@

    disableUser

  • @@ -1078,7 +1078,7 @@

    enableUser

  • @@ -1114,7 +1114,7 @@

    getAppInfos

  • Parameters

    @@ -1137,7 +1137,7 @@

    getApps

  • @@ -1159,7 +1159,7 @@

    getContent

  • @@ -1191,7 +1191,7 @@

    getFile

  • @@ -1222,7 +1222,7 @@

    getFileComments

  • @@ -1271,7 +1271,7 @@

    getFileId

  • @@ -1300,7 +1300,7 @@

    getFileSystemElementByTags

  • @@ -1336,7 +1336,7 @@

    getFiles

  • @@ -1374,7 +1374,7 @@

    getFolder

  • @@ -1406,7 +1406,7 @@

    getFolderContents

  • Parameters

    @@ -1429,7 +1429,7 @@

    Private getHttpRespon
  • @@ -1469,7 +1469,7 @@

    getLink

  • @@ -1501,7 +1501,7 @@

    getNotifications

  • @@ -1521,7 +1521,7 @@

    Private getOcsHeaders
  • Returns Headers

    @@ -1538,7 +1538,7 @@

    Private getOcsMeta

    Parameters

    @@ -1569,7 +1569,7 @@

    Private getOcsUrl

    Parameters

    @@ -1592,7 +1592,7 @@

    Private getProperties
  • @@ -1638,7 +1638,7 @@

    getQuota

  • @@ -1660,7 +1660,7 @@

    getRootFolder

  • @@ -1683,7 +1683,7 @@

    getShare

  • @@ -1713,7 +1713,7 @@

    getSubFolders

  • @@ -1745,7 +1745,7 @@

    getSystemBasicData

  • Returns Promise<ISysBasicData>

    @@ -1762,7 +1762,7 @@

    getSystemInfo

  • @@ -1784,7 +1784,7 @@

    getTagById

  • @@ -1816,7 +1816,7 @@

    getTagByName

  • @@ -1848,7 +1848,7 @@

    Private getTagIdFrom<
  • Parameters

    @@ -1871,7 +1871,7 @@

    getTags

  • @@ -1894,7 +1894,7 @@

    getTagsOfFile

  • @@ -1925,7 +1925,7 @@

    getUILink

  • @@ -1956,7 +1956,7 @@

    getUpdateNotifications

  • Parameters

    @@ -1979,7 +1979,7 @@

    getUser

  • @@ -2011,7 +2011,7 @@

    getUserData

  • @@ -2048,7 +2048,7 @@

    getUserGroup

  • @@ -2080,7 +2080,7 @@

    getUserGroupIds

  • @@ -2132,7 +2132,7 @@

    getUserGroupMembers

  • @@ -2169,7 +2169,7 @@

    getUserGroupSubadmins

  • @@ -2206,7 +2206,7 @@

    getUserGroups

  • @@ -2258,7 +2258,7 @@

    getUsers

  • @@ -2302,7 +2302,7 @@

    moveFile

  • @@ -2339,7 +2339,7 @@

    moveFolder

  • @@ -2376,7 +2376,7 @@

    pipeContentStream

  • @@ -2411,7 +2411,7 @@

    promoteUserToUserGroupSubadmin

  • @@ -2462,7 +2462,7 @@

    Private putFileConten
  • Parameters

    @@ -2488,7 +2488,7 @@

    removeTagOfFile

  • @@ -2525,7 +2525,7 @@

    removeUserFromMemberUserGroup

  • @@ -2576,7 +2576,7 @@

    resendWelcomeEmail

  • @@ -2612,7 +2612,7 @@

    Private sanitizeFolder

    Parameters

    @@ -2635,7 +2635,7 @@

    sendNotificationToUser

  • Parameters

    @@ -2664,7 +2664,7 @@

    Private stat

  • Parameters

    @@ -2687,7 +2687,7 @@

    updateShare

  • @@ -2718,7 +2718,7 @@

    updateUserProperty

  • @@ -2771,7 +2771,7 @@

    upsertUsers

  • diff --git a/docs/api/classes/_command_command_.command.html b/docs/api/classes/_command_command_.command.html index 1441047f..331285b5 100644 --- a/docs/api/classes/_command_command_.command.html +++ b/docs/api/classes/_command_command_.command.html @@ -146,7 +146,7 @@

    constructor

  • Parameters

    @@ -168,7 +168,7 @@

    Protected client

    client: Client
    @@ -178,7 +178,7 @@

    Protected percentComplet
    percentCompleted: number
    @@ -188,7 +188,7 @@

    Protected resultMetaresultMetaData: CommandResultMetaData

  • @@ -198,7 +198,7 @@

    Protected status

    @@ -215,7 +215,7 @@

    execute

  • @@ -243,7 +243,7 @@

    getPercentCompleted

  • @@ -266,7 +266,7 @@

    getResultMetaData

  • @@ -289,7 +289,7 @@

    getStatus

  • @@ -311,7 +311,7 @@

    isFinished

  • @@ -333,7 +333,7 @@

    Protected
    diff --git a/docs/api/classes/_command_downloadfoldercommand_.downloadfoldercommand.html b/docs/api/classes/_command_downloadfoldercommand_.downloadfoldercommand.html index 7400e8b4..249986a0 100644 --- a/docs/api/classes/_command_downloadfoldercommand_.downloadfoldercommand.html +++ b/docs/api/classes/_command_downloadfoldercommand_.downloadfoldercommand.html @@ -140,7 +140,7 @@

    constructor

    @@ -177,7 +177,7 @@

    Private bytesDownloadedbytesDownloaded: number

    @@ -188,7 +188,7 @@

    Protected client

    @@ -198,7 +198,7 @@

    Private filterFile: undefined | ((file: File) => File | null)

    @@ -208,7 +208,7 @@

    Private getTargetFile
    getTargetFileNameBeforeDownload: (fileNames: SourceTargetFileNames) => string
    @@ -240,7 +240,7 @@

    Protected percentComplet @@ -251,7 +251,7 @@

    Protected resultMeta

    Inherited from Command.resultMetaData

    @@ -261,7 +261,7 @@

    Private sourceFolder

    sourceFolder: Folder
    @@ -272,7 +272,7 @@

    Protected status

    @@ -290,7 +290,7 @@

    execute

    @@ -318,7 +318,7 @@

    getBytesDownloaded

  • Returns number

    @@ -336,7 +336,7 @@

    getPercentCompleted

    @@ -360,7 +360,7 @@

    getResultMetaData

    @@ -384,7 +384,7 @@

    getStatus

    @@ -407,7 +407,7 @@

    isFinished

    @@ -430,7 +430,7 @@

    Protected onExecute

    diff --git a/docs/api/classes/_command_getfilesrecursivelycommand_.getfilesrecursivelycommand.html b/docs/api/classes/_command_getfilesrecursivelycommand_.getfilesrecursivelycommand.html index 6a1d8443..b22b02ab 100644 --- a/docs/api/classes/_command_getfilesrecursivelycommand_.getfilesrecursivelycommand.html +++ b/docs/api/classes/_command_getfilesrecursivelycommand_.getfilesrecursivelycommand.html @@ -140,7 +140,7 @@

    constructor

    @@ -173,7 +173,7 @@

    Protected client

    @@ -183,7 +183,7 @@

    Private files

    files: File[]
    @@ -193,7 +193,7 @@

    Private filterFile: undefined | ((file: File) => File | null)

    @@ -204,7 +204,7 @@

    Protected percentComplet @@ -215,7 +215,7 @@

    Protected resultMeta

    Inherited from Command.resultMetaData

    @@ -225,7 +225,7 @@

    Private sourceFolder

    sourceFolder: Folder
    @@ -236,7 +236,7 @@

    Protected status

    @@ -254,7 +254,7 @@

    execute

    @@ -282,7 +282,7 @@

    getFiles

  • Returns File[]

    @@ -300,7 +300,7 @@

    getPercentCompleted

    @@ -324,7 +324,7 @@

    getResultMetaData

    @@ -348,7 +348,7 @@

    getStatus

    @@ -371,7 +371,7 @@

    isFinished

    @@ -394,7 +394,7 @@

    Protected onExecute

    @@ -420,7 +420,7 @@

    Private processFolder

  • diff --git a/docs/api/classes/_command_uploadfilescommand_.uploadfilescommand.html b/docs/api/classes/_command_uploadfilescommand_.uploadfilescommand.html index 1a2569d0..551e9753 100644 --- a/docs/api/classes/_command_uploadfilescommand_.uploadfilescommand.html +++ b/docs/api/classes/_command_uploadfilescommand_.uploadfilescommand.html @@ -139,7 +139,7 @@

    constructor

    @@ -171,7 +171,7 @@

    Private bytesUploaded

    bytesUploaded: number
    @@ -182,7 +182,7 @@

    Protected client

    @@ -192,7 +192,7 @@

    Private files

    @@ -203,7 +203,7 @@

    Protected percentComplet @@ -213,7 +213,7 @@

    Private processFileAfterUpload: undefined | ((file: File) => Promise<void>)

    @@ -224,7 +224,7 @@

    Protected resultMeta

    Inherited from Command.resultMetaData

    @@ -235,7 +235,7 @@

    Protected status

    @@ -253,7 +253,7 @@

    execute

    @@ -281,7 +281,7 @@

    getBytesUploaded

  • Returns number

    @@ -299,7 +299,7 @@

    getPercentCompleted

    @@ -323,7 +323,7 @@

    getResultMetaData

    @@ -347,7 +347,7 @@

    getStatus

    @@ -370,7 +370,7 @@

    isFinished

    @@ -393,7 +393,7 @@

    Protected onExecute

    diff --git a/docs/api/classes/_command_uploadfoldercommand_.uploadfoldercommand.html b/docs/api/classes/_command_uploadfoldercommand_.uploadfoldercommand.html index 8fd4109e..93e08368 100644 --- a/docs/api/classes/_command_uploadfoldercommand_.uploadfoldercommand.html +++ b/docs/api/classes/_command_uploadfoldercommand_.uploadfoldercommand.html @@ -140,7 +140,7 @@

    constructor

    @@ -172,7 +172,7 @@

    Private bytesUploaded

    bytesUploaded: number
    @@ -183,7 +183,7 @@

    Protected client

    @@ -193,7 +193,7 @@

    Private folderName

    folderName: string
    @@ -203,7 +203,7 @@

    Private getTargetFile
    getTargetFileNameBeforeUpload: (fileNames: SourceTargetFileNames) => string
    @@ -235,7 +235,7 @@

    Protected percentComplet @@ -245,7 +245,7 @@

    Private processFileAfterUpload: undefined | ((file: File) => Promise<void>)

    @@ -256,7 +256,7 @@

    Protected resultMeta

    Inherited from Command.resultMetaData

    @@ -267,7 +267,7 @@

    Protected status

    @@ -285,7 +285,7 @@

    execute

    @@ -313,7 +313,7 @@

    getBytesUploaded

  • Returns number

    @@ -331,7 +331,7 @@

    getPercentCompleted

    @@ -355,7 +355,7 @@

    getResultMetaData

    @@ -379,7 +379,7 @@

    getStatus

    @@ -402,7 +402,7 @@

    isFinished

    @@ -425,7 +425,7 @@

    Protected onExecute

    diff --git a/docs/api/classes/_environment_.environment.html b/docs/api/classes/_environment_.environment.html index 8725a4ca..81e8bfd3 100644 --- a/docs/api/classes/_environment_.environment.html +++ b/docs/api/classes/_environment_.environment.html @@ -117,7 +117,7 @@

    constructor

  • Returns Environment

    @@ -133,7 +133,7 @@

    Optional password

    password: undefined | string
    @@ -143,7 +143,7 @@

    recordingActive

    recordingActive: boolean
    @@ -153,7 +153,7 @@

    Optional url

    url: undefined | string
    @@ -163,7 +163,7 @@

    Optional userName

    userName: undefined | string
    @@ -180,7 +180,7 @@

    getServer

  • diff --git a/docs/api/classes/_environmentvcapservices_.environmentvcapservices.html b/docs/api/classes/_environmentvcapservices_.environmentvcapservices.html index e56709c9..eba4a63f 100644 --- a/docs/api/classes/_environmentvcapservices_.environmentvcapservices.html +++ b/docs/api/classes/_environmentvcapservices_.environmentvcapservices.html @@ -125,7 +125,7 @@

    constructor

  • Parameters

    @@ -147,7 +147,7 @@

    password

    password: string
    @@ -157,7 +157,7 @@

    url

    url: string
    @@ -167,7 +167,7 @@

    userName

    userName: string
    @@ -184,7 +184,7 @@

    getServer

  • diff --git a/docs/api/classes/_error_.baseerror.html b/docs/api/classes/_error_.baseerror.html index c461572a..3686f4bf 100644 --- a/docs/api/classes/_error_.baseerror.html +++ b/docs/api/classes/_error_.baseerror.html @@ -161,7 +161,7 @@

    constructor

  • Parameters

    @@ -186,7 +186,7 @@

    Private context: any

  • diff --git a/docs/api/classes/_error_.clienterror.html b/docs/api/classes/_error_.clienterror.html index e8c179fd..7ed3862a 100644 --- a/docs/api/classes/_error_.clienterror.html +++ b/docs/api/classes/_error_.clienterror.html @@ -118,7 +118,7 @@

    constructor

  • Parameters

    @@ -146,7 +146,7 @@

    code

    code: string
    @@ -156,7 +156,7 @@

    Private context: any

  • diff --git a/docs/api/classes/_error_.commandalreadyexecutederror.html b/docs/api/classes/_error_.commandalreadyexecutederror.html index 41a5a72f..80132b87 100644 --- a/docs/api/classes/_error_.commandalreadyexecutederror.html +++ b/docs/api/classes/_error_.commandalreadyexecutederror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.insufficientprivilegeserror.html b/docs/api/classes/_error_.insufficientprivilegeserror.html index c435f64d..d7de564a 100644 --- a/docs/api/classes/_error_.insufficientprivilegeserror.html +++ b/docs/api/classes/_error_.insufficientprivilegeserror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.invalidserviceresponseformaterror.html b/docs/api/classes/_error_.invalidserviceresponseformaterror.html index 7dc012c1..a2f30890 100644 --- a/docs/api/classes/_error_.invalidserviceresponseformaterror.html +++ b/docs/api/classes/_error_.invalidserviceresponseformaterror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.operationfailederror.html b/docs/api/classes/_error_.operationfailederror.html index 12511d4d..e0d99f38 100644 --- a/docs/api/classes/_error_.operationfailederror.html +++ b/docs/api/classes/_error_.operationfailederror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.querylimiterror.html b/docs/api/classes/_error_.querylimiterror.html index 0dc64881..3505c1b7 100644 --- a/docs/api/classes/_error_.querylimiterror.html +++ b/docs/api/classes/_error_.querylimiterror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.queryoffseterror.html b/docs/api/classes/_error_.queryoffseterror.html index c9f70a48..8ea2ed89 100644 --- a/docs/api/classes/_error_.queryoffseterror.html +++ b/docs/api/classes/_error_.queryoffseterror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.useralreadyexistserror.html b/docs/api/classes/_error_.useralreadyexistserror.html index e06cb606..7de531e9 100644 --- a/docs/api/classes/_error_.useralreadyexistserror.html +++ b/docs/api/classes/_error_.useralreadyexistserror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.usercreateerror.html b/docs/api/classes/_error_.usercreateerror.html index 8d62d9b6..dd212b0f 100644 --- a/docs/api/classes/_error_.usercreateerror.html +++ b/docs/api/classes/_error_.usercreateerror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.usergroupalreadyexistserror.html b/docs/api/classes/_error_.usergroupalreadyexistserror.html index 143fddcd..42a75fa7 100644 --- a/docs/api/classes/_error_.usergroupalreadyexistserror.html +++ b/docs/api/classes/_error_.usergroupalreadyexistserror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.usergroupdeletionfailederror.html b/docs/api/classes/_error_.usergroupdeletionfailederror.html index 1ecb3bb9..993b3064 100644 --- a/docs/api/classes/_error_.usergroupdeletionfailederror.html +++ b/docs/api/classes/_error_.usergroupdeletionfailederror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.usergroupdoesnotexisterror.html b/docs/api/classes/_error_.usergroupdoesnotexisterror.html index 6a74a4b0..a5a07c39 100644 --- a/docs/api/classes/_error_.usergroupdoesnotexisterror.html +++ b/docs/api/classes/_error_.usergroupdoesnotexisterror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.usernotfounderror.html b/docs/api/classes/_error_.usernotfounderror.html index e440cf48..d5f12a7c 100644 --- a/docs/api/classes/_error_.usernotfounderror.html +++ b/docs/api/classes/_error_.usernotfounderror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.userresendwelcomeemailerror.html b/docs/api/classes/_error_.userresendwelcomeemailerror.html index a6ecb57e..ce0a9439 100644 --- a/docs/api/classes/_error_.userresendwelcomeemailerror.html +++ b/docs/api/classes/_error_.userresendwelcomeemailerror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_error_.userupdateerror.html b/docs/api/classes/_error_.userupdateerror.html index f984b052..12039dd5 100644 --- a/docs/api/classes/_error_.userupdateerror.html +++ b/docs/api/classes/_error_.userupdateerror.html @@ -123,7 +123,7 @@

    constructor

    Parameters

    diff --git a/docs/api/classes/_fakeserver_.fakeserver.html b/docs/api/classes/_fakeserver_.fakeserver.html index d523b263..a610571c 100644 --- a/docs/api/classes/_fakeserver_.fakeserver.html +++ b/docs/api/classes/_fakeserver_.fakeserver.html @@ -114,7 +114,7 @@

    constructor

  • Parameters

    @@ -136,7 +136,7 @@

    fakeResponses

    fakeResponses: RequestResponseLogEntry[] = []
    @@ -153,7 +153,7 @@

    getFakeHttpResponse

  • Parameters

    diff --git a/docs/api/classes/_file_.file.html b/docs/api/classes/_file_.file.html index a06b5a5f..a690e6e9 100644 --- a/docs/api/classes/_file_.file.html +++ b/docs/api/classes/_file_.file.html @@ -151,7 +151,7 @@

    constructor

  • Parameters

    @@ -191,7 +191,7 @@

    Private client

    client: Client
    @@ -201,7 +201,7 @@

    Private memento

    memento: { baseName: string; deleted: boolean; id: number; lastmod: Date; mime: string; name: string; size: number }
    @@ -244,7 +244,7 @@

    baseName

  • @@ -267,7 +267,7 @@

    id

  • @@ -289,7 +289,7 @@

    lastmod

  • @@ -312,7 +312,7 @@

    mime

  • @@ -334,7 +334,7 @@

    name

  • @@ -357,7 +357,7 @@

    size

  • @@ -383,7 +383,7 @@

    addComment

  • @@ -414,7 +414,7 @@

    addTag

  • @@ -445,7 +445,7 @@

    Private assertExistence

    Returns void

    @@ -462,7 +462,7 @@

    delete

  • @@ -489,7 +489,7 @@

    getComments

  • @@ -532,7 +532,7 @@

    getContent

  • @@ -557,7 +557,7 @@

    getFolder

  • @@ -585,7 +585,7 @@

    getTags

  • @@ -608,7 +608,7 @@

    getUIUrl

  • @@ -633,7 +633,7 @@

    getUrl

  • @@ -658,7 +658,7 @@

    move

  • @@ -695,7 +695,7 @@

    removeTag

  • diff --git a/docs/api/classes/_filesizeformatter_.filesizeformatter.html b/docs/api/classes/_filesizeformatter_.filesizeformatter.html index dc378de3..d44c1758 100644 --- a/docs/api/classes/_filesizeformatter_.filesizeformatter.html +++ b/docs/api/classes/_filesizeformatter_.filesizeformatter.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -139,7 +139,7 @@

    Private bytes

    bytes: number
    @@ -149,7 +149,7 @@

    Private oneGigaByteoneGigaByte: number = this.oneMegaByte * 1024

  • @@ -159,7 +159,7 @@

    Private oneKiloByteoneKiloByte: number = 1024

  • @@ -169,7 +169,7 @@

    Private oneMegaByteoneMegaByte: number = this.oneKiloByte * 1024

  • @@ -186,7 +186,7 @@

    getUserFriendlyFileSize

  • Returns string

    diff --git a/docs/api/classes/_filesystemelement_.filesystemelement.html b/docs/api/classes/_filesystemelement_.filesystemelement.html index 889a5bbb..c6aca58e 100644 --- a/docs/api/classes/_filesystemelement_.filesystemelement.html +++ b/docs/api/classes/_filesystemelement_.filesystemelement.html @@ -134,7 +134,7 @@

    baseName

  • @@ -157,7 +157,7 @@

    id

  • @@ -179,7 +179,7 @@

    lastmod

  • @@ -202,7 +202,7 @@

    name

  • @@ -228,7 +228,7 @@

    Abstract addComment

  • @@ -259,7 +259,7 @@

    Abstract addTag

  • @@ -290,7 +290,7 @@

    Abstract delete

  • @@ -317,7 +317,7 @@

    Abstract getComments

  • @@ -360,7 +360,7 @@

    Abstract getTags

  • @@ -383,7 +383,7 @@

    Abstract getUIUrl

  • @@ -408,7 +408,7 @@

    Abstract getUrl

  • @@ -433,7 +433,7 @@

    Abstract move

  • @@ -467,7 +467,7 @@

    Abstract removeTag

  • diff --git a/docs/api/classes/_filesystemfolder_.filesystemfolder.html b/docs/api/classes/_filesystemfolder_.filesystemfolder.html index ea05d135..cdafe470 100644 --- a/docs/api/classes/_filesystemfolder_.filesystemfolder.html +++ b/docs/api/classes/_filesystemfolder_.filesystemfolder.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -138,7 +138,7 @@

    Private name

    name: string
    @@ -155,7 +155,7 @@

    getFileNames

  • Returns Promise<IFileNameFormats[]>

    @@ -172,7 +172,7 @@

    Private getFileNames<
  • Parameters

    @@ -195,7 +195,7 @@

    getName

  • Returns IFileNameFormats

    diff --git a/docs/api/classes/_folder_.folder.html b/docs/api/classes/_folder_.folder.html index dd71a61f..55099308 100644 --- a/docs/api/classes/_folder_.folder.html +++ b/docs/api/classes/_folder_.folder.html @@ -146,7 +146,7 @@

    constructor

  • Parameters

    @@ -180,7 +180,7 @@

    Private client

    client: Client
    @@ -190,7 +190,7 @@

    Private memento

    memento: { baseName: string; deleted: boolean; id: number; lastmod: Date; name: string }
    @@ -227,7 +227,7 @@

    baseName

  • Returns string

    @@ -244,7 +244,7 @@

    id

  • Returns number

    @@ -261,7 +261,7 @@

    lastmod

  • Returns Date

    @@ -278,7 +278,7 @@

    name

  • Returns string

    @@ -298,7 +298,7 @@

    addComment

  • @@ -329,7 +329,7 @@

    addTag

  • @@ -360,7 +360,7 @@

    Private assertExistence

    Returns void

    @@ -377,7 +377,7 @@

    containsFile

  • @@ -411,7 +411,7 @@

    createFile

  • @@ -454,7 +454,7 @@

    createSubFolder

  • @@ -485,7 +485,7 @@

    delete

  • @@ -512,7 +512,7 @@

    getComments

  • @@ -555,7 +555,7 @@

    getFile

  • @@ -592,7 +592,7 @@

    getFiles

  • @@ -618,7 +618,7 @@

    getSubFolders

  • @@ -643,7 +643,7 @@

    getTags

  • @@ -666,7 +666,7 @@

    getUIUrl

  • @@ -691,7 +691,7 @@

    getUrl

  • @@ -716,7 +716,7 @@

    hasSubFolder

  • @@ -747,7 +747,7 @@

    move

  • @@ -784,7 +784,7 @@

    removeTag

  • diff --git a/docs/api/classes/_httpclient_.httpclient.html b/docs/api/classes/_httpclient_.httpclient.html index 4c2c0bbf..e6478cb4 100644 --- a/docs/api/classes/_httpclient_.httpclient.html +++ b/docs/api/classes/_httpclient_.httpclient.html @@ -117,7 +117,7 @@

    constructor

  • Parameters

    @@ -139,7 +139,7 @@

    Private authorizationHeader: undefined | string

  • @@ -149,7 +149,7 @@

    Private logRequestRes
    logRequestResponse: boolean
    @@ -159,7 +159,7 @@

    Private origin

    origin: string
    @@ -169,7 +169,7 @@

    Private proxy: IProxy @@ -186,7 +186,7 @@

    getHttpResponse

  • Parameters

    diff --git a/docs/api/classes/_requestresponselog_.requestresponselog.html b/docs/api/classes/_requestresponselog_.requestresponselog.html index 94168885..ddf8486a 100644 --- a/docs/api/classes/_requestresponselog_.requestresponselog.html +++ b/docs/api/classes/_requestresponselog_.requestresponselog.html @@ -125,7 +125,7 @@

    Private constructor

  • Returns RequestResponseLog

    @@ -141,7 +141,7 @@

    baseDirectory

    baseDirectory: string = RequestResponseLog.defaultLogDirectory
    @@ -151,7 +151,7 @@

    Private context

    context: string
    @@ -161,7 +161,7 @@

    Private entries

    entries: requestResponseLogEntry[] = []
    @@ -171,7 +171,7 @@

    Static defaultLogDirec
    defaultLogDirectory: string = "RequestResponseLog/"
    @@ -181,7 +181,7 @@

    Static log: RequestResponseLog | null = null @@ -198,7 +198,7 @@

    addEntry

  • Parameters

    @@ -221,7 +221,7 @@

    Private assertDirectory

    Parameters

    @@ -244,7 +244,7 @@

    getEntries

  • Returns Promise<requestResponseLogEntry[]>

    @@ -261,7 +261,7 @@

    getFileName

  • Returns string

    @@ -278,7 +278,7 @@

    setContext

  • Parameters

    @@ -301,7 +301,7 @@

    Private xmlToJson

  • Parameters

    @@ -324,7 +324,7 @@

    Static deleteInstance

  • Returns void

    @@ -341,7 +341,7 @@

    Static getInstance

  • Returns RequestResponseLog

    diff --git a/docs/api/classes/_requestresponselogentry_.requestlogentry.html b/docs/api/classes/_requestresponselogentry_.requestlogentry.html index c2c80187..3e0d1443 100644 --- a/docs/api/classes/_requestresponselogentry_.requestlogentry.html +++ b/docs/api/classes/_requestresponselogentry_.requestlogentry.html @@ -112,7 +112,7 @@

    constructor

  • Parameters

    @@ -143,7 +143,7 @@

    Optional body

    body: undefined | string
    @@ -153,7 +153,7 @@

    description

    description: string
    @@ -163,7 +163,7 @@

    Optional jsonBody

    jsonBody: any
    @@ -173,7 +173,7 @@

    method

    method: string
    @@ -183,7 +183,7 @@

    url

    url: string
    diff --git a/docs/api/classes/_requestresponselogentry_.requestresponselogentry.html b/docs/api/classes/_requestresponselogentry_.requestresponselogentry.html index 981dcefa..c1270826 100644 --- a/docs/api/classes/_requestresponselogentry_.requestresponselogentry.html +++ b/docs/api/classes/_requestresponselogentry_.requestresponselogentry.html @@ -109,7 +109,7 @@

    constructor

  • Parameters

    @@ -134,7 +134,7 @@

    request

    @@ -144,7 +144,7 @@

    response

    diff --git a/docs/api/classes/_requestresponselogentry_.responselogentry.html b/docs/api/classes/_requestresponselogentry_.responselogentry.html index 3b569b76..6bad4dba 100644 --- a/docs/api/classes/_requestresponselogentry_.responselogentry.html +++ b/docs/api/classes/_requestresponselogentry_.responselogentry.html @@ -112,7 +112,7 @@

    constructor

  • Parameters

    @@ -143,7 +143,7 @@

    Optional body

    body: undefined | string
    @@ -153,7 +153,7 @@

    Optional contentLocation<
    contentLocation: undefined | string
    @@ -163,7 +163,7 @@

    Optional contentType

    contentType: undefined | string
    @@ -173,7 +173,7 @@

    Optional jsonBody

    jsonBody: any
    @@ -183,7 +183,7 @@

    status

    status: number
    diff --git a/docs/api/classes/_server_.server.html b/docs/api/classes/_server_.server.html index 13b47844..9a736afa 100644 --- a/docs/api/classes/_server_.server.html +++ b/docs/api/classes/_server_.server.html @@ -111,7 +111,7 @@

    constructor

  • Parameters

    @@ -133,7 +133,7 @@

    basicAuth

    basicAuth: IBasicAuth
    @@ -143,7 +143,7 @@

    logRequestResponse

    logRequestResponse: boolean
    @@ -153,7 +153,7 @@

    Optional proxy

    proxy: IProxy
    @@ -163,7 +163,7 @@

    url

    url: string
    diff --git a/docs/api/classes/_share_.share.html b/docs/api/classes/_share_.share.html index 60df6c66..ed90c4f7 100644 --- a/docs/api/classes/_share_.share.html +++ b/docs/api/classes/_share_.share.html @@ -131,7 +131,7 @@

    Private constructor

  • Parameters

    @@ -156,7 +156,7 @@

    Private client

    client: Client
    @@ -166,7 +166,7 @@

    Private memento

    memento: { expiration: Date | null; id: string; itemType: ShareItemType; note: string; token: string; url: string }
    @@ -206,7 +206,7 @@

    expiration

  • @@ -229,7 +229,7 @@

    id

  • @@ -252,7 +252,7 @@

    note

  • @@ -275,7 +275,7 @@

    token

  • @@ -298,7 +298,7 @@

    url

  • @@ -324,7 +324,7 @@

    delete

  • Returns Promise<void>

    @@ -341,7 +341,7 @@

    Private initialize

  • Returns Promise<void>

    @@ -358,7 +358,7 @@

    setExpiration

  • Parameters

    @@ -381,7 +381,7 @@

    setNote

  • Parameters

    @@ -404,7 +404,7 @@

    setPassword

  • @@ -434,7 +434,7 @@

    Static createShareRequ
  • Parameters

    @@ -457,7 +457,7 @@

    Static getShare

  • Parameters

    diff --git a/docs/api/classes/_tag_.tag.html b/docs/api/classes/_tag_.tag.html index 4eaa2ad1..5db19ca7 100644 --- a/docs/api/classes/_tag_.tag.html +++ b/docs/api/classes/_tag_.tag.html @@ -120,7 +120,7 @@

    constructor

  • Parameters

    @@ -157,7 +157,7 @@

    assignable

    assignable: boolean
    @@ -167,7 +167,7 @@

    canAssign

    canAssign: boolean
    @@ -177,7 +177,7 @@

    Private client

    client: Client
    @@ -187,7 +187,7 @@

    id

    id: number
    @@ -197,7 +197,7 @@

    name

    name: string
    @@ -207,7 +207,7 @@

    visible

    visible: boolean
    @@ -224,7 +224,7 @@

    delete

  • Returns Promise<void>

    @@ -241,7 +241,7 @@

    toString

  • Returns string

    diff --git a/docs/api/classes/_user_.user.html b/docs/api/classes/_user_.user.html index 09595be4..f4635663 100644 --- a/docs/api/classes/_user_.user.html +++ b/docs/api/classes/_user_.user.html @@ -166,7 +166,7 @@

    constructor

  • @@ -214,7 +214,7 @@

    Private client

    client: Client
    @@ -224,7 +224,7 @@

    id

    id: string
    @@ -234,7 +234,7 @@

    Private memento: IUserOptions

    @@ -251,7 +251,7 @@

    addToMemberUserGroup

  • @@ -298,7 +298,7 @@

    delete

  • @@ -327,7 +327,7 @@

    demoteFromSubadminUserGroup

  • @@ -374,7 +374,7 @@

    demoteFromSuperAdmin

  • @@ -412,7 +412,7 @@

    disable

  • @@ -441,7 +441,7 @@

    enable

  • @@ -470,7 +470,7 @@

    getAddress

  • @@ -500,7 +500,7 @@

    getDisplayName

  • @@ -530,7 +530,7 @@

    getEmail

  • @@ -560,7 +560,7 @@

    getLanguage

  • @@ -590,7 +590,7 @@

    getLastLogin

  • @@ -620,7 +620,7 @@

    getLocale

  • @@ -650,7 +650,7 @@

    getMemberUserGroupIds

  • @@ -680,7 +680,7 @@

    getMemberUserGroups

  • @@ -710,7 +710,7 @@

    getPhone

  • @@ -740,7 +740,7 @@

    getQuota

  • @@ -769,7 +769,7 @@

    getQuotaUserFriendly

  • @@ -798,7 +798,7 @@

    getSubadminUserGroupIds

  • @@ -828,7 +828,7 @@

    getSubadminUserGroups

  • @@ -858,7 +858,7 @@

    getTwitter

  • @@ -888,7 +888,7 @@

    Private getUserData
    @@ -917,7 +917,7 @@

    getWebsite

  • @@ -947,7 +947,7 @@

    isEnabled

  • @@ -977,7 +977,7 @@

    isSuperAdmin

  • @@ -1007,7 +1007,7 @@

    promoteToSuperAdmin

  • @@ -1045,7 +1045,7 @@

    promoteToUserGroupSubadmin

  • @@ -1092,7 +1092,7 @@

    removeFromMemberUserGroup

  • @@ -1139,7 +1139,7 @@

    resendWelcomeEmail

  • @@ -1168,7 +1168,7 @@

    setAddress

  • @@ -1209,7 +1209,7 @@

    setDisplayName

  • @@ -1250,7 +1250,7 @@

    setEmail

  • @@ -1291,7 +1291,7 @@

    setLanguage

  • @@ -1332,7 +1332,7 @@

    setLocale

  • @@ -1373,7 +1373,7 @@

    setPassword

  • @@ -1414,7 +1414,7 @@

    setPhone

  • @@ -1455,7 +1455,7 @@

    setQuota

  • @@ -1496,7 +1496,7 @@

    setTwitter

  • @@ -1537,7 +1537,7 @@

    setWebsite

  • diff --git a/docs/api/classes/_usergroup_.usergroup.html b/docs/api/classes/_usergroup_.usergroup.html index 789e8202..cf9c244d 100644 --- a/docs/api/classes/_usergroup_.usergroup.html +++ b/docs/api/classes/_usergroup_.usergroup.html @@ -128,7 +128,7 @@

    constructor

  • Parameters

    @@ -153,7 +153,7 @@

    Private client

    client: Client
    @@ -163,7 +163,7 @@

    id

    id: string
    @@ -180,7 +180,7 @@

    delete

  • @@ -207,7 +207,7 @@

    getMemberUserIds

  • Returns Promise<string[]>

    @@ -224,7 +224,7 @@

    getSubadminUserIds

  • Returns Promise<string[]>

    diff --git a/docs/api/enums/_command_command_.commandstatus.html b/docs/api/enums/_command_command_.commandstatus.html index e79e9b7f..9e28fd57 100644 --- a/docs/api/enums/_command_command_.commandstatus.html +++ b/docs/api/enums/_command_command_.commandstatus.html @@ -103,7 +103,7 @@

    failed

    failed: = "failed"
    @@ -118,7 +118,7 @@

    initial

    initial: = "initial"
    @@ -133,7 +133,7 @@

    running

    running: = "running"
    @@ -148,7 +148,7 @@

    success

    success: = "success"
    diff --git a/docs/api/enums/_share_.shareitemtype.html b/docs/api/enums/_share_.shareitemtype.html index f8c6e1e6..a93c3eb9 100644 --- a/docs/api/enums/_share_.shareitemtype.html +++ b/docs/api/enums/_share_.shareitemtype.html @@ -91,7 +91,7 @@

    file

    file: = "file"
    @@ -101,7 +101,7 @@

    folder

    folder: = "folder"
    diff --git a/docs/api/enums/_share_.sharepermission.html b/docs/api/enums/_share_.sharepermission.html index b32ea08a..84f73d92 100644 --- a/docs/api/enums/_share_.sharepermission.html +++ b/docs/api/enums/_share_.sharepermission.html @@ -95,7 +95,7 @@

    all

    all: = 31
    @@ -105,7 +105,7 @@

    create

    create: = 4
    @@ -115,7 +115,7 @@

    delete

    delete: = 8
    @@ -125,7 +125,7 @@

    read

    read: = 1
    @@ -135,7 +135,7 @@

    share

    share: = 16
    @@ -145,7 +145,7 @@

    update

    update: = 2
    diff --git a/docs/api/enums/_share_.sharetype.html b/docs/api/enums/_share_.sharetype.html index a0ff2d67..966fe6f5 100644 --- a/docs/api/enums/_share_.sharetype.html +++ b/docs/api/enums/_share_.sharetype.html @@ -93,7 +93,7 @@

    email

    email: = 4
    @@ -103,7 +103,7 @@

    group

    group: = 1
    @@ -113,7 +113,7 @@

    publicLink

    publicLink: = 3
    @@ -123,7 +123,7 @@

    user

    user: = 0
    diff --git a/docs/api/enums/_user_.userproperty.html b/docs/api/enums/_user_.userproperty.html index da2ff58f..1c592918 100644 --- a/docs/api/enums/_user_.userproperty.html +++ b/docs/api/enums/_user_.userproperty.html @@ -99,7 +99,7 @@

    address

    address: = "address"
    @@ -109,7 +109,7 @@

    displayName

    displayName: = "displayname"
    @@ -119,7 +119,7 @@

    email

    email: = "email"
    @@ -129,7 +129,7 @@

    language

    language: = "language"
    @@ -139,7 +139,7 @@

    locale

    locale: = "locale"
    @@ -149,7 +149,7 @@

    password

    password: = "password"
    @@ -159,7 +159,7 @@

    phone

    phone: = "phone"
    @@ -169,7 +169,7 @@

    quota

    quota: = "quota"
    @@ -179,7 +179,7 @@

    twitter

    twitter: = "twitter"
    @@ -189,7 +189,7 @@

    website

    website: = "website"
    diff --git a/docs/api/index.html b/docs/api/index.html index 545e2fbd..5116197f 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -139,7 +139,7 @@

    Installation

    Security and access management

    -

    The client requires the WebDAV url of the nextcloud server and the credentials.

    +

    The client requires the url of the nextcloud server and the credentials.

    Use an app specific password generated in the security - devices & sessions section of the nextcloud settings.

    Environment

    @@ -147,7 +147,7 @@

    Environment

    Credentials can be specified in the environment:

    NEXTCLOUD_USERNAME= "<your user name>"
     NEXTCLOUD_PASSWORD = "<your password>"
    -NEXTCLOUD_URL= "https://<your nextcloud host>/remote.php/webdav"

    The cloud service configuration VCAP_SERVICES can be used alternativley (refer to the Cloud Foundry documentation for details).

    +NEXTCLOUD_URL= "https://<your nextcloud host>"

    The cloud service configuration VCAP_SERVICES can be used alternativley (refer to the Cloud Foundry documentation for details).

    The nextcloud credentials are stored in the section for user provided services user-provided. The client is able to access the service credentials by providing the instance name.

    {
    @@ -155,7 +155,7 @@ 

    Environment

    { "credentials": { "password": "<your password>", - "url": "https://<your nextcloud host>/remote.php/webdav", + "url": "https://<your nextcloud host>", "username": "<your user name>" }, "name": "<your service instance name>" @@ -176,7 +176,7 @@

    Creating a client

    { password: "<your password>", username: "<your user name>", }, - url: "https://<your nextcloud host>/remote.php/webdav", + url: "https://<your nextcloud host>", }); const client = new Client(server);
    @@ -503,11 +503,27 @@

    Quality

    Todo list

    + +

    Sharing

    +
    +

    Share with

    +
      +
    • user
    • +
    • usergroup
    • +
    • email-address
    • +
    + +

    Search

    +
    +
      +
    • Search for files api
    • +
    • client in github actions - upload files
    • +

    Server API

      -
    • support also the nextcloud server url instead of the WebDAV url only
    • +
    • support also the nextcloud server url instead of the WebDAV url only

    Download

    @@ -516,13 +532,6 @@

    Download

  • download folder contents example
  • download folder contents to disk recursively
  • -
    -

    Search

    -
    -
      -
    • Search for files api
    • -
    • client in github actions - upload files
    • -

    Upload

    @@ -577,15 +586,6 @@

    Eventing

  • subscribe to events and register handler functions
  • telegram support
  • - -

    Sharing

    -
    -

    Share with

    -
      -
    • user
    • -
    • usergroup
    • -
    • email-address
    • -

    notifications

    @@ -600,7 +600,7 @@

    Refactoring

  • Introduction of exception classes instead of error codes (breaking change)
  • Move from codecov to coveralls
  • move to eslint instead of using tslint
  • -
  • remove I from all interfaces - (breaking change)
  • +
  • remove "I" from all interfaces - (breaking change)
  • Search

    diff --git a/docs/api/interfaces/_client_.iquota.html b/docs/api/interfaces/_client_.iquota.html index 3d2f896b..d59294af 100644 --- a/docs/api/interfaces/_client_.iquota.html +++ b/docs/api/interfaces/_client_.iquota.html @@ -99,7 +99,7 @@

    available

    available: number | string
    @@ -109,7 +109,7 @@

    used

    used: number
    diff --git a/docs/api/interfaces/_client_.istat.html b/docs/api/interfaces/_client_.istat.html index a10a389c..2d831b75 100644 --- a/docs/api/interfaces/_client_.istat.html +++ b/docs/api/interfaces/_client_.istat.html @@ -104,7 +104,7 @@

    basename

    basename: string
    @@ -114,7 +114,7 @@

    Optional fileid

    fileid: undefined | number
    @@ -124,7 +124,7 @@

    filename

    filename: string
    @@ -134,7 +134,7 @@

    lastmod

    lastmod: string
    @@ -144,7 +144,7 @@

    Optional mime

    mime: undefined | string
    @@ -154,7 +154,7 @@

    Optional size

    size: undefined | number
    @@ -164,7 +164,7 @@

    type

    type: string
    diff --git a/docs/api/interfaces/_client_.isysbasicdata.html b/docs/api/interfaces/_client_.isysbasicdata.html index e6910b46..d4da5c8a 100644 --- a/docs/api/interfaces/_client_.isysbasicdata.html +++ b/docs/api/interfaces/_client_.isysbasicdata.html @@ -100,7 +100,7 @@

    serverTimeString

    serverTimeString: string
    @@ -110,7 +110,7 @@

    timeServersString

    timeServersString: string
    @@ -120,7 +120,7 @@

    uptimeString

    uptimeString: string
    diff --git a/docs/api/interfaces/_client_.isysinfonextcloud.html b/docs/api/interfaces/_client_.isysinfonextcloud.html index d7f3e6f2..830a5cb3 100644 --- a/docs/api/interfaces/_client_.isysinfonextcloud.html +++ b/docs/api/interfaces/_client_.isysinfonextcloud.html @@ -100,7 +100,7 @@

    shares

    shares: object
    @@ -110,7 +110,7 @@

    storage

    storage: object
    @@ -120,7 +120,7 @@

    system

    system: object
    diff --git a/docs/api/interfaces/_client_.isysinfonextcloudclient.html b/docs/api/interfaces/_client_.isysinfonextcloudclient.html index f592888f..53870b6f 100644 --- a/docs/api/interfaces/_client_.isysinfonextcloudclient.html +++ b/docs/api/interfaces/_client_.isysinfonextcloudclient.html @@ -98,7 +98,7 @@

    version

    version: string
    diff --git a/docs/api/interfaces/_client_.isysteminfo.html b/docs/api/interfaces/_client_.isysteminfo.html index 34223821..b5aa00ad 100644 --- a/docs/api/interfaces/_client_.isysteminfo.html +++ b/docs/api/interfaces/_client_.isysteminfo.html @@ -101,7 +101,7 @@

    activeUsers

    activeUsers: object
    @@ -111,7 +111,7 @@

    nextcloud

    @@ -121,7 +121,7 @@

    nextcloudClient

    nextcloudClient: ISysInfoNextcloudClient
    @@ -131,7 +131,7 @@

    server

    server: object
    diff --git a/docs/api/interfaces/_client_.iupsertuseroptions.html b/docs/api/interfaces/_client_.iupsertuseroptions.html index a3e27ce3..23266816 100644 --- a/docs/api/interfaces/_client_.iupsertuseroptions.html +++ b/docs/api/interfaces/_client_.iupsertuseroptions.html @@ -113,7 +113,7 @@

    Optional address

    address: undefined | string
    @@ -123,7 +123,7 @@

    Optional displayName

    displayName: undefined | string
    @@ -133,7 +133,7 @@

    Optional email

    email: undefined | string
    @@ -143,7 +143,7 @@

    Optional enabled

    enabled: undefined | false | true
    @@ -153,7 +153,7 @@

    id

    id: string
    @@ -163,7 +163,7 @@

    Optional language

    language: undefined | string
    @@ -173,7 +173,7 @@

    Optional locale

    locale: undefined | string
    @@ -183,7 +183,7 @@

    Optional memberGroups

    memberGroups: string[]
    @@ -193,7 +193,7 @@

    Optional password

    password: undefined | string
    @@ -203,7 +203,7 @@

    Optional phone

    phone: undefined | string
    @@ -213,7 +213,7 @@

    Optional quota

    quota: undefined | string
    @@ -223,7 +223,7 @@

    Optional resendWelcomeresendWelcomeEmail: undefined | false | true

    @@ -233,7 +233,7 @@

    Optional subadminGroupssubadminGroups: string[]

  • @@ -243,7 +243,7 @@

    Optional superAdmin

    superAdmin: undefined | false | true
    @@ -253,7 +253,7 @@

    Optional twitter

    twitter: undefined | string
    @@ -263,7 +263,7 @@

    Optional website

    website: undefined | string
    diff --git a/docs/api/interfaces/_client_.iupsertuserreport.html b/docs/api/interfaces/_client_.iupsertuserreport.html index 8b0b66bb..5d4f5ede 100644 --- a/docs/api/interfaces/_client_.iupsertuserreport.html +++ b/docs/api/interfaces/_client_.iupsertuserreport.html @@ -100,7 +100,7 @@

    changes

    @@ -110,7 +110,7 @@

    id

    id: string
    @@ -120,7 +120,7 @@

    message

    message: string
    diff --git a/docs/api/interfaces/_client_.iuserpropertychange.html b/docs/api/interfaces/_client_.iuserpropertychange.html index 99aa553f..f62c8987 100644 --- a/docs/api/interfaces/_client_.iuserpropertychange.html +++ b/docs/api/interfaces/_client_.iuserpropertychange.html @@ -101,7 +101,7 @@

    Optional error

    error: undefined | string
    @@ -111,7 +111,7 @@

    newValue

    newValue: string
    @@ -121,7 +121,7 @@

    previousValue

    previousValue: string
    @@ -131,7 +131,7 @@

    property

    property: string
    diff --git a/docs/api/interfaces/_command_command_.commandresultmetadata.html b/docs/api/interfaces/_command_command_.commandresultmetadata.html index b9460ee6..09c0eb16 100644 --- a/docs/api/interfaces/_command_command_.commandresultmetadata.html +++ b/docs/api/interfaces/_command_command_.commandresultmetadata.html @@ -107,7 +107,7 @@

    errors

    errors: string[]
    @@ -117,7 +117,7 @@

    messages

    messages: string[]
    @@ -127,7 +127,7 @@

    timeElapsed

    timeElapsed: number
    diff --git a/docs/api/interfaces/_command_downloadfoldercommand_.downloadfoldercommandoptions.html b/docs/api/interfaces/_command_downloadfoldercommand_.downloadfoldercommandoptions.html index ba89c696..7113f053 100644 --- a/docs/api/interfaces/_command_downloadfoldercommand_.downloadfoldercommandoptions.html +++ b/docs/api/interfaces/_command_downloadfoldercommand_.downloadfoldercommandoptions.html @@ -107,7 +107,7 @@

    Optional filterFile

    filterFile: undefined | ((file: File) => File | null)
    @@ -122,7 +122,7 @@

    getTargetFileNameBeforeDownload

    getTargetFileNameBeforeDownload: (fileNames: SourceTargetFileNames) => string
    @@ -164,7 +164,7 @@

    sourceFolder

    sourceFolder: Folder
    diff --git a/docs/api/interfaces/_command_getfilesrecursivelycommand_.getfilesrecursivelycommandoptions.html b/docs/api/interfaces/_command_getfilesrecursivelycommand_.getfilesrecursivelycommandoptions.html index 53bcfdb1..8e9c6716 100644 --- a/docs/api/interfaces/_command_getfilesrecursivelycommand_.getfilesrecursivelycommandoptions.html +++ b/docs/api/interfaces/_command_getfilesrecursivelycommand_.getfilesrecursivelycommandoptions.html @@ -99,7 +99,7 @@

    Optional filterFile

    filterFile: undefined | ((file: File) => File | null)
    @@ -114,7 +114,7 @@

    sourceFolder

    sourceFolder: Folder
    diff --git a/docs/api/interfaces/_command_uploadfilescommand_.sourcetargetfilenames.html b/docs/api/interfaces/_command_uploadfilescommand_.sourcetargetfilenames.html index 5a25f530..a1df1a59 100644 --- a/docs/api/interfaces/_command_uploadfilescommand_.sourcetargetfilenames.html +++ b/docs/api/interfaces/_command_uploadfilescommand_.sourcetargetfilenames.html @@ -99,7 +99,7 @@

    sourceFileName

    sourceFileName: string
    @@ -109,7 +109,7 @@

    targetFileName

    targetFileName: string
    diff --git a/docs/api/interfaces/_command_uploadfilescommand_.uploadfilescommandoptions.html b/docs/api/interfaces/_command_uploadfilescommand_.uploadfilescommandoptions.html index 7f2a0f3e..a1928efc 100644 --- a/docs/api/interfaces/_command_uploadfilescommand_.uploadfilescommandoptions.html +++ b/docs/api/interfaces/_command_uploadfilescommand_.uploadfilescommandoptions.html @@ -99,7 +99,7 @@

    files

    @@ -109,7 +109,7 @@

    Optional processFile
    processFileAfterUpload: undefined | ((file: File) => Promise<void>)
    diff --git a/docs/api/interfaces/_command_uploadfoldercommand_.uploadfoldercommandoptions.html b/docs/api/interfaces/_command_uploadfoldercommand_.uploadfoldercommandoptions.html index 9ea50922..5d3987cb 100644 --- a/docs/api/interfaces/_command_uploadfoldercommand_.uploadfoldercommandoptions.html +++ b/docs/api/interfaces/_command_uploadfoldercommand_.uploadfoldercommandoptions.html @@ -107,7 +107,7 @@

    folderName

    folderName: string
    @@ -122,7 +122,7 @@

    Optional getTargetFi
    getTargetFileNameBeforeUpload: undefined | ((fileNames: SourceTargetFileNames) => string)
    @@ -142,7 +142,7 @@

    Optional processFile
    processFileAfterUpload: undefined | ((file: File) => Promise<void>)
    diff --git a/docs/api/interfaces/_filesystemfolder_.ifilenameformats.html b/docs/api/interfaces/_filesystemfolder_.ifilenameformats.html index 16b79495..1d107a45 100644 --- a/docs/api/interfaces/_filesystemfolder_.ifilenameformats.html +++ b/docs/api/interfaces/_filesystemfolder_.ifilenameformats.html @@ -99,7 +99,7 @@

    absolute

    absolute: string
    @@ -109,7 +109,7 @@

    relative

    relative: string
    diff --git a/docs/api/interfaces/_folder_.foldergetfilesoptions.html b/docs/api/interfaces/_folder_.foldergetfilesoptions.html index 5299bace..9921ffb3 100644 --- a/docs/api/interfaces/_folder_.foldergetfilesoptions.html +++ b/docs/api/interfaces/_folder_.foldergetfilesoptions.html @@ -98,7 +98,7 @@

    Optional filterFile

    filterFile: undefined | ((file: File) => File | null)
    diff --git a/docs/api/interfaces/_httpclient_.ihttpclientoptions.html b/docs/api/interfaces/_httpclient_.ihttpclientoptions.html index 4b00d611..b8a72f8c 100644 --- a/docs/api/interfaces/_httpclient_.ihttpclientoptions.html +++ b/docs/api/interfaces/_httpclient_.ihttpclientoptions.html @@ -101,7 +101,7 @@

    Optional authorizationHea
    authorizationHeader: undefined | string
    @@ -111,7 +111,7 @@

    Optional logRequestR
    logRequestResponse: undefined | false | true
    @@ -121,7 +121,7 @@

    Optional origin

    origin: undefined | string
    @@ -131,7 +131,7 @@

    Optional proxy

    proxy: IProxy
    diff --git a/docs/api/interfaces/_httpclient_.iproxy.html b/docs/api/interfaces/_httpclient_.iproxy.html index 37a10fb1..687e0ce9 100644 --- a/docs/api/interfaces/_httpclient_.iproxy.html +++ b/docs/api/interfaces/_httpclient_.iproxy.html @@ -102,7 +102,7 @@

    host

    host: string
    @@ -112,7 +112,7 @@

    port

    port: string
    @@ -122,7 +122,7 @@

    protocol

    protocol: string
    @@ -132,7 +132,7 @@

    Optional proxyAuthorizati
    proxyAuthorizationHeader: undefined | string
    @@ -142,7 +142,7 @@

    secureProxy

    secureProxy: boolean
    diff --git a/docs/api/interfaces/_httpclient_.irequestcontext.html b/docs/api/interfaces/_httpclient_.irequestcontext.html index 094b0bb2..5170f38b 100644 --- a/docs/api/interfaces/_httpclient_.irequestcontext.html +++ b/docs/api/interfaces/_httpclient_.irequestcontext.html @@ -98,7 +98,7 @@

    Optional description

    description: undefined | string
    diff --git a/docs/api/interfaces/_server_.ibasicauth.html b/docs/api/interfaces/_server_.ibasicauth.html index 80868a92..860beefd 100644 --- a/docs/api/interfaces/_server_.ibasicauth.html +++ b/docs/api/interfaces/_server_.ibasicauth.html @@ -99,7 +99,7 @@

    password

    password: string
    @@ -109,7 +109,7 @@

    username

    username: string
    diff --git a/docs/api/interfaces/_server_.iserveroptions.html b/docs/api/interfaces/_server_.iserveroptions.html index dc4c1a92..792fb004 100644 --- a/docs/api/interfaces/_server_.iserveroptions.html +++ b/docs/api/interfaces/_server_.iserveroptions.html @@ -69,6 +69,13 @@

    Interface IServerOptions

    +
    +
    +
    +

    The options of a server constructor

    +
    +
    +

    Hierarchy

    @@ -111,7 +123,7 @@

    Optional logRequestR
    logRequestResponse: undefined | false | true

    @@ -121,7 +133,7 @@

    Optional proxy

    proxy: IProxy
    @@ -131,9 +143,14 @@

    url

    url: string
    +
    +
    +

    the url of the nextcloud server like https://nextcloud.mydomain.com

    +
    +
    diff --git a/docs/api/interfaces/_share_.icreateshare.html b/docs/api/interfaces/_share_.icreateshare.html index dd05f7b2..c61ad7d3 100644 --- a/docs/api/interfaces/_share_.icreateshare.html +++ b/docs/api/interfaces/_share_.icreateshare.html @@ -100,7 +100,7 @@

    fileSystemElement

    fileSystemElement: FileSystemElement
    @@ -110,7 +110,7 @@

    Optional password

    password: undefined | string
    @@ -120,7 +120,7 @@

    Optional publicUpload

    publicUpload: undefined | false | true
    diff --git a/docs/api/interfaces/_user_.iuseroptions.html b/docs/api/interfaces/_user_.iuseroptions.html index 03927c4f..00f1079a 100644 --- a/docs/api/interfaces/_user_.iuseroptions.html +++ b/docs/api/interfaces/_user_.iuseroptions.html @@ -110,7 +110,7 @@

    address

    address: string
    @@ -120,7 +120,7 @@

    displayName

    displayName: string
    @@ -130,7 +130,7 @@

    email

    email: string
    @@ -140,7 +140,7 @@

    enabled

    enabled: boolean
    @@ -150,7 +150,7 @@

    language

    language: string
    @@ -160,7 +160,7 @@

    Optional lastLogin

    lastLogin: Date
    @@ -170,7 +170,7 @@

    locale

    locale: string
    @@ -180,7 +180,7 @@

    memberGroups

    memberGroups: string[]
    @@ -190,7 +190,7 @@

    phone

    phone: string
    @@ -200,7 +200,7 @@

    quota

    @@ -210,7 +210,7 @@

    subadminGroups

    subadminGroups: string[]
    @@ -220,7 +220,7 @@

    twitter

    twitter: string
    @@ -230,7 +230,7 @@

    website

    website: string
    diff --git a/docs/api/interfaces/_user_.iuseroptionsquota.html b/docs/api/interfaces/_user_.iuseroptionsquota.html index 556866c8..1e061e4f 100644 --- a/docs/api/interfaces/_user_.iuseroptionsquota.html +++ b/docs/api/interfaces/_user_.iuseroptionsquota.html @@ -102,7 +102,7 @@

    Optional free

    free: undefined | number
    @@ -112,7 +112,7 @@

    quota

    quota: number
    @@ -122,7 +122,7 @@

    relative

    relative: number
    @@ -132,7 +132,7 @@

    Optional total

    total: undefined | number
    @@ -142,7 +142,7 @@

    used

    used: number
    diff --git a/docs/api/interfaces/_user_.iuserquotauserfriendly.html b/docs/api/interfaces/_user_.iuserquotauserfriendly.html index 744c1cb1..349d160b 100644 --- a/docs/api/interfaces/_user_.iuserquotauserfriendly.html +++ b/docs/api/interfaces/_user_.iuserquotauserfriendly.html @@ -102,7 +102,7 @@

    Optional free

    free: undefined | string
    @@ -112,7 +112,7 @@

    quota

    quota: string
    @@ -122,7 +122,7 @@

    relative

    relative: string
    @@ -132,7 +132,7 @@

    Optional total

    total: undefined | string
    @@ -142,7 +142,7 @@

    used

    used: string
    diff --git a/docs/api/modules/_client_.html b/docs/api/modules/_client_.html index 0096259b..2f7b5ab9 100644 --- a/docs/api/modules/_client_.html +++ b/docs/api/modules/_client_.html @@ -107,7 +107,7 @@

    Const debug

    debug: Debugger = debugFactory("NCClient")
    diff --git a/docs/api/modules/_command_command_.html b/docs/api/modules/_command_command_.html index 1be97111..d3f138dd 100644 --- a/docs/api/modules/_command_command_.html +++ b/docs/api/modules/_command_command_.html @@ -105,7 +105,7 @@

    Const debug

    debug: any = require("debug").debug("Command")
    diff --git a/docs/api/modules/_command_downloadfoldercommand_.html b/docs/api/modules/_command_downloadfoldercommand_.html index 5fc9eab5..e370d223 100644 --- a/docs/api/modules/_command_downloadfoldercommand_.html +++ b/docs/api/modules/_command_downloadfoldercommand_.html @@ -99,7 +99,7 @@

    Const debug

    debug: any = require("debug").debug("DownloadFilesCommand")
    diff --git a/docs/api/modules/_command_getfilesrecursivelycommand_.html b/docs/api/modules/_command_getfilesrecursivelycommand_.html index 5beb7c3b..26cd9f10 100644 --- a/docs/api/modules/_command_getfilesrecursivelycommand_.html +++ b/docs/api/modules/_command_getfilesrecursivelycommand_.html @@ -99,7 +99,7 @@

    Const debug

    debug: any = require("debug").debug("GetFilesRecursivelyCommand")
    diff --git a/docs/api/modules/_command_uploadfilescommand_.html b/docs/api/modules/_command_uploadfilescommand_.html index 469f0c20..4dd894da 100644 --- a/docs/api/modules/_command_uploadfilescommand_.html +++ b/docs/api/modules/_command_uploadfilescommand_.html @@ -100,7 +100,7 @@

    Const debug

    debug: any = require("debug").debug("UploadFilesCommand")
    diff --git a/docs/api/modules/_command_uploadfoldercommand_.html b/docs/api/modules/_command_uploadfoldercommand_.html index 2c33a02d..1e16267e 100644 --- a/docs/api/modules/_command_uploadfoldercommand_.html +++ b/docs/api/modules/_command_uploadfoldercommand_.html @@ -99,7 +99,7 @@

    Const debug

    debug: any = require("debug").debug("UploadFolderCommand")
    diff --git a/docs/api/modules/_environment_.html b/docs/api/modules/_environment_.html index 9f046614..6620cbdd 100644 --- a/docs/api/modules/_environment_.html +++ b/docs/api/modules/_environment_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory("NCEnvironment")
    diff --git a/docs/api/modules/_environmentvcapservices_.html b/docs/api/modules/_environmentvcapservices_.html index 512eb3b0..df08bd9e 100644 --- a/docs/api/modules/_environmentvcapservices_.html +++ b/docs/api/modules/_environmentvcapservices_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory("NCEnvironmentVcapServices")
    diff --git a/docs/api/modules/_error_.html b/docs/api/modules/_error_.html index de40fbbd..00ad4b42 100644 --- a/docs/api/modules/_error_.html +++ b/docs/api/modules/_error_.html @@ -108,7 +108,7 @@

    Const debug

    debug: any = require("debug").debug("ClientError")
    diff --git a/docs/api/modules/_fakeserver_.html b/docs/api/modules/_fakeserver_.html index c5f763ad..fc08b7cf 100644 --- a/docs/api/modules/_fakeserver_.html +++ b/docs/api/modules/_fakeserver_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory("NCFakeServer")
    diff --git a/docs/api/modules/_filesystemfolder_.html b/docs/api/modules/_filesystemfolder_.html index 8ce0d646..a8fe5e7c 100644 --- a/docs/api/modules/_filesystemfolder_.html +++ b/docs/api/modules/_filesystemfolder_.html @@ -101,7 +101,7 @@

    Const debug

    debug: any = require("debug").debug("FileSystemFolder")
    @@ -111,7 +111,7 @@

    Const readdir

    readdir: __promisify__ = util.promisify(fs.readdir)
    @@ -121,7 +121,7 @@

    Const stat

    stat: __promisify__ = util.promisify(fs.stat)
    diff --git a/docs/api/modules/_folder_.html b/docs/api/modules/_folder_.html index f35b3c3d..a23e22cb 100644 --- a/docs/api/modules/_folder_.html +++ b/docs/api/modules/_folder_.html @@ -99,7 +99,7 @@

    Const debug

    debug: any = require("debug").debug("Folder")
    diff --git a/docs/api/modules/_httpclient_.html b/docs/api/modules/_httpclient_.html index 2c7cfd24..a1ca200b 100644 --- a/docs/api/modules/_httpclient_.html +++ b/docs/api/modules/_httpclient_.html @@ -102,7 +102,7 @@

    Const HttpProxyAgentHttpProxyAgent: any = require('http-proxy-agent')

    @@ -112,7 +112,7 @@

    Const debug

    debug: Debugger = debugFactory("HttpClient")
    diff --git a/docs/api/modules/_requestresponselog_.html b/docs/api/modules/_requestresponselog_.html index ed35c2e8..af9e4ea0 100644 --- a/docs/api/modules/_requestresponselog_.html +++ b/docs/api/modules/_requestresponselog_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory("RequestResponseLog")
    diff --git a/docs/api/modules/_server_.html b/docs/api/modules/_server_.html index 66b30e68..0e026055 100644 --- a/docs/api/modules/_server_.html +++ b/docs/api/modules/_server_.html @@ -100,7 +100,7 @@

    Const debug

    debug: Debugger = debugFactory("NCServer")
    diff --git a/docs/coverage/index.html b/docs/coverage/index.html index 0b8a219d..e0ba5352 100644 --- a/docs/coverage/index.html +++ b/docs/coverage/index.html @@ -23,16 +23,16 @@

    All files

    - 97.49% + 97.43% Statements - 1784/1830 + 1785/1832
    - 96.26% + 96.1% Branches - 566/588 + 567/590
    @@ -44,9 +44,9 @@

    All files

    - 97.46% + 97.41% Lines - 1768/1814 + 1769/1816
    @@ -74,17 +74,17 @@

    All files

    src - +
    - 97.2% - 1594/1640 - 96.07% - 538/560 + 97.14% + 1595/1642 + 95.91% + 539/562 97.33% 219/225 - 97.18% - 1585/1631 + 97.12% + 1586/1633 @@ -110,7 +110,7 @@

    All files

    diff --git a/docs/coverage/lcov-report/index.html b/docs/coverage/lcov-report/index.html index 0b8a219d..e0ba5352 100644 --- a/docs/coverage/lcov-report/index.html +++ b/docs/coverage/lcov-report/index.html @@ -23,16 +23,16 @@

    All files

    - 97.49% + 97.43% Statements - 1784/1830 + 1785/1832
    - 96.26% + 96.1% Branches - 566/588 + 567/590
    @@ -44,9 +44,9 @@

    All files

    - 97.46% + 97.41% Lines - 1768/1814 + 1769/1816
    @@ -74,17 +74,17 @@

    All files

    src - +
    - 97.2% - 1594/1640 - 96.07% - 538/560 + 97.14% + 1595/1642 + 95.91% + 539/562 97.33% 219/225 - 97.18% - 1585/1631 + 97.12% + 1586/1633 @@ -110,7 +110,7 @@

    All files

    diff --git a/docs/coverage/lcov-report/src/client.ts.html b/docs/coverage/lcov-report/src/client.ts.html index ff73404d..1abcd807 100644 --- a/docs/coverage/lcov-report/src/client.ts.html +++ b/docs/coverage/lcov-report/src/client.ts.html @@ -23,16 +23,16 @@

    All files / src client.
    - 95.96% + 95.88% Statements - 1022/1065 + 1023/1067
    - 95.25% + 95.02% Branches - 381/400 + 382/402
    @@ -44,9 +44,9 @@

    All files / src client.
    - 95.95% + 95.86% Lines - 1018/1061 + 1019/1063
    @@ -3249,7 +3249,10 @@

    All files / src client. 3190 3191 3192 -3193  +3193 +3194 +3195 +3196  1x 1x   @@ -3495,33 +3498,36 @@

    All files / src client. 4x   1x +    +1x   -3x   -3x -3x -3x -3x -3x +4x +  +4x +4x +4x +4x +4x 1x   -2x +3x     -3x +4x   -3x +4x             -3x +4x     -218x +219x 215x 215x   @@ -3546,13 +3552,13 @@

    All files / src client.   4x 4x +26x 17x -8x       -8x -2x +17x +11x       @@ -3911,43 +3917,43 @@

    All files / src client.   150x 150x -76x -76x +84x +84x     -74x -74x -74x +66x +66x +66x     -12x -12x -12x -12x +11x +11x +11x +11x   -12x +11x   -43x -43x -43x +41x +41x +41x   -43x +41x 29x     29x 29x   -14x +12x           -74x -74x -73x -73x +66x +66x +65x +65x   1x   @@ -3961,14 +3967,14 @@

    All files / src client.       -42x -42x +41x +41x   -42x +41x     -42x -42x +41x +41x       @@ -3986,13 +3992,13 @@

    All files / src client.       -31x -31x +30x +30x   -31x +30x   -31x -29x +30x +28x       @@ -4084,19 +4090,19 @@

    All files / src client.       -323x -323x +312x +312x     -323x +312x 4x     -319x -319x -204x -204x -203x +308x +308x +200x +200x +199x       @@ -4106,8 +4112,8 @@

    All files / src client. 1x     -115x -115x +108x +108x       @@ -6115,73 +6121,73 @@

    All files / src client.       -476x +472x   -476x +472x 1x     -475x +471x 1x     -474x +470x   -474x +470x 1x   -473x +469x     -473x +469x     -473x +469x 2x       -471x -342x +467x +337x             -471x -471x +467x +467x   -810x +815x 1x     -809x +814x 1x   -808x +813x     -808x +813x 343x     -808x -1273x +813x +1283x 1x   -1272x -743x +1282x +748x 1x   -742x -742x -742x +747x +747x +747x         -467x +463x       @@ -6213,13 +6219,13 @@

    All files / src client.       -1332x -429x +1312x +420x       -1332x -1332x +1312x +1312x       @@ -6269,16 +6275,16 @@

    All files / src client.       -644x +632x 4x     -644x -644x +632x +632x 7x     -644x +632x       @@ -6287,14 +6293,14 @@

    All files / src client.       -103x -103x +95x +95x   -103x +95x     -103x -103x +95x +95x       @@ -6302,17 +6308,17 @@

    All files / src client.       -12x -12x +11x +11x           -443x -443x +432x +432x   -443x +432x       @@ -6335,8 +6341,8 @@

    All files / src client.       -443x -443x +432x +432x       @@ -6344,15 +6350,15 @@

    All files / src client.       -119x -119x +112x +112x     -324x -324x +320x +320x   -324x -323x +320x +319x       @@ -6360,23 +6366,23 @@

    All files / src client.       -323x +319x 119x   -204x +200x     -323x +319x 118x       -324x +320x 1x 1x     -323x +319x       @@ -6651,7 +6657,7 @@

    All files / src client. * If no VCAP_SERVICES are available, the client uses the following variables * from the envirnonment for the connectivity:<br/> * <ul> - * <li>NEXTCLOUD_URL - the WebDAV url of the nextcloud server</li> + * <li>NEXTCLOUD_URL - the url of the nextcloud server</li> * <li>NEXTCLOUD_USERNAME - the user name</li> * <li>NEXTCLOUD_PASSWORD - the application password</li> * </ul> @@ -6682,13 +6688,16 @@

    All files / src client.   this.proxy = server.proxy;   - debug("constructor: webdav url %s", server.url); + debug("constructor: url %s", server.url);   if (server.url.indexOf(Client.webDavUrlPath) === -1) { - // not a valid nextcloud url - throw new ClientError(`The provided nextcloud url "${server.url}" does not comply to the nextcloud url standard, "${Client.webDavUrlPath}" is missing`, - "ERR_INVALID_NEXTCLOUD_WEBDAV_URL"); +  + Iif (server.url.slice(-1) === "/") { + server.url = server.url.slice(0, -1); + } + server.url = server.url + Client.webDavUrlPath; } +  this.nextcloudOrigin = server.url.substr(0, server.url.indexOf(Client.webDavUrlPath));   debug("constructor: nextcloud url %s", this.nextcloudOrigin); @@ -9640,7 +9649,7 @@

    All files / src client.

    diff --git a/docs/coverage/lcov-report/src/command/command.ts.html b/docs/coverage/lcov-report/src/command/command.ts.html index 8b7b06d6..6ef702fb 100644 --- a/docs/coverage/lcov-report/src/command/command.ts.html +++ b/docs/coverage/lcov-report/src/command/command.ts.html @@ -270,10 +270,10 @@

    All files / src/command<       -79x +81x 19x   -60x +62x       @@ -430,7 +430,7 @@

    All files / src/command<

    diff --git a/docs/coverage/lcov-report/src/command/downloadFolderCommand.ts.html b/docs/coverage/lcov-report/src/command/downloadFolderCommand.ts.html index 7865093b..9b58e93b 100644 --- a/docs/coverage/lcov-report/src/command/downloadFolderCommand.ts.html +++ b/docs/coverage/lcov-report/src/command/downloadFolderCommand.ts.html @@ -412,7 +412,7 @@

    All files / src/command<

    diff --git a/docs/coverage/lcov-report/src/command/getFilesRecursivelyCommand.ts.html b/docs/coverage/lcov-report/src/command/getFilesRecursivelyCommand.ts.html index bf1954cb..5e6599e5 100644 --- a/docs/coverage/lcov-report/src/command/getFilesRecursivelyCommand.ts.html +++ b/docs/coverage/lcov-report/src/command/getFilesRecursivelyCommand.ts.html @@ -352,7 +352,7 @@

    All files / src/command<

    diff --git a/docs/coverage/lcov-report/src/command/index.html b/docs/coverage/lcov-report/src/command/index.html index 551c129d..842fd674 100644 --- a/docs/coverage/lcov-report/src/command/index.html +++ b/docs/coverage/lcov-report/src/command/index.html @@ -155,7 +155,7 @@

    All files src/command

    diff --git a/docs/coverage/lcov-report/src/command/uploadFilesCommand.ts.html b/docs/coverage/lcov-report/src/command/uploadFilesCommand.ts.html index 09d7fc6a..69ee5577 100644 --- a/docs/coverage/lcov-report/src/command/uploadFilesCommand.ts.html +++ b/docs/coverage/lcov-report/src/command/uploadFilesCommand.ts.html @@ -373,7 +373,7 @@

    All files / src/command<

    diff --git a/docs/coverage/lcov-report/src/command/uploadFolderCommand.ts.html b/docs/coverage/lcov-report/src/command/uploadFolderCommand.ts.html index bfac2a9b..cf407d46 100644 --- a/docs/coverage/lcov-report/src/command/uploadFolderCommand.ts.html +++ b/docs/coverage/lcov-report/src/command/uploadFolderCommand.ts.html @@ -397,7 +397,7 @@

    All files / src/command<

    diff --git a/docs/coverage/lcov-report/src/environment.ts.html b/docs/coverage/lcov-report/src/environment.ts.html index 32a2d2e6..82f07be7 100644 --- a/docs/coverage/lcov-report/src/environment.ts.html +++ b/docs/coverage/lcov-report/src/environment.ts.html @@ -244,7 +244,7 @@

    All files / src environ

    diff --git a/docs/coverage/lcov-report/src/environmentVcapServices.ts.html b/docs/coverage/lcov-report/src/environmentVcapServices.ts.html index 340c2970..4fd1547f 100644 --- a/docs/coverage/lcov-report/src/environmentVcapServices.ts.html +++ b/docs/coverage/lcov-report/src/environmentVcapServices.ts.html @@ -283,7 +283,7 @@

    All files / src environ

    diff --git a/docs/coverage/lcov-report/src/error.ts.html b/docs/coverage/lcov-report/src/error.ts.html index bbb0591b..752127c8 100644 --- a/docs/coverage/lcov-report/src/error.ts.html +++ b/docs/coverage/lcov-report/src/error.ts.html @@ -160,9 +160,9 @@

    All files / src error.t       -63x -63x -63x +62x +62x +62x       @@ -346,7 +346,7 @@

    All files / src error.t diff --git a/docs/coverage/lcov-report/src/fakeServer.ts.html b/docs/coverage/lcov-report/src/fakeServer.ts.html index 8f699f5f..06bb2f5c 100644 --- a/docs/coverage/lcov-report/src/fakeServer.ts.html +++ b/docs/coverage/lcov-report/src/fakeServer.ts.html @@ -126,39 +126,39 @@

    All files / src fakeSer 217x     -1334x -1334x +1314x +1314x 2x     -1334x -1334x +1314x +1314x 3x   -1331x +1311x       -1331x +1311x   -1331x -1329x +1311x +1309x     -1331x +1311x 29x     -1331x -137x -137x -137x -137x -137x -137x -137x +1311x +129x +129x +129x +129x +129x +129x +129x   -1194x +1182x      
    import debugFactory from "debug";
    @@ -220,7 +220,7 @@ 

    All files / src fakeSer diff --git a/docs/coverage/lcov-report/src/file.ts.html b/docs/coverage/lcov-report/src/file.ts.html index 8d6265e8..41d88b11 100644 --- a/docs/coverage/lcov-report/src/file.ts.html +++ b/docs/coverage/lcov-report/src/file.ts.html @@ -712,7 +712,7 @@

    All files / src file.ts diff --git a/docs/coverage/lcov-report/src/fileSizeFormatter.ts.html b/docs/coverage/lcov-report/src/fileSizeFormatter.ts.html index cdc1e0fa..318c38fc 100644 --- a/docs/coverage/lcov-report/src/fileSizeFormatter.ts.html +++ b/docs/coverage/lcov-report/src/fileSizeFormatter.ts.html @@ -163,7 +163,7 @@

    All files / src fileSiz diff --git a/docs/coverage/lcov-report/src/fileSystemElement.ts.html b/docs/coverage/lcov-report/src/fileSystemElement.ts.html index 034e4bc2..9923163e 100644 --- a/docs/coverage/lcov-report/src/fileSystemElement.ts.html +++ b/docs/coverage/lcov-report/src/fileSystemElement.ts.html @@ -334,7 +334,7 @@

    All files / src fileSys diff --git a/docs/coverage/lcov-report/src/fileSystemFolder.ts.html b/docs/coverage/lcov-report/src/fileSystemFolder.ts.html index 9ca1a994..a10f08c3 100644 --- a/docs/coverage/lcov-report/src/fileSystemFolder.ts.html +++ b/docs/coverage/lcov-report/src/fileSystemFolder.ts.html @@ -202,7 +202,7 @@

    All files / src fileSys diff --git a/docs/coverage/lcov-report/src/folder.ts.html b/docs/coverage/lcov-report/src/folder.ts.html index 0dff6014..69ac5b3f 100644 --- a/docs/coverage/lcov-report/src/folder.ts.html +++ b/docs/coverage/lcov-report/src/folder.ts.html @@ -337,8 +337,8 @@

    All files / src folder.       -239x -239x +235x +235x       @@ -447,9 +447,9 @@

    All files / src folder.       -29x -29x -29x +28x +28x +28x       @@ -826,7 +826,7 @@

    All files / src folder. diff --git a/docs/coverage/lcov-report/src/httpClient.ts.html b/docs/coverage/lcov-report/src/httpClient.ts.html index 61f758a9..c88d9169 100644 --- a/docs/coverage/lcov-report/src/httpClient.ts.html +++ b/docs/coverage/lcov-report/src/httpClient.ts.html @@ -252,11 +252,11 @@

    All files / src httpCli       -9x -9x -9x -9x -9x +10x +10x +10x +10x +10x       @@ -523,7 +523,7 @@

    All files / src httpCli diff --git a/docs/coverage/lcov-report/src/index.html b/docs/coverage/lcov-report/src/index.html index ce6ec227..67ea01a6 100644 --- a/docs/coverage/lcov-report/src/index.html +++ b/docs/coverage/lcov-report/src/index.html @@ -23,16 +23,16 @@

    All files src

    - 97.2% + 97.14% Statements - 1594/1640 + 1595/1642
    - 96.07% + 95.91% Branches - 538/560 + 539/562
    @@ -44,9 +44,9 @@

    All files src

    - 97.18% + 97.12% Lines - 1585/1631 + 1586/1633
    @@ -74,17 +74,17 @@

    All files src

    client.ts - +
    - 95.96% - 1022/1065 - 95.25% - 381/400 + 95.88% + 1023/1067 + 95.02% + 382/402 93.9% 77/82 - 95.95% - 1018/1061 + 95.86% + 1019/1063 @@ -350,7 +350,7 @@

    All files src

    diff --git a/docs/coverage/lcov-report/src/requestResponseLog.ts.html b/docs/coverage/lcov-report/src/requestResponseLog.ts.html index 118f3b21..fedfb227 100644 --- a/docs/coverage/lcov-report/src/requestResponseLog.ts.html +++ b/docs/coverage/lcov-report/src/requestResponseLog.ts.html @@ -403,7 +403,7 @@

    All files / src request diff --git a/docs/coverage/lcov-report/src/requestResponseLogEntry.ts.html b/docs/coverage/lcov-report/src/requestResponseLogEntry.ts.html index 09234934..44dbd65f 100644 --- a/docs/coverage/lcov-report/src/requestResponseLogEntry.ts.html +++ b/docs/coverage/lcov-report/src/requestResponseLogEntry.ts.html @@ -181,7 +181,7 @@

    All files / src request diff --git a/docs/coverage/lcov-report/src/server.ts.html b/docs/coverage/lcov-report/src/server.ts.html index 3bd81036..5926476a 100644 --- a/docs/coverage/lcov-report/src/server.ts.html +++ b/docs/coverage/lcov-report/src/server.ts.html @@ -93,7 +93,16 @@

    All files / src server. 34 35 36 -371x +37 +38 +39 +40 +41 +42 +43 +44 +45 +461x     1x @@ -111,6 +120,15 @@

    All files / src server.       +  +  +  +  +  +  +  +  +  1x     @@ -139,8 +157,17 @@

    All files / src server. "password": string; }   +/** + * The options of a server constructor + */ export interface IServerOptions { + /** + * the url of the nextcloud server like https://nextcloud.mydomain.com + */ "url": string; + /** + * basic authentication informatin to access the nextcloud server + */ "basicAuth": IBasicAuth; "proxy"?: IProxy; "logRequestResponse"?: boolean; @@ -172,7 +199,7 @@

    All files / src server. diff --git a/docs/coverage/lcov-report/src/share.ts.html b/docs/coverage/lcov-report/src/share.ts.html index e6265e6b..abf4f766 100644 --- a/docs/coverage/lcov-report/src/share.ts.html +++ b/docs/coverage/lcov-report/src/share.ts.html @@ -688,7 +688,7 @@

    All files / src share.t diff --git a/docs/coverage/lcov-report/src/tag.ts.html b/docs/coverage/lcov-report/src/tag.ts.html index ce228c87..a42c5639 100644 --- a/docs/coverage/lcov-report/src/tag.ts.html +++ b/docs/coverage/lcov-report/src/tag.ts.html @@ -142,7 +142,7 @@

    All files / src tag.ts< diff --git a/docs/coverage/lcov-report/src/user.ts.html b/docs/coverage/lcov-report/src/user.ts.html index 4dd9e333..59bf8273 100644 --- a/docs/coverage/lcov-report/src/user.ts.html +++ b/docs/coverage/lcov-report/src/user.ts.html @@ -1864,7 +1864,7 @@

    All files / src user.ts diff --git a/docs/coverage/lcov-report/src/userGroup.ts.html b/docs/coverage/lcov-report/src/userGroup.ts.html index 306a8448..23b01366 100644 --- a/docs/coverage/lcov-report/src/userGroup.ts.html +++ b/docs/coverage/lcov-report/src/userGroup.ts.html @@ -187,7 +187,7 @@

    All files / src userGro diff --git a/docs/coverage/lcov.info b/docs/coverage/lcov.info index 58f39a82..a54c632c 100644 --- a/docs/coverage/lcov.info +++ b/docs/coverage/lcov.info @@ -1,87 +1,87 @@ TN: SF:src\client.ts FN:218,(anonymous_9) -FN:282,(anonymous_10) -FN:327,(anonymous_12) -FN:368,(anonymous_14) -FN:386,(anonymous_16) -FN:404,(anonymous_18) -FN:423,(anonymous_20) -FN:439,(anonymous_22) -FN:482,(anonymous_24) -FN:522,(anonymous_26) -FN:541,(anonymous_28) -FN:572,(anonymous_30) -FN:648,(anonymous_32) -FN:711,(anonymous_34) -FN:737,(anonymous_36) -FN:752,(anonymous_38) -FN:762,(anonymous_39) -FN:835,(anonymous_41) -FN:868,(anonymous_43) -FN:893,(anonymous_45) -FN:927,(anonymous_47) -FN:955,(anonymous_49) -FN:984,(anonymous_51) -FN:1021,(anonymous_53) -FN:1058,(anonymous_55) -FN:1084,(anonymous_57) -FN:1109,(anonymous_59) -FN:1118,(anonymous_60) -FN:1132,(anonymous_61) -FN:1205,(anonymous_63) -FN:1236,(anonymous_65) -FN:1273,(anonymous_67) -FN:1349,(anonymous_69) -FN:1401,(anonymous_71) -FN:1421,(anonymous_73) -FN:1476,(anonymous_75) -FN:1489,(anonymous_76) -FN:1503,(anonymous_78) -FN:1529,(anonymous_80) -FN:1543,(anonymous_81) -FN:1568,(anonymous_83) -FN:1583,(anonymous_84) -FN:1615,(anonymous_86) -FN:1650,(anonymous_88) -FN:1705,(anonymous_90) -FN:1719,(anonymous_91) -FN:1800,(anonymous_93) -FN:1829,(anonymous_95) -FN:1858,(anonymous_97) -FN:1886,(anonymous_99) -FN:1903,(anonymous_101) -FN:1952,(anonymous_103) -FN:1999,(anonymous_105) -FN:2035,(anonymous_107) -FN:2084,(anonymous_109) -FN:2133,(anonymous_111) -FN:2180,(anonymous_113) -FN:2228,(anonymous_115) -FN:2311,(anonymous_117) -FN:2312,(anonymous_118) -FN:2358,(anonymous_119) -FN:2359,(anonymous_120) -FN:2598,(anonymous_121) -FN:2632,(anonymous_123) -FN:2655,(anonymous_125) -FN:2686,(anonymous_127) -FN:2708,(anonymous_129) -FN:2739,(anonymous_131) -FN:2769,(anonymous_133) -FN:2799,(anonymous_135) -FN:2825,(anonymous_137) -FN:2866,(anonymous_139) -FN:2963,(anonymous_141) -FN:2983,(anonymous_143) -FN:3020,(anonymous_145) -FN:3033,(anonymous_146) -FN:3037,(anonymous_147) -FN:3059,(anonymous_149) -FN:3131,(anonymous_151) -FN:3146,(anonymous_152) -FN:3154,(anonymous_153) -FN:3166,(anonymous_154) +FN:285,(anonymous_10) +FN:330,(anonymous_12) +FN:371,(anonymous_14) +FN:389,(anonymous_16) +FN:407,(anonymous_18) +FN:426,(anonymous_20) +FN:442,(anonymous_22) +FN:485,(anonymous_24) +FN:525,(anonymous_26) +FN:544,(anonymous_28) +FN:575,(anonymous_30) +FN:651,(anonymous_32) +FN:714,(anonymous_34) +FN:740,(anonymous_36) +FN:755,(anonymous_38) +FN:765,(anonymous_39) +FN:838,(anonymous_41) +FN:871,(anonymous_43) +FN:896,(anonymous_45) +FN:930,(anonymous_47) +FN:958,(anonymous_49) +FN:987,(anonymous_51) +FN:1024,(anonymous_53) +FN:1061,(anonymous_55) +FN:1087,(anonymous_57) +FN:1112,(anonymous_59) +FN:1121,(anonymous_60) +FN:1135,(anonymous_61) +FN:1208,(anonymous_63) +FN:1239,(anonymous_65) +FN:1276,(anonymous_67) +FN:1352,(anonymous_69) +FN:1404,(anonymous_71) +FN:1424,(anonymous_73) +FN:1479,(anonymous_75) +FN:1492,(anonymous_76) +FN:1506,(anonymous_78) +FN:1532,(anonymous_80) +FN:1546,(anonymous_81) +FN:1571,(anonymous_83) +FN:1586,(anonymous_84) +FN:1618,(anonymous_86) +FN:1653,(anonymous_88) +FN:1708,(anonymous_90) +FN:1722,(anonymous_91) +FN:1803,(anonymous_93) +FN:1832,(anonymous_95) +FN:1861,(anonymous_97) +FN:1889,(anonymous_99) +FN:1906,(anonymous_101) +FN:1955,(anonymous_103) +FN:2002,(anonymous_105) +FN:2038,(anonymous_107) +FN:2087,(anonymous_109) +FN:2136,(anonymous_111) +FN:2183,(anonymous_113) +FN:2231,(anonymous_115) +FN:2314,(anonymous_117) +FN:2315,(anonymous_118) +FN:2361,(anonymous_119) +FN:2362,(anonymous_120) +FN:2601,(anonymous_121) +FN:2635,(anonymous_123) +FN:2658,(anonymous_125) +FN:2689,(anonymous_127) +FN:2711,(anonymous_129) +FN:2742,(anonymous_131) +FN:2772,(anonymous_133) +FN:2802,(anonymous_135) +FN:2828,(anonymous_137) +FN:2869,(anonymous_139) +FN:2966,(anonymous_141) +FN:2986,(anonymous_143) +FN:3023,(anonymous_145) +FN:3036,(anonymous_146) +FN:3040,(anonymous_147) +FN:3062,(anonymous_149) +FN:3134,(anonymous_151) +FN:3149,(anonymous_152) +FN:3157,(anonymous_153) +FN:3169,(anonymous_154) FNF:82 FNH:77 FNDA:220,(anonymous_9) @@ -97,11 +97,11 @@ FNDA:2,(anonymous_26) FNDA:2,(anonymous_28) FNDA:69,(anonymous_30) FNDA:152,(anonymous_32) -FNDA:42,(anonymous_34) -FNDA:31,(anonymous_36) +FNDA:41,(anonymous_34) +FNDA:30,(anonymous_36) FNDA:4,(anonymous_38) FNDA:5,(anonymous_39) -FNDA:323,(anonymous_41) +FNDA:312,(anonymous_41) FNDA:35,(anonymous_43) FNDA:34,(anonymous_45) FNDA:101,(anonymous_47) @@ -155,13 +155,13 @@ FNDA:0,(anonymous_131) FNDA:0,(anonymous_133) FNDA:0,(anonymous_135) FNDA:0,(anonymous_137) -FNDA:476,(anonymous_139) -FNDA:1332,(anonymous_141) +FNDA:472,(anonymous_139) +FNDA:1312,(anonymous_141) FNDA:69,(anonymous_143) -FNDA:644,(anonymous_145) +FNDA:632,(anonymous_145) FNDA:145,(anonymous_146) -FNDA:103,(anonymous_147) -FNDA:443,(anonymous_149) +FNDA:95,(anonymous_147) +FNDA:432,(anonymous_149) FNDA:397,(anonymous_151) FNDA:405,(anonymous_152) FNDA:374,(anonymous_153) @@ -250,1387 +250,1391 @@ DA:240,4 DA:242,4 DA:244,4 DA:246,1 -DA:249,3 -DA:251,3 -DA:252,3 -DA:253,3 -DA:254,3 -DA:255,3 -DA:256,1 -DA:258,2 +DA:247,0 +DA:249,1 +DA:252,4 +DA:254,4 +DA:255,4 +DA:256,4 +DA:257,4 +DA:258,4 +DA:259,1 DA:261,3 -DA:263,3 -DA:270,3 -DA:273,218 -DA:274,215 -DA:275,215 -DA:283,12 -DA:284,12 -DA:288,12 -DA:294,12 -DA:296,4 -DA:297,4 -DA:298,17 -DA:299,8 -DA:303,8 -DA:304,2 -DA:309,4 -DA:310,1 -DA:311,1 -DA:313,3 -DA:314,3 -DA:329,36 +DA:264,4 +DA:266,4 +DA:273,4 +DA:276,219 +DA:277,215 +DA:278,215 +DA:286,12 +DA:287,12 +DA:291,12 +DA:297,12 +DA:299,4 +DA:300,4 +DA:301,26 +DA:302,17 +DA:306,17 +DA:307,11 +DA:312,4 +DA:313,1 +DA:314,1 +DA:316,3 +DA:317,3 DA:332,36 -DA:333,36 -DA:334,14 -DA:338,22 -DA:344,22 -DA:350,22 -DA:351,22 -DA:352,22 -DA:353,1 -DA:357,21 -DA:359,21 +DA:335,36 +DA:336,36 +DA:337,14 +DA:341,22 +DA:347,22 +DA:353,22 +DA:354,22 +DA:355,22 +DA:356,1 DA:360,21 -DA:370,50 -DA:372,50 +DA:362,21 +DA:363,21 DA:373,50 -DA:374,80 -DA:375,26 -DA:378,24 -DA:388,2 -DA:390,2 +DA:375,50 +DA:376,50 +DA:377,80 +DA:378,26 +DA:381,24 DA:391,2 -DA:392,4 -DA:393,1 +DA:393,2 +DA:394,2 +DA:395,4 DA:396,1 -DA:406,22 -DA:408,22 -DA:412,22 -DA:425,1 -DA:427,1 -DA:429,1 -DA:431,2 -DA:440,54 -DA:441,54 -DA:455,54 -DA:457,54 -DA:463,54 -DA:464,54 +DA:399,1 +DA:409,22 +DA:411,22 +DA:415,22 +DA:428,1 +DA:430,1 +DA:432,1 +DA:434,2 +DA:443,54 +DA:444,54 +DA:458,54 +DA:460,54 DA:466,54 -DA:467,124 -DA:475,54 -DA:483,9 -DA:485,9 -DA:499,9 -DA:500,9 -DA:506,9 -DA:507,9 +DA:467,54 +DA:469,54 +DA:470,124 +DA:478,54 +DA:486,9 +DA:488,9 +DA:502,9 +DA:503,9 DA:509,9 -DA:510,16 -DA:513,9 -DA:514,9 -DA:523,2 -DA:525,2 -DA:529,2 -DA:534,2 -DA:542,2 -DA:544,2 -DA:554,2 -DA:560,2 -DA:562,2 +DA:510,9 +DA:512,9 +DA:513,16 +DA:516,9 +DA:517,9 +DA:526,2 +DA:528,2 +DA:532,2 +DA:537,2 +DA:545,2 +DA:547,2 +DA:557,2 DA:563,2 -DA:564,1 -DA:568,1 -DA:569,1 -DA:573,69 -DA:575,69 -DA:601,69 -DA:602,69 -DA:607,68 +DA:565,2 +DA:566,2 +DA:567,1 +DA:571,1 +DA:572,1 +DA:576,69 +DA:578,69 +DA:604,69 +DA:605,69 DA:610,68 DA:613,68 -DA:614,242 -DA:615,242 -DA:616,128 +DA:616,68 +DA:617,242 DA:618,242 -DA:619,68 -DA:621,174 -DA:622,174 -DA:623,174 +DA:619,128 +DA:621,242 +DA:622,68 DA:624,174 DA:625,174 DA:626,174 -DA:627,114 -DA:628,114 -DA:629,114 -DA:631,60 -DA:634,174 -DA:640,68 -DA:649,152 -DA:650,152 +DA:627,174 +DA:628,174 +DA:629,174 +DA:630,114 +DA:631,114 +DA:632,114 +DA:634,60 +DA:637,174 +DA:643,68 DA:652,152 DA:653,152 -DA:654,622 -DA:655,2 -DA:661,150 -DA:662,150 -DA:663,76 -DA:664,76 -DA:667,74 -DA:668,74 -DA:669,74 -DA:672,12 -DA:673,12 -DA:674,12 -DA:675,12 -DA:677,12 -DA:679,43 -DA:680,43 -DA:681,43 -DA:683,43 -DA:684,29 +DA:655,152 +DA:656,152 +DA:657,622 +DA:658,2 +DA:664,150 +DA:665,150 +DA:666,84 +DA:667,84 +DA:670,66 +DA:671,66 +DA:672,66 +DA:675,11 +DA:676,11 +DA:677,11 +DA:678,11 +DA:680,11 +DA:682,41 +DA:683,41 +DA:684,41 +DA:686,41 DA:687,29 -DA:688,29 -DA:690,14 -DA:696,74 -DA:697,74 -DA:698,73 -DA:699,73 -DA:701,1 -DA:713,42 -DA:714,42 -DA:716,42 -DA:719,42 -DA:720,42 -DA:728,1 -DA:729,1 -DA:738,31 -DA:739,31 -DA:741,31 -DA:743,31 -DA:744,29 -DA:753,4 -DA:763,5 -DA:764,5 +DA:690,29 +DA:691,29 +DA:693,12 +DA:699,66 +DA:700,66 +DA:701,65 +DA:702,65 +DA:704,1 +DA:716,41 +DA:717,41 +DA:719,41 +DA:722,41 +DA:723,41 +DA:731,1 +DA:732,1 +DA:741,30 +DA:742,30 +DA:744,30 +DA:746,30 +DA:747,28 +DA:756,4 DA:766,5 -DA:767,7 +DA:767,5 DA:769,5 -DA:770,5 -DA:771,5 -DA:781,5 -DA:787,5 -DA:788,5 -DA:796,1 -DA:797,1 -DA:799,4 -DA:801,4 +DA:770,7 +DA:772,5 +DA:773,5 +DA:774,5 +DA:784,5 +DA:790,5 +DA:791,5 +DA:799,1 +DA:800,1 DA:802,4 -DA:803,4 -DA:805,1 -DA:808,3 -DA:809,12 -DA:810,12 +DA:804,4 +DA:805,4 +DA:806,4 +DA:808,1 +DA:811,3 +DA:812,12 DA:813,12 -DA:814,12 -DA:815,12 DA:816,12 +DA:817,12 DA:818,12 -DA:819,6 -DA:821,6 -DA:824,12 -DA:827,3 -DA:836,323 -DA:837,323 -DA:840,323 -DA:841,4 -DA:844,319 -DA:845,319 -DA:846,204 -DA:847,204 -DA:848,203 -DA:854,1 -DA:855,1 -DA:858,115 -DA:859,115 -DA:869,35 -DA:870,35 -DA:871,35 +DA:819,12 +DA:821,12 +DA:822,6 +DA:824,6 +DA:827,12 +DA:830,3 +DA:839,312 +DA:840,312 +DA:843,312 +DA:844,4 +DA:847,308 +DA:848,308 +DA:849,200 +DA:850,200 +DA:851,199 +DA:857,1 +DA:858,1 +DA:861,108 +DA:862,108 +DA:872,35 DA:873,35 -DA:875,35 -DA:876,32 -DA:877,32 -DA:884,35 -DA:894,34 -DA:895,34 -DA:896,34 +DA:874,35 +DA:876,35 +DA:878,35 +DA:879,32 +DA:880,32 +DA:887,35 +DA:897,34 DA:898,34 -DA:900,34 -DA:901,58 -DA:903,58 -DA:911,58 -DA:912,42 +DA:899,34 +DA:901,34 +DA:903,34 +DA:904,58 +DA:906,58 DA:914,58 -DA:915,25 -DA:919,34 -DA:929,101 -DA:930,1 -DA:933,101 -DA:934,101 +DA:915,42 +DA:917,58 +DA:918,25 +DA:922,34 +DA:932,101 +DA:933,1 DA:936,101 +DA:937,101 DA:939,101 -DA:940,100 +DA:942,101 DA:943,100 -DA:945,100 -DA:946,1 -DA:948,99 -DA:956,124 -DA:958,124 +DA:946,100 +DA:948,100 +DA:949,1 +DA:951,99 DA:959,124 -DA:960,119 -DA:961,119 -DA:962,118 -DA:970,1 -DA:971,1 -DA:974,5 -DA:975,5 -DA:986,3 -DA:987,3 +DA:961,124 +DA:962,124 +DA:963,119 +DA:964,119 +DA:965,118 +DA:973,1 +DA:974,1 +DA:977,5 +DA:978,5 DA:989,3 -DA:991,3 -DA:995,3 -DA:996,3 -DA:1004,1 -DA:1005,1 -DA:1008,2 -DA:1009,2 -DA:1010,1 +DA:990,3 +DA:992,3 +DA:994,3 +DA:998,3 +DA:999,3 +DA:1007,1 +DA:1008,1 +DA:1011,2 +DA:1012,2 DA:1013,1 -DA:1023,3 -DA:1024,3 +DA:1016,1 DA:1026,3 -DA:1028,3 -DA:1032,3 -DA:1033,3 -DA:1041,1 -DA:1042,1 -DA:1045,2 -DA:1046,2 -DA:1047,1 +DA:1027,3 +DA:1029,3 +DA:1031,3 +DA:1035,3 +DA:1036,3 +DA:1044,1 +DA:1045,1 +DA:1048,2 +DA:1049,2 DA:1050,1 -DA:1059,6 -DA:1060,6 -DA:1061,6 -DA:1065,6 -DA:1066,6 -DA:1072,1 -DA:1073,1 -DA:1076,5 -DA:1085,0 -DA:1086,0 -DA:1087,0 -DA:1091,0 -DA:1092,0 -DA:1098,0 -DA:1099,0 +DA:1053,1 +DA:1062,6 +DA:1063,6 +DA:1064,6 +DA:1068,6 +DA:1069,6 +DA:1075,1 +DA:1076,1 +DA:1079,5 +DA:1088,0 +DA:1089,0 +DA:1090,0 +DA:1094,0 +DA:1095,0 DA:1101,0 -DA:1110,5 -DA:1111,5 -DA:1119,2 -DA:1120,2 -DA:1133,24 -DA:1134,24 +DA:1102,0 +DA:1104,0 +DA:1113,5 +DA:1114,5 +DA:1122,2 +DA:1123,2 DA:1136,24 -DA:1137,1 -DA:1140,23 -DA:1148,23 -DA:1154,23 -DA:1206,8 -DA:1208,8 -DA:1215,8 -DA:1221,8 -DA:1237,3 -DA:1238,3 -DA:1239,1 -DA:1242,3 -DA:1243,1 -DA:1246,3 -DA:1255,3 -DA:1261,3 -DA:1262,3 -DA:1263,3 -DA:1264,6 -DA:1267,3 -DA:1274,8 -DA:1279,8 -DA:1285,8 -DA:1287,8 +DA:1137,24 +DA:1139,24 +DA:1140,1 +DA:1143,23 +DA:1151,23 +DA:1157,23 +DA:1209,8 +DA:1211,8 +DA:1218,8 +DA:1224,8 +DA:1240,3 +DA:1241,3 +DA:1242,1 +DA:1245,3 +DA:1246,1 +DA:1249,3 +DA:1258,3 +DA:1264,3 +DA:1265,3 +DA:1266,3 +DA:1267,6 +DA:1270,3 +DA:1277,8 +DA:1282,8 DA:1288,8 -DA:1289,8 DA:1290,8 DA:1291,8 +DA:1292,8 DA:1293,8 -DA:1294,7 -DA:1295,6 -DA:1296,5 -DA:1298,1 -DA:1301,5 -DA:1302,4 -DA:1304,1 -DA:1307,4 -DA:1308,3 -DA:1310,1 +DA:1294,8 +DA:1296,8 +DA:1297,7 +DA:1298,6 +DA:1299,5 +DA:1301,1 +DA:1304,5 +DA:1305,4 +DA:1307,1 +DA:1310,4 +DA:1311,3 DA:1313,1 -DA:1316,3 -DA:1317,2 -DA:1319,1 -DA:1322,2 -DA:1323,1 -DA:1325,1 -DA:1329,1 +DA:1316,1 +DA:1319,3 +DA:1320,2 +DA:1322,1 +DA:1325,2 +DA:1326,1 +DA:1328,1 DA:1332,1 -DA:1346,1 -DA:1350,4 -DA:1355,4 -DA:1361,4 -DA:1365,4 -DA:1371,1 -DA:1377,3 -DA:1380,1 -DA:1402,29 -DA:1404,29 -DA:1405,27 -DA:1406,27 -DA:1407,17 +DA:1335,1 +DA:1349,1 +DA:1353,4 +DA:1358,4 +DA:1364,4 +DA:1368,4 +DA:1374,1 +DA:1380,3 +DA:1383,1 +DA:1405,29 +DA:1407,29 +DA:1408,27 DA:1409,27 -DA:1422,29 -DA:1423,29 -DA:1428,29 -DA:1429,29 -DA:1430,29 -DA:1431,25 +DA:1410,17 +DA:1412,27 +DA:1425,29 +DA:1426,29 +DA:1431,29 +DA:1432,29 DA:1433,29 -DA:1434,2 -DA:1435,1 -DA:1437,1 -DA:1439,28 -DA:1440,2 -DA:1441,1 -DA:1443,1 -DA:1445,27 -DA:1446,25 +DA:1434,25 +DA:1436,29 +DA:1437,2 +DA:1438,1 +DA:1440,1 +DA:1442,28 +DA:1443,2 +DA:1444,1 +DA:1446,1 DA:1448,27 -DA:1450,27 -DA:1455,27 -DA:1470,27 -DA:1472,27 -DA:1475,26 -DA:1476,26 -DA:1478,17 -DA:1481,27 -DA:1490,24 -DA:1491,24 -DA:1492,14 -DA:1494,10 -DA:1504,4 -DA:1505,4 -DA:1510,4 -DA:1511,4 +DA:1449,25 +DA:1451,27 +DA:1453,27 +DA:1458,27 +DA:1473,27 +DA:1475,27 +DA:1478,26 +DA:1479,26 +DA:1481,17 +DA:1484,27 +DA:1493,24 +DA:1494,24 +DA:1495,14 +DA:1497,10 +DA:1507,4 +DA:1508,4 DA:1513,4 -DA:1518,4 -DA:1519,4 +DA:1514,4 +DA:1516,4 DA:1521,4 -DA:1522,1 -DA:1525,3 -DA:1528,2 -DA:1529,2 -DA:1530,4 -DA:1534,3 -DA:1544,5 -DA:1545,5 -DA:1550,5 -DA:1551,5 +DA:1522,4 +DA:1524,4 +DA:1525,1 +DA:1528,3 +DA:1531,2 +DA:1532,2 +DA:1533,4 +DA:1537,3 +DA:1547,5 +DA:1548,5 DA:1553,5 -DA:1558,5 -DA:1559,5 +DA:1554,5 +DA:1556,5 DA:1561,5 -DA:1562,1 -DA:1565,4 -DA:1567,3 -DA:1568,3 -DA:1569,1 -DA:1573,4 -DA:1584,18 -DA:1585,18 -DA:1590,18 -DA:1591,18 -DA:1596,18 -DA:1598,18 -DA:1599,1 -DA:1602,17 -DA:1603,14 -DA:1605,3 -DA:1616,23 -DA:1617,23 -DA:1621,23 -DA:1622,23 -DA:1627,23 -DA:1629,23 -DA:1630,8 -DA:1633,15 -DA:1634,1 -DA:1651,47 -DA:1652,47 -DA:1657,47 -DA:1658,47 -DA:1659,47 -DA:1660,46 +DA:1562,5 +DA:1564,5 +DA:1565,1 +DA:1568,4 +DA:1570,3 +DA:1571,3 +DA:1572,1 +DA:1576,4 +DA:1587,18 +DA:1588,18 +DA:1593,18 +DA:1594,18 +DA:1599,18 +DA:1601,18 +DA:1602,1 +DA:1605,17 +DA:1606,14 +DA:1608,3 +DA:1619,23 +DA:1620,23 +DA:1624,23 +DA:1625,23 +DA:1630,23 +DA:1632,23 +DA:1633,8 +DA:1636,15 +DA:1637,1 +DA:1654,47 +DA:1655,47 +DA:1660,47 +DA:1661,47 DA:1662,47 -DA:1663,4 -DA:1664,1 -DA:1666,3 -DA:1668,46 -DA:1669,2 -DA:1670,1 -DA:1672,1 -DA:1674,45 -DA:1675,44 +DA:1663,46 +DA:1665,47 +DA:1666,4 +DA:1667,1 +DA:1669,3 +DA:1671,46 +DA:1672,2 +DA:1673,1 +DA:1675,1 DA:1677,45 -DA:1679,45 -DA:1684,45 -DA:1699,45 -DA:1701,45 -DA:1704,44 -DA:1705,44 -DA:1706,43 -DA:1710,45 -DA:1720,72 -DA:1721,72 -DA:1726,72 -DA:1727,72 +DA:1678,44 +DA:1680,45 +DA:1682,45 +DA:1687,45 +DA:1702,45 +DA:1704,45 +DA:1707,44 +DA:1708,44 +DA:1709,43 +DA:1713,45 +DA:1723,72 +DA:1724,72 DA:1729,72 -DA:1734,72 -DA:1736,72 -DA:1737,1 -DA:1755,71 -DA:1756,71 -DA:1777,71 -DA:1778,35 -DA:1780,36 +DA:1730,72 +DA:1732,72 +DA:1737,72 +DA:1739,72 +DA:1740,1 +DA:1758,71 +DA:1759,71 +DA:1780,71 DA:1781,35 DA:1783,36 -DA:1784,36 -DA:1785,1 +DA:1784,35 +DA:1786,36 DA:1787,36 DA:1788,1 -DA:1791,71 -DA:1801,4 -DA:1802,4 -DA:1807,4 -DA:1808,4 +DA:1790,36 +DA:1791,1 +DA:1794,71 +DA:1804,4 +DA:1805,4 DA:1810,4 -DA:1815,4 -DA:1817,4 -DA:1818,2 -DA:1820,2 -DA:1830,5 -DA:1831,5 -DA:1836,5 -DA:1837,5 +DA:1811,4 +DA:1813,4 +DA:1818,4 +DA:1820,4 +DA:1821,2 +DA:1823,2 +DA:1833,5 +DA:1834,5 DA:1839,5 -DA:1844,5 -DA:1846,5 -DA:1847,3 -DA:1849,2 -DA:1859,36 -DA:1860,36 -DA:1865,36 -DA:1866,36 +DA:1840,5 +DA:1842,5 +DA:1847,5 +DA:1849,5 +DA:1850,3 +DA:1852,2 +DA:1862,36 +DA:1863,36 DA:1868,36 -DA:1873,36 -DA:1875,36 -DA:1876,18 -DA:1878,18 -DA:1887,41 -DA:1888,41 -DA:1889,41 -DA:1890,35 -DA:1892,6 -DA:1904,23 -DA:1905,23 -DA:1906,23 -DA:1907,4 -DA:1908,3 -DA:1910,1 -DA:1913,22 -DA:1914,19 -DA:1917,22 -DA:1922,22 -DA:1923,22 -DA:1928,22 -DA:1930,22 -DA:1931,1 -DA:1934,21 -DA:1935,21 -DA:1936,18 -DA:1939,3 -DA:1953,51 -DA:1954,51 +DA:1869,36 +DA:1871,36 +DA:1876,36 +DA:1878,36 +DA:1879,18 +DA:1881,18 +DA:1890,41 +DA:1891,41 +DA:1892,41 +DA:1893,35 +DA:1895,6 +DA:1907,23 +DA:1908,23 +DA:1909,23 +DA:1910,4 +DA:1911,3 +DA:1913,1 +DA:1916,22 +DA:1917,19 +DA:1920,22 +DA:1925,22 +DA:1926,22 +DA:1931,22 +DA:1933,22 +DA:1934,1 +DA:1937,21 +DA:1938,21 +DA:1939,18 +DA:1942,3 DA:1956,51 -DA:1961,51 -DA:1962,51 -DA:1963,51 -DA:1968,51 -DA:1979,51 -DA:1980,1 -DA:1983,50 -DA:1984,32 -DA:1987,18 -DA:1988,3 -DA:1991,18 -DA:2000,5 -DA:2002,5 -DA:2006,5 -DA:2007,5 -DA:2008,5 -DA:2013,5 -DA:2015,5 -DA:2016,1 -DA:2019,4 -DA:2020,2 -DA:2022,2 -DA:2036,16 -DA:2038,16 +DA:1957,51 +DA:1959,51 +DA:1964,51 +DA:1965,51 +DA:1966,51 +DA:1971,51 +DA:1982,51 +DA:1983,1 +DA:1986,50 +DA:1987,32 +DA:1990,18 +DA:1991,3 +DA:1994,18 +DA:2003,5 +DA:2005,5 +DA:2009,5 +DA:2010,5 +DA:2011,5 +DA:2016,5 +DA:2018,5 +DA:2019,1 +DA:2022,4 +DA:2023,2 +DA:2025,2 DA:2039,16 -DA:2045,16 -DA:2046,16 +DA:2041,16 +DA:2042,16 DA:2048,16 -DA:2053,16 -DA:2055,16 -DA:2056,9 -DA:2059,6 -DA:2060,1 -DA:2063,5 -DA:2064,1 -DA:2067,4 -DA:2068,1 -DA:2071,3 -DA:2085,14 -DA:2087,14 +DA:2049,16 +DA:2051,16 +DA:2056,16 +DA:2058,16 +DA:2059,9 +DA:2062,6 +DA:2063,1 +DA:2066,5 +DA:2067,1 +DA:2070,4 +DA:2071,1 +DA:2074,3 DA:2088,14 -DA:2094,14 -DA:2095,14 +DA:2090,14 +DA:2091,14 DA:2097,14 -DA:2102,12 -DA:2104,12 -DA:2105,7 -DA:2108,5 -DA:2109,1 -DA:2112,4 -DA:2113,1 -DA:2116,3 -DA:2117,1 -DA:2120,2 -DA:2134,13 -DA:2136,13 +DA:2098,14 +DA:2100,14 +DA:2105,12 +DA:2107,12 +DA:2108,7 +DA:2111,5 +DA:2112,1 +DA:2115,4 +DA:2116,1 +DA:2119,3 +DA:2120,1 +DA:2123,2 DA:2137,13 -DA:2143,13 -DA:2144,13 +DA:2139,13 +DA:2140,13 DA:2146,13 -DA:2151,13 -DA:2153,13 -DA:2154,8 -DA:2157,5 -DA:2158,1 -DA:2161,4 -DA:2162,1 -DA:2165,3 -DA:2166,1 -DA:2169,2 -DA:2181,10 -DA:2183,10 +DA:2147,13 +DA:2149,13 +DA:2154,13 +DA:2156,13 +DA:2157,8 +DA:2160,5 +DA:2161,1 +DA:2164,4 +DA:2165,1 +DA:2168,3 +DA:2169,1 +DA:2172,2 DA:2184,10 -DA:2190,10 -DA:2191,10 +DA:2186,10 +DA:2187,10 DA:2193,10 -DA:2198,10 -DA:2200,10 -DA:2201,4 -DA:2215,6 -DA:2216,1 -DA:2219,5 -DA:2229,12 -DA:2230,12 -DA:2231,18 -DA:2232,18 +DA:2194,10 +DA:2196,10 +DA:2201,10 +DA:2203,10 +DA:2204,4 +DA:2218,6 +DA:2219,1 +DA:2222,5 +DA:2232,12 +DA:2233,12 +DA:2234,18 DA:2235,18 -DA:2236,2 -DA:2237,2 -DA:2238,1 -DA:2240,1 +DA:2238,18 +DA:2239,2 +DA:2240,2 DA:2241,1 -DA:2242,1 -DA:2245,16 -DA:2248,17 -DA:2249,17 -DA:2250,17 -DA:2255,17 -DA:2256,7 -DA:2257,3 -DA:2258,3 -DA:2259,2 -DA:2261,1 -DA:2265,7 -DA:2266,2 -DA:2267,2 -DA:2268,1 -DA:2270,1 -DA:2278,17 -DA:2279,6 -DA:2280,3 -DA:2281,3 -DA:2282,2 -DA:2284,1 -DA:2288,6 -DA:2289,2 -DA:2290,2 -DA:2291,1 -DA:2293,1 -DA:2301,17 -DA:2302,8 -DA:2303,8 -DA:2304,8 -DA:2305,4 -DA:2306,2 -DA:2307,1 -DA:2311,13 -DA:2312,10 -DA:2314,8 -DA:2315,8 -DA:2316,8 +DA:2243,1 +DA:2244,1 +DA:2245,1 +DA:2248,16 +DA:2251,17 +DA:2252,17 +DA:2253,17 +DA:2258,17 +DA:2259,7 +DA:2260,3 +DA:2261,3 +DA:2262,2 +DA:2264,1 +DA:2268,7 +DA:2269,2 +DA:2270,2 +DA:2271,1 +DA:2273,1 +DA:2281,17 +DA:2282,6 +DA:2283,3 +DA:2284,3 +DA:2285,2 +DA:2287,1 +DA:2291,6 +DA:2292,2 +DA:2293,2 +DA:2294,1 +DA:2296,1 +DA:2304,17 +DA:2305,8 +DA:2306,8 +DA:2307,8 +DA:2308,4 +DA:2309,2 +DA:2310,1 +DA:2314,13 +DA:2315,10 DA:2317,8 DA:2318,8 -DA:2319,5 -DA:2320,5 -DA:2322,2 -DA:2323,2 -DA:2326,6 -DA:2327,6 -DA:2329,1 -DA:2330,1 -DA:2334,8 -DA:2335,5 -DA:2336,5 -DA:2338,2 -DA:2339,2 -DA:2342,8 -DA:2343,3 -DA:2345,5 -DA:2346,5 -DA:2355,17 -DA:2356,8 -DA:2357,8 -DA:2358,10 +DA:2319,8 +DA:2320,8 +DA:2321,8 +DA:2322,5 +DA:2323,5 +DA:2325,2 +DA:2326,2 +DA:2329,6 +DA:2330,6 +DA:2332,1 +DA:2333,1 +DA:2337,8 +DA:2338,5 +DA:2339,5 +DA:2341,2 +DA:2342,2 +DA:2345,8 +DA:2346,3 +DA:2348,5 +DA:2349,5 +DA:2358,17 DA:2359,8 -DA:2361,8 +DA:2360,8 +DA:2361,10 DA:2362,8 -DA:2363,8 -DA:2364,7 -DA:2365,7 -DA:2366,2 -DA:2367,2 -DA:2369,1 -DA:2370,1 -DA:2373,6 -DA:2374,6 -DA:2376,1 -DA:2377,1 -DA:2381,8 -DA:2382,4 -DA:2383,4 -DA:2385,1 -DA:2386,1 -DA:2389,8 -DA:2390,3 -DA:2392,5 -DA:2400,17 -DA:2401,6 -DA:2402,6 -DA:2403,6 +DA:2364,8 +DA:2365,8 +DA:2366,8 +DA:2367,7 +DA:2368,7 +DA:2369,2 +DA:2370,2 +DA:2372,1 +DA:2373,1 +DA:2376,6 +DA:2377,6 +DA:2379,1 +DA:2380,1 +DA:2384,8 +DA:2385,4 +DA:2386,4 +DA:2388,1 +DA:2389,1 +DA:2392,8 +DA:2393,3 +DA:2395,5 +DA:2403,17 DA:2404,6 -DA:2405,4 -DA:2406,4 -DA:2407,3 -DA:2409,1 -DA:2417,17 -DA:2418,6 -DA:2419,6 -DA:2420,6 +DA:2405,6 +DA:2406,6 +DA:2407,6 +DA:2408,4 +DA:2409,4 +DA:2410,3 +DA:2412,1 +DA:2420,17 DA:2421,6 -DA:2422,3 -DA:2423,3 -DA:2424,2 -DA:2426,1 -DA:2434,17 -DA:2435,5 -DA:2436,5 -DA:2437,5 +DA:2422,6 +DA:2423,6 +DA:2424,6 +DA:2425,3 +DA:2426,3 +DA:2427,2 +DA:2429,1 +DA:2437,17 DA:2438,5 -DA:2439,3 -DA:2440,3 -DA:2441,1 -DA:2443,2 -DA:2451,17 -DA:2452,5 -DA:2453,5 -DA:2454,5 +DA:2439,5 +DA:2440,5 +DA:2441,5 +DA:2442,3 +DA:2443,3 +DA:2444,1 +DA:2446,2 +DA:2454,17 DA:2455,5 -DA:2456,3 -DA:2457,3 -DA:2458,1 -DA:2460,2 -DA:2468,17 -DA:2469,6 -DA:2470,6 -DA:2471,6 +DA:2456,5 +DA:2457,5 +DA:2458,5 +DA:2459,3 +DA:2460,3 +DA:2461,1 +DA:2463,2 +DA:2471,17 DA:2472,6 -DA:2473,3 -DA:2474,3 -DA:2475,2 -DA:2477,1 -DA:2485,17 -DA:2486,6 -DA:2487,6 -DA:2488,6 +DA:2473,6 +DA:2474,6 +DA:2475,6 +DA:2476,3 +DA:2477,3 +DA:2478,2 +DA:2480,1 +DA:2488,17 DA:2489,6 -DA:2490,4 -DA:2491,4 -DA:2492,3 -DA:2494,1 -DA:2502,17 -DA:2503,5 -DA:2504,5 -DA:2505,5 +DA:2490,6 +DA:2491,6 +DA:2492,6 +DA:2493,4 +DA:2494,4 +DA:2495,3 +DA:2497,1 +DA:2505,17 DA:2506,5 DA:2507,5 -DA:2508,3 -DA:2510,2 -DA:2517,17 -DA:2518,6 -DA:2519,6 -DA:2520,6 +DA:2508,5 +DA:2509,5 +DA:2510,5 +DA:2511,3 +DA:2513,2 +DA:2520,17 DA:2521,6 -DA:2522,3 -DA:2523,3 -DA:2524,2 -DA:2526,1 -DA:2534,17 -DA:2535,6 -DA:2536,6 -DA:2537,6 +DA:2522,6 +DA:2523,6 +DA:2524,6 +DA:2525,3 +DA:2526,3 +DA:2527,2 +DA:2529,1 +DA:2537,17 DA:2538,6 -DA:2539,3 -DA:2540,3 -DA:2541,2 -DA:2543,1 -DA:2551,17 -DA:2552,5 -DA:2553,5 -DA:2554,5 +DA:2539,6 +DA:2540,6 +DA:2541,6 +DA:2542,3 +DA:2543,3 +DA:2544,2 +DA:2546,1 +DA:2554,17 DA:2555,5 -DA:2556,3 -DA:2557,3 -DA:2558,1 -DA:2560,2 -DA:2568,17 -DA:2569,6 -DA:2570,6 -DA:2571,6 +DA:2556,5 +DA:2557,5 +DA:2558,5 +DA:2559,3 +DA:2560,3 +DA:2561,1 +DA:2563,2 +DA:2571,17 DA:2572,6 -DA:2573,2 -DA:2574,2 -DA:2575,1 -DA:2577,1 -DA:2582,17 -DA:2583,1 +DA:2573,6 +DA:2574,6 +DA:2575,6 +DA:2576,2 +DA:2577,2 +DA:2578,1 +DA:2580,1 DA:2585,17 -DA:2587,12 -DA:2600,2 -DA:2601,2 +DA:2586,1 +DA:2588,17 +DA:2590,12 DA:2603,2 -DA:2608,2 +DA:2604,2 +DA:2606,2 DA:2611,2 -DA:2617,2 -DA:2618,2 -DA:2619,2 -DA:2634,3 -DA:2636,3 -DA:2641,3 -DA:2643,3 -DA:2657,10 -DA:2661,10 -DA:2663,10 -DA:2669,10 -DA:2670,10 -DA:2688,1 -DA:2692,1 -DA:2694,1 -DA:2709,3 -DA:2714,3 -DA:2721,3 -DA:2722,1 -DA:2725,2 -DA:2727,2 -DA:2729,2 -DA:2730,1 -DA:2732,1 +DA:2614,2 +DA:2620,2 +DA:2621,2 +DA:2622,2 +DA:2637,3 +DA:2639,3 +DA:2644,3 +DA:2646,3 +DA:2660,10 +DA:2664,10 +DA:2666,10 +DA:2672,10 +DA:2673,10 +DA:2691,1 +DA:2695,1 +DA:2697,1 +DA:2712,3 +DA:2717,3 +DA:2724,3 +DA:2725,1 +DA:2728,2 +DA:2730,2 +DA:2732,2 +DA:2733,1 DA:2735,1 -DA:2736,1 -DA:2743,0 -DA:2748,0 -DA:2754,0 -DA:2756,0 -DA:2758,0 +DA:2738,1 +DA:2739,1 +DA:2746,0 +DA:2751,0 +DA:2757,0 DA:2759,0 DA:2761,0 +DA:2762,0 DA:2764,0 -DA:2765,0 -DA:2770,0 -DA:2779,0 -DA:2780,0 +DA:2767,0 +DA:2768,0 +DA:2773,0 DA:2782,0 DA:2783,0 -DA:2784,0 -DA:2789,0 -DA:2800,0 -DA:2805,0 -DA:2811,0 -DA:2813,0 -DA:2815,0 +DA:2785,0 +DA:2786,0 +DA:2787,0 +DA:2792,0 +DA:2803,0 +DA:2808,0 +DA:2814,0 DA:2816,0 DA:2818,0 +DA:2819,0 DA:2821,0 -DA:2823,0 +DA:2824,0 DA:2826,0 -DA:2831,0 -DA:2837,0 -DA:2839,0 -DA:2841,0 +DA:2829,0 +DA:2834,0 +DA:2840,0 DA:2842,0 DA:2844,0 +DA:2845,0 DA:2847,0 -DA:2849,0 -DA:2867,476 -DA:2869,476 -DA:2870,1 -DA:2873,475 -DA:2874,1 -DA:2877,474 -DA:2879,474 -DA:2880,1 -DA:2882,473 -DA:2885,473 -DA:2888,473 -DA:2889,2 -DA:2893,471 -DA:2894,342 -DA:2901,471 -DA:2902,471 -DA:2904,810 -DA:2905,1 -DA:2908,809 -DA:2909,1 -DA:2911,808 -DA:2914,808 -DA:2915,343 -DA:2918,808 -DA:2919,1273 -DA:2920,1 -DA:2922,1272 -DA:2923,743 -DA:2924,1 -DA:2926,742 -DA:2927,742 -DA:2928,742 -DA:2933,467 -DA:2965,1332 -DA:2966,429 -DA:2970,1332 -DA:2971,1332 -DA:2984,69 -DA:2985,69 -DA:2986,69 +DA:2850,0 +DA:2852,0 +DA:2870,472 +DA:2872,472 +DA:2873,1 +DA:2876,471 +DA:2877,1 +DA:2880,470 +DA:2882,470 +DA:2883,1 +DA:2885,469 +DA:2888,469 +DA:2891,469 +DA:2892,2 +DA:2896,467 +DA:2897,337 +DA:2904,467 +DA:2905,467 +DA:2907,815 +DA:2908,1 +DA:2911,814 +DA:2912,1 +DA:2914,813 +DA:2917,813 +DA:2918,343 +DA:2921,813 +DA:2922,1283 +DA:2923,1 +DA:2925,1282 +DA:2926,748 +DA:2927,1 +DA:2929,747 +DA:2930,747 +DA:2931,747 +DA:2936,463 +DA:2968,1312 +DA:2969,420 +DA:2973,1312 +DA:2974,1312 DA:2987,69 +DA:2988,69 DA:2989,69 -DA:2990,35 -DA:2992,34 -DA:2994,69 -DA:2995,69 -DA:3001,68 -DA:3002,174 -DA:3003,60 -DA:3004,32 -DA:3007,114 -DA:3008,58 -DA:3009,58 -DA:3014,1 -DA:3017,69 -DA:3021,644 -DA:3022,4 -DA:3025,644 -DA:3026,644 -DA:3027,7 -DA:3030,644 -DA:3034,145 -DA:3039,103 -DA:3040,103 -DA:3042,103 -DA:3045,103 -DA:3046,103 -DA:3054,12 -DA:3055,12 -DA:3061,443 -DA:3062,443 -DA:3064,443 -DA:3087,443 -DA:3088,443 -DA:3096,119 -DA:3097,119 -DA:3100,324 -DA:3101,324 -DA:3103,324 -DA:3104,323 -DA:3112,323 -DA:3113,119 -DA:3115,204 -DA:3118,323 -DA:3119,118 -DA:3123,324 -DA:3124,1 -DA:3125,1 -DA:3128,323 -DA:3133,397 -DA:3134,397 -DA:3137,396 -DA:3138,396 -DA:3139,334 +DA:2990,69 +DA:2992,69 +DA:2993,35 +DA:2995,34 +DA:2997,69 +DA:2998,69 +DA:3004,68 +DA:3005,174 +DA:3006,60 +DA:3007,32 +DA:3010,114 +DA:3011,58 +DA:3012,58 +DA:3017,1 +DA:3020,69 +DA:3024,632 +DA:3025,4 +DA:3028,632 +DA:3029,632 +DA:3030,7 +DA:3033,632 +DA:3037,145 +DA:3042,95 +DA:3043,95 +DA:3045,95 +DA:3048,95 +DA:3049,95 +DA:3057,11 +DA:3058,11 +DA:3064,432 +DA:3065,432 +DA:3067,432 +DA:3090,432 +DA:3091,432 +DA:3099,112 +DA:3100,112 +DA:3103,320 +DA:3104,320 +DA:3106,320 +DA:3107,319 +DA:3115,319 +DA:3116,119 +DA:3118,200 +DA:3121,319 +DA:3122,118 +DA:3126,320 +DA:3127,1 +DA:3128,1 +DA:3131,319 +DA:3136,397 +DA:3137,397 +DA:3140,396 DA:3141,396 -DA:3143,1 -DA:3147,405 -DA:3163,374 -DA:3168,100 -DA:3169,100 +DA:3142,334 +DA:3144,396 +DA:3146,1 +DA:3150,405 +DA:3166,374 DA:3171,100 -DA:3176,100 -DA:3177,100 -DA:3178,100 -DA:3180,0 -DA:3182,100 -DA:3189,100 -LF:1061 -LH:1018 +DA:3172,100 +DA:3174,100 +DA:3179,100 +DA:3180,100 +DA:3181,100 +DA:3183,0 +DA:3185,100 +DA:3192,100 +LF:1063 +LH:1019 BRDA:228,0,0,2 BRDA:228,0,1,218 BRDA:238,1,0,4 BRDA:238,1,1,215 BRDA:244,2,0,1 BRDA:244,2,1,3 -BRDA:255,3,0,1 -BRDA:255,3,1,2 -BRDA:273,4,0,215 -BRDA:273,4,1,3 -BRDA:298,5,0,8 -BRDA:298,5,1,9 -BRDA:303,6,0,2 -BRDA:303,6,1,6 -BRDA:309,7,0,1 -BRDA:309,7,1,3 -BRDA:333,8,0,14 -BRDA:333,8,1,22 -BRDA:352,9,0,1 -BRDA:352,9,1,21 -BRDA:352,10,0,22 -BRDA:352,10,1,22 -BRDA:374,11,0,26 -BRDA:374,11,1,54 -BRDA:392,12,0,1 -BRDA:392,12,1,3 -BRDA:563,13,0,1 -BRDA:563,13,1,1 -BRDA:615,14,0,128 -BRDA:615,14,1,114 -BRDA:618,15,0,68 -BRDA:618,15,1,174 -BRDA:626,16,0,114 -BRDA:626,16,1,60 -BRDA:654,17,0,2 -BRDA:654,17,1,620 -BRDA:654,18,0,622 -BRDA:654,18,1,621 -BRDA:662,19,0,76 -BRDA:662,19,1,74 -BRDA:683,20,0,29 -BRDA:683,20,1,14 -BRDA:697,21,0,73 -BRDA:697,21,1,1 -BRDA:743,22,0,29 -BRDA:743,22,1,2 -BRDA:818,23,0,6 -BRDA:818,23,1,6 -BRDA:840,24,0,4 -BRDA:840,24,1,319 -BRDA:840,25,0,323 -BRDA:840,25,1,319 -BRDA:847,26,0,203 -BRDA:847,26,1,1 -BRDA:911,27,0,42 -BRDA:911,27,1,16 -BRDA:911,28,0,58 -BRDA:911,28,1,56 -BRDA:914,29,0,25 -BRDA:914,29,1,33 -BRDA:929,30,0,1 -BRDA:929,30,1,100 -BRDA:945,31,0,1 -BRDA:945,31,1,99 -BRDA:961,32,0,118 -BRDA:961,32,1,1 -BRDA:967,33,0,118 -BRDA:967,33,1,1 -BRDA:968,34,0,118 -BRDA:968,34,1,1 -BRDA:1009,35,0,1 -BRDA:1009,35,1,1 -BRDA:1046,36,0,1 -BRDA:1046,36,1,1 -BRDA:1136,37,0,1 -BRDA:1136,37,1,23 -BRDA:1238,38,0,1 -BRDA:1238,38,1,2 -BRDA:1242,39,0,1 -BRDA:1242,39,1,2 -BRDA:1293,40,0,7 -BRDA:1293,40,1,1 -BRDA:1293,41,0,8 -BRDA:1293,41,1,8 -BRDA:1293,41,2,7 -BRDA:1294,42,0,6 -BRDA:1294,42,1,1 -BRDA:1295,43,0,5 -BRDA:1295,43,1,1 -BRDA:1301,44,0,4 -BRDA:1301,44,1,1 -BRDA:1307,45,0,3 -BRDA:1307,45,1,1 -BRDA:1316,46,0,2 -BRDA:1316,46,1,1 -BRDA:1322,47,0,1 -BRDA:1322,47,1,1 -BRDA:1365,48,0,1 -BRDA:1365,48,1,3 -BRDA:1365,49,0,4 -BRDA:1365,49,1,4 -BRDA:1365,49,2,4 -BRDA:1365,49,3,4 -BRDA:1365,49,4,3 -BRDA:1365,49,5,2 -BRDA:1430,50,0,25 -BRDA:1430,50,1,4 -BRDA:1433,51,0,2 -BRDA:1433,51,1,27 -BRDA:1434,52,0,1 -BRDA:1434,52,1,1 -BRDA:1439,53,0,2 -BRDA:1439,53,1,26 -BRDA:1440,54,0,1 -BRDA:1440,54,1,1 -BRDA:1445,55,0,25 -BRDA:1445,55,1,2 -BRDA:1472,56,0,26 -BRDA:1472,56,1,1 -BRDA:1472,57,0,27 -BRDA:1472,57,1,27 -BRDA:1472,57,2,27 -BRDA:1491,58,0,14 -BRDA:1491,58,1,10 -BRDA:1521,59,0,1 -BRDA:1521,59,1,3 -BRDA:1525,60,0,2 -BRDA:1525,60,1,1 -BRDA:1525,61,0,3 -BRDA:1525,61,1,3 -BRDA:1525,61,2,3 -BRDA:1561,62,0,1 -BRDA:1561,62,1,4 -BRDA:1565,63,0,3 -BRDA:1565,63,1,1 -BRDA:1565,64,0,4 -BRDA:1565,64,1,4 -BRDA:1598,65,0,1 -BRDA:1598,65,1,17 -BRDA:1602,66,0,14 -BRDA:1602,66,1,3 -BRDA:1629,67,0,8 -BRDA:1629,67,1,15 -BRDA:1633,68,0,1 -BRDA:1633,68,1,14 -BRDA:1659,69,0,46 -BRDA:1659,69,1,1 -BRDA:1662,70,0,4 -BRDA:1662,70,1,43 -BRDA:1663,71,0,1 -BRDA:1663,71,1,3 -BRDA:1668,72,0,2 -BRDA:1668,72,1,44 -BRDA:1669,73,0,1 -BRDA:1669,73,1,1 -BRDA:1674,74,0,44 -BRDA:1674,74,1,1 -BRDA:1701,75,0,44 -BRDA:1701,75,1,1 -BRDA:1701,76,0,45 -BRDA:1701,76,1,45 -BRDA:1701,76,2,45 -BRDA:1736,77,0,1 -BRDA:1736,77,1,71 -BRDA:1758,78,0,70 -BRDA:1758,78,1,1 -BRDA:1777,79,0,35 -BRDA:1777,79,1,36 +BRDA:246,3,0,0 +BRDA:246,3,1,1 +BRDA:258,4,0,1 +BRDA:258,4,1,3 +BRDA:276,5,0,215 +BRDA:276,5,1,4 +BRDA:301,6,0,17 +BRDA:301,6,1,9 +BRDA:306,7,0,11 +BRDA:306,7,1,6 +BRDA:312,8,0,1 +BRDA:312,8,1,3 +BRDA:336,9,0,14 +BRDA:336,9,1,22 +BRDA:355,10,0,1 +BRDA:355,10,1,21 +BRDA:355,11,0,22 +BRDA:355,11,1,22 +BRDA:377,12,0,26 +BRDA:377,12,1,54 +BRDA:395,13,0,1 +BRDA:395,13,1,3 +BRDA:566,14,0,1 +BRDA:566,14,1,1 +BRDA:618,15,0,128 +BRDA:618,15,1,114 +BRDA:621,16,0,68 +BRDA:621,16,1,174 +BRDA:629,17,0,114 +BRDA:629,17,1,60 +BRDA:657,18,0,2 +BRDA:657,18,1,620 +BRDA:657,19,0,622 +BRDA:657,19,1,621 +BRDA:665,20,0,84 +BRDA:665,20,1,66 +BRDA:686,21,0,29 +BRDA:686,21,1,12 +BRDA:700,22,0,65 +BRDA:700,22,1,1 +BRDA:746,23,0,28 +BRDA:746,23,1,2 +BRDA:821,24,0,6 +BRDA:821,24,1,6 +BRDA:843,25,0,4 +BRDA:843,25,1,308 +BRDA:843,26,0,312 +BRDA:843,26,1,308 +BRDA:850,27,0,199 +BRDA:850,27,1,1 +BRDA:914,28,0,42 +BRDA:914,28,1,16 +BRDA:914,29,0,58 +BRDA:914,29,1,56 +BRDA:917,30,0,25 +BRDA:917,30,1,33 +BRDA:932,31,0,1 +BRDA:932,31,1,100 +BRDA:948,32,0,1 +BRDA:948,32,1,99 +BRDA:964,33,0,118 +BRDA:964,33,1,1 +BRDA:970,34,0,118 +BRDA:970,34,1,1 +BRDA:971,35,0,118 +BRDA:971,35,1,1 +BRDA:1012,36,0,1 +BRDA:1012,36,1,1 +BRDA:1049,37,0,1 +BRDA:1049,37,1,1 +BRDA:1139,38,0,1 +BRDA:1139,38,1,23 +BRDA:1241,39,0,1 +BRDA:1241,39,1,2 +BRDA:1245,40,0,1 +BRDA:1245,40,1,2 +BRDA:1296,41,0,7 +BRDA:1296,41,1,1 +BRDA:1296,42,0,8 +BRDA:1296,42,1,8 +BRDA:1296,42,2,7 +BRDA:1297,43,0,6 +BRDA:1297,43,1,1 +BRDA:1298,44,0,5 +BRDA:1298,44,1,1 +BRDA:1304,45,0,4 +BRDA:1304,45,1,1 +BRDA:1310,46,0,3 +BRDA:1310,46,1,1 +BRDA:1319,47,0,2 +BRDA:1319,47,1,1 +BRDA:1325,48,0,1 +BRDA:1325,48,1,1 +BRDA:1368,49,0,1 +BRDA:1368,49,1,3 +BRDA:1368,50,0,4 +BRDA:1368,50,1,4 +BRDA:1368,50,2,4 +BRDA:1368,50,3,4 +BRDA:1368,50,4,3 +BRDA:1368,50,5,2 +BRDA:1433,51,0,25 +BRDA:1433,51,1,4 +BRDA:1436,52,0,2 +BRDA:1436,52,1,27 +BRDA:1437,53,0,1 +BRDA:1437,53,1,1 +BRDA:1442,54,0,2 +BRDA:1442,54,1,26 +BRDA:1443,55,0,1 +BRDA:1443,55,1,1 +BRDA:1448,56,0,25 +BRDA:1448,56,1,2 +BRDA:1475,57,0,26 +BRDA:1475,57,1,1 +BRDA:1475,58,0,27 +BRDA:1475,58,1,27 +BRDA:1475,58,2,27 +BRDA:1494,59,0,14 +BRDA:1494,59,1,10 +BRDA:1524,60,0,1 +BRDA:1524,60,1,3 +BRDA:1528,61,0,2 +BRDA:1528,61,1,1 +BRDA:1528,62,0,3 +BRDA:1528,62,1,3 +BRDA:1528,62,2,3 +BRDA:1564,63,0,1 +BRDA:1564,63,1,4 +BRDA:1568,64,0,3 +BRDA:1568,64,1,1 +BRDA:1568,65,0,4 +BRDA:1568,65,1,4 +BRDA:1601,66,0,1 +BRDA:1601,66,1,17 +BRDA:1605,67,0,14 +BRDA:1605,67,1,3 +BRDA:1632,68,0,8 +BRDA:1632,68,1,15 +BRDA:1636,69,0,1 +BRDA:1636,69,1,14 +BRDA:1662,70,0,46 +BRDA:1662,70,1,1 +BRDA:1665,71,0,4 +BRDA:1665,71,1,43 +BRDA:1666,72,0,1 +BRDA:1666,72,1,3 +BRDA:1671,73,0,2 +BRDA:1671,73,1,44 +BRDA:1672,74,0,1 +BRDA:1672,74,1,1 +BRDA:1677,75,0,44 +BRDA:1677,75,1,1 +BRDA:1704,76,0,44 +BRDA:1704,76,1,1 +BRDA:1704,77,0,45 +BRDA:1704,77,1,45 +BRDA:1704,77,2,45 +BRDA:1739,78,0,1 +BRDA:1739,78,1,71 +BRDA:1761,79,0,70 +BRDA:1761,79,1,1 BRDA:1780,80,0,35 -BRDA:1780,80,1,1 -BRDA:1784,81,0,1 -BRDA:1784,81,1,35 +BRDA:1780,80,1,36 +BRDA:1783,81,0,35 +BRDA:1783,81,1,1 BRDA:1787,82,0,1 BRDA:1787,82,1,35 -BRDA:1817,83,0,2 -BRDA:1817,83,1,2 -BRDA:1846,84,0,3 -BRDA:1846,84,1,2 -BRDA:1875,85,0,18 -BRDA:1875,85,1,18 -BRDA:1889,86,0,35 -BRDA:1889,86,1,6 -BRDA:1906,87,0,4 -BRDA:1906,87,1,19 -BRDA:1907,88,0,3 -BRDA:1907,88,1,1 -BRDA:1913,89,0,19 -BRDA:1913,89,1,3 -BRDA:1930,90,0,1 -BRDA:1930,90,1,21 -BRDA:1935,91,0,18 -BRDA:1935,91,1,3 -BRDA:1979,92,0,1 -BRDA:1979,92,1,50 -BRDA:1983,93,0,32 -BRDA:1983,93,1,18 -BRDA:1987,94,0,3 -BRDA:1987,94,1,15 -BRDA:2015,95,0,1 -BRDA:2015,95,1,4 -BRDA:2019,96,0,2 -BRDA:2019,96,1,2 -BRDA:2055,97,0,9 -BRDA:2055,97,1,6 -BRDA:2059,98,0,1 -BRDA:2059,98,1,5 -BRDA:2063,99,0,1 -BRDA:2063,99,1,4 -BRDA:2067,100,0,1 -BRDA:2067,100,1,3 -BRDA:2104,101,0,7 -BRDA:2104,101,1,5 -BRDA:2108,102,0,1 -BRDA:2108,102,1,4 -BRDA:2112,103,0,1 -BRDA:2112,103,1,3 -BRDA:2116,104,0,1 -BRDA:2116,104,1,2 -BRDA:2153,105,0,8 -BRDA:2153,105,1,5 -BRDA:2157,106,0,1 -BRDA:2157,106,1,4 -BRDA:2161,107,0,1 -BRDA:2161,107,1,3 -BRDA:2165,108,0,1 -BRDA:2165,108,1,2 -BRDA:2200,109,0,4 -BRDA:2200,109,1,6 -BRDA:2215,110,0,1 -BRDA:2215,110,1,5 -BRDA:2235,111,0,2 -BRDA:2235,111,1,16 -BRDA:2255,112,0,7 -BRDA:2255,112,1,10 -BRDA:2256,113,0,3 -BRDA:2256,113,1,4 -BRDA:2256,114,0,7 -BRDA:2256,114,1,3 -BRDA:2265,115,0,2 -BRDA:2265,115,1,5 -BRDA:2265,116,0,7 -BRDA:2265,116,1,6 -BRDA:2278,117,0,6 -BRDA:2278,117,1,11 -BRDA:2279,118,0,3 -BRDA:2279,118,1,3 -BRDA:2279,119,0,6 -BRDA:2279,119,1,4 -BRDA:2288,120,0,2 -BRDA:2288,120,1,4 -BRDA:2288,121,0,6 -BRDA:2288,121,1,4 -BRDA:2301,122,0,8 -BRDA:2301,122,1,9 -BRDA:2304,123,0,4 -BRDA:2304,123,1,4 -BRDA:2305,124,0,2 -BRDA:2305,124,1,2 -BRDA:2306,125,0,1 -BRDA:2306,125,1,1 -BRDA:2318,126,0,5 -BRDA:2318,126,1,3 -BRDA:2342,127,0,3 -BRDA:2342,127,1,5 -BRDA:2345,128,0,5 -BRDA:2345,128,1,0 -BRDA:2345,129,0,5 -BRDA:2345,129,1,1 -BRDA:2355,130,0,8 -BRDA:2355,130,1,9 -BRDA:2365,131,0,2 -BRDA:2365,131,1,5 -BRDA:2389,132,0,3 -BRDA:2389,132,1,5 -BRDA:2400,133,0,6 -BRDA:2400,133,1,11 -BRDA:2404,134,0,4 -BRDA:2404,134,1,2 -BRDA:2417,135,0,6 -BRDA:2417,135,1,11 -BRDA:2421,136,0,3 -BRDA:2421,136,1,3 -BRDA:2434,137,0,5 -BRDA:2434,137,1,12 -BRDA:2438,138,0,3 -BRDA:2438,138,1,2 -BRDA:2451,139,0,5 -BRDA:2451,139,1,12 -BRDA:2455,140,0,3 -BRDA:2455,140,1,2 -BRDA:2468,141,0,6 -BRDA:2468,141,1,11 -BRDA:2472,142,0,3 -BRDA:2472,142,1,3 -BRDA:2485,143,0,6 -BRDA:2485,143,1,11 -BRDA:2489,144,0,4 -BRDA:2489,144,1,2 -BRDA:2502,145,0,5 -BRDA:2502,145,1,12 -BRDA:2517,146,0,6 -BRDA:2517,146,1,11 -BRDA:2521,147,0,3 -BRDA:2521,147,1,3 -BRDA:2534,148,0,6 -BRDA:2534,148,1,11 -BRDA:2538,149,0,3 -BRDA:2538,149,1,3 -BRDA:2551,150,0,5 -BRDA:2551,150,1,12 -BRDA:2555,151,0,3 -BRDA:2555,151,1,2 -BRDA:2568,152,0,6 -BRDA:2568,152,1,11 -BRDA:2572,153,0,2 -BRDA:2572,153,1,4 -BRDA:2582,154,0,1 -BRDA:2582,154,1,16 -BRDA:2721,155,0,1 -BRDA:2721,155,1,2 -BRDA:2729,156,0,1 -BRDA:2729,156,1,1 -BRDA:2729,157,0,2 -BRDA:2729,157,1,2 -BRDA:2729,157,2,2 -BRDA:2758,158,0,0 -BRDA:2758,158,1,0 -BRDA:2758,159,0,0 -BRDA:2758,159,1,0 -BRDA:2758,159,2,0 -BRDA:2779,160,0,0 -BRDA:2779,160,1,0 -BRDA:2815,161,0,0 -BRDA:2815,161,1,0 -BRDA:2815,162,0,0 -BRDA:2815,162,1,0 -BRDA:2815,162,2,0 -BRDA:2841,163,0,0 -BRDA:2841,163,1,0 -BRDA:2841,164,0,0 -BRDA:2841,164,1,0 -BRDA:2841,164,2,0 -BRDA:2869,165,0,1 -BRDA:2869,165,1,475 -BRDA:2873,166,0,1 -BRDA:2873,166,1,474 -BRDA:2879,167,0,1 -BRDA:2879,167,1,473 -BRDA:2888,168,0,2 -BRDA:2888,168,1,471 -BRDA:2888,169,0,473 -BRDA:2888,169,1,471 -BRDA:2893,170,0,342 -BRDA:2893,170,1,129 -BRDA:2893,171,0,471 -BRDA:2893,171,1,130 -BRDA:2904,172,0,1 -BRDA:2904,172,1,809 -BRDA:2908,173,0,1 -BRDA:2908,173,1,808 -BRDA:2914,174,0,343 -BRDA:2914,174,1,465 -BRDA:2914,175,0,808 -BRDA:2914,175,1,466 -BRDA:2919,176,0,1 -BRDA:2919,176,1,1272 -BRDA:2922,177,0,743 -BRDA:2922,177,1,529 -BRDA:2923,178,0,1 -BRDA:2923,178,1,742 -BRDA:2965,179,0,429 -BRDA:2965,179,1,903 -BRDA:2970,180,0,1332 -BRDA:2989,181,0,35 -BRDA:2989,181,1,34 -BRDA:3002,182,0,60 -BRDA:3002,182,1,114 -BRDA:3003,183,0,32 -BRDA:3003,183,1,28 -BRDA:3007,184,0,58 -BRDA:3007,184,1,56 -BRDA:3021,185,0,4 -BRDA:3021,185,1,640 -BRDA:3026,186,0,7 -BRDA:3026,186,1,637 -BRDA:3112,187,0,119 -BRDA:3112,187,1,204 -BRDA:3118,188,0,118 -BRDA:3118,188,1,205 -BRDA:3123,189,0,1 -BRDA:3123,189,1,323 -BRDA:3134,190,0,396 -BRDA:3134,190,1,1 -BRDA:3134,191,0,397 -BRDA:3134,191,1,397 -BRDA:3134,191,2,397 -BRDA:3138,192,0,334 -BRDA:3138,192,1,62 -BRDA:3177,193,0,100 -BRDA:3177,193,1,0 -BRF:400 -BRH:381 +BRDA:1790,83,0,1 +BRDA:1790,83,1,35 +BRDA:1820,84,0,2 +BRDA:1820,84,1,2 +BRDA:1849,85,0,3 +BRDA:1849,85,1,2 +BRDA:1878,86,0,18 +BRDA:1878,86,1,18 +BRDA:1892,87,0,35 +BRDA:1892,87,1,6 +BRDA:1909,88,0,4 +BRDA:1909,88,1,19 +BRDA:1910,89,0,3 +BRDA:1910,89,1,1 +BRDA:1916,90,0,19 +BRDA:1916,90,1,3 +BRDA:1933,91,0,1 +BRDA:1933,91,1,21 +BRDA:1938,92,0,18 +BRDA:1938,92,1,3 +BRDA:1982,93,0,1 +BRDA:1982,93,1,50 +BRDA:1986,94,0,32 +BRDA:1986,94,1,18 +BRDA:1990,95,0,3 +BRDA:1990,95,1,15 +BRDA:2018,96,0,1 +BRDA:2018,96,1,4 +BRDA:2022,97,0,2 +BRDA:2022,97,1,2 +BRDA:2058,98,0,9 +BRDA:2058,98,1,6 +BRDA:2062,99,0,1 +BRDA:2062,99,1,5 +BRDA:2066,100,0,1 +BRDA:2066,100,1,4 +BRDA:2070,101,0,1 +BRDA:2070,101,1,3 +BRDA:2107,102,0,7 +BRDA:2107,102,1,5 +BRDA:2111,103,0,1 +BRDA:2111,103,1,4 +BRDA:2115,104,0,1 +BRDA:2115,104,1,3 +BRDA:2119,105,0,1 +BRDA:2119,105,1,2 +BRDA:2156,106,0,8 +BRDA:2156,106,1,5 +BRDA:2160,107,0,1 +BRDA:2160,107,1,4 +BRDA:2164,108,0,1 +BRDA:2164,108,1,3 +BRDA:2168,109,0,1 +BRDA:2168,109,1,2 +BRDA:2203,110,0,4 +BRDA:2203,110,1,6 +BRDA:2218,111,0,1 +BRDA:2218,111,1,5 +BRDA:2238,112,0,2 +BRDA:2238,112,1,16 +BRDA:2258,113,0,7 +BRDA:2258,113,1,10 +BRDA:2259,114,0,3 +BRDA:2259,114,1,4 +BRDA:2259,115,0,7 +BRDA:2259,115,1,3 +BRDA:2268,116,0,2 +BRDA:2268,116,1,5 +BRDA:2268,117,0,7 +BRDA:2268,117,1,6 +BRDA:2281,118,0,6 +BRDA:2281,118,1,11 +BRDA:2282,119,0,3 +BRDA:2282,119,1,3 +BRDA:2282,120,0,6 +BRDA:2282,120,1,4 +BRDA:2291,121,0,2 +BRDA:2291,121,1,4 +BRDA:2291,122,0,6 +BRDA:2291,122,1,4 +BRDA:2304,123,0,8 +BRDA:2304,123,1,9 +BRDA:2307,124,0,4 +BRDA:2307,124,1,4 +BRDA:2308,125,0,2 +BRDA:2308,125,1,2 +BRDA:2309,126,0,1 +BRDA:2309,126,1,1 +BRDA:2321,127,0,5 +BRDA:2321,127,1,3 +BRDA:2345,128,0,3 +BRDA:2345,128,1,5 +BRDA:2348,129,0,5 +BRDA:2348,129,1,0 +BRDA:2348,130,0,5 +BRDA:2348,130,1,1 +BRDA:2358,131,0,8 +BRDA:2358,131,1,9 +BRDA:2368,132,0,2 +BRDA:2368,132,1,5 +BRDA:2392,133,0,3 +BRDA:2392,133,1,5 +BRDA:2403,134,0,6 +BRDA:2403,134,1,11 +BRDA:2407,135,0,4 +BRDA:2407,135,1,2 +BRDA:2420,136,0,6 +BRDA:2420,136,1,11 +BRDA:2424,137,0,3 +BRDA:2424,137,1,3 +BRDA:2437,138,0,5 +BRDA:2437,138,1,12 +BRDA:2441,139,0,3 +BRDA:2441,139,1,2 +BRDA:2454,140,0,5 +BRDA:2454,140,1,12 +BRDA:2458,141,0,3 +BRDA:2458,141,1,2 +BRDA:2471,142,0,6 +BRDA:2471,142,1,11 +BRDA:2475,143,0,3 +BRDA:2475,143,1,3 +BRDA:2488,144,0,6 +BRDA:2488,144,1,11 +BRDA:2492,145,0,4 +BRDA:2492,145,1,2 +BRDA:2505,146,0,5 +BRDA:2505,146,1,12 +BRDA:2520,147,0,6 +BRDA:2520,147,1,11 +BRDA:2524,148,0,3 +BRDA:2524,148,1,3 +BRDA:2537,149,0,6 +BRDA:2537,149,1,11 +BRDA:2541,150,0,3 +BRDA:2541,150,1,3 +BRDA:2554,151,0,5 +BRDA:2554,151,1,12 +BRDA:2558,152,0,3 +BRDA:2558,152,1,2 +BRDA:2571,153,0,6 +BRDA:2571,153,1,11 +BRDA:2575,154,0,2 +BRDA:2575,154,1,4 +BRDA:2585,155,0,1 +BRDA:2585,155,1,16 +BRDA:2724,156,0,1 +BRDA:2724,156,1,2 +BRDA:2732,157,0,1 +BRDA:2732,157,1,1 +BRDA:2732,158,0,2 +BRDA:2732,158,1,2 +BRDA:2732,158,2,2 +BRDA:2761,159,0,0 +BRDA:2761,159,1,0 +BRDA:2761,160,0,0 +BRDA:2761,160,1,0 +BRDA:2761,160,2,0 +BRDA:2782,161,0,0 +BRDA:2782,161,1,0 +BRDA:2818,162,0,0 +BRDA:2818,162,1,0 +BRDA:2818,163,0,0 +BRDA:2818,163,1,0 +BRDA:2818,163,2,0 +BRDA:2844,164,0,0 +BRDA:2844,164,1,0 +BRDA:2844,165,0,0 +BRDA:2844,165,1,0 +BRDA:2844,165,2,0 +BRDA:2872,166,0,1 +BRDA:2872,166,1,471 +BRDA:2876,167,0,1 +BRDA:2876,167,1,470 +BRDA:2882,168,0,1 +BRDA:2882,168,1,469 +BRDA:2891,169,0,2 +BRDA:2891,169,1,467 +BRDA:2891,170,0,469 +BRDA:2891,170,1,467 +BRDA:2896,171,0,337 +BRDA:2896,171,1,130 +BRDA:2896,172,0,467 +BRDA:2896,172,1,131 +BRDA:2907,173,0,1 +BRDA:2907,173,1,814 +BRDA:2911,174,0,1 +BRDA:2911,174,1,813 +BRDA:2917,175,0,343 +BRDA:2917,175,1,470 +BRDA:2917,176,0,813 +BRDA:2917,176,1,471 +BRDA:2922,177,0,1 +BRDA:2922,177,1,1282 +BRDA:2925,178,0,748 +BRDA:2925,178,1,534 +BRDA:2926,179,0,1 +BRDA:2926,179,1,747 +BRDA:2968,180,0,420 +BRDA:2968,180,1,892 +BRDA:2973,181,0,1312 +BRDA:2992,182,0,35 +BRDA:2992,182,1,34 +BRDA:3005,183,0,60 +BRDA:3005,183,1,114 +BRDA:3006,184,0,32 +BRDA:3006,184,1,28 +BRDA:3010,185,0,58 +BRDA:3010,185,1,56 +BRDA:3024,186,0,4 +BRDA:3024,186,1,628 +BRDA:3029,187,0,7 +BRDA:3029,187,1,625 +BRDA:3115,188,0,119 +BRDA:3115,188,1,200 +BRDA:3121,189,0,118 +BRDA:3121,189,1,201 +BRDA:3126,190,0,1 +BRDA:3126,190,1,319 +BRDA:3137,191,0,396 +BRDA:3137,191,1,1 +BRDA:3137,192,0,397 +BRDA:3137,192,1,397 +BRDA:3137,192,2,397 +BRDA:3141,193,0,334 +BRDA:3141,193,1,62 +BRDA:3180,194,0,100 +BRDA:3180,194,1,0 +BRF:402 +BRH:382 end_of_record TN: SF:src\environment.ts @@ -1734,13 +1738,13 @@ FN:9,(anonymous_0) FN:20,(anonymous_1) FNF:2 FNH:2 -FNDA:63,(anonymous_0) +FNDA:62,(anonymous_0) FNDA:93,(anonymous_1) DA:3,1 DA:5,1 -DA:10,63 -DA:11,63 -DA:12,63 +DA:10,62 +DA:11,62 +DA:12,62 DA:17,1 DA:21,93 DA:22,93 @@ -1770,46 +1774,46 @@ FN:17,(anonymous_9) FNF:2 FNH:2 FNDA:217,(anonymous_8) -FNDA:1334,(anonymous_9) +FNDA:1314,(anonymous_9) DA:1,1 DA:2,1 DA:10,1 DA:12,1 DA:13,217 DA:15,217 -DA:18,1334 -DA:19,1334 +DA:18,1314 +DA:19,1314 DA:20,2 -DA:23,1334 -DA:24,1334 +DA:23,1314 +DA:24,1314 DA:25,3 -DA:27,1331 -DA:31,1331 -DA:33,1331 -DA:34,1329 -DA:37,1331 +DA:27,1311 +DA:31,1311 +DA:33,1311 +DA:34,1309 +DA:37,1311 DA:38,29 -DA:41,1331 -DA:42,137 -DA:43,137 -DA:44,137 -DA:45,137 -DA:46,137 -DA:47,137 -DA:48,137 -DA:50,1194 +DA:41,1311 +DA:42,129 +DA:43,129 +DA:44,129 +DA:45,129 +DA:46,129 +DA:47,129 +DA:48,129 +DA:50,1182 LF:27 LH:27 BRDA:19,0,0,2 -BRDA:19,0,1,1332 +BRDA:19,0,1,1312 BRDA:24,1,0,3 -BRDA:24,1,1,1331 -BRDA:33,2,0,1329 +BRDA:24,1,1,1311 +BRDA:33,2,0,1309 BRDA:33,2,1,2 BRDA:37,3,0,29 -BRDA:37,3,1,1302 -BRDA:41,4,0,137 -BRDA:41,4,1,1194 +BRDA:37,3,1,1282 +BRDA:41,4,0,129 +BRDA:41,4,1,1182 BRF:10 BRH:10 end_of_record @@ -2039,7 +2043,7 @@ FN:243,(anonymous_41) FN:248,(anonymous_43) FNF:22 FNH:22 -FNDA:239,(anonymous_8) +FNDA:235,(anonymous_8) FNDA:262,(anonymous_9) FNDA:3,(anonymous_10) FNDA:2,(anonymous_11) @@ -2050,7 +2054,7 @@ FNDA:34,(anonymous_17) FNDA:1,(anonymous_19) FNDA:4,(anonymous_21) FNDA:21,(anonymous_23) -FNDA:29,(anonymous_25) +FNDA:28,(anonymous_25) FNDA:1,(anonymous_27) FNDA:1,(anonymous_29) FNDA:1,(anonymous_30) @@ -2064,8 +2068,8 @@ FNDA:401,(anonymous_43) DA:2,1 DA:5,1 DA:16,1 -DA:27,239 -DA:28,239 +DA:27,235 +DA:28,235 DA:38,262 DA:39,261 DA:43,3 @@ -2094,9 +2098,9 @@ DA:121,21 DA:122,162 DA:123,1 DA:129,20 -DA:137,29 -DA:138,29 -DA:139,29 +DA:137,28 +DA:138,28 +DA:139,28 DA:149,1 DA:150,1 DA:151,1 @@ -2160,7 +2164,7 @@ FN:105,(anonymous_17) FN:105,(anonymous_18) FNF:9 FNH:8 -FNDA:9,(anonymous_9) +FNDA:10,(anonymous_9) FNDA:6,(anonymous_10) FNDA:2,(anonymous_12) FNDA:2,(anonymous_13) @@ -2178,11 +2182,11 @@ DA:13,1 DA:14,1 DA:16,1 DA:36,1 -DA:43,9 -DA:44,9 -DA:45,9 -DA:46,9 -DA:47,9 +DA:43,10 +DA:44,10 +DA:45,10 +DA:46,10 +DA:47,10 DA:51,6 DA:52,5 DA:55,6 @@ -2232,9 +2236,9 @@ DA:142,1 DA:150,2 LF:61 LH:58 -BRDA:46,0,0,9 -BRDA:46,0,1,5 -BRDA:47,1,0,9 +BRDA:46,0,0,10 +BRDA:46,0,1,6 +BRDA:47,1,0,10 BRDA:47,1,1,1 BRDA:51,2,0,5 BRDA:51,2,1,1 @@ -2398,24 +2402,24 @@ BRH:0 end_of_record TN: SF:src\server.ts -FN:25,(anonymous_1) +FN:34,(anonymous_1) FNF:1 FNH:1 FNDA:9,(anonymous_1) DA:1,1 DA:4,1 -DA:19,1 -DA:26,9 -DA:27,9 -DA:28,9 -DA:29,9 -DA:30,9 -DA:31,1 -DA:33,8 +DA:28,1 +DA:35,9 +DA:36,9 +DA:37,9 +DA:38,9 +DA:39,9 +DA:40,1 +DA:42,8 LF:10 LH:10 -BRDA:30,0,0,1 -BRDA:30,0,1,8 +BRDA:39,0,0,1 +BRDA:39,0,1,8 BRF:2 BRH:2 end_of_record @@ -2815,7 +2819,7 @@ FNH:7 FNDA:1,(anonymous_7) FNDA:23,(anonymous_8) FNDA:25,(anonymous_9) -FNDA:79,(anonymous_11) +FNDA:81,(anonymous_11) FNDA:22,(anonymous_12) FNDA:11,(anonymous_13) FNDA:37,(anonymous_14) @@ -2838,9 +2842,9 @@ DA:72,24 DA:73,23 DA:74,23 DA:75,23 -DA:92,79 +DA:92,81 DA:93,19 -DA:95,60 +DA:95,62 DA:103,22 DA:111,11 DA:119,37 @@ -2853,9 +2857,9 @@ BRDA:69,1,1,24 BRDA:72,2,0,23 BRDA:72,2,1,1 BRDA:92,3,0,19 -BRDA:92,3,1,60 -BRDA:92,4,0,79 -BRDA:92,4,1,75 +BRDA:92,3,1,62 +BRDA:92,4,0,81 +BRDA:92,4,1,77 BRF:10 BRH:10 end_of_record diff --git a/docs/coverage/src/client.ts.html b/docs/coverage/src/client.ts.html index ff73404d..1abcd807 100644 --- a/docs/coverage/src/client.ts.html +++ b/docs/coverage/src/client.ts.html @@ -23,16 +23,16 @@

    All files / src client.
    - 95.96% + 95.88% Statements - 1022/1065 + 1023/1067
    - 95.25% + 95.02% Branches - 381/400 + 382/402
    @@ -44,9 +44,9 @@

    All files / src client.
    - 95.95% + 95.86% Lines - 1018/1061 + 1019/1063
    @@ -3249,7 +3249,10 @@

    All files / src client. 3190 3191 3192 -3193  +3193 +3194 +3195 +3196  1x 1x   @@ -3495,33 +3498,36 @@

    All files / src client. 4x   1x +    +1x   -3x   -3x -3x -3x -3x -3x +4x +  +4x +4x +4x +4x +4x 1x   -2x +3x     -3x +4x   -3x +4x             -3x +4x     -218x +219x 215x 215x   @@ -3546,13 +3552,13 @@

    All files / src client.   4x 4x +26x 17x -8x       -8x -2x +17x +11x       @@ -3911,43 +3917,43 @@

    All files / src client.   150x 150x -76x -76x +84x +84x     -74x -74x -74x +66x +66x +66x     -12x -12x -12x -12x +11x +11x +11x +11x   -12x +11x   -43x -43x -43x +41x +41x +41x   -43x +41x 29x     29x 29x   -14x +12x           -74x -74x -73x -73x +66x +66x +65x +65x   1x   @@ -3961,14 +3967,14 @@

    All files / src client.       -42x -42x +41x +41x   -42x +41x     -42x -42x +41x +41x       @@ -3986,13 +3992,13 @@

    All files / src client.       -31x -31x +30x +30x   -31x +30x   -31x -29x +30x +28x       @@ -4084,19 +4090,19 @@

    All files / src client.       -323x -323x +312x +312x     -323x +312x 4x     -319x -319x -204x -204x -203x +308x +308x +200x +200x +199x       @@ -4106,8 +4112,8 @@

    All files / src client. 1x     -115x -115x +108x +108x       @@ -6115,73 +6121,73 @@

    All files / src client.       -476x +472x   -476x +472x 1x     -475x +471x 1x     -474x +470x   -474x +470x 1x   -473x +469x     -473x +469x     -473x +469x 2x       -471x -342x +467x +337x             -471x -471x +467x +467x   -810x +815x 1x     -809x +814x 1x   -808x +813x     -808x +813x 343x     -808x -1273x +813x +1283x 1x   -1272x -743x +1282x +748x 1x   -742x -742x -742x +747x +747x +747x         -467x +463x       @@ -6213,13 +6219,13 @@

    All files / src client.       -1332x -429x +1312x +420x       -1332x -1332x +1312x +1312x       @@ -6269,16 +6275,16 @@

    All files / src client.       -644x +632x 4x     -644x -644x +632x +632x 7x     -644x +632x       @@ -6287,14 +6293,14 @@

    All files / src client.       -103x -103x +95x +95x   -103x +95x     -103x -103x +95x +95x       @@ -6302,17 +6308,17 @@

    All files / src client.       -12x -12x +11x +11x           -443x -443x +432x +432x   -443x +432x       @@ -6335,8 +6341,8 @@

    All files / src client.       -443x -443x +432x +432x       @@ -6344,15 +6350,15 @@

    All files / src client.       -119x -119x +112x +112x     -324x -324x +320x +320x   -324x -323x +320x +319x       @@ -6360,23 +6366,23 @@

    All files / src client.       -323x +319x 119x   -204x +200x     -323x +319x 118x       -324x +320x 1x 1x     -323x +319x       @@ -6651,7 +6657,7 @@

    All files / src client. * If no VCAP_SERVICES are available, the client uses the following variables * from the envirnonment for the connectivity:<br/> * <ul> - * <li>NEXTCLOUD_URL - the WebDAV url of the nextcloud server</li> + * <li>NEXTCLOUD_URL - the url of the nextcloud server</li> * <li>NEXTCLOUD_USERNAME - the user name</li> * <li>NEXTCLOUD_PASSWORD - the application password</li> * </ul> @@ -6682,13 +6688,16 @@

    All files / src client.   this.proxy = server.proxy;   - debug("constructor: webdav url %s", server.url); + debug("constructor: url %s", server.url);   if (server.url.indexOf(Client.webDavUrlPath) === -1) { - // not a valid nextcloud url - throw new ClientError(`The provided nextcloud url "${server.url}" does not comply to the nextcloud url standard, "${Client.webDavUrlPath}" is missing`, - "ERR_INVALID_NEXTCLOUD_WEBDAV_URL"); +  + Iif (server.url.slice(-1) === "/") { + server.url = server.url.slice(0, -1); + } + server.url = server.url + Client.webDavUrlPath; } +  this.nextcloudOrigin = server.url.substr(0, server.url.indexOf(Client.webDavUrlPath));   debug("constructor: nextcloud url %s", this.nextcloudOrigin); @@ -9640,7 +9649,7 @@

    All files / src client.

    diff --git a/docs/coverage/src/command/command.ts.html b/docs/coverage/src/command/command.ts.html index 8b7b06d6..6ef702fb 100644 --- a/docs/coverage/src/command/command.ts.html +++ b/docs/coverage/src/command/command.ts.html @@ -270,10 +270,10 @@

    All files / src/command<       -79x +81x 19x   -60x +62x       @@ -430,7 +430,7 @@

    All files / src/command< diff --git a/docs/coverage/src/command/downloadFolderCommand.ts.html b/docs/coverage/src/command/downloadFolderCommand.ts.html index 7865093b..9b58e93b 100644 --- a/docs/coverage/src/command/downloadFolderCommand.ts.html +++ b/docs/coverage/src/command/downloadFolderCommand.ts.html @@ -412,7 +412,7 @@

    All files / src/command< diff --git a/docs/coverage/src/command/getFilesRecursivelyCommand.ts.html b/docs/coverage/src/command/getFilesRecursivelyCommand.ts.html index bf1954cb..5e6599e5 100644 --- a/docs/coverage/src/command/getFilesRecursivelyCommand.ts.html +++ b/docs/coverage/src/command/getFilesRecursivelyCommand.ts.html @@ -352,7 +352,7 @@

    All files / src/command< diff --git a/docs/coverage/src/command/index.html b/docs/coverage/src/command/index.html index 551c129d..842fd674 100644 --- a/docs/coverage/src/command/index.html +++ b/docs/coverage/src/command/index.html @@ -155,7 +155,7 @@

    All files src/command

    diff --git a/docs/coverage/src/command/uploadFilesCommand.ts.html b/docs/coverage/src/command/uploadFilesCommand.ts.html index 09d7fc6a..69ee5577 100644 --- a/docs/coverage/src/command/uploadFilesCommand.ts.html +++ b/docs/coverage/src/command/uploadFilesCommand.ts.html @@ -373,7 +373,7 @@

    All files / src/command< diff --git a/docs/coverage/src/command/uploadFolderCommand.ts.html b/docs/coverage/src/command/uploadFolderCommand.ts.html index bfac2a9b..cf407d46 100644 --- a/docs/coverage/src/command/uploadFolderCommand.ts.html +++ b/docs/coverage/src/command/uploadFolderCommand.ts.html @@ -397,7 +397,7 @@

    All files / src/command< diff --git a/docs/coverage/src/environment.ts.html b/docs/coverage/src/environment.ts.html index 32a2d2e6..82f07be7 100644 --- a/docs/coverage/src/environment.ts.html +++ b/docs/coverage/src/environment.ts.html @@ -244,7 +244,7 @@

    All files / src environ diff --git a/docs/coverage/src/environmentVcapServices.ts.html b/docs/coverage/src/environmentVcapServices.ts.html index 340c2970..4fd1547f 100644 --- a/docs/coverage/src/environmentVcapServices.ts.html +++ b/docs/coverage/src/environmentVcapServices.ts.html @@ -283,7 +283,7 @@

    All files / src environ diff --git a/docs/coverage/src/error.ts.html b/docs/coverage/src/error.ts.html index bbb0591b..752127c8 100644 --- a/docs/coverage/src/error.ts.html +++ b/docs/coverage/src/error.ts.html @@ -160,9 +160,9 @@

    All files / src error.t       -63x -63x -63x +62x +62x +62x       @@ -346,7 +346,7 @@

    All files / src error.t diff --git a/docs/coverage/src/fakeServer.ts.html b/docs/coverage/src/fakeServer.ts.html index 8f699f5f..06bb2f5c 100644 --- a/docs/coverage/src/fakeServer.ts.html +++ b/docs/coverage/src/fakeServer.ts.html @@ -126,39 +126,39 @@

    All files / src fakeSer 217x     -1334x -1334x +1314x +1314x 2x     -1334x -1334x +1314x +1314x 3x   -1331x +1311x       -1331x +1311x   -1331x -1329x +1311x +1309x     -1331x +1311x 29x     -1331x -137x -137x -137x -137x -137x -137x -137x +1311x +129x +129x +129x +129x +129x +129x +129x   -1194x +1182x      
    import debugFactory from "debug";
    @@ -220,7 +220,7 @@ 

    All files / src fakeSer diff --git a/docs/coverage/src/file.ts.html b/docs/coverage/src/file.ts.html index 8d6265e8..41d88b11 100644 --- a/docs/coverage/src/file.ts.html +++ b/docs/coverage/src/file.ts.html @@ -712,7 +712,7 @@

    All files / src file.ts diff --git a/docs/coverage/src/fileSizeFormatter.ts.html b/docs/coverage/src/fileSizeFormatter.ts.html index cdc1e0fa..318c38fc 100644 --- a/docs/coverage/src/fileSizeFormatter.ts.html +++ b/docs/coverage/src/fileSizeFormatter.ts.html @@ -163,7 +163,7 @@

    All files / src fileSiz diff --git a/docs/coverage/src/fileSystemElement.ts.html b/docs/coverage/src/fileSystemElement.ts.html index 034e4bc2..9923163e 100644 --- a/docs/coverage/src/fileSystemElement.ts.html +++ b/docs/coverage/src/fileSystemElement.ts.html @@ -334,7 +334,7 @@

    All files / src fileSys diff --git a/docs/coverage/src/fileSystemFolder.ts.html b/docs/coverage/src/fileSystemFolder.ts.html index 9ca1a994..a10f08c3 100644 --- a/docs/coverage/src/fileSystemFolder.ts.html +++ b/docs/coverage/src/fileSystemFolder.ts.html @@ -202,7 +202,7 @@

    All files / src fileSys diff --git a/docs/coverage/src/folder.ts.html b/docs/coverage/src/folder.ts.html index 0dff6014..69ac5b3f 100644 --- a/docs/coverage/src/folder.ts.html +++ b/docs/coverage/src/folder.ts.html @@ -337,8 +337,8 @@

    All files / src folder.       -239x -239x +235x +235x       @@ -447,9 +447,9 @@

    All files / src folder.       -29x -29x -29x +28x +28x +28x       @@ -826,7 +826,7 @@

    All files / src folder. diff --git a/docs/coverage/src/httpClient.ts.html b/docs/coverage/src/httpClient.ts.html index 61f758a9..c88d9169 100644 --- a/docs/coverage/src/httpClient.ts.html +++ b/docs/coverage/src/httpClient.ts.html @@ -252,11 +252,11 @@

    All files / src httpCli       -9x -9x -9x -9x -9x +10x +10x +10x +10x +10x       @@ -523,7 +523,7 @@

    All files / src httpCli diff --git a/docs/coverage/src/index.html b/docs/coverage/src/index.html index ce6ec227..67ea01a6 100644 --- a/docs/coverage/src/index.html +++ b/docs/coverage/src/index.html @@ -23,16 +23,16 @@

    All files src

    - 97.2% + 97.14% Statements - 1594/1640 + 1595/1642
    - 96.07% + 95.91% Branches - 538/560 + 539/562
    @@ -44,9 +44,9 @@

    All files src

    - 97.18% + 97.12% Lines - 1585/1631 + 1586/1633
    @@ -74,17 +74,17 @@

    All files src

    client.ts - +
    - 95.96% - 1022/1065 - 95.25% - 381/400 + 95.88% + 1023/1067 + 95.02% + 382/402 93.9% 77/82 - 95.95% - 1018/1061 + 95.86% + 1019/1063 @@ -350,7 +350,7 @@

    All files src

    diff --git a/docs/coverage/src/requestResponseLog.ts.html b/docs/coverage/src/requestResponseLog.ts.html index 118f3b21..fedfb227 100644 --- a/docs/coverage/src/requestResponseLog.ts.html +++ b/docs/coverage/src/requestResponseLog.ts.html @@ -403,7 +403,7 @@

    All files / src request diff --git a/docs/coverage/src/requestResponseLogEntry.ts.html b/docs/coverage/src/requestResponseLogEntry.ts.html index 09234934..44dbd65f 100644 --- a/docs/coverage/src/requestResponseLogEntry.ts.html +++ b/docs/coverage/src/requestResponseLogEntry.ts.html @@ -181,7 +181,7 @@

    All files / src request diff --git a/docs/coverage/src/server.ts.html b/docs/coverage/src/server.ts.html index 3bd81036..5926476a 100644 --- a/docs/coverage/src/server.ts.html +++ b/docs/coverage/src/server.ts.html @@ -93,7 +93,16 @@

    All files / src server. 34 35 36 -371x +37 +38 +39 +40 +41 +42 +43 +44 +45 +461x     1x @@ -111,6 +120,15 @@

    All files / src server.       +  +  +  +  +  +  +  +  +  1x     @@ -139,8 +157,17 @@

    All files / src server. "password": string; }   +/** + * The options of a server constructor + */ export interface IServerOptions { + /** + * the url of the nextcloud server like https://nextcloud.mydomain.com + */ "url": string; + /** + * basic authentication informatin to access the nextcloud server + */ "basicAuth": IBasicAuth; "proxy"?: IProxy; "logRequestResponse"?: boolean; @@ -172,7 +199,7 @@

    All files / src server. diff --git a/docs/coverage/src/share.ts.html b/docs/coverage/src/share.ts.html index e6265e6b..abf4f766 100644 --- a/docs/coverage/src/share.ts.html +++ b/docs/coverage/src/share.ts.html @@ -688,7 +688,7 @@

    All files / src share.t diff --git a/docs/coverage/src/tag.ts.html b/docs/coverage/src/tag.ts.html index ce228c87..a42c5639 100644 --- a/docs/coverage/src/tag.ts.html +++ b/docs/coverage/src/tag.ts.html @@ -142,7 +142,7 @@

    All files / src tag.ts< diff --git a/docs/coverage/src/user.ts.html b/docs/coverage/src/user.ts.html index 4dd9e333..59bf8273 100644 --- a/docs/coverage/src/user.ts.html +++ b/docs/coverage/src/user.ts.html @@ -1864,7 +1864,7 @@

    All files / src user.ts diff --git a/docs/coverage/src/userGroup.ts.html b/docs/coverage/src/userGroup.ts.html index 306a8448..23b01366 100644 --- a/docs/coverage/src/userGroup.ts.html +++ b/docs/coverage/src/userGroup.ts.html @@ -187,7 +187,7 @@

    All files / src userGro diff --git a/package.json b/package.json index b9135c0f..088fa40e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud-node-client", - "version": "1.7.0", + "version": "1.8.0", "description": "Nextcloud client API for node.js TypeScript applications", "main": "dist/client.js", "types": "dist/client.d.ts", diff --git a/src/client.ts b/src/client.ts index e23704c0..dbc86fd8 100644 --- a/src/client.ts +++ b/src/client.ts @@ -208,7 +208,7 @@ export default class Client { * If no VCAP_SERVICES are available, the client uses the following variables * from the envirnonment for the connectivity:
    *
      - *
    • NEXTCLOUD_URL - the WebDAV url of the nextcloud server
    • + *
    • NEXTCLOUD_URL - the url of the nextcloud server
    • *
    • NEXTCLOUD_USERNAME - the user name
    • *
    • NEXTCLOUD_PASSWORD - the application password
    • *
    @@ -239,13 +239,16 @@ export default class Client { this.proxy = server.proxy; - debug("constructor: webdav url %s", server.url); + debug("constructor: url %s", server.url); if (server.url.indexOf(Client.webDavUrlPath) === -1) { - // not a valid nextcloud url - throw new ClientError(`The provided nextcloud url "${server.url}" does not comply to the nextcloud url standard, "${Client.webDavUrlPath}" is missing`, - "ERR_INVALID_NEXTCLOUD_WEBDAV_URL"); + + if (server.url.slice(-1) === "/") { + server.url = server.url.slice(0, -1); + } + server.url = server.url + Client.webDavUrlPath; } + this.nextcloudOrigin = server.url.substr(0, server.url.indexOf(Client.webDavUrlPath)); debug("constructor: nextcloud url %s", this.nextcloudOrigin); diff --git a/src/server.ts b/src/server.ts index 850f94cd..557a3993 100644 --- a/src/server.ts +++ b/src/server.ts @@ -8,8 +8,17 @@ export interface IBasicAuth { "password": string; } +/** + * The options of a server constructor + */ export interface IServerOptions { + /** + * the url of the nextcloud server like https://nextcloud.mydomain.com + */ "url": string; + /** + * basic authentication informatin to access the nextcloud server + */ "basicAuth": IBasicAuth; "proxy"?: IProxy; "logRequestResponse"?: boolean; diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/03_get_and_create_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/03_get_and_create_folder.json index 29f68550..d5c52a05 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/03_get_and_create_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/03_get_and_create_folder.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 11:55:59 GMT"5f05b44f6189c"51457RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:29:20 GMT"5f0ef6a0a1172"53145RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,14 +96,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 11:55:59 GMT", - "getetag": ""5f05b44f6189c"", + "getlastmodified": "Wed, 15 Jul 2020 12:29:20 GMT", + "getetag": ""5f0ef6a0a1172"", "resourcetype": { "collection": "" }, - "fileid": 51457, + "fileid": 53145, "permissions": "RGDNVCK", - "size": 0, + "size": 4508901, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -418,7 +418,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/a/b/c/d/xx/Wed, 08 Jul 2020 12:52:36 GMT"5f05c1942754f"51619RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/a/b/c/d/xx/Wed, 15 Jul 2020 12:35:27 GMT"5f0ef80fc149f"53279RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -428,12 +428,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:36 GMT", - "getetag": ""5f05c1942754f"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:27 GMT", + "getetag": ""5f0ef80fc149f"", "resourcetype": { "collection": "" }, - "fileid": 51619, + "fileid": 53279, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -485,7 +485,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/a/b/c/d/xx/Wed, 08 Jul 2020 12:52:36 GMT"5f05c1942754f"51619RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/a/b/c/d/xx/Wed, 15 Jul 2020 12:35:27 GMT"5f0ef80fc149f"53279RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -495,12 +495,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:36 GMT", - "getetag": ""5f05c1942754f"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:27 GMT", + "getetag": ""5f0ef80fc149f"", "resourcetype": { "collection": "" }, - "fileid": 51619, + "fileid": 53279, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/04_delete_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/04_delete_folder.json index 1252e096..e9137c41 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/04_delete_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/04_delete_folder.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/deleteme/Wed, 08 Jul 2020 12:52:38 GMT"5f05c1963552a"51620RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/deleteme/Wed, 15 Jul 2020 12:35:29 GMT"5f0ef81198e97"53280RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:38 GMT", - "getetag": ""5f05c1963552a"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:29 GMT", + "getetag": ""5f0ef81198e97"", "resourcetype": { "collection": "" }, - "fileid": 51620, + "fileid": 53280, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/deleteme/Wed, 08 Jul 2020 12:52:38 GMT"5f05c1963552a"51620RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/deleteme/Wed, 15 Jul 2020 12:35:29 GMT"5f0ef81198e97"53280RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:38 GMT", - "getetag": ""5f05c1963552a"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:29 GMT", + "getetag": ""5f0ef81198e97"", "resourcetype": { "collection": "" }, - "fileid": 51620, + "fileid": 53280, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -214,7 +214,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/deleteme/Wed, 08 Jul 2020 12:52:38 GMT"5f05c1963552a"51620RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/deleteme/Wed, 15 Jul 2020 12:35:29 GMT"5f0ef81198e97"53280RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -224,12 +224,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:38 GMT", - "getetag": ""5f05c1963552a"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:29 GMT", + "getetag": ""5f0ef81198e97"", "resourcetype": { "collection": "" }, - "fileid": 51620, + "fileid": 53280, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/07_create_file.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/07_create_file.json index ae946f8b..2eb3f4c4 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/07_create_file.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/07_create_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/test07/Wed, 08 Jul 2020 12:52:41 GMT"5f05c1998b720"51621RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/test07/Wed, 15 Jul 2020 12:35:33 GMT"5f0ef815087e3"53281RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:41 GMT", - "getetag": ""5f05c1998b720"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:33 GMT", + "getetag": ""5f0ef815087e3"", "resourcetype": { "collection": "" }, - "fileid": 51621, + "fileid": 53281, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -161,7 +161,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/test07/file1.txtWed, 08 Jul 2020 12:52:42 GMT"32ddb41a0784def65d89d317846732aa"text/plain51622RGDNVW1919true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/test07/file1.txtWed, 15 Jul 2020 12:35:33 GMT"5359369a950fbdaa9f5f1776b5b6997d"text/plain53282RGDNVW1919true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -170,11 +170,11 @@ "href": "/remote.php/webdav/test/test07/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:42 GMT", - "getetag": ""32ddb41a0784def65d89d317846732aa"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:33 GMT", + "getetag": ""5359369a950fbdaa9f5f1776b5b6997d"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51622, + "fileid": 53282, "permissions": "RGDNVW", "size": 19, "getcontentlength": 19, @@ -219,7 +219,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/test07/Wed, 08 Jul 2020 12:52:42 GMT"5f05c19a878dc"51621RGDNVCK19false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/test07/Wed, 15 Jul 2020 12:35:33 GMT"5f0ef815eebb2"53281RGDNVCK19false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -229,12 +229,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:42 GMT", - "getetag": ""5f05c19a878dc"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:33 GMT", + "getetag": ""5f0ef815eebb2"", "resourcetype": { "collection": "" }, - "fileid": 51621, + "fileid": 53281, "permissions": "RGDNVCK", "size": 19, "has-preview": false, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/test07/Wed, 08 Jul 2020 12:52:42 GMT"5f05c19a878dc"51621RGDNVCK19false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/test07/Wed, 15 Jul 2020 12:35:33 GMT"5f0ef815eebb2"53281RGDNVCK19false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -296,12 +296,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:42 GMT", - "getetag": ""5f05c19a878dc"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:33 GMT", + "getetag": ""5f0ef815eebb2"", "resourcetype": { "collection": "" }, - "fileid": 51621, + "fileid": 53281, "permissions": "RGDNVCK", "size": 19, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/09_get_sub_directories.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/09_get_sub_directories.json index d82793f0..fc7afecc 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/09_get_sub_directories.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/09_get_sub_directories.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base09/Wed, 08 Jul 2020 12:52:46 GMT"5f05c19e55c9e"51623RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base09/Wed, 15 Jul 2020 12:35:37 GMT"5f0ef819d695b"53283RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:46 GMT", - "getetag": ""5f05c19e55c9e"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:37 GMT", + "getetag": ""5f0ef819d695b"", "resourcetype": { "collection": "" }, - "fileid": 51623, + "fileid": 53283, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -200,7 +200,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base09/subdir1/Wed, 08 Jul 2020 12:52:47 GMT"5f05c19fc18b6"51624RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base09/subdir1/Wed, 15 Jul 2020 12:35:39 GMT"5f0ef81b696ea"53284RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -210,12 +210,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:47 GMT", - "getetag": ""5f05c19fc18b6"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:39 GMT", + "getetag": ""5f0ef81b696ea"", "resourcetype": { "collection": "" }, - "fileid": 51624, + "fileid": 53284, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -320,7 +320,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base09/subdir2/Wed, 08 Jul 2020 12:52:49 GMT"5f05c1a143279"51625RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base09/subdir2/Wed, 15 Jul 2020 12:35:40 GMT"5f0ef81cdef9f"53285RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -330,12 +330,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:49 GMT", - "getetag": ""5f05c1a143279"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:40 GMT", + "getetag": ""5f0ef81cdef9f"", "resourcetype": { "collection": "" }, - "fileid": 51625, + "fileid": 53285, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -392,7 +392,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base09/Wed, 08 Jul 2020 12:52:49 GMT"5f05c1a145a78"51623RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base09/subdir1/Wed, 08 Jul 2020 12:52:47 GMT"5f05c19fc18b6"51624RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base09/subdir2/Wed, 08 Jul 2020 12:52:49 GMT"5f05c1a143279"51625RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base09/Wed, 15 Jul 2020 12:35:40 GMT"5f0ef81ce1e41"53283RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base09/subdir1/Wed, 15 Jul 2020 12:35:39 GMT"5f0ef81b696ea"53284RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base09/subdir2/Wed, 15 Jul 2020 12:35:40 GMT"5f0ef81cdef9f"53285RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -403,12 +403,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:49 GMT", - "getetag": ""5f05c1a145a78"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:40 GMT", + "getetag": ""5f0ef81ce1e41"", "resourcetype": { "collection": "" }, - "fileid": 51623, + "fileid": 53283, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -438,12 +438,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:47 GMT", - "getetag": ""5f05c19fc18b6"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:39 GMT", + "getetag": ""5f0ef81b696ea"", "resourcetype": { "collection": "" }, - "fileid": 51624, + "fileid": 53284, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -473,12 +473,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:49 GMT", - "getetag": ""5f05c1a143279"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:40 GMT", + "getetag": ""5f0ef81cdef9f"", "resourcetype": { "collection": "" }, - "fileid": 51625, + "fileid": 53285, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -536,7 +536,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base09/Wed, 08 Jul 2020 12:52:49 GMT"5f05c1a145a78"51623RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base09/Wed, 15 Jul 2020 12:35:40 GMT"5f0ef81ce1e41"53283RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -546,12 +546,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:49 GMT", - "getetag": ""5f05c1a145a78"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:40 GMT", + "getetag": ""5f0ef81ce1e41"", "resourcetype": { "collection": "" }, - "fileid": 51623, + "fileid": 53283, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/10_get_sub_directories_with_folder_object.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/10_get_sub_directories_with_folder_object.json index 5319d5ef..113686f5 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/10_get_sub_directories_with_folder_object.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/10_get_sub_directories_with_folder_object.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base10/Wed, 08 Jul 2020 12:52:52 GMT"5f05c1a4374b9"51626RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base10/Wed, 15 Jul 2020 12:35:43 GMT"5f0ef81fc3eec"53286RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:52 GMT", - "getetag": ""5f05c1a4374b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:43 GMT", + "getetag": ""5f0ef81fc3eec"", "resourcetype": { "collection": "" }, - "fileid": 51626, + "fileid": 53286, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -200,7 +200,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base10/subdir1/Wed, 08 Jul 2020 12:52:53 GMT"5f05c1a5c50f8"51627RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base10/subdir1/Wed, 15 Jul 2020 12:35:45 GMT"5f0ef82146bd2"53287RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -210,12 +210,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:53 GMT", - "getetag": ""5f05c1a5c50f8"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:45 GMT", + "getetag": ""5f0ef82146bd2"", "resourcetype": { "collection": "" }, - "fileid": 51627, + "fileid": 53287, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -320,7 +320,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base10/subdir2/Wed, 08 Jul 2020 12:52:55 GMT"5f05c1a74205c"51628RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base10/subdir2/Wed, 15 Jul 2020 12:35:46 GMT"5f0ef822b6d9f"53288RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -330,12 +330,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:55 GMT", - "getetag": ""5f05c1a74205c"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:46 GMT", + "getetag": ""5f0ef822b6d9f"", "resourcetype": { "collection": "" }, - "fileid": 51628, + "fileid": 53288, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -392,7 +392,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base10/Wed, 08 Jul 2020 12:52:55 GMT"5f05c1a74499e"51626RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base10/subdir1/Wed, 08 Jul 2020 12:52:53 GMT"5f05c1a5c50f8"51627RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base10/subdir2/Wed, 08 Jul 2020 12:52:55 GMT"5f05c1a74205c"51628RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base10/Wed, 15 Jul 2020 12:35:46 GMT"5f0ef822b8a4e"53286RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base10/subdir1/Wed, 15 Jul 2020 12:35:45 GMT"5f0ef82146bd2"53287RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/base10/subdir2/Wed, 15 Jul 2020 12:35:46 GMT"5f0ef822b6d9f"53288RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -403,12 +403,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:55 GMT", - "getetag": ""5f05c1a74499e"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:46 GMT", + "getetag": ""5f0ef822b8a4e"", "resourcetype": { "collection": "" }, - "fileid": 51626, + "fileid": 53286, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -438,12 +438,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:53 GMT", - "getetag": ""5f05c1a5c50f8"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:45 GMT", + "getetag": ""5f0ef82146bd2"", "resourcetype": { "collection": "" }, - "fileid": 51627, + "fileid": 53287, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -473,12 +473,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:55 GMT", - "getetag": ""5f05c1a74205c"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:46 GMT", + "getetag": ""5f0ef822b6d9f"", "resourcetype": { "collection": "" }, - "fileid": 51628, + "fileid": 53288, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -536,7 +536,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/base10/Wed, 08 Jul 2020 12:52:55 GMT"5f05c1a74499e"51626RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/base10/Wed, 15 Jul 2020 12:35:46 GMT"5f0ef822b8a4e"53286RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -546,12 +546,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:55 GMT", - "getetag": ""5f05c1a74499e"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:46 GMT", + "getetag": ""5f0ef822b8a4e"", "resourcetype": { "collection": "" }, - "fileid": 51626, + "fileid": 53286, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/11_get_files_of_an_empty_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/11_get_files_of_an_empty_folder.json index 25ffd783..51c6c4ad 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/11_get_files_of_an_empty_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/11_get_files_of_an_empty_folder.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:52:57 GMT"5f05c1a94bf2f"51457RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:35:48 GMT"5f0ef8249a12b"53145RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,14 +96,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:52:57 GMT", - "getetag": ""5f05c1a94bf2f"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:48 GMT", + "getetag": ""5f0ef8249a12b"", "resourcetype": { "collection": "" }, - "fileid": 51457, + "fileid": 53145, "permissions": "RGDNVCK", - "size": 0, + "size": 4508901, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -259,7 +259,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/empty/Wed, 08 Jul 2020 12:53:00 GMT"5f05c1ac713ad"51630RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/empty/Wed, 15 Jul 2020 12:35:51 GMT"5f0ef827c695d"53290RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -269,12 +269,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:00 GMT", - "getetag": ""5f05c1ac713ad"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:51 GMT", + "getetag": ""5f0ef827c695d"", "resourcetype": { "collection": "" }, - "fileid": 51630, + "fileid": 53290, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -331,7 +331,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/empty/Wed, 08 Jul 2020 12:53:00 GMT"5f05c1ac713ad"51630RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/empty/Wed, 15 Jul 2020 12:35:51 GMT"5f0ef827c695d"53290RGDNVCK0false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -341,12 +341,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:00 GMT", - "getetag": ""5f05c1ac713ad"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:51 GMT", + "getetag": ""5f0ef827c695d"", "resourcetype": { "collection": "" }, - "fileid": 51630, + "fileid": 53290, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -403,7 +403,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/empty/Wed, 08 Jul 2020 12:53:00 GMT"5f05c1ac713ad"51630RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/empty/Wed, 15 Jul 2020 12:35:51 GMT"5f0ef827c695d"53290RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -413,12 +413,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:00 GMT", - "getetag": ""5f05c1ac713ad"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:51 GMT", + "getetag": ""5f0ef827c695d"", "resourcetype": { "collection": "" }, - "fileid": 51630, + "fileid": 53290, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/12_get_files_of_a_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/12_get_files_of_a_folder.json index ceadc0b1..63938056 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/12_get_files_of_a_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/12_get_files_of_a_folder.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/Wed, 08 Jul 2020 12:53:02 GMT"5f05c1ae7f71e"51629RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/Wed, 15 Jul 2020 12:35:53 GMT"5f0ef829992e1"53289RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:02 GMT", - "getetag": ""5f05c1ae7f71e"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:53 GMT", + "getetag": ""5f0ef829992e1"", "resourcetype": { "collection": "" }, - "fileid": 51629, + "fileid": 53289, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/Wed, 08 Jul 2020 12:53:02 GMT"5f05c1ae7f71e"51629RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/Wed, 15 Jul 2020 12:35:53 GMT"5f0ef829992e1"53289RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,12 +104,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:02 GMT", - "getetag": ""5f05c1ae7f71e"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:53 GMT", + "getetag": ""5f0ef829992e1"", "resourcetype": { "collection": "" }, - "fileid": 51629, + "fileid": 53289, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -175,7 +175,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/file1.txtWed, 08 Jul 2020 12:53:03 GMT"3c83d7683bde160cd9fab5625685e261"text/plain51631RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/files/file1.txtWed, 15 Jul 2020 12:35:55 GMT"55841f7da7578f00823ea9df401bf5d2"text/plain53291RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -184,11 +184,11 @@ "href": "/remote.php/webdav/test/files/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:03 GMT", - "getetag": ""3c83d7683bde160cd9fab5625685e261"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:55 GMT", + "getetag": ""55841f7da7578f00823ea9df401bf5d2"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51631, + "fileid": 53291, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -233,7 +233,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/Wed, 08 Jul 2020 12:53:03 GMT"5f05c1b000678"51629RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/Wed, 15 Jul 2020 12:35:55 GMT"5f0ef82b0d81c"53289RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -243,12 +243,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:03 GMT", - "getetag": ""5f05c1b000678"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:55 GMT", + "getetag": ""5f0ef82b0d81c"", "resourcetype": { "collection": "" }, - "fileid": 51629, + "fileid": 53289, "permissions": "RGDNVCK", "size": 6, "has-preview": false, @@ -314,7 +314,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/file2.txtWed, 08 Jul 2020 12:53:05 GMT"4b83177cf7170e7611f593e34a9abb85"text/plain51632RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/files/file2.txtWed, 15 Jul 2020 12:35:56 GMT"da5106a62bffed7dfe660645a59341d5"text/plain53292RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -323,11 +323,11 @@ "href": "/remote.php/webdav/test/files/file2.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:05 GMT", - "getetag": ""4b83177cf7170e7611f593e34a9abb85"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:56 GMT", + "getetag": ""da5106a62bffed7dfe660645a59341d5"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51632, + "fileid": 53292, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -377,7 +377,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/Wed, 08 Jul 2020 12:53:05 GMT"5f05c1b1820cc"51629RGDNVCK12false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/files/file1.txtWed, 08 Jul 2020 12:53:03 GMT"3c83d7683bde160cd9fab5625685e261"text/plain51631RGDNVW66true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/files/file2.txtWed, 08 Jul 2020 12:53:05 GMT"4b83177cf7170e7611f593e34a9abb85"text/plain51632RGDNVW66true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/Wed, 15 Jul 2020 12:35:56 GMT"5f0ef82c5df92"53289RGDNVCK12false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/files/file1.txtWed, 15 Jul 2020 12:35:55 GMT"55841f7da7578f00823ea9df401bf5d2"text/plain53291RGDNVW66true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/files/file2.txtWed, 15 Jul 2020 12:35:56 GMT"da5106a62bffed7dfe660645a59341d5"text/plain53292RGDNVW66true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -388,12 +388,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:05 GMT", - "getetag": ""5f05c1b1820cc"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:56 GMT", + "getetag": ""5f0ef82c5df92"", "resourcetype": { "collection": "" }, - "fileid": 51629, + "fileid": 53289, "permissions": "RGDNVCK", "size": 12, "has-preview": false, @@ -423,11 +423,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:03 GMT", - "getetag": ""3c83d7683bde160cd9fab5625685e261"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:55 GMT", + "getetag": ""55841f7da7578f00823ea9df401bf5d2"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51631, + "fileid": 53291, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -456,11 +456,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:05 GMT", - "getetag": ""4b83177cf7170e7611f593e34a9abb85"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:56 GMT", + "getetag": ""da5106a62bffed7dfe660645a59341d5"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51632, + "fileid": 53292, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -517,7 +517,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/files/Wed, 08 Jul 2020 12:53:05 GMT"5f05c1b1820cc"51629RGDNVCK12false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/files/Wed, 15 Jul 2020 12:35:56 GMT"5f0ef82c5df92"53289RGDNVCK12false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -527,12 +527,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:05 GMT", - "getetag": ""5f05c1b1820cc"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:56 GMT", + "getetag": ""5f0ef82c5df92"", "resourcetype": { "collection": "" }, - "fileid": 51629, + "fileid": 53289, "permissions": "RGDNVCK", "size": 12, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/13_get_file_content.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/13_get_file_content.json index a1e3b48e..73b9848d 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/13_get_file_content.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/13_get_file_content.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileContent/Wed, 08 Jul 2020 12:53:08 GMT"5f05c1b48a682"51633RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileContent/Wed, 15 Jul 2020 12:35:59 GMT"5f0ef82f2f120"53293RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:08 GMT", - "getetag": ""5f05c1b48a682"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:59 GMT", + "getetag": ""5f0ef82f2f120"", "resourcetype": { "collection": "" }, - "fileid": 51633, + "fileid": 53293, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileContent/Wed, 08 Jul 2020 12:53:08 GMT"5f05c1b48a682"51633RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileContent/Wed, 15 Jul 2020 12:35:59 GMT"5f0ef82f2f120"53293RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:08 GMT", - "getetag": ""5f05c1b48a682"", + "getlastmodified": "Wed, 15 Jul 2020 12:35:59 GMT", + "getetag": ""5f0ef82f2f120"", "resourcetype": { "collection": "" }, - "fileid": 51633, + "fileid": 53293, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileContent/file1.txtWed, 08 Jul 2020 12:53:10 GMT"6f85f6ee362595480db30610bcdb1207"text/plain51634RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileContent/file1.txtWed, 15 Jul 2020 12:36:00 GMT"da129cc60a45c0ec080557bceca23c33"text/plain53294RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileContent/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:10 GMT", - "getetag": ""6f85f6ee362595480db30610bcdb1207"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:00 GMT", + "getetag": ""da129cc60a45c0ec080557bceca23c33"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51634, + "fileid": 53294, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileContent/file1.txtWed, 08 Jul 2020 12:53:10 GMT"6f85f6ee362595480db30610bcdb1207"text/plain51634RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileContent/file1.txtWed, 15 Jul 2020 12:36:00 GMT"da129cc60a45c0ec080557bceca23c33"text/plain53294RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileContent/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:10 GMT", - "getetag": ""6f85f6ee362595480db30610bcdb1207"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:00 GMT", + "getetag": ""da129cc60a45c0ec080557bceca23c33"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51634, + "fileid": 53294, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -358,7 +358,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileContent/Wed, 08 Jul 2020 12:53:10 GMT"5f05c1b61a373"51633RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileContent/Wed, 15 Jul 2020 12:36:00 GMT"5f0ef830908d7"53293RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -368,12 +368,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:10 GMT", - "getetag": ""5f05c1b61a373"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:00 GMT", + "getetag": ""5f0ef830908d7"", "resourcetype": { "collection": "" }, - "fileid": 51633, + "fileid": 53293, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/14_delete_file.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/14_delete_file.json index 8a9110ed..d33f50b8 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/14_delete_file.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/14_delete_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete/Wed, 08 Jul 2020 12:53:13 GMT"5f05c1b9aa3e0"51635RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete/Wed, 15 Jul 2020 12:36:03 GMT"5f0ef833ee2c7"53295RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:13 GMT", - "getetag": ""5f05c1b9aa3e0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:03 GMT", + "getetag": ""5f0ef833ee2c7"", "resourcetype": { "collection": "" }, - "fileid": 51635, + "fileid": 53295, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete/Wed, 08 Jul 2020 12:53:13 GMT"5f05c1b9aa3e0"51635RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete/Wed, 15 Jul 2020 12:36:03 GMT"5f0ef833ee2c7"53295RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:13 GMT", - "getetag": ""5f05c1b9aa3e0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:03 GMT", + "getetag": ""5f0ef833ee2c7"", "resourcetype": { "collection": "" }, - "fileid": 51635, + "fileid": 53295, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete/file1.txtWed, 08 Jul 2020 12:53:15 GMT"63de049645a814dda0d3601013b4cabf"text/plain51636RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileDelete/file1.txtWed, 15 Jul 2020 12:36:05 GMT"a022d82a26297be9662ef110305906e4"text/plain53296RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileDelete/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:15 GMT", - "getetag": ""63de049645a814dda0d3601013b4cabf"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:05 GMT", + "getetag": ""a022d82a26297be9662ef110305906e4"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51636, + "fileid": 53296, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete/file1.txtWed, 08 Jul 2020 12:53:15 GMT"63de049645a814dda0d3601013b4cabf"text/plain51636RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileDelete/file1.txtWed, 15 Jul 2020 12:36:05 GMT"a022d82a26297be9662ef110305906e4"text/plain53296RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileDelete/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:15 GMT", - "getetag": ""63de049645a814dda0d3601013b4cabf"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:05 GMT", + "getetag": ""a022d82a26297be9662ef110305906e4"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51636, + "fileid": 53296, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -397,7 +397,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete/Wed, 08 Jul 2020 12:53:16 GMT"5f05c1bc8544f"51635RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete/Wed, 15 Jul 2020 12:36:06 GMT"5f0ef836e5aee"53295RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -407,12 +407,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:16 GMT", - "getetag": ""5f05c1bc8544f"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:06 GMT", + "getetag": ""5f0ef836e5aee"", "resourcetype": { "collection": "" }, - "fileid": 51635, + "fileid": 53295, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/15_get_link_of_file.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/15_get_link_of_file.json index 5104181e..756ba4ac 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/15_get_link_of_file.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/15_get_link_of_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileLink/Wed, 08 Jul 2020 12:53:18 GMT"5f05c1bef1e0b"51637RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileLink/Wed, 15 Jul 2020 12:36:09 GMT"5f0ef8395ca32"53297RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:18 GMT", - "getetag": ""5f05c1bef1e0b"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:09 GMT", + "getetag": ""5f0ef8395ca32"", "resourcetype": { "collection": "" }, - "fileid": 51637, + "fileid": 53297, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileLink/Wed, 08 Jul 2020 12:53:18 GMT"5f05c1bef1e0b"51637RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileLink/Wed, 15 Jul 2020 12:36:09 GMT"5f0ef8395ca32"53297RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:18 GMT", - "getetag": ""5f05c1bef1e0b"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:09 GMT", + "getetag": ""5f0ef8395ca32"", "resourcetype": { "collection": "" }, - "fileid": 51637, + "fileid": 53297, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileLink/file1.txtWed, 08 Jul 2020 12:53:20 GMT"b7d9b7e231b9224c8bbae53aae6a3cc0"text/plain51638RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileLink/file1.txtWed, 15 Jul 2020 12:36:10 GMT"ccf03478c4b662a94e5d61648131309e"text/plain53298RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileLink/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:20 GMT", - "getetag": ""b7d9b7e231b9224c8bbae53aae6a3cc0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:10 GMT", + "getetag": ""ccf03478c4b662a94e5d61648131309e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51638, + "fileid": 53298, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileLink/file1.txtWed, 08 Jul 2020 12:53:20 GMT"b7d9b7e231b9224c8bbae53aae6a3cc0"text/plain51638RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileLink/file1.txtWed, 15 Jul 2020 12:36:10 GMT"ccf03478c4b662a94e5d61648131309e"text/plain53298RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileLink/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:20 GMT", - "getetag": ""b7d9b7e231b9224c8bbae53aae6a3cc0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:10 GMT", + "getetag": ""ccf03478c4b662a94e5d61648131309e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51638, + "fileid": 53298, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/16_get_link_of_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/16_get_link_of_folder.json index ddc95e46..0dc942ff 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/16_get_link_of_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/16_get_link_of_folder.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileLink/Wed, 08 Jul 2020 12:53:20 GMT"5f05c1c06d002"51637RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileLink/Wed, 15 Jul 2020 12:36:10 GMT"5f0ef83abdb49"53297RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:20 GMT", - "getetag": ""5f05c1c06d002"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:10 GMT", + "getetag": ""5f0ef83abdb49"", "resourcetype": { "collection": "" }, - "fileid": 51637, + "fileid": 53297, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/17_move_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/17_move_folder.json index 0275cfbb..ee42218c 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/17_move_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/17_move_folder.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/sourcefolder/Wed, 08 Jul 2020 12:53:22 GMT"5f05c1c2cd481"51639RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/sourcefolder/Wed, 15 Jul 2020 12:36:13 GMT"5f0ef83d148e2"53299RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:22 GMT", - "getetag": ""5f05c1c2cd481"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:13 GMT", + "getetag": ""5f0ef83d148e2"", "resourcetype": { "collection": "" }, - "fileid": 51639, + "fileid": 53299, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -161,7 +161,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/targetFolder/Wed, 08 Jul 2020 12:53:22 GMT"5f05c1c2cd481"51639RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/targetFolder/Wed, 15 Jul 2020 12:36:13 GMT"5f0ef83d148e2"53299RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -171,12 +171,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:22 GMT", - "getetag": ""5f05c1c2cd481"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:13 GMT", + "getetag": ""5f0ef83d148e2"", "resourcetype": { "collection": "" }, - "fileid": 51639, + "fileid": 53299, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/18_move_file.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/18_move_file.json index 24296133..a9375a1b 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/18_move_file.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/18_move_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile/Wed, 08 Jul 2020 12:53:25 GMT"5f05c1c52ffc8"51640RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/renameFile/Wed, 15 Jul 2020 12:36:15 GMT"5f0ef83f59287"53300RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:25 GMT", - "getetag": ""5f05c1c52ffc8"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:15 GMT", + "getetag": ""5f0ef83f59287"", "resourcetype": { "collection": "" }, - "fileid": 51640, + "fileid": 53300, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile/Wed, 08 Jul 2020 12:53:25 GMT"5f05c1c52ffc8"51640RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/renameFile/Wed, 15 Jul 2020 12:36:15 GMT"5f0ef83f59287"53300RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:25 GMT", - "getetag": ""5f05c1c52ffc8"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:15 GMT", + "getetag": ""5f0ef83f59287"", "resourcetype": { "collection": "" }, - "fileid": 51640, + "fileid": 53300, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile/sourceFile.txtWed, 08 Jul 2020 12:53:26 GMT"930877a3a01bcb095634303ab00d5f08"text/plain51641RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/renameFile/sourceFile.txtWed, 15 Jul 2020 12:36:16 GMT"ff827536f053f2bff386070b6e0ffd44"text/plain53301RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/renameFile/sourceFile.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:26 GMT", - "getetag": ""930877a3a01bcb095634303ab00d5f08"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:16 GMT", + "getetag": ""ff827536f053f2bff386070b6e0ffd44"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51641, + "fileid": 53301, "permissions": "RGDNVW", "size": 4, "getcontentlength": 4, @@ -300,7 +300,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile/targetFile.txtWed, 08 Jul 2020 12:53:26 GMT"930877a3a01bcb095634303ab00d5f08"text/plain51641RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/renameFile/targetFile.txtWed, 15 Jul 2020 12:36:16 GMT"ff827536f053f2bff386070b6e0ffd44"text/plain53301RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -309,11 +309,11 @@ "href": "/remote.php/webdav/test/renameFile/targetFile.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:26 GMT", - "getetag": ""930877a3a01bcb095634303ab00d5f08"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:16 GMT", + "getetag": ""ff827536f053f2bff386070b6e0ffd44"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51641, + "fileid": 53301, "permissions": "RGDNVW", "size": 4, "getcontentlength": 4, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/20_get_file_id.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/20_get_file_id.json index 5c62f853..ff8d0a36 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/20_get_file_id.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/20_get_file_id.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileId/Wed, 08 Jul 2020 12:53:29 GMT"5f05c1c99d5b0"51642RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileId/Wed, 15 Jul 2020 12:36:19 GMT"5f0ef84390d54"53302RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:29 GMT", - "getetag": ""5f05c1c99d5b0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:19 GMT", + "getetag": ""5f0ef84390d54"", "resourcetype": { "collection": "" }, - "fileid": 51642, + "fileid": 53302, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileId/Wed, 08 Jul 2020 12:53:29 GMT"5f05c1c99d5b0"51642RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileId/Wed, 15 Jul 2020 12:36:19 GMT"5f0ef84390d54"53302RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:29 GMT", - "getetag": ""5f05c1c99d5b0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:19 GMT", + "getetag": ""5f0ef84390d54"", "resourcetype": { "collection": "" }, - "fileid": 51642, + "fileid": 53302, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileId/file1.txtWed, 08 Jul 2020 12:53:31 GMT"0ea8c0f22775d6327e6eb0e3a067a162"text/plain51643RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileId/file1.txtWed, 15 Jul 2020 12:36:21 GMT"29b938fd146395faf63a8124aef4f8d8"text/plain53303RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/getFileId/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:31 GMT", - "getetag": ""0ea8c0f22775d6327e6eb0e3a067a162"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:21 GMT", + "getetag": ""29b938fd146395faf63a8124aef4f8d8"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51643, + "fileid": 53303, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileId/file1.txtWed, 08 Jul 2020 12:53:31 GMT"0ea8c0f22775d6327e6eb0e3a067a162"text/plain51643RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileId/file1.txtWed, 15 Jul 2020 12:36:21 GMT"29b938fd146395faf63a8124aef4f8d8"text/plain53303RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/getFileId/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:31 GMT", - "getetag": ""0ea8c0f22775d6327e6eb0e3a067a162"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:21 GMT", + "getetag": ""29b938fd146395faf63a8124aef4f8d8"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51643, + "fileid": 53303, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/21_get_folder_id.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/21_get_folder_id.json index 2e2fdab8..ce3473ef 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/21_get_folder_id.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/21_get_folder_id.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolderId/Wed, 08 Jul 2020 12:53:32 GMT"5f05c1cce5ed8"51644RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolderId/Wed, 15 Jul 2020 12:36:22 GMT"5f0ef846d9d20"53304RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:32 GMT", - "getetag": ""5f05c1cce5ed8"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:22 GMT", + "getetag": ""5f0ef846d9d20"", "resourcetype": { "collection": "" }, - "fileid": 51644, + "fileid": 53304, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/22_has_subfolders.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/22_has_subfolders.json index 364a7281..b87568b5 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/22_has_subfolders.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/22_has_subfolders.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderWithSubfolder/Wed, 08 Jul 2020 12:53:34 GMT"5f05c1ce52088"51645RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderWithSubfolder/Wed, 15 Jul 2020 12:36:24 GMT"5f0ef84856f1c"53305RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:34 GMT", - "getetag": ""5f05c1ce52088"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:24 GMT", + "getetag": ""5f0ef84856f1c"", "resourcetype": { "collection": "" }, - "fileid": 51645, + "fileid": 53305, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -200,7 +200,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderWithSubfolder/subFolder/Wed, 08 Jul 2020 12:53:35 GMT"5f05c1cfb6555"51646RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderWithSubfolder/subFolder/Wed, 15 Jul 2020 12:36:25 GMT"5f0ef849b4b25"53306RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -210,12 +210,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:35 GMT", - "getetag": ""5f05c1cfb6555"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:25 GMT", + "getetag": ""5f0ef849b4b25"", "resourcetype": { "collection": "" }, - "fileid": 51646, + "fileid": 53306, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -267,7 +267,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderWithSubfolder/subFolder/Wed, 08 Jul 2020 12:53:35 GMT"5f05c1cfb6555"51646RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderWithSubfolder/subFolder/Wed, 15 Jul 2020 12:36:25 GMT"5f0ef849b4b25"53306RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -277,12 +277,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:35 GMT", - "getetag": ""5f05c1cfb6555"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:25 GMT", + "getetag": ""5f0ef849b4b25"", "resourcetype": { "collection": "" }, - "fileid": 51646, + "fileid": 53306, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/25_get_file_id.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/25_get_file_id.json index d797f608..d9583f93 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/25_get_file_id.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/25_get_file_id.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileId/Wed, 08 Jul 2020 12:53:38 GMT"5f05c1d24e66c"51647RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileId/Wed, 15 Jul 2020 12:36:28 GMT"5f0ef84c3b8a4"53307RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:38 GMT", - "getetag": ""5f05c1d24e66c"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:28 GMT", + "getetag": ""5f0ef84c3b8a4"", "resourcetype": { "collection": "" }, - "fileid": 51647, + "fileid": 53307, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileId/Wed, 08 Jul 2020 12:53:38 GMT"5f05c1d24e66c"51647RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileId/Wed, 15 Jul 2020 12:36:28 GMT"5f0ef84c3b8a4"53307RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:38 GMT", - "getetag": ""5f05c1d24e66c"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:28 GMT", + "getetag": ""5f0ef84c3b8a4"", "resourcetype": { "collection": "" }, - "fileid": 51647, + "fileid": 53307, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileId/file1.txtWed, 08 Jul 2020 12:53:39 GMT"f6a5a34a404219be4486cc9c8bbeb404"text/plain51648RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileId/file1.txtWed, 15 Jul 2020 12:36:29 GMT"769222047230d253bc2afe8927a1c39b"text/plain53308RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileId/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:39 GMT", - "getetag": ""f6a5a34a404219be4486cc9c8bbeb404"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:29 GMT", + "getetag": ""769222047230d253bc2afe8927a1c39b"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51648, + "fileid": 53308, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -267,7 +267,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileId/file1.txt51648HTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileId/file1.txt53308HTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -276,7 +276,7 @@ "href": "/remote.php/webdav/test/fileId/file1.txt", "propstat": { "prop": { - "fileid": 51648 + "fileid": 53308 }, "status": "HTTP/1.1 200 OK" } diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/26_delete_a_non_existing_file_by_name.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/26_delete_a_non_existing_file_by_name.json index c956afe6..24d2fa4b 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/26_delete_a_non_existing_file_by_name.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/26_delete_a_non_existing_file_by_name.json @@ -8,7 +8,7 @@ }, "response": { "status": 200, - "body": "\n\n\t\n\t\t\n\t\t\n\t\tKlapprad-Weltverband\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\n\n\n\n\n\n\t\t\t\n\t\n\t\t\n\t\t\t\t
    \n\t\t\t
    \n\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t

    \n\t\t\t\t\t\t\t\t\tKlapprad-Weltverband\t\t\t\t\t\t\t\t

    \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t

    Error

    \n\t
      \n\t\t\t
    • \n\t\t\t

      App not installed:

      \n\t\t\t\t\t
    • \n\t\t
    \n
    \n\t\t\t\t
    \n\t\t\t
    \n\t\t
    \n\t\t\n\t\n\n", + "body": "\n\n\t\n\t\t\n\t\t\n\t\tKlapprad-Weltverband\t\t\n\t\t\n\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\n\n\n\n\n\n\t\t\t\n\t\n\t\t\n\t\t\t\t
    \n\t\t\t
    \n\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t

    \n\t\t\t\t\t\t\t\t\tKlapprad-Weltverband\t\t\t\t\t\t\t\t

    \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t
    \n\t

    Error

    \n\t
      \n\t\t\t
    • \n\t\t\t

      App not installed:

      \n\t\t\t\t\t
    • \n\t\t
    \n
    \n\t\t\t\t
    \n\t\t\t
    \n\t\t
    \n\t\t\n\t\n\n", "contentType": "text/html; charset=UTF-8", "contentLocation": "" } diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/27_try_to_get_a_folder_with_a_file_name.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/27_try_to_get_a_folder_with_a_file_name.json index 9d7cbbc7..799c1a4f 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/27_try_to_get_a_folder_with_a_file_name.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/27_try_to_get_a_folder_with_a_file_name.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/Wed, 08 Jul 2020 12:53:42 GMT"5f05c1d68abe0"51649RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolder/Wed, 15 Jul 2020 12:36:32 GMT"5f0ef85023523"53309RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:42 GMT", - "getetag": ""5f05c1d68abe0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:32 GMT", + "getetag": ""5f0ef85023523"", "resourcetype": { "collection": "" }, - "fileid": 51649, + "fileid": 53309, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/Wed, 08 Jul 2020 12:53:42 GMT"5f05c1d68abe0"51649RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolder/Wed, 15 Jul 2020 12:36:32 GMT"5f0ef85023523"53309RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:42 GMT", - "getetag": ""5f05c1d68abe0"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:32 GMT", + "getetag": ""5f0ef85023523"", "resourcetype": { "collection": "" }, - "fileid": 51649, + "fileid": 53309, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/file1.txtWed, 08 Jul 2020 12:53:43 GMT"e13d97f43d0ef64e705deb05c9476cd6"text/plain51650RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFolder/file1.txtWed, 15 Jul 2020 12:36:33 GMT"dcdf16392fc40a5ff8b84de4fbbb4df7"text/plain53310RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/getFolder/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:43 GMT", - "getetag": ""e13d97f43d0ef64e705deb05c9476cd6"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:33 GMT", + "getetag": ""dcdf16392fc40a5ff8b84de4fbbb4df7"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51650, + "fileid": 53310, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/file1.txtWed, 08 Jul 2020 12:53:43 GMT"e13d97f43d0ef64e705deb05c9476cd6"text/plain51650RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFolder/file1.txtWed, 15 Jul 2020 12:36:33 GMT"dcdf16392fc40a5ff8b84de4fbbb4df7"text/plain53310RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/getFolder/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:43 GMT", - "getetag": ""e13d97f43d0ef64e705deb05c9476cd6"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:33 GMT", + "getetag": ""dcdf16392fc40a5ff8b84de4fbbb4df7"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51650, + "fileid": 53310, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/28_create_folder_with_'_'.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/28_create_folder_with_'_'.json index c6005d21..498c514f 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/28_create_folder_with_'_'.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/28_create_folder_with_'_'.json @@ -41,7 +41,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/file1.txtWed, 08 Jul 2020 12:53:45 GMT"3eaa8361e34680915257b4220992dd70"text/plain51651RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/file1.txtWed, 15 Jul 2020 12:36:34 GMT"f1f130a392c0b1993c64e03a7b99904b"text/plain53311RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -50,11 +50,11 @@ "href": "/remote.php/webdav/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:45 GMT", - "getetag": ""3eaa8361e34680915257b4220992dd70"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:34 GMT", + "getetag": ""f1f130a392c0b1993c64e03a7b99904b"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51651, + "fileid": 53311, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/29_create_invalid_file.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/29_create_invalid_file.json index 39106ea1..5e225eb6 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/29_create_invalid_file.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/29_create_invalid_file.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/Wed, 08 Jul 2020 12:53:43 GMT"5f05c1d802129"51649RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolder/Wed, 15 Jul 2020 12:36:33 GMT"5f0ef85186b5a"53309RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:43 GMT", - "getetag": ""5f05c1d802129"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:33 GMT", + "getetag": ""5f0ef85186b5a"", "resourcetype": { "collection": "" }, - "fileid": 51649, + "fileid": 53309, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/30_get_folder_url,_UIUrl_and_id.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/30_get_folder_url,_UIUrl_and_id.json index 6e05f317..b54f091d 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/30_get_folder_url,_UIUrl_and_id.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/30_get_folder_url,_UIUrl_and_id.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/Wed, 08 Jul 2020 12:53:43 GMT"5f05c1d802129"51649RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolder/Wed, 15 Jul 2020 12:36:33 GMT"5f0ef85186b5a"53309RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:43 GMT", - "getetag": ""5f05c1d802129"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:33 GMT", + "getetag": ""5f0ef85186b5a"", "resourcetype": { "collection": "" }, - "fileid": 51649, + "fileid": 53309, "permissions": "RGDNVCK", "size": 6, "has-preview": false, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFolder/Wed, 08 Jul 2020 12:53:43 GMT"5f05c1d802129"51649RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFolder/Wed, 15 Jul 2020 12:36:33 GMT"5f0ef85186b5a"53309RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,12 +104,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:43 GMT", - "getetag": ""5f05c1d802129"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:33 GMT", + "getetag": ""5f0ef85186b5a"", "resourcetype": { "collection": "" }, - "fileid": 51649, + "fileid": 53309, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/31_folder_contains_file_test.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/31_folder_contains_file_test.json index eabb80d9..598d378f 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/31_folder_contains_file_test.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/31_folder_contains_file_test.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 08 Jul 2020 12:53:49 GMT"5f05c1ddae942"51652RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 15 Jul 2020 12:36:38 GMT"5f0ef856831e6"53312RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:49 GMT", - "getetag": ""5f05c1ddae942"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:38 GMT", + "getetag": ""5f0ef856831e6"", "resourcetype": { "collection": "" }, - "fileid": 51652, + "fileid": 53312, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 08 Jul 2020 12:53:49 GMT"5f05c1ddae942"51652RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 15 Jul 2020 12:36:38 GMT"5f0ef856831e6"53312RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:49 GMT", - "getetag": ""5f05c1ddae942"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:38 GMT", + "getetag": ""5f0ef856831e6"", "resourcetype": { "collection": "" }, - "fileid": 51652, + "fileid": 53312, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/containsFileFolder/file31.txtWed, 08 Jul 2020 12:53:51 GMT"9378efa8dc7044d22ad4ea6f1b333d84"text/plain51653RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/containsFileFolder/file31.txtWed, 15 Jul 2020 12:36:39 GMT"140926d25a977ed03ae3e473eaff9c12"text/plain53313RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/containsFileFolder/file31.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:51 GMT", - "getetag": ""9378efa8dc7044d22ad4ea6f1b333d84"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:39 GMT", + "getetag": ""140926d25a977ed03ae3e473eaff9c12"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51653, + "fileid": 53313, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/containsFileFolder/file31.txtWed, 08 Jul 2020 12:53:51 GMT"9378efa8dc7044d22ad4ea6f1b333d84"text/plain51653RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/containsFileFolder/file31.txtWed, 15 Jul 2020 12:36:39 GMT"140926d25a977ed03ae3e473eaff9c12"text/plain53313RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/containsFileFolder/file31.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:51 GMT", - "getetag": ""9378efa8dc7044d22ad4ea6f1b333d84"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:39 GMT", + "getetag": ""140926d25a977ed03ae3e473eaff9c12"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51653, + "fileid": 53313, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -383,7 +383,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 08 Jul 2020 12:53:51 GMT"5f05c1df3cad4"51652RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/containsFileFolder/Wed, 15 Jul 2020 12:36:39 GMT"5f0ef857e6e11"53312RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -393,12 +393,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:51 GMT", - "getetag": ""5f05c1df3cad4"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:39 GMT", + "getetag": ""5f0ef857e6e11"", "resourcetype": { "collection": "" }, - "fileid": 51652, + "fileid": 53312, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/32_file_get_urls.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/32_file_get_urls.json index 1cb8b1da..a7a38942 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/32_file_get_urls.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/32_file_get_urls.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 08 Jul 2020 12:53:54 GMT"5f05c1e2894b1"51654RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 15 Jul 2020 12:36:43 GMT"5f0ef85b59e94"53314RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:54 GMT", - "getetag": ""5f05c1e2894b1"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:43 GMT", + "getetag": ""5f0ef85b59e94"", "resourcetype": { "collection": "" }, - "fileid": 51654, + "fileid": 53314, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 08 Jul 2020 12:53:54 GMT"5f05c1e2894b1"51654RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 15 Jul 2020 12:36:43 GMT"5f0ef85b59e94"53314RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:54 GMT", - "getetag": ""5f05c1e2894b1"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:43 GMT", + "getetag": ""5f0ef85b59e94"", "resourcetype": { "collection": "" }, - "fileid": 51654, + "fileid": 53314, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileGetUrl/file32.txtWed, 08 Jul 2020 12:53:55 GMT"25d1f13ae2d05074f720e675a1bfa2d7"text/plain51655RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileGetUrl/file32.txtWed, 15 Jul 2020 12:36:44 GMT"7418f9e231867c0d8ca08f7f87f85f92"text/plain53315RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileGetUrl/file32.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:55 GMT", - "getetag": ""25d1f13ae2d05074f720e675a1bfa2d7"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:44 GMT", + "getetag": ""7418f9e231867c0d8ca08f7f87f85f92"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51655, + "fileid": 53315, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -300,7 +300,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 08 Jul 2020 12:53:57 GMT"5f05c1e500b1c"51654RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileGetUrl/Wed, 15 Jul 2020 12:36:45 GMT"5f0ef85dcb1f5"53314RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -310,12 +310,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:57 GMT", - "getetag": ""5f05c1e500b1c"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:45 GMT", + "getetag": ""5f0ef85dcb1f5"", "resourcetype": { "collection": "" }, - "fileid": 51654, + "fileid": 53314, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/33_create_subfolder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/33_create_subfolder.json index eeb76d74..fb5cbe7c 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/33_create_subfolder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/33_create_subfolder.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/subfolderTest/Wed, 08 Jul 2020 12:53:58 GMT"5f05c1e6f1bb8"51656RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/subfolderTest/Wed, 15 Jul 2020 12:36:47 GMT"5f0ef85f9d952"53316RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:53:58 GMT", - "getetag": ""5f05c1e6f1bb8"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:47 GMT", + "getetag": ""5f0ef85f9d952"", "resourcetype": { "collection": "" }, - "fileid": 51656, + "fileid": 53316, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -200,7 +200,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/subfolderTest/subsubfolder/Wed, 08 Jul 2020 12:54:00 GMT"5f05c1e85ed08"51657RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/subfolderTest/subsubfolder/Wed, 15 Jul 2020 12:36:49 GMT"5f0ef8610c689"53317RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -210,12 +210,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:00 GMT", - "getetag": ""5f05c1e85ed08"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:49 GMT", + "getetag": ""5f0ef8610c689"", "resourcetype": { "collection": "" }, - "fileid": 51657, + "fileid": 53317, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/36_get_file_with_folder_name.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/36_get_file_with_folder_name.json index e4616e80..a72440f5 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/36_get_file_with_folder_name.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/36_get_file_with_folder_name.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/Wed, 08 Jul 2020 12:54:01 GMT"5f05c1e9d2efb"51658RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder36/Wed, 15 Jul 2020 12:36:50 GMT"5f0ef86278cd4"53318RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:01 GMT", - "getetag": ""5f05c1e9d2efb"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:50 GMT", + "getetag": ""5f0ef86278cd4"", "resourcetype": { "collection": "" }, - "fileid": 51658, + "fileid": 53318, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/Wed, 08 Jul 2020 12:54:01 GMT"5f05c1e9d2efb"51658RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder36/Wed, 15 Jul 2020 12:36:50 GMT"5f0ef86278cd4"53318RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:01 GMT", - "getetag": ""5f05c1e9d2efb"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:50 GMT", + "getetag": ""5f0ef86278cd4"", "resourcetype": { "collection": "" }, - "fileid": 51658, + "fileid": 53318, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/file1.txtWed, 08 Jul 2020 12:54:03 GMT"fd549e71e645f231bc14c3cb04864257"text/plain51659RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/folder36/file1.txtWed, 15 Jul 2020 12:36:51 GMT"f15311887e70d070946069696b9fb68c"text/plain53319RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/folder36/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:03 GMT", - "getetag": ""fd549e71e645f231bc14c3cb04864257"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:51 GMT", + "getetag": ""f15311887e70d070946069696b9fb68c"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51659, + "fileid": 53319, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/file1.txtWed, 08 Jul 2020 12:54:03 GMT"fd549e71e645f231bc14c3cb04864257"text/plain51659RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/folder36/file1.txtWed, 15 Jul 2020 12:36:51 GMT"f15311887e70d070946069696b9fb68c"text/plain53319RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/folder36/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:03 GMT", - "getetag": ""fd549e71e645f231bc14c3cb04864257"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:51 GMT", + "getetag": ""f15311887e70d070946069696b9fb68c"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51659, + "fileid": 53319, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -344,7 +344,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/Wed, 08 Jul 2020 12:54:03 GMT"5f05c1eb63078"51658RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder36/Wed, 15 Jul 2020 12:36:51 GMT"5f0ef863d3f1c"53318RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -354,12 +354,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:03 GMT", - "getetag": ""5f05c1eb63078"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:51 GMT", + "getetag": ""5f0ef863d3f1c"", "resourcetype": { "collection": "" }, - "fileid": 51658, + "fileid": 53318, "permissions": "RGDNVCK", "size": 6, "has-preview": false, @@ -411,7 +411,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder36/Wed, 08 Jul 2020 12:54:03 GMT"5f05c1eb63078"51658RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder36/Wed, 15 Jul 2020 12:36:51 GMT"5f0ef863d3f1c"53318RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -421,12 +421,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:03 GMT", - "getetag": ""5f05c1eb63078"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:51 GMT", + "getetag": ""5f0ef863d3f1c"", "resourcetype": { "collection": "" }, - "fileid": 51658, + "fileid": 53318, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/41_get_file_content_should_fail.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/41_get_file_content_should_fail.json index 5d5f4b02..62de6f55 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/41_get_file_content_should_fail.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/41_get_file_content_should_fail.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder41/Wed, 08 Jul 2020 12:54:07 GMT"5f05c1ef6198a"51660RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder41/Wed, 15 Jul 2020 12:36:55 GMT"5f0ef867717c3"53320RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:07 GMT", - "getetag": ""5f05c1ef6198a"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:55 GMT", + "getetag": ""5f0ef867717c3"", "resourcetype": { "collection": "" }, - "fileid": 51660, + "fileid": 53320, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder41/Wed, 08 Jul 2020 12:54:07 GMT"5f05c1ef6198a"51660RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder41/Wed, 15 Jul 2020 12:36:55 GMT"5f0ef867717c3"53320RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:07 GMT", - "getetag": ""5f05c1ef6198a"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:55 GMT", + "getetag": ""5f0ef867717c3"", "resourcetype": { "collection": "" }, - "fileid": 51660, + "fileid": 53320, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder41/file1.txtWed, 08 Jul 2020 12:54:08 GMT"82764d2933dfa4073ec87169bf2ced3f"text/plain51661RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/folder41/file1.txtWed, 15 Jul 2020 12:36:56 GMT"74f9f8c052e92082e5caaea8f3bb7ff5"text/plain53321RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/folder41/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:08 GMT", - "getetag": ""82764d2933dfa4073ec87169bf2ced3f"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:56 GMT", + "getetag": ""74f9f8c052e92082e5caaea8f3bb7ff5"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51661, + "fileid": 53321, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder41/file1.txtWed, 08 Jul 2020 12:54:08 GMT"82764d2933dfa4073ec87169bf2ced3f"text/plain51661RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/folder41/file1.txtWed, 15 Jul 2020 12:36:56 GMT"74f9f8c052e92082e5caaea8f3bb7ff5"text/plain53321RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/folder41/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:08 GMT", - "getetag": ""82764d2933dfa4073ec87169bf2ced3f"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:56 GMT", + "getetag": ""74f9f8c052e92082e5caaea8f3bb7ff5"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51661, + "fileid": 53321, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -378,7 +378,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder41/Wed, 08 Jul 2020 12:54:10 GMT"5f05c1f246d84"51660RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder41/Wed, 15 Jul 2020 12:36:58 GMT"5f0ef86a51045"53320RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -388,12 +388,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:10 GMT", - "getetag": ""5f05c1f246d84"", + "getlastmodified": "Wed, 15 Jul 2020 12:36:58 GMT", + "getetag": ""5f0ef86a51045"", "resourcetype": { "collection": "" }, - "fileid": 51660, + "fileid": 53320, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/62_move_file_that_does_not_exist.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/62_move_file_that_does_not_exist.json index 43ff75ac..77632cef 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/62_move_file_that_does_not_exist.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/62_move_file_that_does_not_exist.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile62/Wed, 08 Jul 2020 12:54:12 GMT"5f05c1f49ea36"51662RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/renameFile62/Wed, 15 Jul 2020 12:37:00 GMT"5f0ef86cd020f"53322RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:12 GMT", - "getetag": ""5f05c1f49ea36"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:00 GMT", + "getetag": ""5f0ef86cd020f"", "resourcetype": { "collection": "" }, - "fileid": 51662, + "fileid": 53322, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile62/Wed, 08 Jul 2020 12:54:12 GMT"5f05c1f49ea36"51662RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/renameFile62/Wed, 15 Jul 2020 12:37:00 GMT"5f0ef86cd020f"53322RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:12 GMT", - "getetag": ""5f05c1f49ea36"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:00 GMT", + "getetag": ""5f0ef86cd020f"", "resourcetype": { "collection": "" }, - "fileid": 51662, + "fileid": 53322, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile62/sourceFile.txtWed, 08 Jul 2020 12:54:14 GMT"6c384916d7c24a1956946242d24c613b"text/plain51663RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/renameFile62/sourceFile.txtWed, 15 Jul 2020 12:37:02 GMT"9debc247db16976f5c8d03f9ee52c9aa"text/plain53323RGDNVW44true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/renameFile62/sourceFile.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:14 GMT", - "getetag": ""6c384916d7c24a1956946242d24c613b"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:02 GMT", + "getetag": ""9debc247db16976f5c8d03f9ee52c9aa"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51663, + "fileid": 53323, "permissions": "RGDNVW", "size": 4, "getcontentlength": 4, @@ -300,7 +300,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/renameFile62/Wed, 08 Jul 2020 12:54:15 GMT"5f05c1f71d7e5"51662RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/renameFile62/Wed, 15 Jul 2020 12:37:03 GMT"5f0ef86f3459b"53322RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -310,12 +310,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:15 GMT", - "getetag": ""5f05c1f71d7e5"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:03 GMT", + "getetag": ""5f0ef86f3459b"", "resourcetype": { "collection": "" }, - "fileid": 51662, + "fileid": 53322, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/73_access_propertries_of_a_deleted_file_should_fail.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/73_access_propertries_of_a_deleted_file_should_fail.json index dc097ba2..0587506a 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/73_access_propertries_of_a_deleted_file_should_fail.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/73_access_propertries_of_a_deleted_file_should_fail.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 08 Jul 2020 12:54:17 GMT"5f05c1f91aaa0"51664RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 15 Jul 2020 12:37:05 GMT"5f0ef87126de6"53324RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:17 GMT", - "getetag": ""5f05c1f91aaa0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:05 GMT", + "getetag": ""5f0ef87126de6"", "resourcetype": { "collection": "" }, - "fileid": 51664, + "fileid": 53324, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 08 Jul 2020 12:54:17 GMT"5f05c1f91aaa0"51664RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 15 Jul 2020 12:37:05 GMT"5f0ef87126de6"53324RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:17 GMT", - "getetag": ""5f05c1f91aaa0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:05 GMT", + "getetag": ""5f0ef87126de6"", "resourcetype": { "collection": "" }, - "fileid": 51664, + "fileid": 53324, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete73/file1.txtWed, 08 Jul 2020 12:54:18 GMT"9fa652dece121ff2d11dd516274d72c9"text/plain51665RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileDelete73/file1.txtWed, 15 Jul 2020 12:37:06 GMT"bc9d4e8efcbf0c9db79852191723a875"text/plain53325RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileDelete73/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:18 GMT", - "getetag": ""9fa652dece121ff2d11dd516274d72c9"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:06 GMT", + "getetag": ""bc9d4e8efcbf0c9db79852191723a875"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51665, + "fileid": 53325, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete73/file1.txtWed, 08 Jul 2020 12:54:18 GMT"9fa652dece121ff2d11dd516274d72c9"text/plain51665RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileDelete73/file1.txtWed, 15 Jul 2020 12:37:06 GMT"bc9d4e8efcbf0c9db79852191723a875"text/plain53325RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileDelete73/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:18 GMT", - "getetag": ""9fa652dece121ff2d11dd516274d72c9"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:06 GMT", + "getetag": ""bc9d4e8efcbf0c9db79852191723a875"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51665, + "fileid": 53325, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -358,7 +358,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 08 Jul 2020 12:54:19 GMT"5f05c1fbe3449"51664RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete73/Wed, 15 Jul 2020 12:37:07 GMT"5f0ef873eeb78"53324RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -368,12 +368,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:19 GMT", - "getetag": ""5f05c1fbe3449"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:07 GMT", + "getetag": ""5f0ef873eeb78"", "resourcetype": { "collection": "" }, - "fileid": 51664, + "fileid": 53324, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/74_access_propertries_of_a_deleted_folder_should_fail.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/74_access_propertries_of_a_deleted_folder_should_fail.json index c124d6f7..d613d722 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/74_access_propertries_of_a_deleted_folder_should_fail.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/74_access_propertries_of_a_deleted_folder_should_fail.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete74/Wed, 08 Jul 2020 12:54:21 GMT"5f05c1fdc2a64"51666RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete74/Wed, 15 Jul 2020 12:37:09 GMT"5f0ef875d4478"53326RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:21 GMT", - "getetag": ""5f05c1fdc2a64"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:09 GMT", + "getetag": ""5f0ef875d4478"", "resourcetype": { "collection": "" }, - "fileid": 51666, + "fileid": 53326, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileDelete74/Wed, 08 Jul 2020 12:54:21 GMT"5f05c1fdc2a64"51666RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileDelete74/Wed, 15 Jul 2020 12:37:09 GMT"5f0ef875d4478"53326RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:21 GMT", - "getetag": ""5f05c1fdc2a64"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:09 GMT", + "getetag": ""5f0ef875d4478"", "resourcetype": { "collection": "" }, - "fileid": 51666, + "fileid": 53326, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/99_delete_folder.json b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/99_delete_folder.json index 59ceedbe..a090490e 100644 --- a/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/99_delete_folder.json +++ b/src/test/recordings/01-NEXCLOUD-NODE-CLIENT/99_delete_folder.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:54:23 GMT"5f05c1ff43310"51457RGDNVCK16false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:37:11 GMT"5f0ef87756a50"53145RGDNVCK4508917false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,14 +37,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:23 GMT", - "getetag": ""5f05c1ff43310"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:11 GMT", + "getetag": ""5f0ef87756a50"", "resourcetype": { "collection": "" }, - "fileid": 51457, + "fileid": 53145, "permissions": "RGDNVCK", - "size": 16, + "size": 4508917, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:54:23 GMT"5f05c1ff43310"51457RGDNVCK16false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:37:11 GMT"5f0ef87756a50"53145RGDNVCK4508917false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,14 +104,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:23 GMT", - "getetag": ""5f05c1ff43310"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:11 GMT", + "getetag": ""5f0ef87756a50"", "resourcetype": { "collection": "" }, - "fileid": 51457, + "fileid": 53145, "permissions": "RGDNVCK", - "size": 16, + "size": 4508917, "has-preview": false, "favorite": 0, "comments-unread": 0, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/02_create_tag.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/02_create_tag.json index f25b3a94..2eb4a94c 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/02_create_tag.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/02_create_tag.json @@ -52,7 +52,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/376" + "contentLocation": "/remote.php/dav/systemtags/439" } } ] \ No newline at end of file diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/03_delete_tag.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/03_delete_tag.json index 06578c95..e14674c1 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/03_delete_tag.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/03_delete_tag.json @@ -19,7 +19,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -39,10 +39,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -67,12 +67,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/377" + "contentLocation": "/remote.php/dav/systemtags/440" } }, { "request": { - "url": "/remote.php/dav/systemtags/377", + "url": "/remote.php/dav/systemtags/440", "method": "DELETE", "description": "Tag delete", "body": "" @@ -104,7 +104,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -124,10 +124,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/04_get_tag_by_name.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/04_get_tag_by_name.json index 5ab20d74..688a134b 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/04_get_tag_by_name.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/04_get_tag_by_name.json @@ -19,7 +19,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -39,10 +39,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -67,7 +67,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/378" + "contentLocation": "/remote.php/dav/systemtags/441" } }, { @@ -90,7 +90,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/378378get-Tag-by-nametruetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/441441get-Tag-by-nametruetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -110,10 +110,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -123,10 +123,10 @@ } }, { - "href": "/remote.php/dav/systemtags/378", + "href": "/remote.php/dav/systemtags/441", "propstat": { "prop": { - "id": 378, + "id": 441, "display-name": "get-Tag-by-name", "user-visible": true, "user-assignable": true, @@ -142,7 +142,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/378", + "url": "/remote.php/dav/systemtags/441", "method": "DELETE", "description": "Tag delete", "body": "" diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/05_get_tag_by_id.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/05_get_tag_by_id.json index 83933e34..c1672754 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/05_get_tag_by_id.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/05_get_tag_by_id.json @@ -19,7 +19,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -39,10 +39,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -67,7 +67,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/379" + "contentLocation": "/remote.php/dav/systemtags/442" } }, { @@ -90,7 +90,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/379379get-Tag-by-idtruetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/442442get-Tag-by-idtruetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -110,10 +110,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -123,10 +123,10 @@ } }, { - "href": "/remote.php/dav/systemtags/379", + "href": "/remote.php/dav/systemtags/442", "propstat": { "prop": { - "id": 379, + "id": 442, "display-name": "get-Tag-by-id", "user-visible": true, "user-assignable": true, @@ -160,7 +160,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/379379get-Tag-by-idtruetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/442442get-Tag-by-idtruetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -180,10 +180,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -193,10 +193,10 @@ } }, { - "href": "/remote.php/dav/systemtags/379", + "href": "/remote.php/dav/systemtags/442", "propstat": { "prop": { - "id": 379, + "id": 442, "display-name": "get-Tag-by-id", "user-visible": true, "user-assignable": true, @@ -212,7 +212,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/379", + "url": "/remote.php/dav/systemtags/442", "method": "DELETE", "description": "Tag delete", "body": "" diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/06_add_tag_to_file.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/06_add_tag_to_file.json index 60ff6ede..29c2a9fe 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/06_add_tag_to_file.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/06_add_tag_to_file.json @@ -192,7 +192,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:36 GMT"5f05c20c4eb4b"51668RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:23 GMT"5f0ef883839e6"53328RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -202,12 +202,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:36 GMT", - "getetag": ""5f05c20c4eb4b"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:23 GMT", + "getetag": ""5f0ef883839e6"", "resourcetype": { "collection": "" }, - "fileid": 51668, + "fileid": 53328, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -259,7 +259,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:36 GMT"5f05c20c4eb4b"51668RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:23 GMT"5f0ef883839e6"53328RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -269,12 +269,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:36 GMT", - "getetag": ""5f05c20c4eb4b"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:23 GMT", + "getetag": ""5f0ef883839e6"", "resourcetype": { "collection": "" }, - "fileid": 51668, + "fileid": 53328, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -340,7 +340,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/file1.txtWed, 08 Jul 2020 12:54:37 GMT"d5c6cacb51af5248e223ecfc755b19e0"text/plain51669RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/file1.txtWed, 15 Jul 2020 12:37:24 GMT"a0c2b7de4047a0b81b1f95dd24e25bd3"text/plain53329RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -349,11 +349,11 @@ "href": "/remote.php/webdav/test/fileTagging/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:37 GMT", - "getetag": ""d5c6cacb51af5248e223ecfc755b19e0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:24 GMT", + "getetag": ""a0c2b7de4047a0b81b1f95dd24e25bd3"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51669, + "fileid": 53329, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -398,7 +398,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/file1.txtWed, 08 Jul 2020 12:54:37 GMT"d5c6cacb51af5248e223ecfc755b19e0"text/plain51669RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/file1.txtWed, 15 Jul 2020 12:37:24 GMT"a0c2b7de4047a0b81b1f95dd24e25bd3"text/plain53329RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -407,11 +407,11 @@ "href": "/remote.php/webdav/test/fileTagging/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:37 GMT", - "getetag": ""d5c6cacb51af5248e223ecfc755b19e0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:24 GMT", + "getetag": ""a0c2b7de4047a0b81b1f95dd24e25bd3"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51669, + "fileid": 53329, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -448,7 +448,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -468,10 +468,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -496,15 +496,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/380" + "contentLocation": "/remote.php/dav/systemtags/443" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51669/380", + "url": "/remote.php/dav/systemtags-relations/files/53329/443", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 380,\n \"name\": \"tag-61\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 443,\n \"name\": \"tag-61\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -533,7 +533,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/380380tag-61truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/443443tag-61truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -553,10 +553,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -566,10 +566,10 @@ } }, { - "href": "/remote.php/dav/systemtags/380", + "href": "/remote.php/dav/systemtags/443", "propstat": { "prop": { - "id": 380, + "id": 443, "display-name": "tag-61", "user-visible": true, "user-assignable": true, @@ -594,15 +594,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/381" + "contentLocation": "/remote.php/dav/systemtags/444" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51669/381", + "url": "/remote.php/dav/systemtags-relations/files/53329/444", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 381,\n \"name\": \"tag-62\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 444,\n \"name\": \"tag-62\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -631,7 +631,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/380380tag-61truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/381381tag-62truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/443443tag-61truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/444444tag-62truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -651,10 +651,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -664,10 +664,10 @@ } }, { - "href": "/remote.php/dav/systemtags/380", + "href": "/remote.php/dav/systemtags/443", "propstat": { "prop": { - "id": 380, + "id": 443, "display-name": "tag-61", "user-visible": true, "user-assignable": true, @@ -677,10 +677,10 @@ } }, { - "href": "/remote.php/dav/systemtags/381", + "href": "/remote.php/dav/systemtags/444", "propstat": { "prop": { - "id": 381, + "id": 444, "display-name": "tag-62", "user-visible": true, "user-assignable": true, @@ -696,7 +696,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/380", + "url": "/remote.php/dav/systemtags/443", "method": "DELETE", "description": "Tag delete", "body": "" @@ -728,7 +728,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/381381tag-62truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/444444tag-62truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -748,10 +748,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -761,10 +761,10 @@ } }, { - "href": "/remote.php/dav/systemtags/381", + "href": "/remote.php/dav/systemtags/444", "propstat": { "prop": { - "id": 381, + "id": 444, "display-name": "tag-62", "user-visible": true, "user-assignable": true, @@ -780,7 +780,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/381", + "url": "/remote.php/dav/systemtags/444", "method": "DELETE", "description": "Tag delete", "body": "" @@ -820,7 +820,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:37 GMT"5f05c20de575a"51668RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:24 GMT"5f0ef884d48c4"53328RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -830,12 +830,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:37 GMT", - "getetag": ""5f05c20de575a"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:24 GMT", + "getetag": ""5f0ef884d48c4"", "resourcetype": { "collection": "" }, - "fileid": 51668, + "fileid": 53328, "permissions": "RGDNVCK", "size": 6, "has-preview": false, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/07_get_tags_of_file.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/07_get_tags_of_file.json index a1a78ae1..f6080e3a 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/07_get_tags_of_file.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/07_get_tags_of_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:46 GMT"5f05c21616841"51670RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:32 GMT"5f0ef88c19e07"53330RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:46 GMT", - "getetag": ""5f05c21616841"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:32 GMT", + "getetag": ""5f0ef88c19e07"", "resourcetype": { "collection": "" }, - "fileid": 51670, + "fileid": 53330, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:46 GMT"5f05c21616841"51670RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:32 GMT"5f0ef88c19e07"53330RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:46 GMT", - "getetag": ""5f05c21616841"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:32 GMT", + "getetag": ""5f0ef88c19e07"", "resourcetype": { "collection": "" }, - "fileid": 51670, + "fileid": 53330, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/fileWith3Tags1.txtWed, 08 Jul 2020 12:54:47 GMT"aef3ae2746375a3a8a8e421c87d890f2"text/plain51671RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/fileWith3Tags1.txtWed, 15 Jul 2020 12:37:33 GMT"609666419f4066937d7382739bd557e6"text/plain53331RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileTagging/fileWith3Tags1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:47 GMT", - "getetag": ""aef3ae2746375a3a8a8e421c87d890f2"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:33 GMT", + "getetag": ""609666419f4066937d7382739bd557e6"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51671, + "fileid": 53331, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/fileWith3Tags1.txtWed, 08 Jul 2020 12:54:47 GMT"aef3ae2746375a3a8a8e421c87d890f2"text/plain51671RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/fileWith3Tags1.txtWed, 15 Jul 2020 12:37:33 GMT"609666419f4066937d7382739bd557e6"text/plain53331RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileTagging/fileWith3Tags1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:47 GMT", - "getetag": ""aef3ae2746375a3a8a8e421c87d890f2"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:33 GMT", + "getetag": ""609666419f4066937d7382739bd557e6"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51671, + "fileid": 53331, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -336,7 +336,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -356,10 +356,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -384,15 +384,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/382" + "contentLocation": "/remote.php/dav/systemtags/445" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51671/382", + "url": "/remote.php/dav/systemtags-relations/files/53331/445", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 382,\n \"name\": \"tag-71\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 445,\n \"name\": \"tag-71\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -421,7 +421,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/382382tag-71truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/445445tag-71truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -441,10 +441,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -454,10 +454,10 @@ } }, { - "href": "/remote.php/dav/systemtags/382", + "href": "/remote.php/dav/systemtags/445", "propstat": { "prop": { - "id": 382, + "id": 445, "display-name": "tag-71", "user-visible": true, "user-assignable": true, @@ -482,15 +482,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/383" + "contentLocation": "/remote.php/dav/systemtags/446" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51671/383", + "url": "/remote.php/dav/systemtags-relations/files/53331/446", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 383,\n \"name\": \"tag-72\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 446,\n \"name\": \"tag-72\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -519,7 +519,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/382382tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/383383tag-72truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/445445tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/446446tag-72truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -539,10 +539,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -552,10 +552,10 @@ } }, { - "href": "/remote.php/dav/systemtags/382", + "href": "/remote.php/dav/systemtags/445", "propstat": { "prop": { - "id": 382, + "id": 445, "display-name": "tag-71", "user-visible": true, "user-assignable": true, @@ -565,10 +565,10 @@ } }, { - "href": "/remote.php/dav/systemtags/383", + "href": "/remote.php/dav/systemtags/446", "propstat": { "prop": { - "id": 383, + "id": 446, "display-name": "tag-72", "user-visible": true, "user-assignable": true, @@ -593,15 +593,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/384" + "contentLocation": "/remote.php/dav/systemtags/447" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51671/384", + "url": "/remote.php/dav/systemtags-relations/files/53331/447", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 384,\n \"name\": \"tag-73\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 447,\n \"name\": \"tag-73\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -612,7 +612,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51671", + "url": "/remote.php/dav/systemtags-relations/files/53331", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -630,14 +630,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51671/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51671/382382tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51671/383383tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51671/384384tag-73truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53331/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53331/445445tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53331/446446tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53331/447447tag-73truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51671/", + "href": "/remote.php/dav/systemtags-relations/files/53331/", "propstat": { "prop": { "id": "", @@ -650,10 +650,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51671/382", + "href": "/remote.php/dav/systemtags-relations/files/53331/445", "propstat": { "prop": { - "id": 382, + "id": 445, "display-name": "tag-71", "user-visible": true, "user-assignable": true, @@ -663,10 +663,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51671/383", + "href": "/remote.php/dav/systemtags-relations/files/53331/446", "propstat": { "prop": { - "id": 383, + "id": 446, "display-name": "tag-72", "user-visible": true, "user-assignable": true, @@ -676,10 +676,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51671/384", + "href": "/remote.php/dav/systemtags-relations/files/53331/447", "propstat": { "prop": { - "id": 384, + "id": 447, "display-name": "tag-73", "user-visible": true, "user-assignable": true, @@ -727,7 +727,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/382382tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/383383tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/384384tag-73truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/445445tag-71truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/446446tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/447447tag-73truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -747,10 +747,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -760,10 +760,10 @@ } }, { - "href": "/remote.php/dav/systemtags/382", + "href": "/remote.php/dav/systemtags/445", "propstat": { "prop": { - "id": 382, + "id": 445, "display-name": "tag-71", "user-visible": true, "user-assignable": true, @@ -773,10 +773,10 @@ } }, { - "href": "/remote.php/dav/systemtags/383", + "href": "/remote.php/dav/systemtags/446", "propstat": { "prop": { - "id": 383, + "id": 446, "display-name": "tag-72", "user-visible": true, "user-assignable": true, @@ -786,10 +786,10 @@ } }, { - "href": "/remote.php/dav/systemtags/384", + "href": "/remote.php/dav/systemtags/447", "propstat": { "prop": { - "id": 384, + "id": 447, "display-name": "tag-73", "user-visible": true, "user-assignable": true, @@ -805,7 +805,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/382", + "url": "/remote.php/dav/systemtags/445", "method": "DELETE", "description": "Tag delete", "body": "" @@ -837,7 +837,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/383383tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/384384tag-73truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/446446tag-72truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/447447tag-73truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -857,10 +857,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -870,10 +870,10 @@ } }, { - "href": "/remote.php/dav/systemtags/383", + "href": "/remote.php/dav/systemtags/446", "propstat": { "prop": { - "id": 383, + "id": 446, "display-name": "tag-72", "user-visible": true, "user-assignable": true, @@ -883,10 +883,10 @@ } }, { - "href": "/remote.php/dav/systemtags/384", + "href": "/remote.php/dav/systemtags/447", "propstat": { "prop": { - "id": 384, + "id": 447, "display-name": "tag-73", "user-visible": true, "user-assignable": true, @@ -902,7 +902,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/383", + "url": "/remote.php/dav/systemtags/446", "method": "DELETE", "description": "Tag delete", "body": "" @@ -934,7 +934,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/384384tag-73truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/447447tag-73truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -954,10 +954,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -967,10 +967,10 @@ } }, { - "href": "/remote.php/dav/systemtags/384", + "href": "/remote.php/dav/systemtags/447", "propstat": { "prop": { - "id": 384, + "id": 447, "display-name": "tag-73", "user-visible": true, "user-assignable": true, @@ -986,7 +986,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/384", + "url": "/remote.php/dav/systemtags/447", "method": "DELETE", "description": "Tag delete", "body": "" @@ -1026,7 +1026,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:54:54 GMT"5f05c21e16eed"51670RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:39 GMT"5f0ef893c74c4"53330RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1036,12 +1036,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:54 GMT", - "getetag": ""5f05c21e16eed"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:39 GMT", + "getetag": ""5f0ef893c74c4"", "resourcetype": { "collection": "" }, - "fileid": 51670, + "fileid": 53330, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/08_folder_tags.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/08_folder_tags.json index cb2de84f..4d84d2cd 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/08_folder_tags.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/08_folder_tags.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderTagging/Wed, 08 Jul 2020 12:54:59 GMT"5f05c22307af0"51672RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderTagging/Wed, 15 Jul 2020 12:37:44 GMT"5f0ef8985b965"53332RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:59 GMT", - "getetag": ""5f05c22307af0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:44 GMT", + "getetag": ""5f0ef8985b965"", "resourcetype": { "collection": "" }, - "fileid": 51672, + "fileid": 53332, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -139,7 +139,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -159,10 +159,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -187,15 +187,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/385" + "contentLocation": "/remote.php/dav/systemtags/448" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672/385", + "url": "/remote.php/dav/systemtags-relations/files/53332/448", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 385,\n \"name\": \"tag-81\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 448,\n \"name\": \"tag-81\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -224,7 +224,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/385385tag-81truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/448448tag-81truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -244,10 +244,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -257,10 +257,10 @@ } }, { - "href": "/remote.php/dav/systemtags/385", + "href": "/remote.php/dav/systemtags/448", "propstat": { "prop": { - "id": 385, + "id": 448, "display-name": "tag-81", "user-visible": true, "user-assignable": true, @@ -285,15 +285,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/386" + "contentLocation": "/remote.php/dav/systemtags/449" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672/386", + "url": "/remote.php/dav/systemtags-relations/files/53332/449", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 386,\n \"name\": \"tag-82\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 449,\n \"name\": \"tag-82\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -322,7 +322,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/385385tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/386386tag-82truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/448448tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/449449tag-82truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -342,10 +342,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -355,10 +355,10 @@ } }, { - "href": "/remote.php/dav/systemtags/385", + "href": "/remote.php/dav/systemtags/448", "propstat": { "prop": { - "id": 385, + "id": 448, "display-name": "tag-81", "user-visible": true, "user-assignable": true, @@ -368,10 +368,10 @@ } }, { - "href": "/remote.php/dav/systemtags/386", + "href": "/remote.php/dav/systemtags/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -396,15 +396,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/387" + "contentLocation": "/remote.php/dav/systemtags/450" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672/387", + "url": "/remote.php/dav/systemtags-relations/files/53332/450", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 387,\n \"name\": \"tag-83\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 450,\n \"name\": \"tag-83\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -415,7 +415,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672", + "url": "/remote.php/dav/systemtags-relations/files/53332", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -433,14 +433,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51672/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51672/385385tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51672/386386tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51672/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53332/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53332/448448tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53332/449449tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53332/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51672/", + "href": "/remote.php/dav/systemtags-relations/files/53332/", "propstat": { "prop": { "id": "", @@ -453,10 +453,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/385", + "href": "/remote.php/dav/systemtags-relations/files/53332/448", "propstat": { "prop": { - "id": 385, + "id": 448, "display-name": "tag-81", "user-visible": true, "user-assignable": true, @@ -466,10 +466,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/386", + "href": "/remote.php/dav/systemtags-relations/files/53332/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -479,10 +479,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/387", + "href": "/remote.php/dav/systemtags-relations/files/53332/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -498,7 +498,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672", + "url": "/remote.php/dav/systemtags-relations/files/53332", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -516,14 +516,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51672/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51672/385385tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51672/386386tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51672/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53332/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53332/448448tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53332/449449tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53332/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51672/", + "href": "/remote.php/dav/systemtags-relations/files/53332/", "propstat": { "prop": { "id": "", @@ -536,10 +536,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/385", + "href": "/remote.php/dav/systemtags-relations/files/53332/448", "propstat": { "prop": { - "id": 385, + "id": 448, "display-name": "tag-81", "user-visible": true, "user-assignable": true, @@ -549,10 +549,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/386", + "href": "/remote.php/dav/systemtags-relations/files/53332/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -562,10 +562,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/387", + "href": "/remote.php/dav/systemtags-relations/files/53332/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -581,7 +581,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672/385", + "url": "/remote.php/dav/systemtags-relations/files/53332/448", "method": "DELETE", "description": "File remove tag", "body": "" @@ -595,7 +595,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51672", + "url": "/remote.php/dav/systemtags-relations/files/53332", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -613,14 +613,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51672/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51672/386386tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51672/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53332/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53332/449449tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53332/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51672/", + "href": "/remote.php/dav/systemtags-relations/files/53332/", "propstat": { "prop": { "id": "", @@ -633,10 +633,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/386", + "href": "/remote.php/dav/systemtags-relations/files/53332/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -646,10 +646,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51672/387", + "href": "/remote.php/dav/systemtags-relations/files/53332/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -691,7 +691,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderTagging/Wed, 08 Jul 2020 12:54:59 GMT"5f05c22307af0"51672RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderTagging/Wed, 15 Jul 2020 12:37:44 GMT"5f0ef8985b965"53332RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -701,12 +701,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:54:59 GMT", - "getetag": ""5f05c22307af0"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:44 GMT", + "getetag": ""5f0ef8985b965"", "resourcetype": { "collection": "" }, - "fileid": 51672, + "fileid": 53332, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -764,7 +764,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/385385tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/386386tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/448448tag-81truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/449449tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -784,10 +784,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -797,10 +797,10 @@ } }, { - "href": "/remote.php/dav/systemtags/385", + "href": "/remote.php/dav/systemtags/448", "propstat": { "prop": { - "id": 385, + "id": 448, "display-name": "tag-81", "user-visible": true, "user-assignable": true, @@ -810,10 +810,10 @@ } }, { - "href": "/remote.php/dav/systemtags/386", + "href": "/remote.php/dav/systemtags/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -823,10 +823,10 @@ } }, { - "href": "/remote.php/dav/systemtags/387", + "href": "/remote.php/dav/systemtags/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -842,7 +842,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/385", + "url": "/remote.php/dav/systemtags/448", "method": "DELETE", "description": "Tag delete", "body": "" @@ -874,7 +874,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/386386tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/449449tag-82truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -894,10 +894,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -907,10 +907,10 @@ } }, { - "href": "/remote.php/dav/systemtags/386", + "href": "/remote.php/dav/systemtags/449", "propstat": { "prop": { - "id": 386, + "id": 449, "display-name": "tag-82", "user-visible": true, "user-assignable": true, @@ -920,10 +920,10 @@ } }, { - "href": "/remote.php/dav/systemtags/387", + "href": "/remote.php/dav/systemtags/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -939,7 +939,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/386", + "url": "/remote.php/dav/systemtags/449", "method": "DELETE", "description": "Tag delete", "body": "" @@ -971,7 +971,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/387387tag-83truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/450450tag-83truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -991,10 +991,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -1004,10 +1004,10 @@ } }, { - "href": "/remote.php/dav/systemtags/387", + "href": "/remote.php/dav/systemtags/450", "propstat": { "prop": { - "id": 387, + "id": 450, "display-name": "tag-83", "user-visible": true, "user-assignable": true, @@ -1023,7 +1023,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/387", + "url": "/remote.php/dav/systemtags/450", "method": "DELETE", "description": "Tag delete", "body": "" diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/09_remove_tag_of_file.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/09_remove_tag_of_file.json index 412fdffe..5997fafa 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/09_remove_tag_of_file.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/09_remove_tag_of_file.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:14 GMT"5f05c23201468"51673RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:56 GMT"5f0ef8a42ad7d"53333RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:14 GMT", - "getetag": ""5f05c23201468"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:56 GMT", + "getetag": ""5f0ef8a42ad7d"", "resourcetype": { "collection": "" }, - "fileid": 51673, + "fileid": 53333, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:14 GMT"5f05c23201468"51673RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:37:56 GMT"5f0ef8a42ad7d"53333RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:14 GMT", - "getetag": ""5f05c23201468"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:56 GMT", + "getetag": ""5f0ef8a42ad7d"", "resourcetype": { "collection": "" }, - "fileid": 51673, + "fileid": 53333, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/removeTagOfFile.txtWed, 08 Jul 2020 12:55:17 GMT"4dbafff86b176a75252a1f406b0ccf7a"text/plain51674RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/removeTagOfFile.txtWed, 15 Jul 2020 12:37:57 GMT"26cf3b9ee36a0ff5873874026f4f8df2"text/plain53334RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileTagging/removeTagOfFile.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:17 GMT", - "getetag": ""4dbafff86b176a75252a1f406b0ccf7a"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:57 GMT", + "getetag": ""26cf3b9ee36a0ff5873874026f4f8df2"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51674, + "fileid": 53334, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -286,7 +286,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/removeTagOfFile.txtWed, 08 Jul 2020 12:55:17 GMT"4dbafff86b176a75252a1f406b0ccf7a"text/plain51674RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/removeTagOfFile.txtWed, 15 Jul 2020 12:37:57 GMT"26cf3b9ee36a0ff5873874026f4f8df2"text/plain53334RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -295,11 +295,11 @@ "href": "/remote.php/webdav/test/fileTagging/removeTagOfFile.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:17 GMT", - "getetag": ""4dbafff86b176a75252a1f406b0ccf7a"", + "getlastmodified": "Wed, 15 Jul 2020 12:37:57 GMT", + "getetag": ""26cf3b9ee36a0ff5873874026f4f8df2"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51674, + "fileid": 53334, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -336,7 +336,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -356,10 +356,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -384,15 +384,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/388" + "contentLocation": "/remote.php/dav/systemtags/451" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674/388", + "url": "/remote.php/dav/systemtags-relations/files/53334/451", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 388,\n \"name\": \"tag-91\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 451,\n \"name\": \"tag-91\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -421,7 +421,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/388388tag-91truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/451451tag-91truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -441,10 +441,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -454,10 +454,10 @@ } }, { - "href": "/remote.php/dav/systemtags/388", + "href": "/remote.php/dav/systemtags/451", "propstat": { "prop": { - "id": 388, + "id": 451, "display-name": "tag-91", "user-visible": true, "user-assignable": true, @@ -482,15 +482,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/389" + "contentLocation": "/remote.php/dav/systemtags/452" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674/389", + "url": "/remote.php/dav/systemtags-relations/files/53334/452", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 389,\n \"name\": \"tag-92\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 452,\n \"name\": \"tag-92\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -519,7 +519,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/388388tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/389389tag-92truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/451451tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/452452tag-92truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -539,10 +539,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -552,10 +552,10 @@ } }, { - "href": "/remote.php/dav/systemtags/388", + "href": "/remote.php/dav/systemtags/451", "propstat": { "prop": { - "id": 388, + "id": 451, "display-name": "tag-91", "user-visible": true, "user-assignable": true, @@ -565,10 +565,10 @@ } }, { - "href": "/remote.php/dav/systemtags/389", + "href": "/remote.php/dav/systemtags/452", "propstat": { "prop": { - "id": 389, + "id": 452, "display-name": "tag-92", "user-visible": true, "user-assignable": true, @@ -593,15 +593,15 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/390" + "contentLocation": "/remote.php/dav/systemtags/453" } }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674/390", + "url": "/remote.php/dav/systemtags-relations/files/53334/453", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 390,\n \"name\": \"tag-93\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 453,\n \"name\": \"tag-93\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -612,7 +612,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674", + "url": "/remote.php/dav/systemtags-relations/files/53334", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -630,14 +630,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51674/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51674/388388tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51674/389389tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51674/390390tag-93truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53334/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53334/451451tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53334/452452tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53334/453453tag-93truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51674/", + "href": "/remote.php/dav/systemtags-relations/files/53334/", "propstat": { "prop": { "id": "", @@ -650,10 +650,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51674/388", + "href": "/remote.php/dav/systemtags-relations/files/53334/451", "propstat": { "prop": { - "id": 388, + "id": 451, "display-name": "tag-91", "user-visible": true, "user-assignable": true, @@ -663,10 +663,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51674/389", + "href": "/remote.php/dav/systemtags-relations/files/53334/452", "propstat": { "prop": { - "id": 389, + "id": 452, "display-name": "tag-92", "user-visible": true, "user-assignable": true, @@ -676,10 +676,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51674/390", + "href": "/remote.php/dav/systemtags-relations/files/53334/453", "propstat": { "prop": { - "id": 390, + "id": 453, "display-name": "tag-93", "user-visible": true, "user-assignable": true, @@ -695,7 +695,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674/388", + "url": "/remote.php/dav/systemtags-relations/files/53334/451", "method": "DELETE", "description": "File remove tag", "body": "" @@ -709,7 +709,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51674", + "url": "/remote.php/dav/systemtags-relations/files/53334", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -727,14 +727,14 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51674/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/51674/389389tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/51674/390390tag-93truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags-relations/files/53334/HTTP/1.1 404 Not Found/remote.php/dav/systemtags-relations/files/53334/452452tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags-relations/files/53334/453453tag-93truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": [ { - "href": "/remote.php/dav/systemtags-relations/files/51674/", + "href": "/remote.php/dav/systemtags-relations/files/53334/", "propstat": { "prop": { "id": "", @@ -747,10 +747,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51674/389", + "href": "/remote.php/dav/systemtags-relations/files/53334/452", "propstat": { "prop": { - "id": 389, + "id": 452, "display-name": "tag-92", "user-visible": true, "user-assignable": true, @@ -760,10 +760,10 @@ } }, { - "href": "/remote.php/dav/systemtags-relations/files/51674/390", + "href": "/remote.php/dav/systemtags-relations/files/53334/453", "propstat": { "prop": { - "id": 390, + "id": 453, "display-name": "tag-93", "user-visible": true, "user-assignable": true, @@ -811,7 +811,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/388388tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/389389tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/390390tag-93truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/451451tag-91truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/452452tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/453453tag-93truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -831,10 +831,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -844,10 +844,10 @@ } }, { - "href": "/remote.php/dav/systemtags/388", + "href": "/remote.php/dav/systemtags/451", "propstat": { "prop": { - "id": 388, + "id": 451, "display-name": "tag-91", "user-visible": true, "user-assignable": true, @@ -857,10 +857,10 @@ } }, { - "href": "/remote.php/dav/systemtags/389", + "href": "/remote.php/dav/systemtags/452", "propstat": { "prop": { - "id": 389, + "id": 452, "display-name": "tag-92", "user-visible": true, "user-assignable": true, @@ -870,10 +870,10 @@ } }, { - "href": "/remote.php/dav/systemtags/390", + "href": "/remote.php/dav/systemtags/453", "propstat": { "prop": { - "id": 390, + "id": 453, "display-name": "tag-93", "user-visible": true, "user-assignable": true, @@ -889,7 +889,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/388", + "url": "/remote.php/dav/systemtags/451", "method": "DELETE", "description": "Tag delete", "body": "" @@ -921,7 +921,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/389389tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/390390tag-93truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/452452tag-92truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/453453tag-93truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -941,10 +941,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -954,10 +954,10 @@ } }, { - "href": "/remote.php/dav/systemtags/389", + "href": "/remote.php/dav/systemtags/452", "propstat": { "prop": { - "id": 389, + "id": 452, "display-name": "tag-92", "user-visible": true, "user-assignable": true, @@ -967,10 +967,10 @@ } }, { - "href": "/remote.php/dav/systemtags/390", + "href": "/remote.php/dav/systemtags/453", "propstat": { "prop": { - "id": 390, + "id": 453, "display-name": "tag-93", "user-visible": true, "user-assignable": true, @@ -986,7 +986,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/389", + "url": "/remote.php/dav/systemtags/452", "method": "DELETE", "description": "Tag delete", "body": "" @@ -1018,7 +1018,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/390390tag-93truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/453453tag-93truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1038,10 +1038,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -1051,10 +1051,10 @@ } }, { - "href": "/remote.php/dav/systemtags/390", + "href": "/remote.php/dav/systemtags/453", "propstat": { "prop": { - "id": 390, + "id": 453, "display-name": "tag-93", "user-visible": true, "user-assignable": true, @@ -1070,7 +1070,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/390", + "url": "/remote.php/dav/systemtags/453", "method": "DELETE", "description": "Tag delete", "body": "" @@ -1110,7 +1110,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:24 GMT"5f05c23c97127"51673RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:38:04 GMT"5f0ef8acd7e6f"53333RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1120,12 +1120,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:24 GMT", - "getetag": ""5f05c23c97127"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:04 GMT", + "getetag": ""5f0ef8acd7e6f"", "resourcetype": { "collection": "" }, - "fileid": 51673, + "fileid": 53333, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/10_create_a_tag_twice.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/10_create_a_tag_twice.json index b17ecde1..383622bf 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/10_create_a_tag_twice.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/10_create_a_tag_twice.json @@ -19,7 +19,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -39,10 +39,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -67,7 +67,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/391" + "contentLocation": "/remote.php/dav/systemtags/454" } }, { @@ -90,7 +90,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/391391Tag10truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/454454Tag10truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -110,10 +110,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -123,10 +123,10 @@ } }, { - "href": "/remote.php/dav/systemtags/391", + "href": "/remote.php/dav/systemtags/454", "propstat": { "prop": { - "id": 391, + "id": 454, "display-name": "Tag10", "user-visible": true, "user-assignable": true, @@ -142,7 +142,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/391", + "url": "/remote.php/dav/systemtags/454", "method": "DELETE", "description": "Tag delete", "body": "" @@ -156,20 +156,20 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/391", + "url": "/remote.php/dav/systemtags/454", "method": "DELETE", "description": "Tag delete", "body": "" }, "response": { "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n Tag with id 391 not found\n\n", + "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n Tag with id 454 not found\n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "error": { "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "Tag with id 391 not found" + "message": "Tag with id 454 not found" } } } diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/11_remove_non_existing_file_tag_should_not_cause_an_error.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/11_remove_non_existing_file_tag_should_not_cause_an_error.json index 543335a8..69cec394 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/11_remove_non_existing_file_tag_should_not_cause_an_error.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/11_remove_non_existing_file_tag_should_not_cause_an_error.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:31 GMT"5f05c24397af8"51675RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:38:12 GMT"5f0ef8b42f34a"53335RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:31 GMT", - "getetag": ""5f05c24397af8"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:12 GMT", + "getetag": ""5f0ef8b42f34a"", "resourcetype": { "collection": "" }, - "fileid": 51675, + "fileid": 53335, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -147,7 +147,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:31 GMT"5f05c24397af8"51675RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:38:12 GMT"5f0ef8b42f34a"53335RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -157,12 +157,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:31 GMT", - "getetag": ""5f05c24397af8"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:12 GMT", + "getetag": ""5f0ef8b42f34a"", "resourcetype": { "collection": "" }, - "fileid": 51675, + "fileid": 53335, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -228,7 +228,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/fileWithoutTags.txtWed, 08 Jul 2020 12:55:33 GMT"fad3c28f36866fd120f7659df0f76d77"text/plain51676RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/fileWithoutTags.txtWed, 15 Jul 2020 12:38:13 GMT"39beddbfac032e391b64da2c37bc7e0e"text/plain53336RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -237,11 +237,11 @@ "href": "/remote.php/webdav/test/fileTagging/fileWithoutTags.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:33 GMT", - "getetag": ""fad3c28f36866fd120f7659df0f76d77"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:13 GMT", + "getetag": ""39beddbfac032e391b64da2c37bc7e0e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51676, + "fileid": 53336, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -260,7 +260,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51676", + "url": "/remote.php/dav/systemtags-relations/files/53336", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -278,13 +278,13 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51676/HTTP/1.1 404 Not Found", + "body": "\n/remote.php/dav/systemtags-relations/files/53336/HTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": { - "href": "/remote.php/dav/systemtags-relations/files/51676/", + "href": "/remote.php/dav/systemtags-relations/files/53336/", "propstat": { "prop": { "id": "", diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/12_remove_non_existing_folder_tag_should_not_cause_an_error.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/12_remove_non_existing_folder_tag_should_not_cause_an_error.json index e65a5fa1..1c584d08 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/12_remove_non_existing_folder_tag_should_not_cause_an_error.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/12_remove_non_existing_folder_tag_should_not_cause_an_error.json @@ -80,7 +80,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderTagging/Wed, 08 Jul 2020 12:55:35 GMT"5f05c24797e7d"51677RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderTagging/Wed, 15 Jul 2020 12:38:15 GMT"5f0ef8b7e2a68"53337RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,12 +90,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:35 GMT", - "getetag": ""5f05c24797e7d"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:15 GMT", + "getetag": ""5f0ef8b7e2a68"", "resourcetype": { "collection": "" }, - "fileid": 51677, + "fileid": 53337, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -121,7 +121,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51677", + "url": "/remote.php/dav/systemtags-relations/files/53337", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -139,13 +139,13 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51677/HTTP/1.1 404 Not Found", + "body": "\n/remote.php/dav/systemtags-relations/files/53337/HTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": { - "href": "/remote.php/dav/systemtags-relations/files/51677/", + "href": "/remote.php/dav/systemtags-relations/files/53337/", "propstat": { "prop": { "id": "", @@ -189,7 +189,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folderTagging/Wed, 08 Jul 2020 12:55:35 GMT"5f05c24797e7d"51677RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folderTagging/Wed, 15 Jul 2020 12:38:15 GMT"5f0ef8b7e2a68"53337RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -199,12 +199,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:35 GMT", - "getetag": ""5f05c24797e7d"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:15 GMT", + "getetag": ""5f0ef8b7e2a68"", "resourcetype": { "collection": "" }, - "fileid": 51677, + "fileid": 53337, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/13_get_tags_of_a_new_file_and_expect_none.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/13_get_tags_of_a_new_file_and_expect_none.json index 8f98879b..e2eb458d 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/13_get_tags_of_a_new_file_and_expect_none.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/13_get_tags_of_a_new_file_and_expect_none.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:34 GMT"5f05c2468f1bf"51675RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:38:15 GMT"5f0ef8b705925"53335RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:34 GMT", - "getetag": ""5f05c2468f1bf"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:15 GMT", + "getetag": ""5f0ef8b705925"", "resourcetype": { "collection": "" }, - "fileid": 51675, + "fileid": 53335, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/Wed, 08 Jul 2020 12:55:34 GMT"5f05c2468f1bf"51675RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/fileTagging/Wed, 15 Jul 2020 12:38:15 GMT"5f0ef8b705925"53335RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,12 +104,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:34 GMT", - "getetag": ""5f05c2468f1bf"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:15 GMT", + "getetag": ""5f0ef8b705925"", "resourcetype": { "collection": "" }, - "fileid": 51675, + "fileid": 53335, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -175,7 +175,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/fileTagging/fileWithoutTags2.txtWed, 08 Jul 2020 12:55:38 GMT"4472852403643ed90a571c9cd94803d6"text/plain51678RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/fileTagging/fileWithoutTags2.txtWed, 15 Jul 2020 12:38:19 GMT"d374d5d8e9243c0343a43cbca3460042"text/plain53338RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -184,11 +184,11 @@ "href": "/remote.php/webdav/test/fileTagging/fileWithoutTags2.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:38 GMT", - "getetag": ""4472852403643ed90a571c9cd94803d6"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:19 GMT", + "getetag": ""d374d5d8e9243c0343a43cbca3460042"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51678, + "fileid": 53338, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -207,7 +207,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51678", + "url": "/remote.php/dav/systemtags-relations/files/53338", "method": "PROPFIND", "description": "File get tags", "body": "\n \n \n \n \n \n \n \n \n ", @@ -225,13 +225,13 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags-relations/files/51678/HTTP/1.1 404 Not Found", + "body": "\n/remote.php/dav/systemtags-relations/files/53338/HTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": { - "href": "/remote.php/dav/systemtags-relations/files/51678/", + "href": "/remote.php/dav/systemtags-relations/files/53338/", "propstat": { "prop": { "id": "", diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/98_delete_all_tags.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/98_delete_all_tags.json index c9cb2791..1c42ea63 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/98_delete_all_tags.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/98_delete_all_tags.json @@ -19,7 +19,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -39,10 +39,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -67,7 +67,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/392" + "contentLocation": "/remote.php/dav/systemtags/455" } }, { @@ -90,7 +90,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/376376Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/392392TagToBeDeletetruetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/439439Tag1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/455455TagToBeDeletetruetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -110,10 +110,10 @@ } }, { - "href": "/remote.php/dav/systemtags/376", + "href": "/remote.php/dav/systemtags/439", "propstat": { "prop": { - "id": 376, + "id": 439, "display-name": "Tag1", "user-visible": true, "user-assignable": true, @@ -123,10 +123,10 @@ } }, { - "href": "/remote.php/dav/systemtags/392", + "href": "/remote.php/dav/systemtags/455", "propstat": { "prop": { - "id": 392, + "id": 455, "display-name": "TagToBeDelete", "user-visible": true, "user-assignable": true, @@ -142,7 +142,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/376", + "url": "/remote.php/dav/systemtags/439", "method": "DELETE", "description": "Tag delete", "body": "" @@ -156,7 +156,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/392", + "url": "/remote.php/dav/systemtags/455", "method": "DELETE", "description": "Tag delete", "body": "" diff --git a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/99_delete_directory.json b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/99_delete_directory.json index d7c0110c..579ead21 100644 --- a/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/99_delete_directory.json +++ b/src/test/recordings/02-NEXCLOUD-NODE-CLIENT-TAG/99_delete_directory.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:55:40 GMT"5f05c24c6d2e7"51667RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:38:20 GMT"5f0ef8bc8d0fe"53327RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:40 GMT", - "getetag": ""5f05c24c6d2e7"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:20 GMT", + "getetag": ""5f0ef8bc8d0fe"", "resourcetype": { "collection": "" }, - "fileid": 51667, + "fileid": 53327, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:55:40 GMT"5f05c24c6d2e7"51667RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:38:20 GMT"5f0ef8bc8d0fe"53327RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,12 +104,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:40 GMT", - "getetag": ""5f05c24c6d2e7"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:20 GMT", + "getetag": ""5f0ef8bc8d0fe"", "resourcetype": { "collection": "" }, - "fileid": 51667, + "fileid": 53327, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/01_add_comment_to_file.json b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/01_add_comment_to_file.json index 6708d0ee..99e1cd73 100644 --- a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/01_add_comment_to_file.json +++ b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/01_add_comment_to_file.json @@ -192,7 +192,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/comments/Wed, 08 Jul 2020 12:55:48 GMT"5f05c2547a469"51680RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/comments/Wed, 15 Jul 2020 12:38:28 GMT"5f0ef8c409f6b"53340RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -202,12 +202,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:48 GMT", - "getetag": ""5f05c2547a469"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:28 GMT", + "getetag": ""5f0ef8c409f6b"", "resourcetype": { "collection": "" }, - "fileid": 51680, + "fileid": 53340, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -273,7 +273,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/comments/fileComments.txtWed, 08 Jul 2020 12:55:49 GMT"0982f006417f4f44cf7234087257e001"text/plain51681RGDNVW1818true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/comments/fileComments.txtWed, 15 Jul 2020 12:38:28 GMT"3fffc17284f2cb8d94051ca471189cd5"text/plain53341RGDNVW1818true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -282,11 +282,11 @@ "href": "/remote.php/webdav/test/comments/fileComments.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:49 GMT", - "getetag": ""0982f006417f4f44cf7234087257e001"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:28 GMT", + "getetag": ""3fffc17284f2cb8d94051ca471189cd5"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51681, + "fileid": 53341, "permissions": "RGDNVW", "size": 18, "getcontentlength": 18, @@ -305,7 +305,7 @@ }, { "request": { - "url": "/remote.php/dav/comments/files/51681", + "url": "/remote.php/dav/comments/files/53341", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C1\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -314,12 +314,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51681/435" + "contentLocation": "/remote.php/dav/comments/files/53341/459" } }, { "request": { - "url": "/remote.php/dav/comments/files/51681", + "url": "/remote.php/dav/comments/files/53341", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C2\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -328,12 +328,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51681/436" + "contentLocation": "/remote.php/dav/comments/files/53341/460" } }, { "request": { - "url": "/remote.php/dav/comments/files/51681", + "url": "/remote.php/dav/comments/files/53341", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C3\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -342,12 +342,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51681/437" + "contentLocation": "/remote.php/dav/comments/files/53341/461" } }, { "request": { - "url": "/remote.php/dav/comments/files/51681", + "url": "/remote.php/dav/comments/files/53341", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C4\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -356,12 +356,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51681/438" + "contentLocation": "/remote.php/dav/comments/files/53341/462" } }, { "request": { - "url": "/remote.php/dav/comments/files/51681", + "url": "/remote.php/dav/comments/files/53341", "method": "REPORT", "description": "File get comments", "body": "\n \n 1\n 1\n ", @@ -374,27 +374,27 @@ }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51681/437\n \n \n 437\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:51 GMT\n \n files\n 51681\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53341/461\n \n \n 461\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:30 GMT\n \n files\n 53341\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51681/437", + "href": "/remote.php/dav/comments/files/53341/461", "propstat": { "prop": { - "id": 437, + "id": 461, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:51 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:30 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51681, + "objectId": 53341, "message": "C3", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, diff --git a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/02_add_comment_to_folder.json b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/02_add_comment_to_folder.json index 32c9932a..d3b3ee3e 100644 --- a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/02_add_comment_to_folder.json +++ b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/02_add_comment_to_folder.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:55:49 GMT"5f05c2558a528"51679RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:38:28 GMT"5f0ef8c4dec01"53339RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,12 +96,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:49 GMT", - "getetag": ""5f05c2558a528"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:28 GMT", + "getetag": ""5f0ef8c4dec01"", "resourcetype": { "collection": "" }, - "fileid": 51679, + "fileid": 53339, "permissions": "RGDNVCK", "size": 18, "has-preview": false, @@ -259,7 +259,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder/comments/Wed, 08 Jul 2020 12:55:55 GMT"5f05c25bbd50d"51683RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder/comments/Wed, 15 Jul 2020 12:38:35 GMT"5f0ef8cb058c8"53343RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -269,12 +269,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:55 GMT", - "getetag": ""5f05c25bbd50d"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:35 GMT", + "getetag": ""5f0ef8cb058c8"", "resourcetype": { "collection": "" }, - "fileid": 51683, + "fileid": 53343, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -300,7 +300,7 @@ }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C1\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -309,12 +309,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51683/439" + "contentLocation": "/remote.php/dav/comments/files/53343/463" } }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C2\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -323,12 +323,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51683/440" + "contentLocation": "/remote.php/dav/comments/files/53343/464" } }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C3\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -337,12 +337,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51683/441" + "contentLocation": "/remote.php/dav/comments/files/53343/465" } }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "POST", "description": "File add comment", "body": "{\n \"actorType\": \"users\",\n \"message\": \"C4\",\n \"objectType\": \"files\",\n \"verb\": \"comment\"\n}" @@ -351,12 +351,12 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/comments/files/51683/442" + "contentLocation": "/remote.php/dav/comments/files/53343/466" } }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "REPORT", "description": "File get comments", "body": "\n \n 1\n 1\n ", @@ -369,27 +369,27 @@ }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51683/441\n \n \n 441\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:57 GMT\n \n files\n 51683\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53343/465\n \n \n 465\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:36 GMT\n \n files\n 53343\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { "response": { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51683/441", + "href": "/remote.php/dav/comments/files/53343/465", "propstat": { "prop": { - "id": 441, + "id": 465, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:57 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:36 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51683, + "objectId": 53343, "message": "C3", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, @@ -404,7 +404,7 @@ }, { "request": { - "url": "/remote.php/dav/comments/files/51683", + "url": "/remote.php/dav/comments/files/53343", "method": "REPORT", "description": "File get comments", "body": "\n \n 30\n 0\n ", @@ -417,7 +417,7 @@ }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51683/442\n \n \n 442\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:58 GMT\n \n files\n 51683\n C4\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51683/441\n \n \n 441\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:57 GMT\n \n files\n 51683\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51683/440\n \n \n 440\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:57 GMT\n \n files\n 51683\n C2\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/51683/439\n \n \n 439\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 08 Jul 2020 12:55:56 GMT\n \n files\n 51683\n C1\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53343/466\n \n \n 466\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:37 GMT\n \n files\n 53343\n C4\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53343/465\n \n \n 465\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:36 GMT\n \n files\n 53343\n C3\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53343/464\n \n \n 464\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:36 GMT\n \n files\n 53343\n C2\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/comments/files/53343/463\n \n \n 463\n 0\n 0\n 0\n comment\n users\n horst\n Wed, 15 Jul 2020 12:38:35 GMT\n \n files\n 53343\n C1\n Horst-Thorsten Borstenson\n false\n \n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -425,20 +425,20 @@ "response": [ { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51683/442", + "href": "/remote.php/dav/comments/files/53343/466", "propstat": { "prop": { - "id": 442, + "id": 466, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:58 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:37 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51683, + "objectId": 53343, "message": "C4", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, @@ -449,20 +449,20 @@ }, { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51683/441", + "href": "/remote.php/dav/comments/files/53343/465", "propstat": { "prop": { - "id": 441, + "id": 465, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:57 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:36 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51683, + "objectId": 53343, "message": "C3", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, @@ -473,20 +473,20 @@ }, { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51683/440", + "href": "/remote.php/dav/comments/files/53343/464", "propstat": { "prop": { - "id": 440, + "id": 464, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:57 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:36 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51683, + "objectId": 53343, "message": "C2", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, @@ -497,20 +497,20 @@ }, { "status": "HTTP/1.1 200 OK", - "href": "/remote.php/dav/comments/files/51683/439", + "href": "/remote.php/dav/comments/files/53343/463", "propstat": { "prop": { - "id": 439, + "id": 463, "parentId": 0, "topmostParentId": 0, "childrenCount": 0, "verb": "comment", "actorType": "users", "actorId": "horst", - "creationDateTime": "Wed, 08 Jul 2020 12:55:56 GMT", + "creationDateTime": "Wed, 15 Jul 2020 12:38:35 GMT", "latestChildDateTime": "", "objectType": "files", - "objectId": 51683, + "objectId": 53343, "message": "C1", "actorDisplayName": "Horst-Thorsten Borstenson", "isUnread": false, @@ -552,7 +552,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/folder/comments/Wed, 08 Jul 2020 12:55:55 GMT"5f05c25bbd50d"51683RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/folder/comments/Wed, 15 Jul 2020 12:38:35 GMT"5f0ef8cb058c8"53343RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -562,12 +562,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:55:55 GMT", - "getetag": ""5f05c25bbd50d"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:35 GMT", + "getetag": ""5f0ef8cb058c8"", "resourcetype": { "collection": "" }, - "fileid": 51683, + "fileid": 53343, "permissions": "RGDNVCK", "size": 0, "has-preview": false, diff --git a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/99_delete_directory.json b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/99_delete_directory.json index 38532eb9..842e3b4a 100644 --- a/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/99_delete_directory.json +++ b/src/test/recordings/03-NEXCLOUD-NODE-CLIENT-COMMENT/99_delete_directory.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:56:00 GMT"5f05c260491c2"51679RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:38:39 GMT"5f0ef8cf3e780"53339RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:56:00 GMT", - "getetag": ""5f05c260491c2"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:39 GMT", + "getetag": ""5f0ef8cf3e780"", "resourcetype": { "collection": "" }, - "fileid": 51679, + "fileid": 53339, "permissions": "RGDNVCK", "size": 18, "has-preview": false, @@ -94,7 +94,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:56:00 GMT"5f05c260491c2"51679RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:38:39 GMT"5f0ef8cf3e780"53339RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -104,12 +104,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:56:00 GMT", - "getetag": ""5f05c260491c2"", + "getlastmodified": "Wed, 15 Jul 2020 12:38:39 GMT", + "getetag": ""5f0ef8cf3e780"", "resourcetype": { "collection": "" }, - "fileid": 51679, + "fileid": 53339, "permissions": "RGDNVCK", "size": 18, "has-preview": false, diff --git a/src/test/recordings/10-NEXCLOUD-NODE-CLIENT-QUOTA/01_get_quota.json b/src/test/recordings/10-NEXCLOUD-NODE-CLIENT-QUOTA/01_get_quota.json index 4b53f460..2bbeb7e7 100644 --- a/src/test/recordings/10-NEXCLOUD-NODE-CLIENT-QUOTA/01_get_quota.json +++ b/src/test/recordings/10-NEXCLOUD-NODE-CLIENT-QUOTA/01_get_quota.json @@ -8,26 +8,244 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Wed, 08 Jul 2020 12:56:01 GMT0176295297024"5f05c261d0d12"HTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Wed, 15 Jul 2020 12:38:40 GMT6346020175378710528"5f0ef8d0c95ae"HTTP/1.1 200 OK/remote.php/webdav/Accounting/Wed, 15 Jul 2020 12:26:52 GMT454782175378710528"5f0ef60cc08c9"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Borstenson/Wed, 15 Jul 2020 10:27:10 GMT3302289175378710528"5f0ed9febecbd"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Company/Wed, 15 Jul 2020 12:26:59 GMT1112521175378710528"5f0ef613f2eb7"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Contracts/Wed, 15 Jul 2020 12:27:01 GMT61539175378710528"5f0ef6156a47d"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Human%20Resources/Wed, 15 Jul 2020 12:27:07 GMT352052175378710528"5f0ef61b95e2d"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Marketing/Wed, 15 Jul 2020 12:27:10 GMT141428175378710528"5f0ef61eb3856"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Products/Wed, 15 Jul 2020 12:27:17 GMT872544175378710528"5f0ef62507f44"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/Sales/Wed, 15 Jul 2020 12:27:18 GMT48865175378710528"5f0ef626784b4"HTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/ncncTest/Wed, 15 Jul 2020 12:24:39 GMT0175378710528"5f0ef587c2e24"HTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { "multistatus": { - "response": { - "href": "/remote.php/webdav/", - "propstat": { - "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:56:01 GMT", - "resourcetype": { - "collection": "" - }, - "quota-used-bytes": 0, - "quota-available-bytes": 176295297024, - "getetag": ""5f05c261d0d12"" - }, - "status": "HTTP/1.1 200 OK" + "response": [ + { + "href": "/remote.php/webdav/", + "propstat": { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:38:40 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 6346020, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef8d0c95ae"" + }, + "status": "HTTP/1.1 200 OK" + } + }, + { + "href": "/remote.php/webdav/Accounting/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:26:52 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 454782, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef60cc08c9"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Borstenson/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 10:27:10 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 3302289, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ed9febecbd"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Company/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:26:59 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 1112521, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef613f2eb7"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Contracts/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:27:01 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 61539, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef6156a47d"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Human%20Resources/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:27:07 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 352052, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef61b95e2d"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Marketing/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:27:10 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 141428, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef61eb3856"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Products/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:27:17 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 872544, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef62507f44"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/Sales/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:27:18 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 48865, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef626784b4"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] + }, + { + "href": "/remote.php/webdav/ncncTest/", + "propstat": [ + { + "prop": { + "getlastmodified": "Wed, 15 Jul 2020 12:24:39 GMT", + "resourcetype": { + "collection": "" + }, + "quota-used-bytes": 0, + "quota-available-bytes": 175378710528, + "getetag": ""5f0ef587c2e24"" + }, + "status": "HTTP/1.1 200 OK" + }, + { + "prop": { + "getcontentlength": "", + "getcontenttype": "" + }, + "status": "HTTP/1.1 404 Not Found" + } + ] } - } + ] } } } diff --git a/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/01_get_system_info.json b/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/01_get_system_info.json index 01980b81..e7bad8a8 100644 --- a/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/01_get_system_info.json +++ b/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/01_get_system_info.json @@ -8,7 +8,7 @@ }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"nextcloud\":{\"system\":{\"version\":\"18.0.4.2\",\"theme\":\"none\",\"enable_avatars\":\"yes\",\"enable_previews\":\"yes\",\"memcache.local\":\"\\\\OC\\\\Memcache\\\\APCu\",\"memcache.distributed\":\"none\",\"filelocking.enabled\":\"yes\",\"memcache.locking\":\"\\\\OC\\\\Memcache\\\\Redis\",\"debug\":\"no\",\"freespace\":176295292928,\"cpuload\":[0.96,0.5,0.2],\"mem_total\":8152784,\"mem_free\":7373648,\"swap_total\":2097148,\"swap_free\":2097148,\"apps\":{\"num_installed\":40,\"num_updates_available\":0,\"app_updates\":[]}},\"storage\":{\"num_users\":9,\"num_files\":30890,\"num_storages\":11,\"num_storages_local\":1,\"num_storages_home\":10,\"num_storages_other\":0},\"shares\":{\"num_shares\":1,\"num_shares_user\":0,\"num_shares_groups\":0,\"num_shares_link\":1,\"num_shares_mail\":0,\"num_shares_room\":0,\"num_shares_link_no_password\":1,\"num_fed_shares_sent\":0,\"num_fed_shares_received\":0,\"permissions_3_1\":\"1\"}},\"server\":{\"webserver\":\"nginx\\/1.17.10\",\"php\":{\"version\":\"7.4.3\",\"memory_limit\":1073741824,\"max_execution_time\":3600,\"upload_max_filesize\":10737418240},\"database\":{\"type\":\"mysql\",\"version\":\"10.3.22\",\"size\":43409408}},\"activeUsers\":{\"last5minutes\":1,\"last1hour\":1,\"last24hours\":1}}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"nextcloud\":{\"system\":{\"version\":\"18.0.4.2\",\"theme\":\"none\",\"enable_avatars\":\"yes\",\"enable_previews\":\"yes\",\"memcache.local\":\"\\\\OC\\\\Memcache\\\\APCu\",\"memcache.distributed\":\"none\",\"filelocking.enabled\":\"yes\",\"memcache.locking\":\"\\\\OC\\\\Memcache\\\\Redis\",\"debug\":\"no\",\"freespace\":175378706432,\"cpuload\":[0.89,0.56,0.47],\"mem_total\":8152784,\"mem_free\":7387332,\"swap_total\":2097148,\"swap_free\":2097148,\"apps\":{\"num_installed\":41,\"num_updates_available\":0,\"app_updates\":[]}},\"storage\":{\"num_users\":9,\"num_files\":32166,\"num_storages\":11,\"num_storages_local\":1,\"num_storages_home\":10,\"num_storages_other\":0},\"shares\":{\"num_shares\":4,\"num_shares_user\":0,\"num_shares_groups\":0,\"num_shares_link\":4,\"num_shares_mail\":0,\"num_shares_room\":0,\"num_shares_link_no_password\":4,\"num_fed_shares_sent\":0,\"num_fed_shares_received\":0,\"permissions_3_1\":\"4\"}},\"server\":{\"webserver\":\"nginx\\/1.17.10\",\"php\":{\"version\":\"7.4.3\",\"memory_limit\":1073741824,\"max_execution_time\":3600,\"upload_max_filesize\":10737418240},\"database\":{\"type\":\"mysql\",\"version\":\"10.3.22\",\"size\":43425792}},\"activeUsers\":{\"last5minutes\":0,\"last1hour\":1,\"last24hours\":2}}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -30,41 +30,41 @@ "filelocking.enabled": "yes", "memcache.locking": "\\OC\\Memcache\\Redis", "debug": "no", - "freespace": 176295292928, + "freespace": 175378706432, "cpuload": [ - 0.96, - 0.5, - 0.2 + 0.89, + 0.56, + 0.47 ], "mem_total": 8152784, - "mem_free": 7373648, + "mem_free": 7387332, "swap_total": 2097148, "swap_free": 2097148, "apps": { - "num_installed": 40, + "num_installed": 41, "num_updates_available": 0, "app_updates": [] } }, "storage": { "num_users": 9, - "num_files": 30890, + "num_files": 32166, "num_storages": 11, "num_storages_local": 1, "num_storages_home": 10, "num_storages_other": 0 }, "shares": { - "num_shares": 1, + "num_shares": 4, "num_shares_user": 0, "num_shares_groups": 0, - "num_shares_link": 1, + "num_shares_link": 4, "num_shares_mail": 0, "num_shares_room": 0, - "num_shares_link_no_password": 1, + "num_shares_link_no_password": 4, "num_fed_shares_sent": 0, "num_fed_shares_received": 0, - "permissions_3_1": "1" + "permissions_3_1": "4" } }, "server": { @@ -78,13 +78,13 @@ "database": { "type": "mysql", "version": "10.3.22", - "size": 43409408 + "size": 43425792 } }, "activeUsers": { - "last5minutes": 1, + "last5minutes": 0, "last1hour": 1, - "last24hours": 1 + "last24hours": 2 } } } diff --git a/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/10_get_system_basic_data.json b/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/10_get_system_basic_data.json index d2a02f6e..1d33d8af 100644 --- a/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/10_get_system_basic_data.json +++ b/src/test/recordings/11-NEXCLOUD-NODE-CLIENT-SYSTEM-INFO/10_get_system_basic_data.json @@ -8,7 +8,7 @@ }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"servertime\":\"Wed Jul 8 14:56:04 CEST 2020\\n\",\"uptime\":\"up 6 weeks, 2 days, 13 hours, 53 minutes\\n\",\"timeservers\":\" \"}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"servertime\":\"Wed Jul 15 14:38:43 CEST 2020\\n\",\"uptime\":\"up 7 weeks, 2 days, 13 hours, 36 minutes\\n\",\"timeservers\":\" \"}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -19,8 +19,8 @@ "message": "OK" }, "data": { - "servertime": "Wed Jul 8 14:56:04 CEST 2020\n", - "uptime": "up 6 weeks, 2 days, 13 hours, 53 minutes\n", + "servertime": "Wed Jul 15 14:38:43 CEST 2020\n", + "uptime": "up 7 weeks, 2 days, 13 hours, 36 minutes\n", "timeservers": " " } } diff --git a/src/test/recordings/12-NEXCLOUD-NODE-CLIENT-USER-MANAGEMENT/13_login_with_new_user.json b/src/test/recordings/12-NEXCLOUD-NODE-CLIENT-USER-MANAGEMENT/13_login_with_new_user.json index a4d13d3d..026dde51 100644 --- a/src/test/recordings/12-NEXCLOUD-NODE-CLIENT-USER-MANAGEMENT/13_login_with_new_user.json +++ b/src/test/recordings/12-NEXCLOUD-NODE-CLIENT-USER-MANAGEMENT/13_login_with_new_user.json @@ -248,7 +248,7 @@ }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":100,\"message\":\"OK\",\"totalitems\":\"\",\"itemsperpage\":\"\"},\"data\":{\"enabled\":true,\"storageLocation\":\"\\/var\\/nextcloud_data\\/testUser13\",\"id\":\"testUser13\",\"lastLogin\":1594213021000,\"backend\":\"Database\",\"subadmin\":[],\"quota\":{\"free\":87793859,\"used\":17063741,\"total\":104857600,\"relative\":16.27,\"quota\":104857600},\"email\":null,\"displayname\":\"testUser13\",\"phone\":\"\",\"address\":\"\",\"website\":\"\",\"twitter\":\"\",\"groups\":[],\"language\":\"\",\"locale\":\"\",\"backendCapabilities\":{\"setDisplayName\":true,\"setPassword\":true}}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":100,\"message\":\"OK\",\"totalitems\":\"\",\"itemsperpage\":\"\"},\"data\":{\"enabled\":true,\"storageLocation\":\"\\/var\\/nextcloud_data\\/testUser13\",\"id\":\"testUser13\",\"lastLogin\":1594816777000,\"backend\":\"Database\",\"subadmin\":[],\"quota\":{\"free\":87793859,\"used\":17063741,\"total\":104857600,\"relative\":16.27,\"quota\":104857600},\"email\":null,\"displayname\":\"testUser13\",\"phone\":\"\",\"address\":\"\",\"website\":\"\",\"twitter\":\"\",\"groups\":[],\"language\":\"\",\"locale\":\"\",\"backendCapabilities\":{\"setDisplayName\":true,\"setPassword\":true}}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -264,7 +264,7 @@ "enabled": true, "storageLocation": "/var/nextcloud_data/testUser13", "id": "testUser13", - "lastLogin": 1594213021000, + "lastLogin": 1594816777000, "backend": "Database", "subadmin": [], "quota": { diff --git a/src/test/recordings/13-NEXCLOUD-NODE-CLIENT-SHARE/01_create_public_share.json b/src/test/recordings/13-NEXCLOUD-NODE-CLIENT-SHARE/01_create_public_share.json index 84926330..51b3ee30 100644 --- a/src/test/recordings/13-NEXCLOUD-NODE-CLIENT-SHARE/01_create_public_share.json +++ b/src/test/recordings/13-NEXCLOUD-NODE-CLIENT-SHARE/01_create_public_share.json @@ -1,169 +1,4 @@ [ - { - "request": { - "url": "/remote.php/webdav/ncncTest/share1", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name ncncTest/share1 could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name ncncTest/share1 could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/ncncTest/share1", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 409, - "body": "\n\n Sabre\\DAV\\Exception\\Conflict\n Parent node does not exist\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\Conflict", - "message": "Parent node does not exist" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/ncncTest", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name ncncTest could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name ncncTest could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/ncncTest", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, - { - "request": { - "url": "/remote.php/webdav/ncncTest/share1", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name ncncTest/share1 could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name ncncTest/share1 could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/ncncTest/share1", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/ncncTest/share1", @@ -192,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/ncncTest/share1/Thu, 25 Jun 2020 23:33:51 GMT"5ef5345f4de56"49275RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/ncncTest/share1/Wed, 15 Jul 2020 12:24:39 GMT"5f0ef587c2e24"52848RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -202,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 25 Jun 2020 23:33:51 GMT", - "getetag": ""5ef5345f4de56"", + "getlastmodified": "Wed, 15 Jul 2020 12:24:39 GMT", + "getetag": ""5f0ef587c2e24"", "resourcetype": { "collection": "" }, - "fileid": 49275, + "fileid": 52848, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -273,7 +108,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/ncncTest/share1/file3.txtThu, 25 Jun 2020 23:33:51 GMT"8a2483360609950dfae67af4ce39f2f9"text/plain49276RGDNVW1919true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/ncncTest/share1/file3.txtWed, 15 Jul 2020 12:41:27 GMT"0074c5b9115266d257ebfa6c52662466"text/plain53439RGDNVW1919true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -282,11 +117,11 @@ "href": "/remote.php/webdav/ncncTest/share1/file3.txt", "propstat": { "prop": { - "getlastmodified": "Thu, 25 Jun 2020 23:33:51 GMT", - "getetag": ""8a2483360609950dfae67af4ce39f2f9"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:27 GMT", + "getetag": ""0074c5b9115266d257ebfa6c52662466"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 49276, + "fileid": 53439, "permissions": "RGDNVW", "size": 19, "getcontentlength": 19, @@ -312,7 +147,7 @@ }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"49\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128032,\"parent\":null,\"expiration\":null,\"token\":\"Hjs3igFFBwXnEeK\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/Hjs3igFFBwXnEeK\",\"mail_send\":1,\"hide_download\":0}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"61\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816888,\"parent\":null,\"expiration\":null,\"token\":\"qDeMYKRk3NdsJkm\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/qDeMYKRk3NdsJkm\",\"mail_send\":1,\"hide_download\":0}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -323,17 +158,17 @@ "message": "OK" }, "data": { - "id": "49", + "id": "61", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128032, + "stime": 1594816888, "parent": null, "expiration": null, - "token": "Hjs3igFFBwXnEeK", + "token": "qDeMYKRk3NdsJkm", "uid_file_owner": "horst", "note": "", "label": "", @@ -343,15 +178,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", - "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A", + "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk", "share_with_displayname": "(Geteilter Link)", - "password": "2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A", + "password": "2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk", "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/Hjs3igFFBwXnEeK", + "url": "https://cc.hobigo.de/s/qDeMYKRk3NdsJkm", "mail_send": 1, "hide_download": 0 } @@ -361,14 +196,14 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/49", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/61", "method": "GET", "description": "Share get", "body": "" }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":[{\"id\":\"49\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128032,\"parent\":null,\"expiration\":null,\"token\":\"Hjs3igFFBwXnEeK\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/Hjs3igFFBwXnEeK\",\"mail_send\":0,\"hide_download\":0}]}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":[{\"id\":\"61\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816888,\"parent\":null,\"expiration\":null,\"token\":\"qDeMYKRk3NdsJkm\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/qDeMYKRk3NdsJkm\",\"mail_send\":0,\"hide_download\":0}]}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -380,17 +215,17 @@ }, "data": [ { - "id": "49", + "id": "61", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128032, + "stime": 1594816888, "parent": null, "expiration": null, - "token": "Hjs3igFFBwXnEeK", + "token": "qDeMYKRk3NdsJkm", "uid_file_owner": "horst", "note": "", "label": "", @@ -400,15 +235,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", - "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A", + "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk", "share_with_displayname": "(Geteilter Link)", - "password": "2|$argon2i$v=19$m=65536,t=4,p=1$RFlKM0F4WmhEWlAxU1FweA$fGj0qxPGCtqeWhOr9INr32XRGyGS9b0VrjbzQ2NaF+A", + "password": "2|$argon2i$v=19$m=65536,t=4,p=1$UC5CQ0lBa1RFOGlPaTUzLw$IbwjXfOiQ+v9e7tTkOXx0eWHGqRo+P0xUzcM5ZbHLEk", "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/Hjs3igFFBwXnEeK", + "url": "https://cc.hobigo.de/s/qDeMYKRk3NdsJkm", "mail_send": 0, "hide_download": 0 } @@ -419,14 +254,14 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/49", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/61", "method": "PUT", "description": "Share update", "body": "{\n \"password\": \"some password\"\n}" }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"49\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128032,\"parent\":null,\"expiration\":null,\"token\":\"Hjs3igFFBwXnEeK\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/Hjs3igFFBwXnEeK\",\"mail_send\":0,\"hide_download\":0}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"61\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816888,\"parent\":null,\"expiration\":null,\"token\":\"qDeMYKRk3NdsJkm\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/qDeMYKRk3NdsJkm\",\"mail_send\":0,\"hide_download\":0}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -437,17 +272,17 @@ "message": "OK" }, "data": { - "id": "49", + "id": "61", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128032, + "stime": 1594816888, "parent": null, "expiration": null, - "token": "Hjs3igFFBwXnEeK", + "token": "qDeMYKRk3NdsJkm", "uid_file_owner": "horst", "note": "", "label": "", @@ -457,15 +292,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", - "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "share_with_displayname": "(Geteilter Link)", - "password": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "password": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/Hjs3igFFBwXnEeK", + "url": "https://cc.hobigo.de/s/qDeMYKRk3NdsJkm", "mail_send": 0, "hide_download": 0 } @@ -475,14 +310,14 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/49", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/61", "method": "PUT", "description": "Share update", "body": "{\n \"note\": \"This is a Note\\nNew Line\"\n}" }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"49\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128032,\"parent\":null,\"expiration\":null,\"token\":\"Hjs3igFFBwXnEeK\",\"uid_file_owner\":\"horst\",\"note\":\"This is a Note\\nNew Line\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/Hjs3igFFBwXnEeK\",\"mail_send\":0,\"hide_download\":0}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"61\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816888,\"parent\":null,\"expiration\":null,\"token\":\"qDeMYKRk3NdsJkm\",\"uid_file_owner\":\"horst\",\"note\":\"This is a Note\\nNew Line\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/qDeMYKRk3NdsJkm\",\"mail_send\":0,\"hide_download\":0}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -493,17 +328,17 @@ "message": "OK" }, "data": { - "id": "49", + "id": "61", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128032, + "stime": 1594816888, "parent": null, "expiration": null, - "token": "Hjs3igFFBwXnEeK", + "token": "qDeMYKRk3NdsJkm", "uid_file_owner": "horst", "note": "This is a Note\nNew Line", "label": "", @@ -513,15 +348,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", - "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "share_with_displayname": "(Geteilter Link)", - "password": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "password": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/Hjs3igFFBwXnEeK", + "url": "https://cc.hobigo.de/s/qDeMYKRk3NdsJkm", "mail_send": 0, "hide_download": 0 } @@ -531,14 +366,14 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/49", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/61", "method": "PUT", "description": "Share update", "body": "{\n \"expireDate\": \"2020-12-04\"\n}" }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"49\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128032,\"parent\":null,\"expiration\":\"2020-12-04 00:00:00\",\"token\":\"Hjs3igFFBwXnEeK\",\"uid_file_owner\":\"horst\",\"note\":\"This is a Note\\nNew Line\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E\\/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/Hjs3igFFBwXnEeK\",\"mail_send\":0,\"hide_download\":0}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"61\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816888,\"parent\":null,\"expiration\":\"2020-12-04 00:00:00\",\"token\":\"qDeMYKRk3NdsJkm\",\"uid_file_owner\":\"horst\",\"note\":\"This is a Note\\nNew Line\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"share_with_displayname\":\"(Geteilter Link)\",\"password\":\"2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z\\/sq8u8ptBWwxrK\\/tKeD7lMGFBiXEr0\",\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/qDeMYKRk3NdsJkm\",\"mail_send\":0,\"hide_download\":0}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -549,17 +384,17 @@ "message": "OK" }, "data": { - "id": "49", + "id": "61", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128032, + "stime": 1594816888, "parent": null, "expiration": "2020-12-04 00:00:00", - "token": "Hjs3igFFBwXnEeK", + "token": "qDeMYKRk3NdsJkm", "uid_file_owner": "horst", "note": "This is a Note\nNew Line", "label": "", @@ -569,15 +404,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", - "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "share_with": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "share_with_displayname": "(Geteilter Link)", - "password": "2|$argon2i$v=19$m=65536,t=4,p=1$aFRSR2NYZ3ZmRnBpRWo2NQ$E/zOTCJJSvCqtqpiiYuwLO1PUV2a+wwXb5WNQM4xvGc", + "password": "2|$argon2i$v=19$m=65536,t=4,p=1$N1ZGQ1pmMVI5Ymt4cXJYNg$sFTc0ES152p1Z/sq8u8ptBWwxrK/tKeD7lMGFBiXEr0", "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/Hjs3igFFBwXnEeK", + "url": "https://cc.hobigo.de/s/qDeMYKRk3NdsJkm", "mail_send": 0, "hide_download": 0 } @@ -587,7 +422,7 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/49", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/61", "method": "DELETE", "description": "Share delete", "body": "" @@ -618,7 +453,7 @@ }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"50\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128033,\"parent\":null,\"expiration\":null,\"token\":\"CF3BcQFHfQCxgti\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":null,\"share_with_displayname\":\"(Geteilter Link)\",\"password\":null,\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/CF3BcQFHfQCxgti\",\"mail_send\":1,\"hide_download\":0}}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":{\"id\":\"62\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816891,\"parent\":null,\"expiration\":null,\"token\":\"5EK6jfqdEyge2EA\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":null,\"share_with_displayname\":\"(Geteilter Link)\",\"password\":null,\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/5EK6jfqdEyge2EA\",\"mail_send\":1,\"hide_download\":0}}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -629,17 +464,17 @@ "message": "OK" }, "data": { - "id": "50", + "id": "62", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128033, + "stime": 1594816891, "parent": null, "expiration": null, - "token": "CF3BcQFHfQCxgti", + "token": "5EK6jfqdEyge2EA", "uid_file_owner": "horst", "note": "", "label": "", @@ -649,15 +484,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", "share_with": null, "share_with_displayname": "(Geteilter Link)", "password": null, "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/CF3BcQFHfQCxgti", + "url": "https://cc.hobigo.de/s/5EK6jfqdEyge2EA", "mail_send": 1, "hide_download": 0 } @@ -667,14 +502,14 @@ }, { "request": { - "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/50", + "url": "/ocs/v2.php/apps/files_sharing/api/v1/shares/62", "method": "GET", "description": "Share get", "body": "" }, "response": { "status": 200, - "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":[{\"id\":\"50\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1593128033,\"parent\":null,\"expiration\":null,\"token\":\"CF3BcQFHfQCxgti\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":49276,\"file_source\":49276,\"file_parent\":49275,\"file_target\":\"\\/file3.txt\",\"share_with\":null,\"share_with_displayname\":\"(Geteilter Link)\",\"password\":null,\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/CF3BcQFHfQCxgti\",\"mail_send\":0,\"hide_download\":0}]}}", + "body": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":[{\"id\":\"62\",\"share_type\":3,\"uid_owner\":\"horst\",\"displayname_owner\":\"Horst-Thorsten Borstenson\",\"permissions\":1,\"can_edit\":true,\"can_delete\":true,\"stime\":1594816891,\"parent\":null,\"expiration\":null,\"token\":\"5EK6jfqdEyge2EA\",\"uid_file_owner\":\"horst\",\"note\":\"\",\"label\":\"\",\"displayname_file_owner\":\"Horst-Thorsten Borstenson\",\"path\":\"\\/ncncTest\\/share1\\/file3.txt\",\"item_type\":\"file\",\"mimetype\":\"text\\/plain\",\"storage_id\":\"home::horst\",\"storage\":4,\"item_source\":53439,\"file_source\":53439,\"file_parent\":52848,\"file_target\":\"\\/file3.txt\",\"share_with\":null,\"share_with_displayname\":\"(Geteilter Link)\",\"password\":null,\"send_password_by_talk\":false,\"url\":\"https:\\/\\/cc.hobigo.de\\/s\\/5EK6jfqdEyge2EA\",\"mail_send\":0,\"hide_download\":0}]}}", "contentType": "application/json; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -686,17 +521,17 @@ }, "data": [ { - "id": "50", + "id": "62", "share_type": 3, "uid_owner": "horst", "displayname_owner": "Horst-Thorsten Borstenson", "permissions": 1, "can_edit": true, "can_delete": true, - "stime": 1593128033, + "stime": 1594816891, "parent": null, "expiration": null, - "token": "CF3BcQFHfQCxgti", + "token": "5EK6jfqdEyge2EA", "uid_file_owner": "horst", "note": "", "label": "", @@ -706,15 +541,15 @@ "mimetype": "text/plain", "storage_id": "home::horst", "storage": 4, - "item_source": 49276, - "file_source": 49276, - "file_parent": 49275, + "item_source": 53439, + "file_source": 53439, + "file_parent": 52848, "file_target": "/file3.txt", "share_with": null, "share_with_displayname": "(Geteilter Link)", "password": null, "send_password_by_talk": false, - "url": "https://cc.hobigo.de/s/CF3BcQFHfQCxgti", + "url": "https://cc.hobigo.de/s/5EK6jfqdEyge2EA", "mail_send": 0, "hide_download": 0 } diff --git a/src/test/recordings/16-NEXCLOUD-NODE-CLIENT-GET-FILESYSTEMELEMENTS/01_get_file_system_elements_by_tags.json b/src/test/recordings/16-NEXCLOUD-NODE-CLIENT-GET-FILESYSTEMELEMENTS/01_get_file_system_elements_by_tags.json index eaecc28c..a209f2fc 100644 --- a/src/test/recordings/16-NEXCLOUD-NODE-CLIENT-GET-FILESYSTEMELEMENTS/01_get_file_system_elements_by_tags.json +++ b/src/test/recordings/16-NEXCLOUD-NODE-CLIENT-GET-FILESYSTEMELEMENTS/01_get_file_system_elements_by_tags.json @@ -52,7 +52,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/393" + "contentLocation": "/remote.php/dav/systemtags/456" } }, { @@ -75,7 +75,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -95,10 +95,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -123,7 +123,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/394" + "contentLocation": "/remote.php/dav/systemtags/457" } }, { @@ -146,7 +146,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -166,10 +166,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -179,10 +179,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -207,7 +207,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/395" + "contentLocation": "/remote.php/dav/systemtags/458" } }, { @@ -230,7 +230,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -250,10 +250,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -263,10 +263,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -276,10 +276,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -304,7 +304,7 @@ "status": 201, "body": "", "contentType": "text/html; charset=UTF-8", - "contentLocation": "/remote.php/dav/systemtags/396" + "contentLocation": "/remote.php/dav/systemtags/459" } }, { @@ -500,7 +500,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 08 Jul 2020 12:59:13 GMT"5f05c32120538"51783RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 15 Jul 2020 12:41:39 GMT"5f0ef983459d5"53441RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -510,12 +510,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:13 GMT", - "getetag": ""5f05c32120538"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:39 GMT", + "getetag": ""5f0ef983459d5"", "resourcetype": { "collection": "" }, - "fileid": 51783, + "fileid": 53441, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -620,7 +620,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder1/Wed, 08 Jul 2020 12:59:14 GMT"5f05c32298006"51784RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder1/Wed, 15 Jul 2020 12:41:40 GMT"5f0ef984af06e"53442RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -630,12 +630,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:14 GMT", - "getetag": ""5f05c32298006"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:40 GMT", + "getetag": ""5f0ef984af06e"", "resourcetype": { "collection": "" }, - "fileid": 51784, + "fileid": 53442, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -679,7 +679,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -699,10 +699,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -712,10 +712,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -725,10 +725,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -738,10 +738,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -757,10 +757,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51784/393", + "url": "/remote.php/dav/systemtags-relations/files/53442/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -850,7 +850,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 08 Jul 2020 12:59:17 GMT"5f05c3253b952"51785RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 15 Jul 2020 12:41:43 GMT"5f0ef9871a617"53443RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -860,12 +860,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:17 GMT", - "getetag": ""5f05c3253b952"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:43 GMT", + "getetag": ""5f0ef9871a617"", "resourcetype": { "collection": "" }, - "fileid": 51785, + "fileid": 53443, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -909,7 +909,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -929,10 +929,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -942,10 +942,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -955,10 +955,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -968,10 +968,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -987,10 +987,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51785/393", + "url": "/remote.php/dav/systemtags-relations/files/53443/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1019,7 +1019,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1039,10 +1039,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -1052,10 +1052,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -1065,10 +1065,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -1078,10 +1078,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -1097,10 +1097,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51785/394", + "url": "/remote.php/dav/systemtags-relations/files/53443/457", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 394,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 457,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1190,7 +1190,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 08 Jul 2020 12:59:20 GMT"5f05c32875c01"51786RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 15 Jul 2020 12:41:46 GMT"5f0ef98a58c6d"53444RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1200,12 +1200,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:20 GMT", - "getetag": ""5f05c32875c01"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:46 GMT", + "getetag": ""5f0ef98a58c6d"", "resourcetype": { "collection": "" }, - "fileid": 51786, + "fileid": 53444, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1249,7 +1249,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1269,10 +1269,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -1282,10 +1282,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -1295,10 +1295,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -1308,10 +1308,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -1327,10 +1327,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51786/393", + "url": "/remote.php/dav/systemtags-relations/files/53444/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1359,7 +1359,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1379,10 +1379,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -1392,10 +1392,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -1405,10 +1405,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -1418,10 +1418,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -1437,10 +1437,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51786/394", + "url": "/remote.php/dav/systemtags-relations/files/53444/457", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 394,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 457,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1469,7 +1469,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1489,10 +1489,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -1502,10 +1502,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -1515,10 +1515,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -1528,10 +1528,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -1547,10 +1547,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51786/395", + "url": "/remote.php/dav/systemtags-relations/files/53444/458", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 395,\n \"name\": \"tag-16-3\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 458,\n \"name\": \"tag-16-3\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1587,7 +1587,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 08 Jul 2020 12:59:20 GMT"5f05c3287805d"51783RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 15 Jul 2020 12:41:46 GMT"5f0ef98a5aee7"53441RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1597,12 +1597,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:20 GMT", - "getetag": ""5f05c3287805d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:46 GMT", + "getetag": ""5f0ef98a5aee7"", "resourcetype": { "collection": "" }, - "fileid": 51783, + "fileid": 53441, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1668,7 +1668,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file1.txtWed, 08 Jul 2020 12:59:24 GMT"4307cfb285648178d759d3a1b8bac335"text/plain51787RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file1.txtWed, 15 Jul 2020 12:41:50 GMT"d0670a8d8fd592023e761b2c64786652"text/plain53445RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1677,11 +1677,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:24 GMT", - "getetag": ""4307cfb285648178d759d3a1b8bac335"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:50 GMT", + "getetag": ""d0670a8d8fd592023e761b2c64786652"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51787, + "fileid": 53445, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -1718,7 +1718,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1738,10 +1738,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -1751,10 +1751,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -1764,10 +1764,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -1777,10 +1777,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -1796,10 +1796,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51787/393", + "url": "/remote.php/dav/systemtags-relations/files/53445/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -1836,7 +1836,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 08 Jul 2020 12:59:24 GMT"5f05c32cd8220"51783RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 15 Jul 2020 12:41:50 GMT"5f0ef98e67be9"53441RGDNVCK6false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1846,12 +1846,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:24 GMT", - "getetag": ""5f05c32cd8220"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:50 GMT", + "getetag": ""5f0ef98e67be9"", "resourcetype": { "collection": "" }, - "fileid": 51783, + "fileid": 53441, "permissions": "RGDNVCK", "size": 6, "has-preview": false, @@ -1917,7 +1917,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 08 Jul 2020 12:59:27 GMT"4b7b9f8e666a94dbd02ad5342e3229b7"text/plain51788RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 15 Jul 2020 12:41:52 GMT"559c0eb5c3ef0f3ade7cc6a03a1118cc"text/plain53446RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1926,11 +1926,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file2.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:27 GMT", - "getetag": ""4b7b9f8e666a94dbd02ad5342e3229b7"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:52 GMT", + "getetag": ""559c0eb5c3ef0f3ade7cc6a03a1118cc"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51788, + "fileid": 53446, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -1967,7 +1967,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1987,10 +1987,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -2000,10 +2000,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -2013,10 +2013,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -2026,10 +2026,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -2045,10 +2045,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51788/393", + "url": "/remote.php/dav/systemtags-relations/files/53446/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -2077,7 +2077,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2097,10 +2097,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -2110,10 +2110,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -2123,10 +2123,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -2136,10 +2136,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -2155,10 +2155,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51788/394", + "url": "/remote.php/dav/systemtags-relations/files/53446/457", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 394,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 457,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -2195,7 +2195,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 08 Jul 2020 12:59:27 GMT"5f05c32f5595d"51783RGDNVCK12false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 15 Jul 2020 12:41:52 GMT"5f0ef99088a85"53441RGDNVCK12false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2205,12 +2205,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:27 GMT", - "getetag": ""5f05c32f5595d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:52 GMT", + "getetag": ""5f0ef99088a85"", "resourcetype": { "collection": "" }, - "fileid": 51783, + "fileid": 53441, "permissions": "RGDNVCK", "size": 12, "has-preview": false, @@ -2276,7 +2276,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 08 Jul 2020 12:59:31 GMT"de358d4f1d7702b89fc076b098b47b5d"text/plain51789RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 15 Jul 2020 12:41:55 GMT"1aa4d072237691089cae0eb024f0be8e"text/plain53447RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2285,11 +2285,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file3.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:31 GMT", - "getetag": ""de358d4f1d7702b89fc076b098b47b5d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:55 GMT", + "getetag": ""1aa4d072237691089cae0eb024f0be8e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51789, + "fileid": 53447, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -2326,7 +2326,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2346,10 +2346,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -2359,10 +2359,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -2372,10 +2372,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -2385,10 +2385,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -2404,10 +2404,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51789/393", + "url": "/remote.php/dav/systemtags-relations/files/53447/456", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 393,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 456,\n \"name\": \"tag-16-1\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -2436,7 +2436,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2456,10 +2456,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -2469,10 +2469,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -2482,10 +2482,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -2495,10 +2495,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -2514,10 +2514,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51789/394", + "url": "/remote.php/dav/systemtags-relations/files/53447/457", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 394,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 457,\n \"name\": \"tag-16-2\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -2546,7 +2546,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/393393tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/394394tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/395395tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/396396tag-16-4truetruetrueHTTP/1.1 200 OK", + "body": "\n/remote.php/dav/systemtags/HTTP/1.1 404 Not Found/remote.php/dav/systemtags/456456tag-16-1truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/457457tag-16-2truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/458458tag-16-3truetruetrueHTTP/1.1 200 OK/remote.php/dav/systemtags/459459tag-16-4truetruetrueHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2566,10 +2566,10 @@ } }, { - "href": "/remote.php/dav/systemtags/393", + "href": "/remote.php/dav/systemtags/456", "propstat": { "prop": { - "id": 393, + "id": 456, "display-name": "tag-16-1", "user-visible": true, "user-assignable": true, @@ -2579,10 +2579,10 @@ } }, { - "href": "/remote.php/dav/systemtags/394", + "href": "/remote.php/dav/systemtags/457", "propstat": { "prop": { - "id": 394, + "id": 457, "display-name": "tag-16-2", "user-visible": true, "user-assignable": true, @@ -2592,10 +2592,10 @@ } }, { - "href": "/remote.php/dav/systemtags/395", + "href": "/remote.php/dav/systemtags/458", "propstat": { "prop": { - "id": 395, + "id": 458, "display-name": "tag-16-3", "user-visible": true, "user-assignable": true, @@ -2605,10 +2605,10 @@ } }, { - "href": "/remote.php/dav/systemtags/396", + "href": "/remote.php/dav/systemtags/459", "propstat": { "prop": { - "id": 396, + "id": 459, "display-name": "tag-16-4", "user-visible": true, "user-assignable": true, @@ -2624,10 +2624,10 @@ }, { "request": { - "url": "/remote.php/dav/systemtags-relations/files/51789/395", + "url": "/remote.php/dav/systemtags-relations/files/53447/458", "method": "PUT", "description": "File add tag", - "body": "{\n \"canAssign\": true,\n \"id\": 395,\n \"name\": \"tag-16-3\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" + "body": "{\n \"canAssign\": true,\n \"id\": 458,\n \"name\": \"tag-16-3\",\n \"userAssignable\": true,\n \"userVisible\": true\n}" }, "response": { "status": 201, @@ -2641,7 +2641,7 @@ "url": "/remote.php/dav/files/horst", "method": "REPORT", "description": "Get FileSystemElements by tags", - "body": "\n \n \n \n \n \n \n 393394395\n \n ", + "body": "\n \n \n \n \n \n \n 456457458\n \n ", "jsonBody": { "filter-files": { "prop": { @@ -2650,9 +2650,9 @@ }, "filter-rules": { "systemtag": [ - 393, - 394, - 395 + 456, + 457, + 458 ] } } @@ -2660,7 +2660,7 @@ }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 51786\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 51789\n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 53444\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 53447\n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2672,7 +2672,7 @@ "propstat": [ { "prop": { - "fileid": 51786 + "fileid": 53444 }, "status": "HTTP/1.1 200 OK" }, @@ -2690,7 +2690,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51789 + "fileid": 53447 }, "status": "HTTP/1.1 200 OK" } @@ -2728,7 +2728,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 08 Jul 2020 12:59:20 GMT"5f05c32875c01"51786RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 15 Jul 2020 12:41:46 GMT"5f0ef98a58c6d"53444RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2738,12 +2738,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:20 GMT", - "getetag": ""5f05c32875c01"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:46 GMT", + "getetag": ""5f0ef98a58c6d"", "resourcetype": { "collection": "" }, - "fileid": 51786, + "fileid": 53444, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2795,7 +2795,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 08 Jul 2020 12:59:31 GMT"de358d4f1d7702b89fc076b098b47b5d"text/plain51789RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 15 Jul 2020 12:41:55 GMT"1aa4d072237691089cae0eb024f0be8e"text/plain53447RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2804,11 +2804,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file3.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:31 GMT", - "getetag": ""de358d4f1d7702b89fc076b098b47b5d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:55 GMT", + "getetag": ""1aa4d072237691089cae0eb024f0be8e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51789, + "fileid": 53447, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -2830,7 +2830,7 @@ "url": "/remote.php/dav/files/horst", "method": "REPORT", "description": "Get FileSystemElements by tags", - "body": "\n \n \n \n \n \n \n 393394\n \n ", + "body": "\n \n \n \n \n \n \n 456457\n \n ", "jsonBody": { "filter-files": { "prop": { @@ -2839,8 +2839,8 @@ }, "filter-rules": { "systemtag": [ - 393, - 394 + 456, + 457 ] } } @@ -2848,7 +2848,7 @@ }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder2\n \n \n 51785\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 51786\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file2.txt\n \n \n text/plain\n 51788\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 51789\n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder2\n \n \n 53443\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 53444\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file2.txt\n \n \n text/plain\n 53446\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 53447\n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2860,7 +2860,7 @@ "propstat": [ { "prop": { - "fileid": 51785 + "fileid": 53443 }, "status": "HTTP/1.1 200 OK" }, @@ -2878,7 +2878,7 @@ "propstat": [ { "prop": { - "fileid": 51786 + "fileid": 53444 }, "status": "HTTP/1.1 200 OK" }, @@ -2896,7 +2896,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51788 + "fileid": 53446 }, "status": "HTTP/1.1 200 OK" } @@ -2907,7 +2907,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51789 + "fileid": 53447 }, "status": "HTTP/1.1 200 OK" } @@ -2945,7 +2945,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 08 Jul 2020 12:59:17 GMT"5f05c3253b952"51785RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 15 Jul 2020 12:41:43 GMT"5f0ef9871a617"53443RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2955,12 +2955,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:17 GMT", - "getetag": ""5f05c3253b952"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:43 GMT", + "getetag": ""5f0ef9871a617"", "resourcetype": { "collection": "" }, - "fileid": 51785, + "fileid": 53443, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -3012,7 +3012,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 08 Jul 2020 12:59:20 GMT"5f05c32875c01"51786RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 15 Jul 2020 12:41:46 GMT"5f0ef98a58c6d"53444RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3022,12 +3022,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:20 GMT", - "getetag": ""5f05c32875c01"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:46 GMT", + "getetag": ""5f0ef98a58c6d"", "resourcetype": { "collection": "" }, - "fileid": 51786, + "fileid": 53444, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -3079,7 +3079,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 08 Jul 2020 12:59:27 GMT"4b7b9f8e666a94dbd02ad5342e3229b7"text/plain51788RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 15 Jul 2020 12:41:52 GMT"559c0eb5c3ef0f3ade7cc6a03a1118cc"text/plain53446RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3088,11 +3088,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file2.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:27 GMT", - "getetag": ""4b7b9f8e666a94dbd02ad5342e3229b7"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:52 GMT", + "getetag": ""559c0eb5c3ef0f3ade7cc6a03a1118cc"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51788, + "fileid": 53446, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -3137,7 +3137,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 08 Jul 2020 12:59:31 GMT"de358d4f1d7702b89fc076b098b47b5d"text/plain51789RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 15 Jul 2020 12:41:55 GMT"1aa4d072237691089cae0eb024f0be8e"text/plain53447RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3146,11 +3146,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file3.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:31 GMT", - "getetag": ""de358d4f1d7702b89fc076b098b47b5d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:55 GMT", + "getetag": ""1aa4d072237691089cae0eb024f0be8e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51789, + "fileid": 53447, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -3172,7 +3172,7 @@ "url": "/remote.php/dav/files/horst", "method": "REPORT", "description": "Get FileSystemElements by tags", - "body": "\n \n \n \n \n \n \n 393\n \n ", + "body": "\n \n \n \n \n \n \n 456\n \n ", "jsonBody": { "filter-files": { "prop": { @@ -3180,14 +3180,14 @@ "fileid": "" }, "filter-rules": { - "systemtag": 393 + "systemtag": 456 } } } }, "response": { "status": 207, - "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder1\n \n \n 51784\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder2\n \n \n 51785\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 51786\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file1.txt\n \n \n text/plain\n 51787\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file2.txt\n \n \n text/plain\n 51788\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 51789\n \n HTTP/1.1 200 OK\n \n \n\n", + "body": "\n\n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder1\n \n \n 53442\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder2\n \n \n 53443\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/folder3\n \n \n 53444\n \n HTTP/1.1 200 OK\n \n \n \n \n \n HTTP/1.1 404 Not Found\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file1.txt\n \n \n text/plain\n 53445\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file2.txt\n \n \n text/plain\n 53446\n \n HTTP/1.1 200 OK\n \n \n \n HTTP/1.1 200 OK\n /remote.php/dav/files/horst/test/getFileSystemElementsByTags/file3.txt\n \n \n text/plain\n 53447\n \n HTTP/1.1 200 OK\n \n \n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3199,7 +3199,7 @@ "propstat": [ { "prop": { - "fileid": 51784 + "fileid": 53442 }, "status": "HTTP/1.1 200 OK" }, @@ -3217,7 +3217,7 @@ "propstat": [ { "prop": { - "fileid": 51785 + "fileid": 53443 }, "status": "HTTP/1.1 200 OK" }, @@ -3235,7 +3235,7 @@ "propstat": [ { "prop": { - "fileid": 51786 + "fileid": 53444 }, "status": "HTTP/1.1 200 OK" }, @@ -3253,7 +3253,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51787 + "fileid": 53445 }, "status": "HTTP/1.1 200 OK" } @@ -3264,7 +3264,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51788 + "fileid": 53446 }, "status": "HTTP/1.1 200 OK" } @@ -3275,7 +3275,7 @@ "propstat": { "prop": { "getcontenttype": "text/plain", - "fileid": 51789 + "fileid": 53447 }, "status": "HTTP/1.1 200 OK" } @@ -3313,7 +3313,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder1/Wed, 08 Jul 2020 12:59:14 GMT"5f05c32298006"51784RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder1/Wed, 15 Jul 2020 12:41:40 GMT"5f0ef984af06e"53442RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3323,12 +3323,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:14 GMT", - "getetag": ""5f05c32298006"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:40 GMT", + "getetag": ""5f0ef984af06e"", "resourcetype": { "collection": "" }, - "fileid": 51784, + "fileid": 53442, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -3380,7 +3380,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 08 Jul 2020 12:59:17 GMT"5f05c3253b952"51785RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder2/Wed, 15 Jul 2020 12:41:43 GMT"5f0ef9871a617"53443RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3390,12 +3390,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:17 GMT", - "getetag": ""5f05c3253b952"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:43 GMT", + "getetag": ""5f0ef9871a617"", "resourcetype": { "collection": "" }, - "fileid": 51785, + "fileid": 53443, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -3447,7 +3447,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 08 Jul 2020 12:59:20 GMT"5f05c32875c01"51786RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/folder3/Wed, 15 Jul 2020 12:41:46 GMT"5f0ef98a58c6d"53444RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3457,12 +3457,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:20 GMT", - "getetag": ""5f05c32875c01"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:46 GMT", + "getetag": ""5f0ef98a58c6d"", "resourcetype": { "collection": "" }, - "fileid": 51786, + "fileid": 53444, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -3514,7 +3514,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file1.txtWed, 08 Jul 2020 12:59:24 GMT"4307cfb285648178d759d3a1b8bac335"text/plain51787RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file1.txtWed, 15 Jul 2020 12:41:50 GMT"d0670a8d8fd592023e761b2c64786652"text/plain53445RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3523,11 +3523,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file1.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:24 GMT", - "getetag": ""4307cfb285648178d759d3a1b8bac335"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:50 GMT", + "getetag": ""d0670a8d8fd592023e761b2c64786652"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51787, + "fileid": 53445, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -3572,7 +3572,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 08 Jul 2020 12:59:27 GMT"4b7b9f8e666a94dbd02ad5342e3229b7"text/plain51788RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file2.txtWed, 15 Jul 2020 12:41:52 GMT"559c0eb5c3ef0f3ade7cc6a03a1118cc"text/plain53446RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3581,11 +3581,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file2.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:27 GMT", - "getetag": ""4b7b9f8e666a94dbd02ad5342e3229b7"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:52 GMT", + "getetag": ""559c0eb5c3ef0f3ade7cc6a03a1118cc"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51788, + "fileid": 53446, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -3630,7 +3630,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 08 Jul 2020 12:59:31 GMT"de358d4f1d7702b89fc076b098b47b5d"text/plain51789RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/file3.txtWed, 15 Jul 2020 12:41:55 GMT"1aa4d072237691089cae0eb024f0be8e"text/plain53447RGDNVW66true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3639,11 +3639,11 @@ "href": "/remote.php/webdav/test/getFileSystemElementsByTags/file3.txt", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:31 GMT", - "getetag": ""de358d4f1d7702b89fc076b098b47b5d"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:55 GMT", + "getetag": ""1aa4d072237691089cae0eb024f0be8e"", "getcontenttype": "text/plain", "resourcetype": "", - "fileid": 51789, + "fileid": 53447, "permissions": "RGDNVW", "size": 6, "getcontentlength": 6, @@ -3665,7 +3665,7 @@ "url": "/remote.php/dav/files/horst", "method": "REPORT", "description": "Get FileSystemElements by tags", - "body": "\n \n \n \n \n \n \n 396\n \n ", + "body": "\n \n \n \n \n \n \n 459\n \n ", "jsonBody": { "filter-files": { "prop": { @@ -3673,7 +3673,7 @@ "fileid": "" }, "filter-rules": { - "systemtag": 396 + "systemtag": 459 } } } @@ -3719,7 +3719,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/393", + "url": "/remote.php/dav/systemtags/456", "method": "DELETE", "description": "Tag delete", "body": "" @@ -3733,7 +3733,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/394", + "url": "/remote.php/dav/systemtags/457", "method": "DELETE", "description": "Tag delete", "body": "" @@ -3747,7 +3747,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/395", + "url": "/remote.php/dav/systemtags/458", "method": "DELETE", "description": "Tag delete", "body": "" @@ -3761,7 +3761,7 @@ }, { "request": { - "url": "/remote.php/dav/systemtags/396", + "url": "/remote.php/dav/systemtags/459", "method": "DELETE", "description": "Tag delete", "body": "" @@ -3801,7 +3801,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 08 Jul 2020 12:59:31 GMT"5f05c333dadf3"51783RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/getFileSystemElementsByTags/Wed, 15 Jul 2020 12:41:55 GMT"5f0ef993b8342"53441RGDNVCK18false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3811,12 +3811,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:31 GMT", - "getetag": ""5f05c333dadf3"", + "getlastmodified": "Wed, 15 Jul 2020 12:41:55 GMT", + "getetag": ""5f0ef993b8342"", "resourcetype": { "collection": "" }, - "fileid": 51783, + "fileid": 53441, "permissions": "RGDNVCK", "size": 18, "has-preview": false, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/01_execute_upload_folder_command.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/01_execute_upload_folder_command.json index 35f93ce0..dedad219 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/01_execute_upload_folder_command.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/01_execute_upload_folder_command.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 12:59:48 GMT"5f05c3446548a"51782RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:42:09 GMT"5f0ef9a1a5e6b"53440RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,12 +96,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 12:59:48 GMT", - "getetag": ""5f05c3446548a"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:09 GMT", + "getetag": ""5f0ef9a1a5e6b"", "resourcetype": { "collection": "" }, - "fileid": 51782, + "fileid": 53440, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -365,7 +365,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Wed, 08 Jul 2020 13:00:03 GMT"5f05c3537c8c2"51793RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Wed, 15 Jul 2020 12:42:22 GMT"5f0ef9ae081cc"53451RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -375,12 +375,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:03 GMT", - "getetag": ""5f05c3537c8c2"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:22 GMT", + "getetag": ""5f0ef9ae081cc"", "resourcetype": { "collection": "" }, - "fileid": 51793, + "fileid": 53451, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -446,7 +446,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 08 Jul 2020 13:00:07 GMT"fffc272e5cba58a41380a41d1f22ac94"image/jpeg51794RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:42:24 GMT"0727a4d528eac8374ec572ee9893ac96"image/jpeg53452RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -455,11 +455,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpg", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:07 GMT", - "getetag": ""fffc272e5cba58a41380a41d1f22ac94"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:24 GMT", + "getetag": ""0727a4d528eac8374ec572ee9893ac96"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51794, + "fileid": 53452, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -557,7 +557,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:08 GMT"5f05c358a8481"51795RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:42:25 GMT"5f0ef9b191ac2"53453RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -567,12 +567,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:08 GMT", - "getetag": ""5f05c358a8481"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:25 GMT", + "getetag": ""5f0ef9b191ac2"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -638,7 +638,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docxWed, 08 Jul 2020 13:00:10 GMT"4012f44f77c6e1b77bc74ccdc8785e7c"application/vnd.openxmlformats-officedocument.wordprocessingml.document51796RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:42:26 GMT"0899586954bb3e2f2096cdccc3a72dfa"application/vnd.openxmlformats-officedocument.wordprocessingml.document53454RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -647,11 +647,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:10 GMT", - "getetag": ""4012f44f77c6e1b77bc74ccdc8785e7c"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:26 GMT", + "getetag": ""0899586954bb3e2f2096cdccc3a72dfa"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51796, + "fileid": 53454, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -696,7 +696,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:10 GMT"5f05c35a33ade"51795RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:42:26 GMT"5f0ef9b2c62a9"53453RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -706,12 +706,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:10 GMT", - "getetag": ""5f05c35a33ade"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:26 GMT", + "getetag": ""5f0ef9b2c62a9"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 188948, "has-preview": false, @@ -777,7 +777,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdfWed, 08 Jul 2020 13:00:15 GMT"3f42be7db4d5648b6c4dcd682b9db98f"application/pdf51797RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:42:30 GMT"cf489a5d7459196b68e583f19cee6e85"application/pdf53455RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -786,11 +786,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:15 GMT", - "getetag": ""3f42be7db4d5648b6c4dcd682b9db98f"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:30 GMT", + "getetag": ""cf489a5d7459196b68e583f19cee6e85"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51797, + "fileid": 53455, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -835,7 +835,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:15 GMT"5f05c35fc1a12"51795RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:42:30 GMT"5f0ef9b68d0d3"53453RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -845,12 +845,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:15 GMT", - "getetag": ""5f05c35fc1a12"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:30 GMT", + "getetag": ""5f0ef9b68d0d3"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 921533, "has-preview": false, @@ -916,7 +916,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:00:17 GMT"fd2dc247a5918947e3f35504d02324bc"application/octet-stream51798RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:42:32 GMT"ee6952c850f15a666f827c175d21c4ea"application/octet-stream53456RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -925,11 +925,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:17 GMT", - "getetag": ""fd2dc247a5918947e3f35504d02324bc"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:32 GMT", + "getetag": ""ee6952c850f15a666f827c175d21c4ea"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51798, + "fileid": 53456, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1027,7 +1027,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Wed, 08 Jul 2020 13:00:19 GMT"5f05c3635199b"51799RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Wed, 15 Jul 2020 12:42:34 GMT"5f0ef9ba94306"53457RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1037,12 +1037,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:19 GMT", - "getetag": ""5f05c3635199b"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:34 GMT", + "getetag": ""5f0ef9ba94306"", "resourcetype": { "collection": "" }, - "fileid": 51799, + "fileid": 53457, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1108,7 +1108,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 08 Jul 2020 13:00:20 GMT"aa3720a100209ebb4de10c6a30ded8c1"application/vnd.openxmlformats-officedocument.wordprocessingml.document51800RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:42:35 GMT"4c573961edccfd60f1562849d78d3577"application/vnd.openxmlformats-officedocument.wordprocessingml.document53458RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1117,11 +1117,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:20 GMT", - "getetag": ""aa3720a100209ebb4de10c6a30ded8c1"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:35 GMT", + "getetag": ""4c573961edccfd60f1562849d78d3577"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51800, + "fileid": 53458, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -1219,7 +1219,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:00:22 GMT"5f05c36606712"51801RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:42:36 GMT"5f0ef9bcf14ad"53459RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1229,12 +1229,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:22 GMT", - "getetag": ""5f05c36606712"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:36 GMT", + "getetag": ""5f0ef9bcf14ad"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1300,7 +1300,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 08 Jul 2020 13:00:23 GMT"bf21da3841acd09a1ac0a82a4b975bdd"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51802RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:42:37 GMT"5331d963e0751ec078aeff2fde03f399"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53460RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1309,11 +1309,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:23 GMT", - "getetag": ""bf21da3841acd09a1ac0a82a4b975bdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:37 GMT", + "getetag": ""5331d963e0751ec078aeff2fde03f399"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51802, + "fileid": 53460, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -1358,7 +1358,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:00:23 GMT"5f05c3676591d"51801RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:42:37 GMT"5f0ef9bde1107"53459RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1368,12 +1368,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:23 GMT", - "getetag": ""5f05c3676591d"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:37 GMT", + "getetag": ""5f0ef9bde1107"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 67387, "has-preview": false, @@ -1439,7 +1439,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 08 Jul 2020 13:00:25 GMT"abf7c4c0bcc4040521c0886a06a50864"application/vnd.openxmlformats-officedocument.wordprocessingml.document51803RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:42:39 GMT"99a602cd556601cc1c0a37e4023fc39f"application/vnd.openxmlformats-officedocument.wordprocessingml.document53461RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1448,11 +1448,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:25 GMT", - "getetag": ""abf7c4c0bcc4040521c0886a06a50864"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:39 GMT", + "getetag": ""99a602cd556601cc1c0a37e4023fc39f"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51803, + "fileid": 53461, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -1497,7 +1497,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:00:25 GMT"5f05c369a4c46"51801RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:42:39 GMT"5f0ef9bf50979"53459RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1507,12 +1507,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:25 GMT", - "getetag": ""5f05c369a4c46"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:39 GMT", + "getetag": ""5f0ef9bf50979"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 161064, "has-preview": false, @@ -1578,7 +1578,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:00:28 GMT"f5e725597831c5fef7c08e170356a062"application/octet-stream51804RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:42:41 GMT"fb9be4cd5db22da35158f5980bed2a63"application/octet-stream53462RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1587,11 +1587,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:28 GMT", - "getetag": ""f5e725597831c5fef7c08e170356a062"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:41 GMT", + "getetag": ""fb9be4cd5db22da35158f5980bed2a63"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51804, + "fileid": 53462, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1689,7 +1689,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 08 Jul 2020 13:00:29 GMT"5f05c36dc5680"51805RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 15 Jul 2020 12:42:43 GMT"5f0ef9c3198f7"53463RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1699,12 +1699,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:29 GMT", - "getetag": ""5f05c36dc5680"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:43 GMT", + "getetag": ""5f0ef9c3198f7"", "resourcetype": { "collection": "" }, - "fileid": 51805, + "fileid": 53463, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1770,7 +1770,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gifWed, 08 Jul 2020 13:00:31 GMT"b3e5b1e8bc2ad0035f8df1dc52ee14e5"image/gif51806RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:42:43 GMT"cd7699ca668a14672a8ee99b77d3f9f1"image/gif53464RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1779,11 +1779,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gif", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:31 GMT", - "getetag": ""b3e5b1e8bc2ad0035f8df1dc52ee14e5"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:43 GMT", + "getetag": ""cd7699ca668a14672a8ee99b77d3f9f1"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 51806, + "fileid": 53464, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -1828,7 +1828,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 08 Jul 2020 13:00:31 GMT"5f05c36f27dc3"51805RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 15 Jul 2020 12:42:43 GMT"5f0ef9c3e4af5"53463RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1838,12 +1838,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:31 GMT", - "getetag": ""5f05c36f27dc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:43 GMT", + "getetag": ""5f0ef9c3e4af5"", "resourcetype": { "collection": "" }, - "fileid": 51805, + "fileid": 53463, "permissions": "RGDNVCK", "size": 8423, "has-preview": false, @@ -1909,7 +1909,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 08 Jul 2020 13:00:33 GMT"69fb4719f479996d5e50c045686add6a"application/vnd.openxmlformats-officedocument.presentationml.presentation51807RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:42:45 GMT"63f004ad0d262ab244f8bf062b1946fd"application/vnd.openxmlformats-officedocument.presentationml.presentation53465RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1918,11 +1918,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:33 GMT", - "getetag": ""69fb4719f479996d5e50c045686add6a"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:45 GMT", + "getetag": ""63f004ad0d262ab244f8bf062b1946fd"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51807, + "fileid": 53465, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -2020,7 +2020,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:00:35 GMT"5f05c3732eda2"51808RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:42:46 GMT"5f0ef9c6948b9"53466RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2030,12 +2030,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:35 GMT", - "getetag": ""5f05c3732eda2"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:46 GMT", + "getetag": ""5f0ef9c6948b9"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2101,7 +2101,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 08 Jul 2020 13:00:36 GMT"852768098342b7016052dd68a89b9f9d"application/pdf51809RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:42:47 GMT"73d06248a88141947c6488415155a3f2"application/pdf53467RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2110,11 +2110,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:36 GMT", - "getetag": ""852768098342b7016052dd68a89b9f9d"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:47 GMT", + "getetag": ""73d06248a88141947c6488415155a3f2"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51809, + "fileid": 53467, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -2159,7 +2159,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:00:36 GMT"5f05c37490ce1"51808RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:42:47 GMT"5f0ef9c7dce31"53466RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2169,12 +2169,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:36 GMT", - "getetag": ""5f05c37490ce1"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:47 GMT", + "getetag": ""5f0ef9c7dce31"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 216872, "has-preview": false, @@ -2240,7 +2240,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 08 Jul 2020 13:00:39 GMT"a962ff922de2eac751772933d2fd4b7f"application/vnd.openxmlformats-officedocument.presentationml.presentation51810RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:42:50 GMT"5d8163f0d856be525507af527dbfa880"application/vnd.openxmlformats-officedocument.presentationml.presentation53468RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2249,11 +2249,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:39 GMT", - "getetag": ""a962ff922de2eac751772933d2fd4b7f"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:50 GMT", + "getetag": ""5d8163f0d856be525507af527dbfa880"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51810, + "fileid": 53468, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -2298,7 +2298,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:00:39 GMT"5f05c3779105b"51808RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:42:50 GMT"5f0ef9ca7203c"53466RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2308,12 +2308,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:39 GMT", - "getetag": ""5f05c3779105b"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:50 GMT", + "getetag": ""5f0ef9ca7203c"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 649486, "has-preview": false, @@ -2379,7 +2379,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 08 Jul 2020 13:00:42 GMT"a250a9c4196f4632befe3966bf080dd5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51811RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:42:52 GMT"4a886b0111848616567d20d2e8bdc229"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53469RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2388,11 +2388,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:42 GMT", - "getetag": ""a250a9c4196f4632befe3966bf080dd5"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:52 GMT", + "getetag": ""4a886b0111848616567d20d2e8bdc229"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51811, + "fileid": 53469, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -2490,7 +2490,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Wed, 08 Jul 2020 13:00:43 GMT"5f05c37b9ec35"51812RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Wed, 15 Jul 2020 12:42:53 GMT"5f0ef9cd89c61"53470RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2500,12 +2500,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:43 GMT", - "getetag": ""5f05c37b9ec35"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:53 GMT", + "getetag": ""5f0ef9cd89c61"", "resourcetype": { "collection": "" }, - "fileid": 51812, + "fileid": 53470, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2571,7 +2571,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 08 Jul 2020 13:00:44 GMT"91202f787c2ca38dc336778b885da252"application/vnd.openxmlformats-officedocument.wordprocessingml.document51813RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:42:54 GMT"1aef7cdf39d0b9f34f2d300182ed1917"application/vnd.openxmlformats-officedocument.wordprocessingml.document53471RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2580,11 +2580,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:44 GMT", - "getetag": ""91202f787c2ca38dc336778b885da252"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:54 GMT", + "getetag": ""1aef7cdf39d0b9f34f2d300182ed1917"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51813, + "fileid": 53471, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/02_execute_upload_files_command.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/02_execute_upload_files_command.json index abe1bda2..922a7948 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/02_execute_upload_files_command.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/02_execute_upload_files_command.json @@ -27,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Wed, 08 Jul 2020 13:00:07 GMT"5f05c35705d60"51793RGDNVCK454782false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Wed, 15 Jul 2020 12:42:24 GMT"5f0ef9b037288"53451RGDNVCK454782false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -37,12 +37,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:07 GMT", - "getetag": ""5f05c35705d60"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:24 GMT", + "getetag": ""5f0ef9b037288"", "resourcetype": { "collection": "" }, - "fileid": 51793, + "fileid": 53451, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -108,7 +108,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 08 Jul 2020 13:00:49 GMT"5a18c420e92758e512b5054c8811fc8e"image/jpeg51794RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:42:58 GMT"6a98227f5f397a3d19a70f98e866474e"image/jpeg53452RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -117,11 +117,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Accounting/Borstenson_Invoice_3a.jpg", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:49 GMT", - "getetag": ""5a18c420e92758e512b5054c8811fc8e"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:58 GMT", + "getetag": ""6a98227f5f397a3d19a70f98e866474e"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51794, + "fileid": 53452, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -166,7 +166,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:17 GMT"5f05c3619ef0e"51795RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:42:32 GMT"5f0ef9b8c32ab"53453RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -176,12 +176,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:17 GMT", - "getetag": ""5f05c3619ef0e"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:32 GMT", + "getetag": ""5f0ef9b8c32ab"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -247,7 +247,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docxWed, 08 Jul 2020 13:00:51 GMT"e08b39d467e7d1a65f3e6c11a387d871"application/vnd.openxmlformats-officedocument.wordprocessingml.document51796RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:43:00 GMT"d318c253654fbb1da17085c06e46bad2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53454RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -256,11 +256,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:51 GMT", - "getetag": ""e08b39d467e7d1a65f3e6c11a387d871"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:00 GMT", + "getetag": ""d318c253654fbb1da17085c06e46bad2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51796, + "fileid": 53454, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -305,7 +305,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:51 GMT"5f05c383c9978"51795RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:43:00 GMT"5f0ef9d4b085e"53453RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -315,12 +315,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:51 GMT", - "getetag": ""5f05c383c9978"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:00 GMT", + "getetag": ""5f0ef9d4b085e"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -386,7 +386,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdfWed, 08 Jul 2020 13:00:55 GMT"1239e353d6516852b95c5901fe4320c0"application/pdf51797RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:43:04 GMT"e4455ceb87c011778f4a45d1538f8275"application/pdf53455RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -395,11 +395,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:55 GMT", - "getetag": ""1239e353d6516852b95c5901fe4320c0"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:04 GMT", + "getetag": ""e4455ceb87c011778f4a45d1538f8275"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51797, + "fileid": 53455, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -444,7 +444,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 08 Jul 2020 13:00:55 GMT"5f05c387c035d"51795RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Wed, 15 Jul 2020 12:43:04 GMT"5f0ef9d8a9018"53453RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -454,12 +454,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:55 GMT", - "getetag": ""5f05c387c035d"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:04 GMT", + "getetag": ""5f0ef9d8a9018"", "resourcetype": { "collection": "" }, - "fileid": 51795, + "fileid": 53453, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -525,7 +525,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:00:57 GMT"e7c0837c9ab145d77714b18397ea2092"application/octet-stream51798RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:43:07 GMT"39d6905059d9042a90197a66b95e66c3"application/octet-stream53456RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -534,11 +534,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:57 GMT", - "getetag": ""e7c0837c9ab145d77714b18397ea2092"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:07 GMT", + "getetag": ""39d6905059d9042a90197a66b95e66c3"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51798, + "fileid": 53456, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -583,7 +583,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Wed, 08 Jul 2020 13:00:20 GMT"5f05c36472231"51799RGDNVCK61539false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Wed, 15 Jul 2020 12:42:35 GMT"5f0ef9bb9bc1d"53457RGDNVCK61539false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -593,12 +593,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:20 GMT", - "getetag": ""5f05c36472231"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:35 GMT", + "getetag": ""5f0ef9bb9bc1d"", "resourcetype": { "collection": "" }, - "fileid": 51799, + "fileid": 53457, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -664,7 +664,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 08 Jul 2020 13:00:59 GMT"fb38b0be76b2e4b37d4a467b88a5fcb4"application/vnd.openxmlformats-officedocument.wordprocessingml.document51800RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:43:08 GMT"e2c93149f2d149e34c1fc6bed61be157"application/vnd.openxmlformats-officedocument.wordprocessingml.document53458RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -673,11 +673,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:59 GMT", - "getetag": ""fb38b0be76b2e4b37d4a467b88a5fcb4"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:08 GMT", + "getetag": ""e2c93149f2d149e34c1fc6bed61be157"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51800, + "fileid": 53458, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -722,7 +722,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:00:28 GMT"5f05c36c224b9"51801RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:42:41 GMT"5f0ef9c1a28fe"53459RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -732,12 +732,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:28 GMT", - "getetag": ""5f05c36c224b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:41 GMT", + "getetag": ""5f0ef9c1a28fe"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -803,7 +803,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 08 Jul 2020 13:01:00 GMT"e14a5dd0a1146e51d62261e232fb835e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51802RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:43:10 GMT"e20fbdd7e12854d86f6fc0428f8dc36a"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53460RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -812,11 +812,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employee-List-Borstenson.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:00 GMT", - "getetag": ""e14a5dd0a1146e51d62261e232fb835e"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:10 GMT", + "getetag": ""e20fbdd7e12854d86f6fc0428f8dc36a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51802, + "fileid": 53460, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -861,7 +861,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:01:00 GMT"5f05c38ccc2b3"51801RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:43:10 GMT"5f0ef9de0b6e8"53459RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -871,12 +871,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:00 GMT", - "getetag": ""5f05c38ccc2b3"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:10 GMT", + "getetag": ""5f0ef9de0b6e8"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -942,7 +942,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 08 Jul 2020 13:01:02 GMT"37233c4639c9b1ad00769343e3b3433e"application/vnd.openxmlformats-officedocument.wordprocessingml.document51803RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:43:11 GMT"ea41a6b45ef81aed27cf00115398b4e5"application/vnd.openxmlformats-officedocument.wordprocessingml.document53461RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -951,11 +951,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:02 GMT", - "getetag": ""37233c4639c9b1ad00769343e3b3433e"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:11 GMT", + "getetag": ""ea41a6b45ef81aed27cf00115398b4e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51803, + "fileid": 53461, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -1000,7 +1000,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 08 Jul 2020 13:01:02 GMT"5f05c38e7366f"51801RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Wed, 15 Jul 2020 12:43:11 GMT"5f0ef9df8e9bb"53459RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1010,12 +1010,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:02 GMT", - "getetag": ""5f05c38e7366f"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:11 GMT", + "getetag": ""5f0ef9df8e9bb"", "resourcetype": { "collection": "" }, - "fileid": 51801, + "fileid": 53459, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -1081,7 +1081,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:01:04 GMT"3db565a836ff172dc44d9705a8c9a270"application/octet-stream51804RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:43:14 GMT"3dcd159ee49f4430d6da56d055a5c161"application/octet-stream53462RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1090,11 +1090,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:04 GMT", - "getetag": ""3db565a836ff172dc44d9705a8c9a270"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:14 GMT", + "getetag": ""3dcd159ee49f4430d6da56d055a5c161"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51804, + "fileid": 53462, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1139,7 +1139,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 08 Jul 2020 13:00:33 GMT"5f05c37168f63"51805RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 15 Jul 2020 12:42:45 GMT"5f0ef9c54527b"53463RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1149,12 +1149,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:33 GMT", - "getetag": ""5f05c37168f63"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:45 GMT", + "getetag": ""5f0ef9c54527b"", "resourcetype": { "collection": "" }, - "fileid": 51805, + "fileid": 53463, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -1220,7 +1220,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gifWed, 08 Jul 2020 13:01:06 GMT"93b231729ee3f8d4162f6a230b882a3d"image/gif51806RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:43:15 GMT"51c8363434aa3372c5b1f0cdf20d89a4"image/gif53464RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1229,11 +1229,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/borstenson%20logo.gif", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:06 GMT", - "getetag": ""93b231729ee3f8d4162f6a230b882a3d"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:15 GMT", + "getetag": ""51c8363434aa3372c5b1f0cdf20d89a4"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 51806, + "fileid": 53464, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -1278,7 +1278,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 08 Jul 2020 13:01:06 GMT"5f05c3922b335"51805RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Wed, 15 Jul 2020 12:43:15 GMT"5f0ef9e38bd4e"53463RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1288,12 +1288,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:06 GMT", - "getetag": ""5f05c3922b335"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:15 GMT", + "getetag": ""5f0ef9e38bd4e"", "resourcetype": { "collection": "" }, - "fileid": 51805, + "fileid": 53463, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -1359,7 +1359,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 08 Jul 2020 13:01:07 GMT"21b7b05d16b2f1b88e37f64c182267db"application/vnd.openxmlformats-officedocument.presentationml.presentation51807RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:43:17 GMT"61a8af6cad84941f3b91b56657db4b38"application/vnd.openxmlformats-officedocument.presentationml.presentation53465RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1368,11 +1368,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:07 GMT", - "getetag": ""21b7b05d16b2f1b88e37f64c182267db"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:17 GMT", + "getetag": ""61a8af6cad84941f3b91b56657db4b38"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51807, + "fileid": 53465, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -1417,7 +1417,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:00:42 GMT"5f05c37a18d18"51808RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:42:52 GMT"5f0ef9cc38d61"53466RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1427,12 +1427,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:42 GMT", - "getetag": ""5f05c37a18d18"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:52 GMT", + "getetag": ""5f0ef9cc38d61"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -1498,7 +1498,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 08 Jul 2020 13:01:09 GMT"d9bb4fc44fbe423b64a6b6d27da5133c"application/pdf51809RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:43:19 GMT"bf888b1150be1927631e7d67e383c9f4"application/pdf53467RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1507,11 +1507,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:09 GMT", - "getetag": ""d9bb4fc44fbe423b64a6b6d27da5133c"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:19 GMT", + "getetag": ""bf888b1150be1927631e7d67e383c9f4"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51809, + "fileid": 53467, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -1556,7 +1556,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:01:09 GMT"5f05c395d434f"51808RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:43:19 GMT"5f0ef9e73f3bd"53466RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1566,12 +1566,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:09 GMT", - "getetag": ""5f05c395d434f"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:19 GMT", + "getetag": ""5f0ef9e73f3bd"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -1637,7 +1637,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 08 Jul 2020 13:01:12 GMT"f50c966e6d3009b146221db3a8fb11c5"application/vnd.openxmlformats-officedocument.presentationml.presentation51810RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:43:21 GMT"3b8e20c83ae5f5c35f359fa85a10d907"application/vnd.openxmlformats-officedocument.presentationml.presentation53468RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1646,11 +1646,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Borstenson%20Product%20Factsheets.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:12 GMT", - "getetag": ""f50c966e6d3009b146221db3a8fb11c5"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:21 GMT", + "getetag": ""3b8e20c83ae5f5c35f359fa85a10d907"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51810, + "fileid": 53468, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -1695,7 +1695,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 08 Jul 2020 13:01:12 GMT"5f05c3985a2a3"51808RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Wed, 15 Jul 2020 12:43:21 GMT"5f0ef9e9c62ca"53466RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1705,12 +1705,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:12 GMT", - "getetag": ""5f05c3985a2a3"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:21 GMT", + "getetag": ""5f0ef9e9c62ca"", "resourcetype": { "collection": "" }, - "fileid": 51808, + "fileid": 53466, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -1776,7 +1776,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 08 Jul 2020 13:01:14 GMT"1ce18bbe99ddf67586295c120ac311b9"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51811RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:43:24 GMT"faf47772445a2bc3f59a4fa98dd32292"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53469RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1785,11 +1785,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Products/Brooms%20and%20Brushes%202017.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:14 GMT", - "getetag": ""1ce18bbe99ddf67586295c120ac311b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:24 GMT", + "getetag": ""faf47772445a2bc3f59a4fa98dd32292"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51811, + "fileid": 53469, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -1834,7 +1834,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Wed, 08 Jul 2020 13:00:44 GMT"5f05c37ce302c"51812RGDNVCK48865false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Wed, 15 Jul 2020 12:42:54 GMT"5f0ef9ce7d560"53470RGDNVCK48865false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1844,12 +1844,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:00:44 GMT", - "getetag": ""5f05c37ce302c"", + "getlastmodified": "Wed, 15 Jul 2020 12:42:54 GMT", + "getetag": ""5f0ef9ce7d560"", "resourcetype": { "collection": "" }, - "fileid": 51812, + "fileid": 53470, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -1915,7 +1915,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 08 Jul 2020 13:01:16 GMT"4d1d97bab9572db8097c10f0a0c7b735"application/vnd.openxmlformats-officedocument.wordprocessingml.document51813RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:43:26 GMT"a857238deffc6c7fd469ff441435faa1"application/vnd.openxmlformats-officedocument.wordprocessingml.document53471RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1924,11 +1924,11 @@ "href": "/remote.php/webdav/test/30/02/uploadFilesCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:16 GMT", - "getetag": ""4d1d97bab9572db8097c10f0a0c7b735"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:26 GMT", + "getetag": ""a857238deffc6c7fd469ff441435faa1"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51813, + "fileid": 53471, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/05_execute_upload_files_command_with_file_processing_callback_after_upload.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/05_execute_upload_files_command_with_file_processing_callback_after_upload.json index 9b0aa279..9c492780 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/05_execute_upload_files_command_with_file_processing_callback_after_upload.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/05_execute_upload_files_command_with_file_processing_callback_after_upload.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 13:01:16 GMT"5f05c39c0ec15"51782RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:43:26 GMT"5f0ef9ee06cf1"53440RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,12 +96,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:16 GMT", - "getetag": ""5f05c39c0ec15"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:26 GMT", + "getetag": ""5f0ef9ee06cf1"", "resourcetype": { "collection": "" }, - "fileid": 51782, + "fileid": 53440, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -153,7 +153,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/Wed, 08 Jul 2020 13:01:16 GMT"5f05c39c0ec15"51790RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/Wed, 15 Jul 2020 12:43:26 GMT"5f0ef9ee06cf1"53448RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -163,12 +163,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:16 GMT", - "getetag": ""5f05c39c0ec15"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:26 GMT", + "getetag": ""5f0ef9ee06cf1"", "resourcetype": { "collection": "" }, - "fileid": 51790, + "fileid": 53448, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -326,7 +326,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/05/uploadFilesCommand/Wed, 08 Jul 2020 13:01:20 GMT"5f05c3a0e2890"51840RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/05/uploadFilesCommand/Wed, 15 Jul 2020 12:43:30 GMT"5f0ef9f26fc16"53498RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -336,12 +336,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:20 GMT", - "getetag": ""5f05c3a0e2890"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:30 GMT", + "getetag": ""5f0ef9f26fc16"", "resourcetype": { "collection": "" }, - "fileid": 51840, + "fileid": 53498, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -407,7 +407,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/05/uploadFilesCommand/Borstenson%20Company%20Profile.pdfWed, 08 Jul 2020 13:01:25 GMT"d134f49a3f8be10ef1a5d0e6d3031ad0"application/pdf51841RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/05/uploadFilesCommand/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:43:34 GMT"6d4e7875300eff43c9556e778bfbf220"application/pdf53499RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -416,11 +416,11 @@ "href": "/remote.php/webdav/test/30/05/uploadFilesCommand/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:25 GMT", - "getetag": ""d134f49a3f8be10ef1a5d0e6d3031ad0"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:34 GMT", + "getetag": ""6d4e7875300eff43c9556e778bfbf220"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51841, + "fileid": 53499, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/06_execute_upload_files_command_should_fail_in_callback_function.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/06_execute_upload_files_command_should_fail_in_callback_function.json index db87049e..3d04f124 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/06_execute_upload_files_command_should_fail_in_callback_function.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/06_execute_upload_files_command_should_fail_in_callback_function.json @@ -86,7 +86,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 08 Jul 2020 13:01:25 GMT"5f05c3a53afc6"51782RGDNVCK3776316false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:43:34 GMT"5f0ef9f6295b4"53440RGDNVCK3776316false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -96,12 +96,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:25 GMT", - "getetag": ""5f05c3a53afc6"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:34 GMT", + "getetag": ""5f0ef9f6295b4"", "resourcetype": { "collection": "" }, - "fileid": 51782, + "fileid": 53440, "permissions": "RGDNVCK", "size": 3776316, "has-preview": false, @@ -153,7 +153,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/Wed, 08 Jul 2020 13:01:25 GMT"5f05c3a53afc6"51790RGDNVCK3776316false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/Wed, 15 Jul 2020 12:43:34 GMT"5f0ef9f6295b4"53448RGDNVCK3776316false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -163,12 +163,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:25 GMT", - "getetag": ""5f05c3a53afc6"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:34 GMT", + "getetag": ""5f0ef9f6295b4"", "resourcetype": { "collection": "" }, - "fileid": 51790, + "fileid": 53448, "permissions": "RGDNVCK", "size": 3776316, "has-preview": false, @@ -326,7 +326,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/06/uploadFilesCommand/Wed, 08 Jul 2020 13:01:29 GMT"5f05c3a970878"51843RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/06/uploadFilesCommand/Wed, 15 Jul 2020 12:43:38 GMT"5f0ef9fa830d5"53501RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -336,12 +336,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:29 GMT", - "getetag": ""5f05c3a970878"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:38 GMT", + "getetag": ""5f0ef9fa830d5"", "resourcetype": { "collection": "" }, - "fileid": 51843, + "fileid": 53501, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -407,7 +407,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/06/uploadFilesCommand/Borstenson%20Company%20Profile.pdfWed, 08 Jul 2020 13:01:33 GMT"d2ff4ac81990cec8a382b4bf4390e5c6"application/pdf51844RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/06/uploadFilesCommand/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:43:41 GMT"3ef5e03680457f1ed5a243f4a4757cad"application/pdf53502RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -416,11 +416,11 @@ "href": "/remote.php/webdav/test/30/06/uploadFilesCommand/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:33 GMT", - "getetag": ""d2ff4ac81990cec8a382b4bf4390e5c6"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:41 GMT", + "getetag": ""3ef5e03680457f1ed5a243f4a4757cad"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51844, + "fileid": 53502, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/07_execute_upload_folder_command_with_default_target_file_name_processing.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/07_execute_upload_folder_command_with_default_target_file_name_processing.json index 192b1e0f..82c7ad88 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/07_execute_upload_folder_command_with_default_target_file_name_processing.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/07_execute_upload_folder_command_with_default_target_file_name_processing.json @@ -1,57 +1,4 @@ [ - { - "request": { - "url": "/remote.php/webdav/Accounting", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Accounting could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Accounting could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Accounting", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Accounting", @@ -80,7 +27,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Accounting/Wed, 08 Jul 2020 13:01:34 GMT"5f05c3aede234"51845RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Accounting/Wed, 15 Jul 2020 12:26:52 GMT"5f0ef60cc08c9"52913RGDNVCK454782false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -90,14 +37,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:34 GMT", - "getetag": ""5f05c3aede234"", + "getlastmodified": "Wed, 15 Jul 2020 12:26:52 GMT", + "getetag": ""5f0ef60cc08c9"", "resourcetype": { "collection": "" }, - "fileid": 51845, + "fileid": 52913, "permissions": "RGDNVCK", - "size": 0, + "size": 454782, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -127,7 +74,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -161,7 +108,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Accounting/Borstenson_Invoice_3a.jpgWed, 08 Jul 2020 13:01:37 GMT"944a831698db67beaf15bb66a7fcc913"image/jpeg51846RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:43:44 GMT"e35b82e003359466343486f7e9d0fd00"image/jpeg52914RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -170,11 +117,11 @@ "href": "/remote.php/webdav/Accounting/Borstenson_Invoice_3a.jpg", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:37 GMT", - "getetag": ""944a831698db67beaf15bb66a7fcc913"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:44 GMT", + "getetag": ""e35b82e003359466343486f7e9d0fd00"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51846, + "fileid": 52914, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -191,59 +138,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Company", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Company could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Company could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Company", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Company", @@ -272,7 +166,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Wed, 08 Jul 2020 13:01:38 GMT"5f05c3b2a328f"51847RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Company/Wed, 15 Jul 2020 12:26:59 GMT"5f0ef613f2eb7"52915RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -282,14 +176,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:38 GMT", - "getetag": ""5f05c3b2a328f"", + "getlastmodified": "Wed, 15 Jul 2020 12:26:59 GMT", + "getetag": ""5f0ef613f2eb7"", "resourcetype": { "collection": "" }, - "fileid": 51847, + "fileid": 52915, "permissions": "RGDNVCK", - "size": 0, + "size": 1112521, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -319,7 +213,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -353,7 +247,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Borstenson%20Company%20Profile.docxWed, 08 Jul 2020 13:01:39 GMT"e39c11245f6b0100aefb2314f149ab40"application/vnd.openxmlformats-officedocument.wordprocessingml.document51848RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:43:47 GMT"7ac792b4f36b05c1d4edc031972b7053"application/vnd.openxmlformats-officedocument.wordprocessingml.document52916RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -362,11 +256,11 @@ "href": "/remote.php/webdav/Company/Borstenson%20Company%20Profile.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:39 GMT", - "getetag": ""e39c11245f6b0100aefb2314f149ab40"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:47 GMT", + "getetag": ""7ac792b4f36b05c1d4edc031972b7053"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51848, + "fileid": 52916, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -411,7 +305,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Wed, 08 Jul 2020 13:01:39 GMT"5f05c3b3dbfca"51847RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Company/Wed, 15 Jul 2020 12:43:47 GMT"5f0efa032e0ed"52915RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -421,14 +315,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:39 GMT", - "getetag": ""5f05c3b3dbfca"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:47 GMT", + "getetag": ""5f0efa032e0ed"", "resourcetype": { "collection": "" }, - "fileid": 51847, + "fileid": 52915, "permissions": "RGDNVCK", - "size": 188948, + "size": 1112521, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -458,7 +352,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -492,7 +386,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Borstenson%20Company%20Profile.pdfWed, 08 Jul 2020 13:01:43 GMT"1a565374334e45650cce4b8f64087197"application/pdf51849RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:43:51 GMT"df39c552bbfdeab27033d7047d51147c"application/pdf52917RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -501,11 +395,11 @@ "href": "/remote.php/webdav/Company/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:43 GMT", - "getetag": ""1a565374334e45650cce4b8f64087197"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:51 GMT", + "getetag": ""df39c552bbfdeab27033d7047d51147c"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51849, + "fileid": 52917, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -550,7 +444,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Wed, 08 Jul 2020 13:01:43 GMT"5f05c3b7bf425"51847RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Company/Wed, 15 Jul 2020 12:43:51 GMT"5f0efa07046b3"52915RGDNVCK1112521false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -560,14 +454,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:43 GMT", - "getetag": ""5f05c3b7bf425"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:51 GMT", + "getetag": ""5f0efa07046b3"", "resourcetype": { "collection": "" }, - "fileid": 51847, + "fileid": 52915, "permissions": "RGDNVCK", - "size": 921533, + "size": 1112521, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -597,7 +491,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -631,7 +525,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:01:45 GMT"5ab2db8ef82af6389499ca099e785735"application/octet-stream51850RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:43:52 GMT"e148fa174ae6cbb31ba8ceaf828b2b9d"application/octet-stream52918RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -640,11 +534,11 @@ "href": "/remote.php/webdav/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:45 GMT", - "getetag": ""5ab2db8ef82af6389499ca099e785735"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:52 GMT", + "getetag": ""e148fa174ae6cbb31ba8ceaf828b2b9d"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51850, + "fileid": 52918, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -661,59 +555,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Contracts", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Contracts could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Contracts could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Contracts", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Contracts", @@ -742,7 +583,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Contracts/Wed, 08 Jul 2020 13:01:46 GMT"5f05c3bacba3c"51851RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Contracts/Wed, 15 Jul 2020 12:27:01 GMT"5f0ef6156a47d"52919RGDNVCK61539false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -752,14 +593,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:46 GMT", - "getetag": ""5f05c3bacba3c"", + "getlastmodified": "Wed, 15 Jul 2020 12:27:01 GMT", + "getetag": ""5f0ef6156a47d"", "resourcetype": { "collection": "" }, - "fileid": 51851, + "fileid": 52919, "permissions": "RGDNVCK", - "size": 0, + "size": 61539, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -789,7 +630,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -823,7 +664,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 08 Jul 2020 13:01:48 GMT"889dd216a71f2c6bd31195a49a7d5257"application/vnd.openxmlformats-officedocument.wordprocessingml.document51852RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:43:54 GMT"72643cfc9ce68f88d380973ba52155d1"application/vnd.openxmlformats-officedocument.wordprocessingml.document52920RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -832,11 +673,11 @@ "href": "/remote.php/webdav/Contracts/Contract_Borstenson_Professional_Cycling_Team.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:48 GMT", - "getetag": ""889dd216a71f2c6bd31195a49a7d5257"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:54 GMT", + "getetag": ""72643cfc9ce68f88d380973ba52155d1"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51852, + "fileid": 52920, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -853,59 +694,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Human Resources", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Human Resources could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Human Resources could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Human Resources", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Human Resources", @@ -934,7 +722,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Wed, 08 Jul 2020 13:01:49 GMT"5f05c3bdcc8f2"51853RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Human%20Resources/Wed, 15 Jul 2020 12:27:07 GMT"5f0ef61b95e2d"52921RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -944,14 +732,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:49 GMT", - "getetag": ""5f05c3bdcc8f2"", + "getlastmodified": "Wed, 15 Jul 2020 12:27:07 GMT", + "getetag": ""5f0ef61b95e2d"", "resourcetype": { "collection": "" }, - "fileid": 51853, + "fileid": 52921, "permissions": "RGDNVCK", - "size": 0, + "size": 352052, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -981,7 +769,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1015,7 +803,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Employee-List-Borstenson.xlsxWed, 08 Jul 2020 13:01:50 GMT"7545033ad5f8ff5fb10748c072839df7"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51854RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:43:55 GMT"06e7964aea1e1fb0bd0622e9d0a912a7"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52922RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1024,11 +812,11 @@ "href": "/remote.php/webdav/Human%20Resources/Employee-List-Borstenson.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:50 GMT", - "getetag": ""7545033ad5f8ff5fb10748c072839df7"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:55 GMT", + "getetag": ""06e7964aea1e1fb0bd0622e9d0a912a7"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51854, + "fileid": 52922, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -1073,7 +861,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Wed, 08 Jul 2020 13:01:50 GMT"5f05c3bec7f6e"51853RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Human%20Resources/Wed, 15 Jul 2020 12:43:55 GMT"5f0efa0b79f7f"52921RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1083,14 +871,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:50 GMT", - "getetag": ""5f05c3bec7f6e"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:55 GMT", + "getetag": ""5f0efa0b79f7f"", "resourcetype": { "collection": "" }, - "fileid": 51853, + "fileid": 52921, "permissions": "RGDNVCK", - "size": 67387, + "size": 352052, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1120,7 +908,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1154,7 +942,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 08 Jul 2020 13:01:52 GMT"ae2c4b90356100fad5ceb71a322a5447"application/vnd.openxmlformats-officedocument.wordprocessingml.document51855RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:43:56 GMT"15896a25e844f71c219a469f00038737"application/vnd.openxmlformats-officedocument.wordprocessingml.document52923RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1163,11 +951,11 @@ "href": "/remote.php/webdav/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:52 GMT", - "getetag": ""ae2c4b90356100fad5ceb71a322a5447"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:56 GMT", + "getetag": ""15896a25e844f71c219a469f00038737"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51855, + "fileid": 52923, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -1212,7 +1000,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Wed, 08 Jul 2020 13:01:52 GMT"5f05c3c05b187"51853RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Human%20Resources/Wed, 15 Jul 2020 12:43:56 GMT"5f0efa0ced638"52921RGDNVCK352052false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1222,14 +1010,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:52 GMT", - "getetag": ""5f05c3c05b187"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:56 GMT", + "getetag": ""5f0efa0ced638"", "resourcetype": { "collection": "" }, - "fileid": 51853, + "fileid": 52921, "permissions": "RGDNVCK", - "size": 161064, + "size": 352052, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1259,7 +1047,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1293,7 +1081,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 08 Jul 2020 13:01:54 GMT"3ab03222c499fa71a4f040ee125e2997"application/octet-stream51856RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:43:58 GMT"cedb592fd5337f371e4a33e7f2a98491"application/octet-stream52924RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1302,11 +1090,11 @@ "href": "/remote.php/webdav/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:54 GMT", - "getetag": ""3ab03222c499fa71a4f040ee125e2997"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:58 GMT", + "getetag": ""cedb592fd5337f371e4a33e7f2a98491"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51856, + "fileid": 52924, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1323,59 +1111,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Marketing", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Marketing could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Marketing could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Marketing", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Marketing", @@ -1404,7 +1139,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Marketing/Wed, 08 Jul 2020 13:01:55 GMT"5f05c3c3b9d65"51857RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Marketing/Wed, 15 Jul 2020 12:27:10 GMT"5f0ef61eb3856"52925RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1414,14 +1149,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:55 GMT", - "getetag": ""5f05c3c3b9d65"", + "getlastmodified": "Wed, 15 Jul 2020 12:27:10 GMT", + "getetag": ""5f0ef61eb3856"", "resourcetype": { "collection": "" }, - "fileid": 51857, + "fileid": 52925, "permissions": "RGDNVCK", - "size": 0, + "size": 141428, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1451,7 +1186,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1485,7 +1220,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Marketing/borstenson%20logo.gifWed, 08 Jul 2020 13:01:56 GMT"20cd725b5a59dd51d6fd3af3e71980d9"image/gif51858RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:00 GMT"d669bd5684412fa2dc8f779d778bd1ee"image/gif52926RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1494,11 +1229,11 @@ "href": "/remote.php/webdav/Marketing/borstenson%20logo.gif", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:56 GMT", - "getetag": ""20cd725b5a59dd51d6fd3af3e71980d9"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:00 GMT", + "getetag": ""d669bd5684412fa2dc8f779d778bd1ee"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 51858, + "fileid": 52926, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -1543,7 +1278,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Marketing/Wed, 08 Jul 2020 13:01:56 GMT"5f05c3c4abd53"51857RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Marketing/Wed, 15 Jul 2020 12:44:00 GMT"5f0efa105cf0a"52925RGDNVCK141428false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1553,14 +1288,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:56 GMT", - "getetag": ""5f05c3c4abd53"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:00 GMT", + "getetag": ""5f0efa105cf0a"", "resourcetype": { "collection": "" }, - "fileid": 51857, + "fileid": 52925, "permissions": "RGDNVCK", - "size": 8423, + "size": 141428, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1590,7 +1325,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1624,7 +1359,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 08 Jul 2020 13:01:58 GMT"a4819776b9e0733b5b1ed63573e2e229"application/vnd.openxmlformats-officedocument.presentationml.presentation51859RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:01 GMT"402b446bff4e7744ce006e023c70c7ee"application/vnd.openxmlformats-officedocument.presentationml.presentation52927RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1633,11 +1368,11 @@ "href": "/remote.php/webdav/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:01:58 GMT", - "getetag": ""a4819776b9e0733b5b1ed63573e2e229"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:01 GMT", + "getetag": ""402b446bff4e7744ce006e023c70c7ee"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51859, + "fileid": 52927, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -1654,59 +1389,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Products", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Products could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Products could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Products", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Products", @@ -1735,7 +1417,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Wed, 08 Jul 2020 13:02:00 GMT"5f05c3c80d0b0"51860RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Products/Wed, 15 Jul 2020 12:27:17 GMT"5f0ef62507f44"52928RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1745,14 +1427,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:00 GMT", - "getetag": ""5f05c3c80d0b0"", + "getlastmodified": "Wed, 15 Jul 2020 12:27:17 GMT", + "getetag": ""5f0ef62507f44"", "resourcetype": { "collection": "" }, - "fileid": 51860, + "fileid": 52928, "permissions": "RGDNVCK", - "size": 0, + "size": 872544, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1782,7 +1464,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1816,7 +1498,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 08 Jul 2020 13:02:01 GMT"f52147100d9d6a3108f089bd9281f858"application/pdf51861RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:03 GMT"5351ea49887d801d76224ad4df2889c1"application/pdf52929RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1825,11 +1507,11 @@ "href": "/remote.php/webdav/Products/Borstenson%20hard%20disk%20steel%20brush.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:01 GMT", - "getetag": ""f52147100d9d6a3108f089bd9281f858"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:03 GMT", + "getetag": ""5351ea49887d801d76224ad4df2889c1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51861, + "fileid": 52929, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -1874,7 +1556,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Wed, 08 Jul 2020 13:02:01 GMT"5f05c3c95b02e"51860RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Products/Wed, 15 Jul 2020 12:44:03 GMT"5f0efa139d027"52928RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1884,14 +1566,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:01 GMT", - "getetag": ""5f05c3c95b02e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:03 GMT", + "getetag": ""5f0efa139d027"", "resourcetype": { "collection": "" }, - "fileid": 51860, + "fileid": 52928, "permissions": "RGDNVCK", - "size": 216872, + "size": 872544, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -1921,7 +1603,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -1955,7 +1637,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Borstenson%20Product%20Factsheets.pptxWed, 08 Jul 2020 13:02:04 GMT"18dd8fba69e8836f80ac9f7b82c0be01"application/vnd.openxmlformats-officedocument.presentationml.presentation51862RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:06 GMT"a480cfcb87e5f47e22fdfef53a9cfb9b"application/vnd.openxmlformats-officedocument.presentationml.presentation52930RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1964,11 +1646,11 @@ "href": "/remote.php/webdav/Products/Borstenson%20Product%20Factsheets.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:04 GMT", - "getetag": ""18dd8fba69e8836f80ac9f7b82c0be01"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:06 GMT", + "getetag": ""a480cfcb87e5f47e22fdfef53a9cfb9b"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 51862, + "fileid": 52930, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -2013,7 +1695,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Wed, 08 Jul 2020 13:02:04 GMT"5f05c3cc85af4"51860RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Products/Wed, 15 Jul 2020 12:44:06 GMT"5f0efa163df6c"52928RGDNVCK872544false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2023,14 +1705,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:04 GMT", - "getetag": ""5f05c3cc85af4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:06 GMT", + "getetag": ""5f0efa163df6c"", "resourcetype": { "collection": "" }, - "fileid": 51860, + "fileid": 52928, "permissions": "RGDNVCK", - "size": 649486, + "size": 872544, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -2060,7 +1742,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -2094,7 +1776,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Products/Brooms%20and%20Brushes%202017.xlsxWed, 08 Jul 2020 13:02:07 GMT"b2a0b293cf5a4f8fb821741bb2bfb1e7"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51863RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:08 GMT"4ca6f8f3b3f9e0aadb07065f25f6b990"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52931RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2103,11 +1785,11 @@ "href": "/remote.php/webdav/Products/Brooms%20and%20Brushes%202017.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:07 GMT", - "getetag": ""b2a0b293cf5a4f8fb821741bb2bfb1e7"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:08 GMT", + "getetag": ""4ca6f8f3b3f9e0aadb07065f25f6b990"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51863, + "fileid": 52931, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -2124,59 +1806,6 @@ } } }, - { - "request": { - "url": "/remote.php/webdav/Sales", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 404, - "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name Sales could not be located\n\n", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "error": { - "exception": "Sabre\\DAV\\Exception\\NotFound", - "message": "File with name Sales could not be located" - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/Sales", - "method": "MKCOL", - "description": "Folder create", - "body": "" - }, - "response": { - "status": 201, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/Sales", @@ -2205,7 +1834,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Sales/Wed, 08 Jul 2020 13:02:08 GMT"5f05c3d0a3267"51864RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/Sales/Wed, 15 Jul 2020 12:27:18 GMT"5f0ef626784b4"52932RGDNVCK48865false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2215,14 +1844,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:08 GMT", - "getetag": ""5f05c3d0a3267"", + "getlastmodified": "Wed, 15 Jul 2020 12:27:18 GMT", + "getetag": ""5f0ef626784b4"", "resourcetype": { "collection": "" }, - "fileid": 51864, + "fileid": 52932, "permissions": "RGDNVCK", - "size": 0, + "size": 48865, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -2252,7 +1881,7 @@ "body": "" }, "response": { - "status": 201, + "status": 204, "body": "", "contentType": "text/html; charset=UTF-8", "contentLocation": "" @@ -2286,7 +1915,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 08 Jul 2020 13:02:09 GMT"590fd728dd672d82280213a67bc34307"application/vnd.openxmlformats-officedocument.wordprocessingml.document51865RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:09 GMT"ab19e4f5d790cbcf7e915e55937e3e32"application/vnd.openxmlformats-officedocument.wordprocessingml.document52933RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2295,11 +1924,11 @@ "href": "/remote.php/webdav/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 08 Jul 2020 13:02:09 GMT", - "getetag": ""590fd728dd672d82280213a67bc34307"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:09 GMT", + "getetag": ""ab19e4f5d790cbcf7e915e55937e3e32"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51865, + "fileid": 52933, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/10_get_files_recursively.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/10_get_files_recursively.json index 483d41ff..bfb5ab6c 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/10_get_files_recursively.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/10_get_files_recursively.json @@ -26,127 +26,18 @@ } }, "response": { - "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:39:44 GMT"5f06f3f04461b"51966RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", - "contentType": "application/xml; charset=utf-8", - "contentLocation": "", - "jsonBody": { - "multistatus": { - "response": { - "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/", - "propstat": [ - { - "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:39:44 GMT", - "getetag": ""5f06f3f04461b"", - "resourcetype": { - "collection": "" - }, - "fileid": 51966, - "permissions": "RGDNVCK", - "size": 3043731, - "has-preview": false, - "favorite": 0, - "comments-unread": 0, - "owner-display-name": "Horst-Thorsten Borstenson", - "share-types": "" - }, - "status": "HTTP/1.1 200 OK" - }, - { - "prop": { - "getcontenttype": "", - "getcontentlength": "" - }, - "status": "HTTP/1.1 404 Not Found" - } - ] - } - } - } - } - }, - { - "request": { - "url": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand", - "method": "PROPFIND", - "description": "File/Folder get details", - "body": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ", - "jsonBody": { - "propfind": { - "prop": { - "getlastmodified": "", - "getetag": "", - "getcontenttype": "", - "resourcetype": "", - "fileid": "", - "permissions": "", - "size": "", - "getcontentlength": "", - "has-preview": "", - "favorite": "", - "comments-unread": "", - "owner-display-name": "", - "share-types": "" - } - } - } - }, - "response": { - "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:39:44 GMT"5f06f3f04461b"51966RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "status": 404, + "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name test/30/10/GetFilesRecursivelyCommand could not be located\n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { - "multistatus": { - "response": { - "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/", - "propstat": [ - { - "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:39:44 GMT", - "getetag": ""5f06f3f04461b"", - "resourcetype": { - "collection": "" - }, - "fileid": 51966, - "permissions": "RGDNVCK", - "size": 3043731, - "has-preview": false, - "favorite": 0, - "comments-unread": 0, - "owner-display-name": "Horst-Thorsten Borstenson", - "share-types": "" - }, - "status": "HTTP/1.1 200 OK" - }, - { - "prop": { - "getcontenttype": "", - "getcontentlength": "" - }, - "status": "HTTP/1.1 404 Not Found" - } - ] - } + "error": { + "exception": "Sabre\\DAV\\Exception\\NotFound", + "message": "File with name test/30/10/GetFilesRecursivelyCommand could not be located" } } } }, - { - "request": { - "url": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand", - "method": "DELETE", - "description": "File delete", - "body": "" - }, - "response": { - "status": 204, - "body": "", - "contentType": "text/html; charset=UTF-8", - "contentLocation": "" - } - }, { "request": { "url": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting", @@ -234,7 +125,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Thu, 09 Jul 2020 10:41:14 GMT"5f06f44ad8fda"51782RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:43:41 GMT"5f0ef9fdf21ae"53440RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -244,12 +135,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:14 GMT", - "getetag": ""5f06f44ad8fda"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:41 GMT", + "getetag": ""5f0ef9fdf21ae"", "resourcetype": { "collection": "" }, - "fileid": 51782, + "fileid": 53440, "permissions": "RGDNVCK", "size": 4508901, "has-preview": false, @@ -301,7 +192,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/Thu, 09 Jul 2020 10:41:14 GMT"5f06f44ad8fda"51790RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/Wed, 15 Jul 2020 12:43:41 GMT"5f0ef9fdf21ae"53448RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -311,12 +202,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:14 GMT", - "getetag": ""5f06f44ad8fda"", + "getlastmodified": "Wed, 15 Jul 2020 12:43:41 GMT", + "getetag": ""5f0ef9fdf21ae"", "resourcetype": { "collection": "" }, - "fileid": 51790, + "fileid": 53448, "permissions": "RGDNVCK", "size": 4508901, "has-preview": false, @@ -367,46 +258,32 @@ } }, "response": { - "status": 207, - "body": "\n/remote.php/webdav/test/30/10/Thu, 09 Jul 2020 10:41:14 GMT"5f06f44ad8fda"51866RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "status": 404, + "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name test/30/10 could not be located\n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { - "multistatus": { - "response": { - "href": "/remote.php/webdav/test/30/10/", - "propstat": [ - { - "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:14 GMT", - "getetag": ""5f06f44ad8fda"", - "resourcetype": { - "collection": "" - }, - "fileid": 51866, - "permissions": "RGDNVCK", - "size": 0, - "has-preview": false, - "favorite": 0, - "comments-unread": 0, - "owner-display-name": "Horst-Thorsten Borstenson", - "share-types": "" - }, - "status": "HTTP/1.1 200 OK" - }, - { - "prop": { - "getcontenttype": "", - "getcontentlength": "" - }, - "status": "HTTP/1.1 404 Not Found" - } - ] - } + "error": { + "exception": "Sabre\\DAV\\Exception\\NotFound", + "message": "File with name test/30/10 could not be located" } } } }, + { + "request": { + "url": "/remote.php/webdav/test/30/10", + "method": "MKCOL", + "description": "Folder create", + "body": "" + }, + "response": { + "status": 201, + "body": "", + "contentType": "text/html; charset=UTF-8", + "contentLocation": "" + } + }, { "request": { "url": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand", @@ -541,7 +418,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:19 GMT"5f06f44f4da64"51989RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:16 GMT"5f0efa203d5dd"53519RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -551,12 +428,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:19 GMT", - "getetag": ""5f06f44f4da64"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:16 GMT", + "getetag": ""5f0efa203d5dd"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -622,7 +499,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgThu, 09 Jul 2020 10:41:21 GMT"ea0fc2c9a2e006221dc0a49d1cb74147"image/jpeg51990RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:44:20 GMT"aa1246168353b8e80125e6a90a0cfe22"image/jpeg53520RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -631,11 +508,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpg", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""ea0fc2c9a2e006221dc0a49d1cb74147"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""aa1246168353b8e80125e6a90a0cfe22"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51990, + "fileid": 53520, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -733,7 +610,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:23 GMT"5f06f45325e78"51991RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:21 GMT"5f0efa259f663"53521RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -743,12 +620,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:23 GMT", - "getetag": ""5f06f45325e78"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:21 GMT", + "getetag": ""5f0efa259f663"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -814,7 +691,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxThu, 09 Jul 2020 10:41:25 GMT"8732321899ef16077668ddfcf6bd0f6b"application/vnd.openxmlformats-officedocument.wordprocessingml.document51992RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:44:23 GMT"1c880ced6f98c9e560566563afa69bdc"application/vnd.openxmlformats-officedocument.wordprocessingml.document53522RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -823,11 +700,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""8732321899ef16077668ddfcf6bd0f6b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""1c880ced6f98c9e560566563afa69bdc"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51992, + "fileid": 53522, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -872,7 +749,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:25 GMT"5f06f455a7185"51991RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:23 GMT"5f0efa276fd0e"53521RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -882,12 +759,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""5f06f455a7185"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""5f0efa276fd0e"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 188948, "has-preview": false, @@ -953,7 +830,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfThu, 09 Jul 2020 10:41:29 GMT"180c949e2680bf1f2db81c7b4e04cf63"application/pdf51993RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:44:27 GMT"2d91cb6897591876da31bb01a89a7da8"application/pdf53523RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -962,11 +839,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""180c949e2680bf1f2db81c7b4e04cf63"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""2d91cb6897591876da31bb01a89a7da8"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51993, + "fileid": 53523, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -1011,7 +888,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:29 GMT"5f06f459bc8fe"51991RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:27 GMT"5f0efa2b8b399"53521RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1021,12 +898,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""5f06f459bc8fe"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""5f0efa2b8b399"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 921533, "has-preview": false, @@ -1092,7 +969,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:31 GMT"3f400a0fb0307475b27b428dd5b0226b"application/octet-stream51994RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:29 GMT"89e4ec0e6d969a0b1e0bfecb381e24e0"application/octet-stream53524RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1101,11 +978,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""3f400a0fb0307475b27b428dd5b0226b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""89e4ec0e6d969a0b1e0bfecb381e24e0"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51994, + "fileid": 53524, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1203,7 +1080,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:33 GMT"5f06f45d0d100"51995RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:30 GMT"5f0efa2e951ca"53525RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1213,12 +1090,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:33 GMT", - "getetag": ""5f06f45d0d100"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:30 GMT", + "getetag": ""5f0efa2e951ca"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1284,7 +1161,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxThu, 09 Jul 2020 10:41:34 GMT"3e16c4e8c91c7332c71b457dc88f824a"application/vnd.openxmlformats-officedocument.wordprocessingml.document51996RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:44:31 GMT"554970e71fc74d56124daeb1ba078d2e"application/vnd.openxmlformats-officedocument.wordprocessingml.document53526RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1293,11 +1170,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""3e16c4e8c91c7332c71b457dc88f824a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""554970e71fc74d56124daeb1ba078d2e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51996, + "fileid": 53526, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -1395,7 +1272,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:35 GMT"5f06f45f8aaa5"51997RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:32 GMT"5f0efa30e9dd1"53527RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1405,12 +1282,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:35 GMT", - "getetag": ""5f06f45f8aaa5"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:32 GMT", + "getetag": ""5f0efa30e9dd1"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1476,7 +1353,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxThu, 09 Jul 2020 10:41:36 GMT"9703f5791c61babfa10fb98ece9632db"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51998RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:44:33 GMT"79aa0ff7b7a21440ba919a3defa397de"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53528RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1485,11 +1362,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""9703f5791c61babfa10fb98ece9632db"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""79aa0ff7b7a21440ba919a3defa397de"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51998, + "fileid": 53528, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -1534,7 +1411,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:36 GMT"5f06f460be894"51997RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:33 GMT"5f0efa31e5820"53527RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1544,12 +1421,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""5f06f460be894"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""5f0efa31e5820"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 67387, "has-preview": false, @@ -1615,7 +1492,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxThu, 09 Jul 2020 10:41:38 GMT"a988232d8f32d6176cbf9693feed3765"application/vnd.openxmlformats-officedocument.wordprocessingml.document51999RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:44:35 GMT"5ba01dd85529cf2278bc8a80eb582783"application/vnd.openxmlformats-officedocument.wordprocessingml.document53529RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1624,11 +1501,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""a988232d8f32d6176cbf9693feed3765"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5ba01dd85529cf2278bc8a80eb582783"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51999, + "fileid": 53529, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -1673,7 +1550,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:38 GMT"5f06f462d9500"51997RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:35 GMT"5f0efa336b7f8"53527RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1683,12 +1560,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""5f06f462d9500"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5f0efa336b7f8"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 161064, "has-preview": false, @@ -1754,7 +1631,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:41 GMT"1b87ebe5190c2a44e3be0b308e8fcd33"application/octet-stream52000RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:37 GMT"512730a27c38c9983a04c0a0d99d30b8"application/octet-stream53530RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1763,11 +1640,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""1b87ebe5190c2a44e3be0b308e8fcd33"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""512730a27c38c9983a04c0a0d99d30b8"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52000, + "fileid": 53530, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1865,7 +1742,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:42 GMT"5f06f4669636b"52001RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:39 GMT"5f0efa37294af"53531RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1875,12 +1752,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:42 GMT", - "getetag": ""5f06f4669636b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:39 GMT", + "getetag": ""5f0efa37294af"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1946,7 +1823,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifThu, 09 Jul 2020 10:41:43 GMT"5edbb3157cb92fc95af59ca002c162fc"image/gif52002RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:40 GMT"e98a1e03e0525a17071a13040c092dff"image/gif53532RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1955,11 +1832,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gif", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5edbb3157cb92fc95af59ca002c162fc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""e98a1e03e0525a17071a13040c092dff"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52002, + "fileid": 53532, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -2004,7 +1881,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:43 GMT"5f06f467b6e13"52001RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:40 GMT"5f0efa382078d"53531RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2014,12 +1891,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5f06f467b6e13"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""5f0efa382078d"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 8423, "has-preview": false, @@ -2085,7 +1962,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxThu, 09 Jul 2020 10:41:45 GMT"ab9ea0af38a4fe95b3ce59c5e39a1cfc"application/vnd.openxmlformats-officedocument.presentationml.presentation52003RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:41 GMT"385bb6242b8a64366c418d9a8080551d"application/vnd.openxmlformats-officedocument.presentationml.presentation53533RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2094,11 +1971,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""ab9ea0af38a4fe95b3ce59c5e39a1cfc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""385bb6242b8a64366c418d9a8080551d"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52003, + "fileid": 53533, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -2196,7 +2073,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:46 GMT"5f06f46a9f006"52004RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:42 GMT"5f0efa3aef267"53534RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2206,12 +2083,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:46 GMT", - "getetag": ""5f06f46a9f006"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:42 GMT", + "getetag": ""5f0efa3aef267"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2277,7 +2154,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfThu, 09 Jul 2020 10:41:48 GMT"4fbebc6e136c274c7085657e3b2ddcdd"application/pdf52005RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:44 GMT"58aa6a2ec94cbcc810a31c2a72b33817"application/pdf53535RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2286,11 +2163,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdf", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""4fbebc6e136c274c7085657e3b2ddcdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""58aa6a2ec94cbcc810a31c2a72b33817"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52005, + "fileid": 53535, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -2335,7 +2212,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:48 GMT"5f06f46c692de"52004RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:44 GMT"5f0efa3cb766f"53534RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2345,12 +2222,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""5f06f46c692de"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""5f0efa3cb766f"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 216872, "has-preview": false, @@ -2416,7 +2293,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxThu, 09 Jul 2020 10:41:51 GMT"64f95622fa433e9f02cdf948b0ee9eda"application/vnd.openxmlformats-officedocument.presentationml.presentation52006RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:47 GMT"bc7213577dc6b417c1e2695df7f3b8e5"application/vnd.openxmlformats-officedocument.presentationml.presentation53536RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2425,11 +2302,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""64f95622fa433e9f02cdf948b0ee9eda"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""bc7213577dc6b417c1e2695df7f3b8e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52006, + "fileid": 53536, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -2474,7 +2351,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:51 GMT"5f06f46f6d21a"52004RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:47 GMT"5f0efa3f5fdba"53534RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2484,12 +2361,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""5f06f46f6d21a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""5f0efa3f5fdba"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 649486, "has-preview": false, @@ -2555,7 +2432,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxThu, 09 Jul 2020 10:41:53 GMT"18b8fa53ab338194333800993abd3fbc"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52007RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:49 GMT"f85700d5ec400b765a2c0d7ef1b2593e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53537RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2564,11 +2441,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""18b8fa53ab338194333800993abd3fbc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""f85700d5ec400b765a2c0d7ef1b2593e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52007, + "fileid": 53537, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -2666,7 +2543,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:54 GMT"5f06f472b91c6"52008RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:50 GMT"5f0efa4295f2f"53538RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2676,12 +2553,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:54 GMT", - "getetag": ""5f06f472b91c6"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:50 GMT", + "getetag": ""5f0efa4295f2f"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2747,7 +2624,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxThu, 09 Jul 2020 10:41:55 GMT"0341e16c9618d979d7ddc2a2194729b4"application/vnd.openxmlformats-officedocument.wordprocessingml.document52009RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:51 GMT"2afa6857c145fc6c9ac03caa472c6dc2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53539RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2756,11 +2633,11 @@ "href": "/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docx", "propstat": { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""0341e16c9618d979d7ddc2a2194729b4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""2afa6857c145fc6c9ac03caa472c6dc2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52009, + "fileid": 53539, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -2805,7 +2682,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2815,12 +2692,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -2877,7 +2754,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2888,12 +2765,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -2923,12 +2800,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -2958,12 +2835,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -2993,12 +2870,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -3028,12 +2905,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -3063,12 +2940,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -3098,12 +2975,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -3133,12 +3010,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -3201,7 +3078,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3212,12 +3089,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -3247,12 +3124,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3282,12 +3159,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3317,12 +3194,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -3352,12 +3229,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -3387,12 +3264,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -3422,12 +3299,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -3457,12 +3334,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -3525,7 +3402,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgThu, 09 Jul 2020 10:41:21 GMT"ea0fc2c9a2e006221dc0a49d1cb74147"image/jpeg51990RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:44:20 GMT"aa1246168353b8e80125e6a90a0cfe22"image/jpeg53520RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3536,12 +3413,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3571,11 +3448,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""ea0fc2c9a2e006221dc0a49d1cb74147"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""aa1246168353b8e80125e6a90a0cfe22"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51990, + "fileid": 53520, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -3637,7 +3514,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgThu, 09 Jul 2020 10:41:21 GMT"ea0fc2c9a2e006221dc0a49d1cb74147"image/jpeg51990RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:44:20 GMT"aa1246168353b8e80125e6a90a0cfe22"image/jpeg53520RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3648,12 +3525,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3683,11 +3560,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""ea0fc2c9a2e006221dc0a49d1cb74147"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""aa1246168353b8e80125e6a90a0cfe22"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51990, + "fileid": 53520, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -3749,7 +3626,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxThu, 09 Jul 2020 10:41:25 GMT"8732321899ef16077668ddfcf6bd0f6b"application/vnd.openxmlformats-officedocument.wordprocessingml.document51992RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfThu, 09 Jul 2020 10:41:29 GMT"180c949e2680bf1f2db81c7b4e04cf63"application/pdf51993RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:31 GMT"3f400a0fb0307475b27b428dd5b0226b"application/octet-stream51994RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:44:23 GMT"1c880ced6f98c9e560566563afa69bdc"application/vnd.openxmlformats-officedocument.wordprocessingml.document53522RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:44:27 GMT"2d91cb6897591876da31bb01a89a7da8"application/pdf53523RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:29 GMT"89e4ec0e6d969a0b1e0bfecb381e24e0"application/octet-stream53524RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3760,12 +3637,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3795,11 +3672,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""8732321899ef16077668ddfcf6bd0f6b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""1c880ced6f98c9e560566563afa69bdc"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51992, + "fileid": 53522, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -3828,11 +3705,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""180c949e2680bf1f2db81c7b4e04cf63"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""2d91cb6897591876da31bb01a89a7da8"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51993, + "fileid": 53523, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -3861,11 +3738,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""3f400a0fb0307475b27b428dd5b0226b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""89e4ec0e6d969a0b1e0bfecb381e24e0"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51994, + "fileid": 53524, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -3927,7 +3804,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxThu, 09 Jul 2020 10:41:25 GMT"8732321899ef16077668ddfcf6bd0f6b"application/vnd.openxmlformats-officedocument.wordprocessingml.document51992RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfThu, 09 Jul 2020 10:41:29 GMT"180c949e2680bf1f2db81c7b4e04cf63"application/pdf51993RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:31 GMT"3f400a0fb0307475b27b428dd5b0226b"application/octet-stream51994RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:44:23 GMT"1c880ced6f98c9e560566563afa69bdc"application/vnd.openxmlformats-officedocument.wordprocessingml.document53522RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:44:27 GMT"2d91cb6897591876da31bb01a89a7da8"application/pdf53523RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:29 GMT"89e4ec0e6d969a0b1e0bfecb381e24e0"application/octet-stream53524RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3938,12 +3815,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3973,11 +3850,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""8732321899ef16077668ddfcf6bd0f6b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""1c880ced6f98c9e560566563afa69bdc"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51992, + "fileid": 53522, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -4006,11 +3883,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""180c949e2680bf1f2db81c7b4e04cf63"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""2d91cb6897591876da31bb01a89a7da8"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51993, + "fileid": 53523, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -4039,11 +3916,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""3f400a0fb0307475b27b428dd5b0226b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""89e4ec0e6d969a0b1e0bfecb381e24e0"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51994, + "fileid": 53524, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -4105,7 +3982,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxThu, 09 Jul 2020 10:41:34 GMT"3e16c4e8c91c7332c71b457dc88f824a"application/vnd.openxmlformats-officedocument.wordprocessingml.document51996RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:44:31 GMT"554970e71fc74d56124daeb1ba078d2e"application/vnd.openxmlformats-officedocument.wordprocessingml.document53526RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4116,12 +3993,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -4151,11 +4028,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""3e16c4e8c91c7332c71b457dc88f824a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""554970e71fc74d56124daeb1ba078d2e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51996, + "fileid": 53526, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -4217,7 +4094,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxThu, 09 Jul 2020 10:41:34 GMT"3e16c4e8c91c7332c71b457dc88f824a"application/vnd.openxmlformats-officedocument.wordprocessingml.document51996RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:44:31 GMT"554970e71fc74d56124daeb1ba078d2e"application/vnd.openxmlformats-officedocument.wordprocessingml.document53526RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4228,12 +4105,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -4263,11 +4140,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""3e16c4e8c91c7332c71b457dc88f824a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""554970e71fc74d56124daeb1ba078d2e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51996, + "fileid": 53526, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -4329,7 +4206,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxThu, 09 Jul 2020 10:41:36 GMT"9703f5791c61babfa10fb98ece9632db"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51998RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxThu, 09 Jul 2020 10:41:38 GMT"a988232d8f32d6176cbf9693feed3765"application/vnd.openxmlformats-officedocument.wordprocessingml.document51999RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:41 GMT"1b87ebe5190c2a44e3be0b308e8fcd33"application/octet-stream52000RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:44:33 GMT"79aa0ff7b7a21440ba919a3defa397de"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53528RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:44:35 GMT"5ba01dd85529cf2278bc8a80eb582783"application/vnd.openxmlformats-officedocument.wordprocessingml.document53529RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:37 GMT"512730a27c38c9983a04c0a0d99d30b8"application/octet-stream53530RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4340,12 +4217,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -4375,11 +4252,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""9703f5791c61babfa10fb98ece9632db"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""79aa0ff7b7a21440ba919a3defa397de"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51998, + "fileid": 53528, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -4408,11 +4285,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""a988232d8f32d6176cbf9693feed3765"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5ba01dd85529cf2278bc8a80eb582783"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51999, + "fileid": 53529, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -4441,11 +4318,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""1b87ebe5190c2a44e3be0b308e8fcd33"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""512730a27c38c9983a04c0a0d99d30b8"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52000, + "fileid": 53530, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -4507,7 +4384,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxThu, 09 Jul 2020 10:41:36 GMT"9703f5791c61babfa10fb98ece9632db"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51998RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxThu, 09 Jul 2020 10:41:38 GMT"a988232d8f32d6176cbf9693feed3765"application/vnd.openxmlformats-officedocument.wordprocessingml.document51999RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:41 GMT"1b87ebe5190c2a44e3be0b308e8fcd33"application/octet-stream52000RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:44:33 GMT"79aa0ff7b7a21440ba919a3defa397de"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53528RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:44:35 GMT"5ba01dd85529cf2278bc8a80eb582783"application/vnd.openxmlformats-officedocument.wordprocessingml.document53529RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:37 GMT"512730a27c38c9983a04c0a0d99d30b8"application/octet-stream53530RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4518,12 +4395,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -4553,11 +4430,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""9703f5791c61babfa10fb98ece9632db"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""79aa0ff7b7a21440ba919a3defa397de"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51998, + "fileid": 53528, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -4586,11 +4463,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""a988232d8f32d6176cbf9693feed3765"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5ba01dd85529cf2278bc8a80eb582783"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51999, + "fileid": 53529, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -4619,11 +4496,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""1b87ebe5190c2a44e3be0b308e8fcd33"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""512730a27c38c9983a04c0a0d99d30b8"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52000, + "fileid": 53530, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -4685,7 +4562,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxThu, 09 Jul 2020 10:41:45 GMT"ab9ea0af38a4fe95b3ce59c5e39a1cfc"application/vnd.openxmlformats-officedocument.presentationml.presentation52003RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifThu, 09 Jul 2020 10:41:43 GMT"5edbb3157cb92fc95af59ca002c162fc"image/gif52002RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:41 GMT"385bb6242b8a64366c418d9a8080551d"application/vnd.openxmlformats-officedocument.presentationml.presentation53533RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:40 GMT"e98a1e03e0525a17071a13040c092dff"image/gif53532RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4696,12 +4573,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -4731,11 +4608,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""ab9ea0af38a4fe95b3ce59c5e39a1cfc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""385bb6242b8a64366c418d9a8080551d"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52003, + "fileid": 53533, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -4764,11 +4641,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5edbb3157cb92fc95af59ca002c162fc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""e98a1e03e0525a17071a13040c092dff"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52002, + "fileid": 53532, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -4830,7 +4707,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxThu, 09 Jul 2020 10:41:45 GMT"ab9ea0af38a4fe95b3ce59c5e39a1cfc"application/vnd.openxmlformats-officedocument.presentationml.presentation52003RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifThu, 09 Jul 2020 10:41:43 GMT"5edbb3157cb92fc95af59ca002c162fc"image/gif52002RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:41 GMT"385bb6242b8a64366c418d9a8080551d"application/vnd.openxmlformats-officedocument.presentationml.presentation53533RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:40 GMT"e98a1e03e0525a17071a13040c092dff"image/gif53532RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4841,12 +4718,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -4876,11 +4753,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""ab9ea0af38a4fe95b3ce59c5e39a1cfc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""385bb6242b8a64366c418d9a8080551d"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52003, + "fileid": 53533, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -4909,11 +4786,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5edbb3157cb92fc95af59ca002c162fc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""e98a1e03e0525a17071a13040c092dff"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52002, + "fileid": 53532, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -4975,7 +4852,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxThu, 09 Jul 2020 10:41:51 GMT"64f95622fa433e9f02cdf948b0ee9eda"application/vnd.openxmlformats-officedocument.presentationml.presentation52006RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfThu, 09 Jul 2020 10:41:48 GMT"4fbebc6e136c274c7085657e3b2ddcdd"application/pdf52005RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxThu, 09 Jul 2020 10:41:53 GMT"18b8fa53ab338194333800993abd3fbc"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52007RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:47 GMT"bc7213577dc6b417c1e2695df7f3b8e5"application/vnd.openxmlformats-officedocument.presentationml.presentation53536RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:44 GMT"58aa6a2ec94cbcc810a31c2a72b33817"application/pdf53535RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:49 GMT"f85700d5ec400b765a2c0d7ef1b2593e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53537RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4986,12 +4863,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -5021,11 +4898,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""64f95622fa433e9f02cdf948b0ee9eda"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""bc7213577dc6b417c1e2695df7f3b8e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52006, + "fileid": 53536, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -5054,11 +4931,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""4fbebc6e136c274c7085657e3b2ddcdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""58aa6a2ec94cbcc810a31c2a72b33817"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52005, + "fileid": 53535, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -5087,11 +4964,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""18b8fa53ab338194333800993abd3fbc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""f85700d5ec400b765a2c0d7ef1b2593e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52007, + "fileid": 53537, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -5153,7 +5030,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxThu, 09 Jul 2020 10:41:51 GMT"64f95622fa433e9f02cdf948b0ee9eda"application/vnd.openxmlformats-officedocument.presentationml.presentation52006RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfThu, 09 Jul 2020 10:41:48 GMT"4fbebc6e136c274c7085657e3b2ddcdd"application/pdf52005RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxThu, 09 Jul 2020 10:41:53 GMT"18b8fa53ab338194333800993abd3fbc"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52007RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:47 GMT"bc7213577dc6b417c1e2695df7f3b8e5"application/vnd.openxmlformats-officedocument.presentationml.presentation53536RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:44 GMT"58aa6a2ec94cbcc810a31c2a72b33817"application/pdf53535RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:49 GMT"f85700d5ec400b765a2c0d7ef1b2593e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53537RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5164,12 +5041,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -5199,11 +5076,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""64f95622fa433e9f02cdf948b0ee9eda"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""bc7213577dc6b417c1e2695df7f3b8e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52006, + "fileid": 53536, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -5232,11 +5109,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""4fbebc6e136c274c7085657e3b2ddcdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""58aa6a2ec94cbcc810a31c2a72b33817"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52005, + "fileid": 53535, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -5265,11 +5142,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""18b8fa53ab338194333800993abd3fbc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""f85700d5ec400b765a2c0d7ef1b2593e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52007, + "fileid": 53537, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -5331,7 +5208,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxThu, 09 Jul 2020 10:41:55 GMT"0341e16c9618d979d7ddc2a2194729b4"application/vnd.openxmlformats-officedocument.wordprocessingml.document52009RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:51 GMT"2afa6857c145fc6c9ac03caa472c6dc2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53539RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5342,12 +5219,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5377,11 +5254,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""0341e16c9618d979d7ddc2a2194729b4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""2afa6857c145fc6c9ac03caa472c6dc2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52009, + "fileid": 53539, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -5443,7 +5320,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxThu, 09 Jul 2020 10:41:55 GMT"0341e16c9618d979d7ddc2a2194729b4"application/vnd.openxmlformats-officedocument.wordprocessingml.document52009RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:51 GMT"2afa6857c145fc6c9ac03caa472c6dc2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53539RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5454,12 +5331,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5489,11 +5366,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""0341e16c9618d979d7ddc2a2194729b4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""2afa6857c145fc6c9ac03caa472c6dc2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52009, + "fileid": 53539, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -5555,7 +5432,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5566,12 +5443,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -5601,12 +5478,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -5636,12 +5513,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -5671,12 +5548,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -5706,12 +5583,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -5741,12 +5618,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -5776,12 +5653,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -5811,12 +5688,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5879,7 +5756,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5890,12 +5767,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -5925,12 +5802,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -5960,12 +5837,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -5995,12 +5872,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -6030,12 +5907,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -6065,12 +5942,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -6100,12 +5977,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -6135,12 +6012,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -6203,7 +6080,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgThu, 09 Jul 2020 10:41:21 GMT"ea0fc2c9a2e006221dc0a49d1cb74147"image/jpeg51990RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:44:20 GMT"aa1246168353b8e80125e6a90a0cfe22"image/jpeg53520RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6214,12 +6091,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -6249,11 +6126,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""ea0fc2c9a2e006221dc0a49d1cb74147"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""aa1246168353b8e80125e6a90a0cfe22"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51990, + "fileid": 53520, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -6315,7 +6192,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Thu, 09 Jul 2020 10:41:21 GMT"5f06f45191345"51989RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgThu, 09 Jul 2020 10:41:21 GMT"ea0fc2c9a2e006221dc0a49d1cb74147"image/jpeg51990RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:44:20 GMT"5f0efa243537f"53519RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:44:20 GMT"aa1246168353b8e80125e6a90a0cfe22"image/jpeg53520RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6326,12 +6203,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""5f06f45191345"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""5f0efa243537f"", "resourcetype": { "collection": "" }, - "fileid": 51989, + "fileid": 53519, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -6361,11 +6238,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:21 GMT", - "getetag": ""ea0fc2c9a2e006221dc0a49d1cb74147"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:20 GMT", + "getetag": ""aa1246168353b8e80125e6a90a0cfe22"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 51990, + "fileid": 53520, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -6427,7 +6304,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxThu, 09 Jul 2020 10:41:25 GMT"8732321899ef16077668ddfcf6bd0f6b"application/vnd.openxmlformats-officedocument.wordprocessingml.document51992RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfThu, 09 Jul 2020 10:41:29 GMT"180c949e2680bf1f2db81c7b4e04cf63"application/pdf51993RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:31 GMT"3f400a0fb0307475b27b428dd5b0226b"application/octet-stream51994RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:44:23 GMT"1c880ced6f98c9e560566563afa69bdc"application/vnd.openxmlformats-officedocument.wordprocessingml.document53522RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:44:27 GMT"2d91cb6897591876da31bb01a89a7da8"application/pdf53523RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:29 GMT"89e4ec0e6d969a0b1e0bfecb381e24e0"application/octet-stream53524RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6438,12 +6315,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -6473,11 +6350,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""8732321899ef16077668ddfcf6bd0f6b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""1c880ced6f98c9e560566563afa69bdc"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51992, + "fileid": 53522, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -6506,11 +6383,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""180c949e2680bf1f2db81c7b4e04cf63"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""2d91cb6897591876da31bb01a89a7da8"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51993, + "fileid": 53523, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -6539,11 +6416,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""3f400a0fb0307475b27b428dd5b0226b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""89e4ec0e6d969a0b1e0bfecb381e24e0"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51994, + "fileid": 53524, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -6605,7 +6482,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Thu, 09 Jul 2020 10:41:31 GMT"5f06f45b9fb4d"51991RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxThu, 09 Jul 2020 10:41:25 GMT"8732321899ef16077668ddfcf6bd0f6b"application/vnd.openxmlformats-officedocument.wordprocessingml.document51992RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfThu, 09 Jul 2020 10:41:29 GMT"180c949e2680bf1f2db81c7b4e04cf63"application/pdf51993RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:31 GMT"3f400a0fb0307475b27b428dd5b0226b"application/octet-stream51994RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:44:29 GMT"5f0efa2d2d582"53521RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:44:23 GMT"1c880ced6f98c9e560566563afa69bdc"application/vnd.openxmlformats-officedocument.wordprocessingml.document53522RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:44:27 GMT"2d91cb6897591876da31bb01a89a7da8"application/pdf53523RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:29 GMT"89e4ec0e6d969a0b1e0bfecb381e24e0"application/octet-stream53524RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6616,12 +6493,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""5f06f45b9fb4d"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""5f0efa2d2d582"", "resourcetype": { "collection": "" }, - "fileid": 51991, + "fileid": 53521, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -6651,11 +6528,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:25 GMT", - "getetag": ""8732321899ef16077668ddfcf6bd0f6b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:23 GMT", + "getetag": ""1c880ced6f98c9e560566563afa69bdc"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51992, + "fileid": 53522, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -6684,11 +6561,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:29 GMT", - "getetag": ""180c949e2680bf1f2db81c7b4e04cf63"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:27 GMT", + "getetag": ""2d91cb6897591876da31bb01a89a7da8"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 51993, + "fileid": 53523, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -6717,11 +6594,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:31 GMT", - "getetag": ""3f400a0fb0307475b27b428dd5b0226b"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:29 GMT", + "getetag": ""89e4ec0e6d969a0b1e0bfecb381e24e0"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 51994, + "fileid": 53524, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -6783,7 +6660,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxThu, 09 Jul 2020 10:41:34 GMT"3e16c4e8c91c7332c71b457dc88f824a"application/vnd.openxmlformats-officedocument.wordprocessingml.document51996RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:44:31 GMT"554970e71fc74d56124daeb1ba078d2e"application/vnd.openxmlformats-officedocument.wordprocessingml.document53526RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6794,12 +6671,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -6829,11 +6706,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""3e16c4e8c91c7332c71b457dc88f824a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""554970e71fc74d56124daeb1ba078d2e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51996, + "fileid": 53526, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -6895,7 +6772,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Thu, 09 Jul 2020 10:41:34 GMT"5f06f45e165e3"51995RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxThu, 09 Jul 2020 10:41:34 GMT"3e16c4e8c91c7332c71b457dc88f824a"application/vnd.openxmlformats-officedocument.wordprocessingml.document51996RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:44:31 GMT"5f0efa2f8b5e2"53525RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:44:31 GMT"554970e71fc74d56124daeb1ba078d2e"application/vnd.openxmlformats-officedocument.wordprocessingml.document53526RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6906,12 +6783,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""5f06f45e165e3"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""5f0efa2f8b5e2"", "resourcetype": { "collection": "" }, - "fileid": 51995, + "fileid": 53525, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -6941,11 +6818,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:34 GMT", - "getetag": ""3e16c4e8c91c7332c71b457dc88f824a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:31 GMT", + "getetag": ""554970e71fc74d56124daeb1ba078d2e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51996, + "fileid": 53526, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -7007,7 +6884,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxThu, 09 Jul 2020 10:41:36 GMT"9703f5791c61babfa10fb98ece9632db"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51998RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxThu, 09 Jul 2020 10:41:38 GMT"a988232d8f32d6176cbf9693feed3765"application/vnd.openxmlformats-officedocument.wordprocessingml.document51999RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:41 GMT"1b87ebe5190c2a44e3be0b308e8fcd33"application/octet-stream52000RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:44:33 GMT"79aa0ff7b7a21440ba919a3defa397de"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53528RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:44:35 GMT"5ba01dd85529cf2278bc8a80eb582783"application/vnd.openxmlformats-officedocument.wordprocessingml.document53529RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:37 GMT"512730a27c38c9983a04c0a0d99d30b8"application/octet-stream53530RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7018,12 +6895,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -7053,11 +6930,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""9703f5791c61babfa10fb98ece9632db"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""79aa0ff7b7a21440ba919a3defa397de"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51998, + "fileid": 53528, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -7086,11 +6963,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""a988232d8f32d6176cbf9693feed3765"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5ba01dd85529cf2278bc8a80eb582783"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51999, + "fileid": 53529, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -7119,11 +6996,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""1b87ebe5190c2a44e3be0b308e8fcd33"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""512730a27c38c9983a04c0a0d99d30b8"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52000, + "fileid": 53530, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -7185,7 +7062,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Thu, 09 Jul 2020 10:41:41 GMT"5f06f4651ab1f"51997RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxThu, 09 Jul 2020 10:41:36 GMT"9703f5791c61babfa10fb98ece9632db"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet51998RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxThu, 09 Jul 2020 10:41:38 GMT"a988232d8f32d6176cbf9693feed3765"application/vnd.openxmlformats-officedocument.wordprocessingml.document51999RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlThu, 09 Jul 2020 10:41:41 GMT"1b87ebe5190c2a44e3be0b308e8fcd33"application/octet-stream52000RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:44:37 GMT"5f0efa357f20c"53527RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:44:33 GMT"79aa0ff7b7a21440ba919a3defa397de"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53528RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:44:35 GMT"5ba01dd85529cf2278bc8a80eb582783"application/vnd.openxmlformats-officedocument.wordprocessingml.document53529RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:44:37 GMT"512730a27c38c9983a04c0a0d99d30b8"application/octet-stream53530RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7196,12 +7073,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""5f06f4651ab1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""5f0efa357f20c"", "resourcetype": { "collection": "" }, - "fileid": 51997, + "fileid": 53527, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -7231,11 +7108,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:36 GMT", - "getetag": ""9703f5791c61babfa10fb98ece9632db"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:33 GMT", + "getetag": ""79aa0ff7b7a21440ba919a3defa397de"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 51998, + "fileid": 53528, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -7264,11 +7141,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:38 GMT", - "getetag": ""a988232d8f32d6176cbf9693feed3765"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:35 GMT", + "getetag": ""5ba01dd85529cf2278bc8a80eb582783"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 51999, + "fileid": 53529, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -7297,11 +7174,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:41 GMT", - "getetag": ""1b87ebe5190c2a44e3be0b308e8fcd33"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:37 GMT", + "getetag": ""512730a27c38c9983a04c0a0d99d30b8"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52000, + "fileid": 53530, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -7363,7 +7240,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxThu, 09 Jul 2020 10:41:45 GMT"ab9ea0af38a4fe95b3ce59c5e39a1cfc"application/vnd.openxmlformats-officedocument.presentationml.presentation52003RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifThu, 09 Jul 2020 10:41:43 GMT"5edbb3157cb92fc95af59ca002c162fc"image/gif52002RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:41 GMT"385bb6242b8a64366c418d9a8080551d"application/vnd.openxmlformats-officedocument.presentationml.presentation53533RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:40 GMT"e98a1e03e0525a17071a13040c092dff"image/gif53532RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7374,12 +7251,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -7409,11 +7286,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""ab9ea0af38a4fe95b3ce59c5e39a1cfc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""385bb6242b8a64366c418d9a8080551d"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52003, + "fileid": 53533, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -7442,11 +7319,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5edbb3157cb92fc95af59ca002c162fc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""e98a1e03e0525a17071a13040c092dff"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52002, + "fileid": 53532, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -7508,7 +7385,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Thu, 09 Jul 2020 10:41:45 GMT"5f06f4693733e"52001RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxThu, 09 Jul 2020 10:41:45 GMT"ab9ea0af38a4fe95b3ce59c5e39a1cfc"application/vnd.openxmlformats-officedocument.presentationml.presentation52003RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifThu, 09 Jul 2020 10:41:43 GMT"5edbb3157cb92fc95af59ca002c162fc"image/gif52002RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:44:41 GMT"5f0efa3996cb1"53531RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:44:41 GMT"385bb6242b8a64366c418d9a8080551d"application/vnd.openxmlformats-officedocument.presentationml.presentation53533RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:44:40 GMT"e98a1e03e0525a17071a13040c092dff"image/gif53532RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7519,12 +7396,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""5f06f4693733e"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""5f0efa3996cb1"", "resourcetype": { "collection": "" }, - "fileid": 52001, + "fileid": 53531, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -7554,11 +7431,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:45 GMT", - "getetag": ""ab9ea0af38a4fe95b3ce59c5e39a1cfc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:41 GMT", + "getetag": ""385bb6242b8a64366c418d9a8080551d"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52003, + "fileid": 53533, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -7587,11 +7464,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:43 GMT", - "getetag": ""5edbb3157cb92fc95af59ca002c162fc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:40 GMT", + "getetag": ""e98a1e03e0525a17071a13040c092dff"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52002, + "fileid": 53532, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -7653,7 +7530,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxThu, 09 Jul 2020 10:41:51 GMT"64f95622fa433e9f02cdf948b0ee9eda"application/vnd.openxmlformats-officedocument.presentationml.presentation52006RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfThu, 09 Jul 2020 10:41:48 GMT"4fbebc6e136c274c7085657e3b2ddcdd"application/pdf52005RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxThu, 09 Jul 2020 10:41:53 GMT"18b8fa53ab338194333800993abd3fbc"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52007RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:47 GMT"bc7213577dc6b417c1e2695df7f3b8e5"application/vnd.openxmlformats-officedocument.presentationml.presentation53536RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:44 GMT"58aa6a2ec94cbcc810a31c2a72b33817"application/pdf53535RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:49 GMT"f85700d5ec400b765a2c0d7ef1b2593e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53537RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7664,12 +7541,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -7699,11 +7576,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""64f95622fa433e9f02cdf948b0ee9eda"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""bc7213577dc6b417c1e2695df7f3b8e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52006, + "fileid": 53536, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -7732,11 +7609,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""4fbebc6e136c274c7085657e3b2ddcdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""58aa6a2ec94cbcc810a31c2a72b33817"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52005, + "fileid": 53535, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -7765,11 +7642,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""18b8fa53ab338194333800993abd3fbc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""f85700d5ec400b765a2c0d7ef1b2593e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52007, + "fileid": 53537, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -7831,7 +7708,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Thu, 09 Jul 2020 10:41:53 GMT"5f06f4715187a"52004RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxThu, 09 Jul 2020 10:41:51 GMT"64f95622fa433e9f02cdf948b0ee9eda"application/vnd.openxmlformats-officedocument.presentationml.presentation52006RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfThu, 09 Jul 2020 10:41:48 GMT"4fbebc6e136c274c7085657e3b2ddcdd"application/pdf52005RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxThu, 09 Jul 2020 10:41:53 GMT"18b8fa53ab338194333800993abd3fbc"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52007RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:44:49 GMT"5f0efa41265d3"53534RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:44:47 GMT"bc7213577dc6b417c1e2695df7f3b8e5"application/vnd.openxmlformats-officedocument.presentationml.presentation53536RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:44:44 GMT"58aa6a2ec94cbcc810a31c2a72b33817"application/pdf53535RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:44:49 GMT"f85700d5ec400b765a2c0d7ef1b2593e"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53537RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7842,12 +7719,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""5f06f4715187a"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""5f0efa41265d3"", "resourcetype": { "collection": "" }, - "fileid": 52004, + "fileid": 53534, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -7877,11 +7754,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:51 GMT", - "getetag": ""64f95622fa433e9f02cdf948b0ee9eda"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:47 GMT", + "getetag": ""bc7213577dc6b417c1e2695df7f3b8e5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52006, + "fileid": 53536, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -7910,11 +7787,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:48 GMT", - "getetag": ""4fbebc6e136c274c7085657e3b2ddcdd"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:44 GMT", + "getetag": ""58aa6a2ec94cbcc810a31c2a72b33817"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52005, + "fileid": 53535, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -7943,11 +7820,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:53 GMT", - "getetag": ""18b8fa53ab338194333800993abd3fbc"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:49 GMT", + "getetag": ""f85700d5ec400b765a2c0d7ef1b2593e"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52007, + "fileid": 53537, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -8009,7 +7886,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxThu, 09 Jul 2020 10:41:55 GMT"0341e16c9618d979d7ddc2a2194729b4"application/vnd.openxmlformats-officedocument.wordprocessingml.document52009RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:51 GMT"2afa6857c145fc6c9ac03caa472c6dc2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53539RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -8020,12 +7897,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -8055,11 +7932,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""0341e16c9618d979d7ddc2a2194729b4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""2afa6857c145fc6c9ac03caa472c6dc2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52009, + "fileid": 53539, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -8121,7 +7998,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"52008RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxThu, 09 Jul 2020 10:41:55 GMT"0341e16c9618d979d7ddc2a2194729b4"application/vnd.openxmlformats-officedocument.wordprocessingml.document52009RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53538RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:44:51 GMT"2afa6857c145fc6c9ac03caa472c6dc2"application/vnd.openxmlformats-officedocument.wordprocessingml.document53539RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -8132,12 +8009,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 52008, + "fileid": 53538, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -8167,11 +8044,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""0341e16c9618d979d7ddc2a2194729b4"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""2afa6857c145fc6c9ac03caa472c6dc2"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52009, + "fileid": 53539, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -8228,7 +8105,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Thu, 09 Jul 2020 10:41:55 GMT"5f06f473d1cd0"51988RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/10/GetFilesRecursivelyCommand/Wed, 15 Jul 2020 12:44:51 GMT"5f0efa4399708"53518RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -8238,12 +8115,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Thu, 09 Jul 2020 10:41:55 GMT", - "getetag": ""5f06f473d1cd0"", + "getlastmodified": "Wed, 15 Jul 2020 12:44:51 GMT", + "getetag": ""5f0efa4399708"", "resourcetype": { "collection": "" }, - "fileid": 51988, + "fileid": 53518, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, diff --git a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/12_download_files_recursively.json b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/12_download_files_recursively.json index a6de8a1f..a6d45900 100644 --- a/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/12_download_files_recursively.json +++ b/src/test/recordings/30-NEXCLOUD-NODE-COMMAND/12_download_files_recursively.json @@ -125,7 +125,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 08:41:06 GMT"5f0ec1221099d"52077RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/Wed, 15 Jul 2020 12:45:09 GMT"5f0efa55b5cd4"53440RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -135,14 +135,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:41:06 GMT", - "getetag": ""5f0ec1221099d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:09 GMT", + "getetag": ""5f0efa55b5cd4"", "resourcetype": { "collection": "" }, - "fileid": 52077, + "fileid": 53440, "permissions": "RGDNVCK", - "size": 3043731, + "size": 4508901, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -192,7 +192,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/Wed, 15 Jul 2020 08:41:06 GMT"5f0ec1221099d"52078RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/Wed, 15 Jul 2020 12:45:09 GMT"5f0efa55b5cd4"53448RGDNVCK4508901false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -202,14 +202,14 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:41:06 GMT", - "getetag": ""5f0ec1221099d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:09 GMT", + "getetag": ""5f0efa55b5cd4"", "resourcetype": { "collection": "" }, - "fileid": 52078, + "fileid": 53448, "permissions": "RGDNVCK", - "size": 3043731, + "size": 4508901, "has-preview": false, "favorite": 0, "comments-unread": 0, @@ -258,46 +258,32 @@ } }, "response": { - "status": 207, - "body": "\n/remote.php/webdav/test/30/12/Wed, 15 Jul 2020 08:41:06 GMT"5f0ec1221099d"52079RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "status": 404, + "body": "\n\n Sabre\\DAV\\Exception\\NotFound\n File with name test/30/12 could not be located\n\n", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { - "multistatus": { - "response": { - "href": "/remote.php/webdav/test/30/12/", - "propstat": [ - { - "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:41:06 GMT", - "getetag": ""5f0ec1221099d"", - "resourcetype": { - "collection": "" - }, - "fileid": 52079, - "permissions": "RGDNVCK", - "size": 3043731, - "has-preview": false, - "favorite": 0, - "comments-unread": 0, - "owner-display-name": "Horst-Thorsten Borstenson", - "share-types": "" - }, - "status": "HTTP/1.1 200 OK" - }, - { - "prop": { - "getcontenttype": "", - "getcontentlength": "" - }, - "status": "HTTP/1.1 404 Not Found" - } - ] - } + "error": { + "exception": "Sabre\\DAV\\Exception\\NotFound", + "message": "File with name test/30/12 could not be located" } } } }, + { + "request": { + "url": "/remote.php/webdav/test/30/12", + "method": "MKCOL", + "description": "Folder create", + "body": "" + }, + "response": { + "status": 201, + "body": "", + "contentType": "text/html; charset=UTF-8", + "contentLocation": "" + } + }, { "request": { "url": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand", @@ -432,7 +418,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:33 GMT"5f0ec179a296c"52493RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:14 GMT"5f0efa5abe299"53542RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -442,12 +428,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:33 GMT", - "getetag": ""5f0ec179a296c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:14 GMT", + "getetag": ""5f0efa5abe299"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -513,7 +499,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 08:42:36 GMT"e41d3054d0af5bcfcc2413301ccff152"image/jpeg52494RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:45:17 GMT"5a8cfc5504c80dbbc6317663b4310d0b"image/jpeg53543RGDNVW454782454782true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -522,11 +508,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpg", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""e41d3054d0af5bcfcc2413301ccff152"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5a8cfc5504c80dbbc6317663b4310d0b"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 52494, + "fileid": 53543, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -624,7 +610,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:37 GMT"5f0ec17db2e6a"52495RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:18 GMT"5f0efa5e9b008"53544RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -634,12 +620,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:37 GMT", - "getetag": ""5f0ec17db2e6a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:18 GMT", + "getetag": ""5f0efa5e9b008"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -705,7 +691,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 08:42:39 GMT"27dc3f1e2287da3d5758a77b4cdaaeb6"application/vnd.openxmlformats-officedocument.wordprocessingml.document52496RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:45:19 GMT"441c17d8b1fb3b8720214174d07a2f0a"application/vnd.openxmlformats-officedocument.wordprocessingml.document53545RGDNVW188948188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -714,11 +700,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""27dc3f1e2287da3d5758a77b4cdaaeb6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""441c17d8b1fb3b8720214174d07a2f0a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52496, + "fileid": 53545, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -763,7 +749,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:39 GMT"5f0ec17f2d1c7"52495RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:19 GMT"5f0efa5fb817b"53544RGDNVCK188948false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -773,12 +759,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""5f0ec17f2d1c7"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""5f0efa5fb817b"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 188948, "has-preview": false, @@ -844,7 +830,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 08:42:43 GMT"17d1316dbba984ead6f4581018e2dd1f"application/pdf52497RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:45:23 GMT"9a223859fb1ec647b43a87ad77d40e33"application/pdf53546RGDNVW732585732585false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -853,11 +839,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""17d1316dbba984ead6f4581018e2dd1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""9a223859fb1ec647b43a87ad77d40e33"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52497, + "fileid": 53546, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -902,7 +888,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:43 GMT"5f0ec183457aa"52495RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:23 GMT"5f0efa639cf6a"53544RGDNVCK921533false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -912,12 +898,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""5f0ec183457aa"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""5f0efa639cf6a"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 921533, "has-preview": false, @@ -983,7 +969,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:44 GMT"77fbec72a7d51e442f40ac57b2347192"application/octet-stream52498RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:25 GMT"677318b7d4d13037fe05bd330df36acb"application/octet-stream53547RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -992,11 +978,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""77fbec72a7d51e442f40ac57b2347192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""677318b7d4d13037fe05bd330df36acb"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52498, + "fileid": 53547, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1094,7 +1080,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:46 GMT"5f0ec1866f35e"52499RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:26 GMT"5f0efa669e7b3"53548RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1104,12 +1090,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:46 GMT", - "getetag": ""5f0ec1866f35e"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:26 GMT", + "getetag": ""5f0efa669e7b3"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1175,7 +1161,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 08:42:47 GMT"d2f7dbad39e9205c02786bc3c8389c25"application/vnd.openxmlformats-officedocument.wordprocessingml.document52500RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:45:27 GMT"55f6615f8ce3f663b1c71f7396c83252"application/vnd.openxmlformats-officedocument.wordprocessingml.document53549RGDNVW6153961539false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1184,11 +1170,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""d2f7dbad39e9205c02786bc3c8389c25"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""55f6615f8ce3f663b1c71f7396c83252"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52500, + "fileid": 53549, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -1286,7 +1272,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:49 GMT"5f0ec189235fd"52501RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:29 GMT"5f0efa691bcc7"53550RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1296,12 +1282,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:49 GMT", - "getetag": ""5f0ec189235fd"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:29 GMT", + "getetag": ""5f0efa691bcc7"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1367,7 +1353,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 08:42:50 GMT"495c1c3bf8e9e2c0121cd2fac0bc767d"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52502RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:45:30 GMT"d7f08a681892aede5214e65f15f006c5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53551RGDNVW6738767387false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1376,11 +1362,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""495c1c3bf8e9e2c0121cd2fac0bc767d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""d7f08a681892aede5214e65f15f006c5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52502, + "fileid": 53551, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -1425,7 +1411,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:50 GMT"5f0ec18a329ab"52501RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:30 GMT"5f0efa6a2c720"53550RGDNVCK67387false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1435,12 +1421,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""5f0ec18a329ab"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""5f0efa6a2c720"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 67387, "has-preview": false, @@ -1506,7 +1492,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 08:42:51 GMT"113b9a7ddf03cfbca6125be21172dca2"application/vnd.openxmlformats-officedocument.wordprocessingml.document52503RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:45:31 GMT"23ac7f40c23803cbaf724a520f355a82"application/vnd.openxmlformats-officedocument.wordprocessingml.document53552RGDNVW9367793677false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1515,11 +1501,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""113b9a7ddf03cfbca6125be21172dca2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""23ac7f40c23803cbaf724a520f355a82"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52503, + "fileid": 53552, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -1564,7 +1550,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:51 GMT"5f0ec18bb2b8b"52501RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:31 GMT"5f0efa6ba132d"53550RGDNVCK161064false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1574,12 +1560,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""5f0ec18bb2b8b"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""5f0efa6ba132d"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 161064, "has-preview": false, @@ -1645,7 +1631,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:53 GMT"c6035138ed587904f991fe0618ae433d"application/octet-stream52504RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:33 GMT"142a787f1361560d73ea5e530ee0c12e"application/octet-stream53553RGDNVW190988190988false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1654,11 +1640,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.eml", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""c6035138ed587904f991fe0618ae433d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""142a787f1361560d73ea5e530ee0c12e"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52504, + "fileid": 53553, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -1756,7 +1742,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:55 GMT"5f0ec18f39480"52505RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:34 GMT"5f0efa6eaa57a"53554RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1766,12 +1752,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:55 GMT", - "getetag": ""5f0ec18f39480"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:34 GMT", + "getetag": ""5f0efa6eaa57a"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -1837,7 +1823,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 08:42:56 GMT"ee4133911d33024e6c4c3b73c9062d58"image/gif52506RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:45:35 GMT"42f853f4c392e07bcd1d016b2b510cf0"image/gif53555RGDNVW84238423true00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1846,11 +1832,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gif", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""ee4133911d33024e6c4c3b73c9062d58"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""42f853f4c392e07bcd1d016b2b510cf0"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52506, + "fileid": 53555, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -1895,7 +1881,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:56 GMT"5f0ec1904b3d8"52505RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:35 GMT"5f0efa6f9b334"53554RGDNVCK8423false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1905,12 +1891,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""5f0ec1904b3d8"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""5f0efa6f9b334"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 8423, "has-preview": false, @@ -1976,7 +1962,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 08:42:57 GMT"97df811ca3720c8d10510e683ec5f51c"application/vnd.openxmlformats-officedocument.presentationml.presentation52507RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:45:37 GMT"f6bd7efe9240039f70959007652c8910"application/vnd.openxmlformats-officedocument.presentationml.presentation53556RGDNVW133005133005false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -1985,11 +1971,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""97df811ca3720c8d10510e683ec5f51c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""f6bd7efe9240039f70959007652c8910"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52507, + "fileid": 53556, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -2087,7 +2073,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:42:59 GMT"5f0ec1933ebd2"52508RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:38 GMT"5f0efa7258426"53557RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2097,12 +2083,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:59 GMT", - "getetag": ""5f0ec1933ebd2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:38 GMT", + "getetag": ""5f0efa7258426"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2168,7 +2154,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 08:43:00 GMT"8b321dc382559026ff2758a4be372b52"application/pdf52509RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:45:39 GMT"522b94a34fc2af20c738522e6e0d78e1"application/pdf53558RGDNVW216872216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2177,11 +2163,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdf", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""8b321dc382559026ff2758a4be372b52"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""522b94a34fc2af20c738522e6e0d78e1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52509, + "fileid": 53558, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -2226,7 +2212,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:00 GMT"5f0ec19482ec3"52508RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:39 GMT"5f0efa7393384"53557RGDNVCK216872false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2236,12 +2222,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""5f0ec19482ec3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""5f0efa7393384"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 216872, "has-preview": false, @@ -2307,7 +2293,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 08:43:03 GMT"edddd6768ad4b0136a1ecf6cc11d44b9"application/vnd.openxmlformats-officedocument.presentationml.presentation52510RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:45:42 GMT"e61aa7c66efbd59547938bf1362ff7cb"application/vnd.openxmlformats-officedocument.presentationml.presentation53559RGDNVW432614432614false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2316,11 +2302,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""edddd6768ad4b0136a1ecf6cc11d44b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""e61aa7c66efbd59547938bf1362ff7cb"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52510, + "fileid": 53559, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -2365,7 +2351,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:03 GMT"5f0ec19740192"52508RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:42 GMT"5f0efa7639960"53557RGDNVCK649486false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2375,12 +2361,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""5f0ec19740192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""5f0efa7639960"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 649486, "has-preview": false, @@ -2446,7 +2432,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 08:43:05 GMT"faae8d7849188e7038d19a167b35c6d0"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52511RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:45:44 GMT"8773d183e0b8ee78fb78e69f4a6863f4"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53560RGDNVW223058223058false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2455,11 +2441,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""faae8d7849188e7038d19a167b35c6d0"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""8773d183e0b8ee78fb78e69f4a6863f4"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52511, + "fileid": 53560, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -2557,7 +2543,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:07 GMT"5f0ec19b1d8ec"52512RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:45 GMT"5f0efa7998357"53561RGDNVCK0false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2567,12 +2553,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:07 GMT", - "getetag": ""5f0ec19b1d8ec"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:45 GMT", + "getetag": ""5f0efa7998357"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 0, "has-preview": false, @@ -2638,7 +2624,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 08:43:08 GMT"a247cf117d8b7fd671363a401dfbde54"application/vnd.openxmlformats-officedocument.wordprocessingml.document52513RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:45:46 GMT"b3bdcb8c878b746c51aba73ea908eddf"application/vnd.openxmlformats-officedocument.wordprocessingml.document53562RGDNVW4886548865false00Horst-Thorsten BorstensonHTTP/1.1 200 OK", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2647,11 +2633,11 @@ "href": "/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docx", "propstat": { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""a247cf117d8b7fd671363a401dfbde54"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""b3bdcb8c878b746c51aba73ea908eddf"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52513, + "fileid": 53562, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -2696,7 +2682,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2706,12 +2692,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -2768,7 +2754,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -2779,12 +2765,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -2814,12 +2800,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -2849,12 +2835,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -2884,12 +2870,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -2919,12 +2905,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -2954,12 +2940,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -2989,12 +2975,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -3024,12 +3010,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -3092,7 +3078,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3103,12 +3089,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -3138,12 +3124,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3173,12 +3159,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3208,12 +3194,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -3243,12 +3229,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -3278,12 +3264,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -3313,12 +3299,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -3348,12 +3334,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -3416,7 +3402,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 08:42:36 GMT"e41d3054d0af5bcfcc2413301ccff152"image/jpeg52494RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:45:17 GMT"5a8cfc5504c80dbbc6317663b4310d0b"image/jpeg53543RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3427,12 +3413,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3462,11 +3448,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""e41d3054d0af5bcfcc2413301ccff152"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5a8cfc5504c80dbbc6317663b4310d0b"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 52494, + "fileid": 53543, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -3528,7 +3514,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 08:42:36 GMT"e41d3054d0af5bcfcc2413301ccff152"image/jpeg52494RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:45:17 GMT"5a8cfc5504c80dbbc6317663b4310d0b"image/jpeg53543RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3539,12 +3525,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -3574,11 +3560,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""e41d3054d0af5bcfcc2413301ccff152"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5a8cfc5504c80dbbc6317663b4310d0b"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 52494, + "fileid": 53543, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -3640,7 +3626,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 08:42:39 GMT"27dc3f1e2287da3d5758a77b4cdaaeb6"application/vnd.openxmlformats-officedocument.wordprocessingml.document52496RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 08:42:43 GMT"17d1316dbba984ead6f4581018e2dd1f"application/pdf52497RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:44 GMT"77fbec72a7d51e442f40ac57b2347192"application/octet-stream52498RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:45:19 GMT"441c17d8b1fb3b8720214174d07a2f0a"application/vnd.openxmlformats-officedocument.wordprocessingml.document53545RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:45:23 GMT"9a223859fb1ec647b43a87ad77d40e33"application/pdf53546RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:25 GMT"677318b7d4d13037fe05bd330df36acb"application/octet-stream53547RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3651,12 +3637,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3686,11 +3672,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""27dc3f1e2287da3d5758a77b4cdaaeb6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""441c17d8b1fb3b8720214174d07a2f0a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52496, + "fileid": 53545, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -3719,11 +3705,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""17d1316dbba984ead6f4581018e2dd1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""9a223859fb1ec647b43a87ad77d40e33"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52497, + "fileid": 53546, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -3752,11 +3738,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""77fbec72a7d51e442f40ac57b2347192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""677318b7d4d13037fe05bd330df36acb"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52498, + "fileid": 53547, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -3818,7 +3804,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 08:42:39 GMT"27dc3f1e2287da3d5758a77b4cdaaeb6"application/vnd.openxmlformats-officedocument.wordprocessingml.document52496RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 08:42:43 GMT"17d1316dbba984ead6f4581018e2dd1f"application/pdf52497RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:44 GMT"77fbec72a7d51e442f40ac57b2347192"application/octet-stream52498RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:45:19 GMT"441c17d8b1fb3b8720214174d07a2f0a"application/vnd.openxmlformats-officedocument.wordprocessingml.document53545RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:45:23 GMT"9a223859fb1ec647b43a87ad77d40e33"application/pdf53546RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:25 GMT"677318b7d4d13037fe05bd330df36acb"application/octet-stream53547RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -3829,12 +3815,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -3864,11 +3850,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""27dc3f1e2287da3d5758a77b4cdaaeb6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""441c17d8b1fb3b8720214174d07a2f0a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52496, + "fileid": 53545, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -3897,11 +3883,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""17d1316dbba984ead6f4581018e2dd1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""9a223859fb1ec647b43a87ad77d40e33"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52497, + "fileid": 53546, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -3930,11 +3916,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""77fbec72a7d51e442f40ac57b2347192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""677318b7d4d13037fe05bd330df36acb"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52498, + "fileid": 53547, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -3996,7 +3982,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 08:42:47 GMT"d2f7dbad39e9205c02786bc3c8389c25"application/vnd.openxmlformats-officedocument.wordprocessingml.document52500RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:45:27 GMT"55f6615f8ce3f663b1c71f7396c83252"application/vnd.openxmlformats-officedocument.wordprocessingml.document53549RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4007,12 +3993,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -4042,11 +4028,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""d2f7dbad39e9205c02786bc3c8389c25"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""55f6615f8ce3f663b1c71f7396c83252"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52500, + "fileid": 53549, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -4108,7 +4094,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 08:42:47 GMT"d2f7dbad39e9205c02786bc3c8389c25"application/vnd.openxmlformats-officedocument.wordprocessingml.document52500RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:45:27 GMT"55f6615f8ce3f663b1c71f7396c83252"application/vnd.openxmlformats-officedocument.wordprocessingml.document53549RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4119,12 +4105,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -4154,11 +4140,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""d2f7dbad39e9205c02786bc3c8389c25"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""55f6615f8ce3f663b1c71f7396c83252"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52500, + "fileid": 53549, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -4220,7 +4206,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 08:42:50 GMT"495c1c3bf8e9e2c0121cd2fac0bc767d"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52502RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 08:42:51 GMT"113b9a7ddf03cfbca6125be21172dca2"application/vnd.openxmlformats-officedocument.wordprocessingml.document52503RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:53 GMT"c6035138ed587904f991fe0618ae433d"application/octet-stream52504RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:45:30 GMT"d7f08a681892aede5214e65f15f006c5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53551RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:45:31 GMT"23ac7f40c23803cbaf724a520f355a82"application/vnd.openxmlformats-officedocument.wordprocessingml.document53552RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:33 GMT"142a787f1361560d73ea5e530ee0c12e"application/octet-stream53553RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4231,12 +4217,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -4266,11 +4252,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""495c1c3bf8e9e2c0121cd2fac0bc767d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""d7f08a681892aede5214e65f15f006c5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52502, + "fileid": 53551, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -4299,11 +4285,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""113b9a7ddf03cfbca6125be21172dca2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""23ac7f40c23803cbaf724a520f355a82"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52503, + "fileid": 53552, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -4332,11 +4318,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""c6035138ed587904f991fe0618ae433d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""142a787f1361560d73ea5e530ee0c12e"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52504, + "fileid": 53553, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -4398,7 +4384,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 08:42:50 GMT"495c1c3bf8e9e2c0121cd2fac0bc767d"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52502RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 08:42:51 GMT"113b9a7ddf03cfbca6125be21172dca2"application/vnd.openxmlformats-officedocument.wordprocessingml.document52503RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:53 GMT"c6035138ed587904f991fe0618ae433d"application/octet-stream52504RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:45:30 GMT"d7f08a681892aede5214e65f15f006c5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53551RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:45:31 GMT"23ac7f40c23803cbaf724a520f355a82"application/vnd.openxmlformats-officedocument.wordprocessingml.document53552RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:33 GMT"142a787f1361560d73ea5e530ee0c12e"application/octet-stream53553RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4409,12 +4395,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -4444,11 +4430,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""495c1c3bf8e9e2c0121cd2fac0bc767d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""d7f08a681892aede5214e65f15f006c5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52502, + "fileid": 53551, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -4477,11 +4463,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""113b9a7ddf03cfbca6125be21172dca2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""23ac7f40c23803cbaf724a520f355a82"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52503, + "fileid": 53552, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -4510,11 +4496,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""c6035138ed587904f991fe0618ae433d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""142a787f1361560d73ea5e530ee0c12e"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52504, + "fileid": 53553, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -4576,7 +4562,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 08:42:57 GMT"97df811ca3720c8d10510e683ec5f51c"application/vnd.openxmlformats-officedocument.presentationml.presentation52507RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 08:42:56 GMT"ee4133911d33024e6c4c3b73c9062d58"image/gif52506RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:45:37 GMT"f6bd7efe9240039f70959007652c8910"application/vnd.openxmlformats-officedocument.presentationml.presentation53556RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:45:35 GMT"42f853f4c392e07bcd1d016b2b510cf0"image/gif53555RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4587,12 +4573,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -4622,11 +4608,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""97df811ca3720c8d10510e683ec5f51c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""f6bd7efe9240039f70959007652c8910"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52507, + "fileid": 53556, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -4655,11 +4641,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""ee4133911d33024e6c4c3b73c9062d58"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""42f853f4c392e07bcd1d016b2b510cf0"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52506, + "fileid": 53555, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -4721,7 +4707,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 08:42:57 GMT"97df811ca3720c8d10510e683ec5f51c"application/vnd.openxmlformats-officedocument.presentationml.presentation52507RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 08:42:56 GMT"ee4133911d33024e6c4c3b73c9062d58"image/gif52506RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:45:37 GMT"f6bd7efe9240039f70959007652c8910"application/vnd.openxmlformats-officedocument.presentationml.presentation53556RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:45:35 GMT"42f853f4c392e07bcd1d016b2b510cf0"image/gif53555RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4732,12 +4718,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -4767,11 +4753,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""97df811ca3720c8d10510e683ec5f51c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""f6bd7efe9240039f70959007652c8910"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52507, + "fileid": 53556, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -4800,11 +4786,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""ee4133911d33024e6c4c3b73c9062d58"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""42f853f4c392e07bcd1d016b2b510cf0"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52506, + "fileid": 53555, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -4866,7 +4852,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 08:43:03 GMT"edddd6768ad4b0136a1ecf6cc11d44b9"application/vnd.openxmlformats-officedocument.presentationml.presentation52510RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 08:43:00 GMT"8b321dc382559026ff2758a4be372b52"application/pdf52509RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 08:43:05 GMT"faae8d7849188e7038d19a167b35c6d0"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52511RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:45:42 GMT"e61aa7c66efbd59547938bf1362ff7cb"application/vnd.openxmlformats-officedocument.presentationml.presentation53559RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:45:39 GMT"522b94a34fc2af20c738522e6e0d78e1"application/pdf53558RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:45:44 GMT"8773d183e0b8ee78fb78e69f4a6863f4"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53560RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -4877,12 +4863,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -4912,11 +4898,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""edddd6768ad4b0136a1ecf6cc11d44b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""e61aa7c66efbd59547938bf1362ff7cb"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52510, + "fileid": 53559, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -4945,11 +4931,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""8b321dc382559026ff2758a4be372b52"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""522b94a34fc2af20c738522e6e0d78e1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52509, + "fileid": 53558, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -4978,11 +4964,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""faae8d7849188e7038d19a167b35c6d0"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""8773d183e0b8ee78fb78e69f4a6863f4"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52511, + "fileid": 53560, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -5044,7 +5030,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 08:43:03 GMT"edddd6768ad4b0136a1ecf6cc11d44b9"application/vnd.openxmlformats-officedocument.presentationml.presentation52510RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 08:43:00 GMT"8b321dc382559026ff2758a4be372b52"application/pdf52509RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 08:43:05 GMT"faae8d7849188e7038d19a167b35c6d0"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52511RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:45:42 GMT"e61aa7c66efbd59547938bf1362ff7cb"application/vnd.openxmlformats-officedocument.presentationml.presentation53559RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:45:39 GMT"522b94a34fc2af20c738522e6e0d78e1"application/pdf53558RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:45:44 GMT"8773d183e0b8ee78fb78e69f4a6863f4"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53560RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5055,12 +5041,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -5090,11 +5076,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""edddd6768ad4b0136a1ecf6cc11d44b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""e61aa7c66efbd59547938bf1362ff7cb"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52510, + "fileid": 53559, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -5123,11 +5109,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""8b321dc382559026ff2758a4be372b52"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""522b94a34fc2af20c738522e6e0d78e1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52509, + "fileid": 53558, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -5156,11 +5142,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""faae8d7849188e7038d19a167b35c6d0"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""8773d183e0b8ee78fb78e69f4a6863f4"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52511, + "fileid": 53560, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -5222,7 +5208,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 08:43:08 GMT"a247cf117d8b7fd671363a401dfbde54"application/vnd.openxmlformats-officedocument.wordprocessingml.document52513RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:45:46 GMT"b3bdcb8c878b746c51aba73ea908eddf"application/vnd.openxmlformats-officedocument.wordprocessingml.document53562RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5233,12 +5219,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5268,11 +5254,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""a247cf117d8b7fd671363a401dfbde54"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""b3bdcb8c878b746c51aba73ea908eddf"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52513, + "fileid": 53562, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -5334,7 +5320,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 08:43:08 GMT"a247cf117d8b7fd671363a401dfbde54"application/vnd.openxmlformats-officedocument.wordprocessingml.document52513RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:45:46 GMT"b3bdcb8c878b746c51aba73ea908eddf"application/vnd.openxmlformats-officedocument.wordprocessingml.document53562RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5345,12 +5331,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5380,11 +5366,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""a247cf117d8b7fd671363a401dfbde54"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""b3bdcb8c878b746c51aba73ea908eddf"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52513, + "fileid": 53562, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -5488,7 +5474,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5499,12 +5485,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -5534,12 +5520,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -5569,12 +5555,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -5604,12 +5590,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -5639,12 +5625,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -5674,12 +5660,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -5709,12 +5695,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -5744,12 +5730,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -5812,7 +5798,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -5823,12 +5809,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false, @@ -5858,12 +5844,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -5893,12 +5879,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -5928,12 +5914,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -5963,12 +5949,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -5998,12 +5984,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -6033,12 +6019,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -6068,12 +6054,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -6136,7 +6122,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 08:42:36 GMT"e41d3054d0af5bcfcc2413301ccff152"image/jpeg52494RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:45:17 GMT"5a8cfc5504c80dbbc6317663b4310d0b"image/jpeg53543RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6147,12 +6133,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -6182,11 +6168,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""e41d3054d0af5bcfcc2413301ccff152"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5a8cfc5504c80dbbc6317663b4310d0b"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 52494, + "fileid": 53543, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -6248,7 +6234,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 08:42:36 GMT"5f0ec17c302e6"52493RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 08:42:36 GMT"e41d3054d0af5bcfcc2413301ccff152"image/jpeg52494RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Wed, 15 Jul 2020 12:45:17 GMT"5f0efa5d3c004"53542RGDNVCK454782false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Accounting/Borstenson_Invoice_3a.jpgWed, 15 Jul 2020 12:45:17 GMT"5a8cfc5504c80dbbc6317663b4310d0b"image/jpeg53543RGDNVW454782454782true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6259,12 +6245,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""5f0ec17c302e6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5f0efa5d3c004"", "resourcetype": { "collection": "" }, - "fileid": 52493, + "fileid": 53542, "permissions": "RGDNVCK", "size": 454782, "has-preview": false, @@ -6294,11 +6280,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:36 GMT", - "getetag": ""e41d3054d0af5bcfcc2413301ccff152"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:17 GMT", + "getetag": ""5a8cfc5504c80dbbc6317663b4310d0b"", "getcontenttype": "image/jpeg", "resourcetype": "", - "fileid": 52494, + "fileid": 53543, "permissions": "RGDNVW", "size": 454782, "getcontentlength": 454782, @@ -6360,7 +6346,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 08:42:39 GMT"27dc3f1e2287da3d5758a77b4cdaaeb6"application/vnd.openxmlformats-officedocument.wordprocessingml.document52496RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 08:42:43 GMT"17d1316dbba984ead6f4581018e2dd1f"application/pdf52497RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:44 GMT"77fbec72a7d51e442f40ac57b2347192"application/octet-stream52498RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:45:19 GMT"441c17d8b1fb3b8720214174d07a2f0a"application/vnd.openxmlformats-officedocument.wordprocessingml.document53545RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:45:23 GMT"9a223859fb1ec647b43a87ad77d40e33"application/pdf53546RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:25 GMT"677318b7d4d13037fe05bd330df36acb"application/octet-stream53547RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6371,12 +6357,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -6406,11 +6392,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""27dc3f1e2287da3d5758a77b4cdaaeb6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""441c17d8b1fb3b8720214174d07a2f0a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52496, + "fileid": 53545, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -6439,11 +6425,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""17d1316dbba984ead6f4581018e2dd1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""9a223859fb1ec647b43a87ad77d40e33"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52497, + "fileid": 53546, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -6472,11 +6458,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""77fbec72a7d51e442f40ac57b2347192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""677318b7d4d13037fe05bd330df36acb"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52498, + "fileid": 53547, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -6538,7 +6524,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 08:42:44 GMT"5f0ec184e1bc3"52495RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 08:42:39 GMT"27dc3f1e2287da3d5758a77b4cdaaeb6"application/vnd.openxmlformats-officedocument.wordprocessingml.document52496RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 08:42:43 GMT"17d1316dbba984ead6f4581018e2dd1f"application/pdf52497RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:44 GMT"77fbec72a7d51e442f40ac57b2347192"application/octet-stream52498RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Wed, 15 Jul 2020 12:45:25 GMT"5f0efa65489b5"53544RGDNVCK1112521false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.docxWed, 15 Jul 2020 12:45:19 GMT"441c17d8b1fb3b8720214174d07a2f0a"application/vnd.openxmlformats-officedocument.wordprocessingml.document53545RGDNVW188948188948false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Borstenson%20Company%20Profile.pdfWed, 15 Jul 2020 12:45:23 GMT"9a223859fb1ec647b43a87ad77d40e33"application/pdf53546RGDNVW732585732585false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Company/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:25 GMT"677318b7d4d13037fe05bd330df36acb"application/octet-stream53547RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6549,12 +6535,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""5f0ec184e1bc3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""5f0efa65489b5"", "resourcetype": { "collection": "" }, - "fileid": 52495, + "fileid": 53544, "permissions": "RGDNVCK", "size": 1112521, "has-preview": false, @@ -6584,11 +6570,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:39 GMT", - "getetag": ""27dc3f1e2287da3d5758a77b4cdaaeb6"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:19 GMT", + "getetag": ""441c17d8b1fb3b8720214174d07a2f0a"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52496, + "fileid": 53545, "permissions": "RGDNVW", "size": 188948, "getcontentlength": 188948, @@ -6617,11 +6603,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:43 GMT", - "getetag": ""17d1316dbba984ead6f4581018e2dd1f"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:23 GMT", + "getetag": ""9a223859fb1ec647b43a87ad77d40e33"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52497, + "fileid": 53546, "permissions": "RGDNVW", "size": 732585, "getcontentlength": 732585, @@ -6650,11 +6636,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:44 GMT", - "getetag": ""77fbec72a7d51e442f40ac57b2347192"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:25 GMT", + "getetag": ""677318b7d4d13037fe05bd330df36acb"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52498, + "fileid": 53547, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -6716,7 +6702,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 08:42:47 GMT"d2f7dbad39e9205c02786bc3c8389c25"application/vnd.openxmlformats-officedocument.wordprocessingml.document52500RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:45:27 GMT"55f6615f8ce3f663b1c71f7396c83252"application/vnd.openxmlformats-officedocument.wordprocessingml.document53549RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6727,12 +6713,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -6762,11 +6748,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""d2f7dbad39e9205c02786bc3c8389c25"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""55f6615f8ce3f663b1c71f7396c83252"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52500, + "fileid": 53549, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -6828,7 +6814,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 08:42:47 GMT"5f0ec18785b64"52499RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 08:42:47 GMT"d2f7dbad39e9205c02786bc3c8389c25"application/vnd.openxmlformats-officedocument.wordprocessingml.document52500RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Wed, 15 Jul 2020 12:45:27 GMT"5f0efa67aba0c"53548RGDNVCK61539false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Contracts/Contract_Borstenson_Professional_Cycling_Team.docxWed, 15 Jul 2020 12:45:27 GMT"55f6615f8ce3f663b1c71f7396c83252"application/vnd.openxmlformats-officedocument.wordprocessingml.document53549RGDNVW6153961539false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6839,12 +6825,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""5f0ec18785b64"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""5f0efa67aba0c"", "resourcetype": { "collection": "" }, - "fileid": 52499, + "fileid": 53548, "permissions": "RGDNVCK", "size": 61539, "has-preview": false, @@ -6874,11 +6860,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:47 GMT", - "getetag": ""d2f7dbad39e9205c02786bc3c8389c25"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:27 GMT", + "getetag": ""55f6615f8ce3f663b1c71f7396c83252"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52500, + "fileid": 53549, "permissions": "RGDNVW", "size": 61539, "getcontentlength": 61539, @@ -6940,7 +6926,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 08:42:50 GMT"495c1c3bf8e9e2c0121cd2fac0bc767d"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52502RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 08:42:51 GMT"113b9a7ddf03cfbca6125be21172dca2"application/vnd.openxmlformats-officedocument.wordprocessingml.document52503RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:53 GMT"c6035138ed587904f991fe0618ae433d"application/octet-stream52504RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:45:30 GMT"d7f08a681892aede5214e65f15f006c5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53551RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:45:31 GMT"23ac7f40c23803cbaf724a520f355a82"application/vnd.openxmlformats-officedocument.wordprocessingml.document53552RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:33 GMT"142a787f1361560d73ea5e530ee0c12e"application/octet-stream53553RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -6951,12 +6937,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -6986,11 +6972,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""495c1c3bf8e9e2c0121cd2fac0bc767d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""d7f08a681892aede5214e65f15f006c5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52502, + "fileid": 53551, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -7019,11 +7005,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""113b9a7ddf03cfbca6125be21172dca2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""23ac7f40c23803cbaf724a520f355a82"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52503, + "fileid": 53552, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -7052,11 +7038,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""c6035138ed587904f991fe0618ae433d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""142a787f1361560d73ea5e530ee0c12e"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52504, + "fileid": 53553, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -7118,7 +7104,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 08:42:53 GMT"5f0ec18dbc315"52501RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 08:42:50 GMT"495c1c3bf8e9e2c0121cd2fac0bc767d"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52502RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 08:42:51 GMT"113b9a7ddf03cfbca6125be21172dca2"application/vnd.openxmlformats-officedocument.wordprocessingml.document52503RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 08:42:53 GMT"c6035138ed587904f991fe0618ae433d"application/octet-stream52504RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Wed, 15 Jul 2020 12:45:33 GMT"5f0efa6d4b984"53550RGDNVCK352052false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employee-List-Borstenson.xlsxWed, 15 Jul 2020 12:45:30 GMT"d7f08a681892aede5214e65f15f006c5"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53551RGDNVW6738767387false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Employment%20Contract%20Bryan%20EMP-89-651.docxWed, 15 Jul 2020 12:45:31 GMT"23ac7f40c23803cbaf724a520f355a82"application/vnd.openxmlformats-officedocument.wordprocessingml.document53552RGDNVW9367793677false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Human%20Resources/Salary%20Increase%202018%20Mr.%20Frubber%20EMP-47-982.emlWed, 15 Jul 2020 12:45:33 GMT"142a787f1361560d73ea5e530ee0c12e"application/octet-stream53553RGDNVW190988190988false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7129,12 +7115,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""5f0ec18dbc315"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""5f0efa6d4b984"", "resourcetype": { "collection": "" }, - "fileid": 52501, + "fileid": 53550, "permissions": "RGDNVCK", "size": 352052, "has-preview": false, @@ -7164,11 +7150,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:50 GMT", - "getetag": ""495c1c3bf8e9e2c0121cd2fac0bc767d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:30 GMT", + "getetag": ""d7f08a681892aede5214e65f15f006c5"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52502, + "fileid": 53551, "permissions": "RGDNVW", "size": 67387, "getcontentlength": 67387, @@ -7197,11 +7183,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:51 GMT", - "getetag": ""113b9a7ddf03cfbca6125be21172dca2"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:31 GMT", + "getetag": ""23ac7f40c23803cbaf724a520f355a82"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52503, + "fileid": 53552, "permissions": "RGDNVW", "size": 93677, "getcontentlength": 93677, @@ -7230,11 +7216,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:53 GMT", - "getetag": ""c6035138ed587904f991fe0618ae433d"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:33 GMT", + "getetag": ""142a787f1361560d73ea5e530ee0c12e"", "getcontenttype": "application/octet-stream", "resourcetype": "", - "fileid": 52504, + "fileid": 53553, "permissions": "RGDNVW", "size": 190988, "getcontentlength": 190988, @@ -7296,7 +7282,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 08:42:57 GMT"97df811ca3720c8d10510e683ec5f51c"application/vnd.openxmlformats-officedocument.presentationml.presentation52507RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 08:42:56 GMT"ee4133911d33024e6c4c3b73c9062d58"image/gif52506RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:45:37 GMT"f6bd7efe9240039f70959007652c8910"application/vnd.openxmlformats-officedocument.presentationml.presentation53556RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:45:35 GMT"42f853f4c392e07bcd1d016b2b510cf0"image/gif53555RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7307,12 +7293,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -7342,11 +7328,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""97df811ca3720c8d10510e683ec5f51c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""f6bd7efe9240039f70959007652c8910"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52507, + "fileid": 53556, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -7375,11 +7361,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""ee4133911d33024e6c4c3b73c9062d58"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""42f853f4c392e07bcd1d016b2b510cf0"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52506, + "fileid": 53555, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -7441,7 +7427,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 08:42:57 GMT"5f0ec191c4b9a"52505RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 08:42:57 GMT"97df811ca3720c8d10510e683ec5f51c"application/vnd.openxmlformats-officedocument.presentationml.presentation52507RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 08:42:56 GMT"ee4133911d33024e6c4c3b73c9062d58"image/gif52506RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Wed, 15 Jul 2020 12:45:37 GMT"5f0efa710ad68"53554RGDNVCK141428false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/Worldclass%20Brooms%20and%20Brushes%20from%20H.T.%20Borstenson.pptxWed, 15 Jul 2020 12:45:37 GMT"f6bd7efe9240039f70959007652c8910"application/vnd.openxmlformats-officedocument.presentationml.presentation53556RGDNVW133005133005false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Marketing/borstenson%20logo.gifWed, 15 Jul 2020 12:45:35 GMT"42f853f4c392e07bcd1d016b2b510cf0"image/gif53555RGDNVW84238423true1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7452,12 +7438,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""5f0ec191c4b9a"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""5f0efa710ad68"", "resourcetype": { "collection": "" }, - "fileid": 52505, + "fileid": 53554, "permissions": "RGDNVCK", "size": 141428, "has-preview": false, @@ -7487,11 +7473,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:57 GMT", - "getetag": ""97df811ca3720c8d10510e683ec5f51c"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:37 GMT", + "getetag": ""f6bd7efe9240039f70959007652c8910"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52507, + "fileid": 53556, "permissions": "RGDNVW", "size": 133005, "getcontentlength": 133005, @@ -7520,11 +7506,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:42:56 GMT", - "getetag": ""ee4133911d33024e6c4c3b73c9062d58"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:35 GMT", + "getetag": ""42f853f4c392e07bcd1d016b2b510cf0"", "getcontenttype": "image/gif", "resourcetype": "", - "fileid": 52506, + "fileid": 53555, "permissions": "RGDNVW", "size": 8423, "getcontentlength": 8423, @@ -7586,7 +7572,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 08:43:03 GMT"edddd6768ad4b0136a1ecf6cc11d44b9"application/vnd.openxmlformats-officedocument.presentationml.presentation52510RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 08:43:00 GMT"8b321dc382559026ff2758a4be372b52"application/pdf52509RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 08:43:05 GMT"faae8d7849188e7038d19a167b35c6d0"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52511RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:45:42 GMT"e61aa7c66efbd59547938bf1362ff7cb"application/vnd.openxmlformats-officedocument.presentationml.presentation53559RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:45:39 GMT"522b94a34fc2af20c738522e6e0d78e1"application/pdf53558RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:45:44 GMT"8773d183e0b8ee78fb78e69f4a6863f4"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53560RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7597,12 +7583,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -7632,11 +7618,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""edddd6768ad4b0136a1ecf6cc11d44b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""e61aa7c66efbd59547938bf1362ff7cb"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52510, + "fileid": 53559, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -7665,11 +7651,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""8b321dc382559026ff2758a4be372b52"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""522b94a34fc2af20c738522e6e0d78e1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52509, + "fileid": 53558, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -7698,11 +7684,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""faae8d7849188e7038d19a167b35c6d0"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""8773d183e0b8ee78fb78e69f4a6863f4"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52511, + "fileid": 53560, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -7764,7 +7750,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 08:43:05 GMT"5f0ec199ad052"52508RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 08:43:03 GMT"edddd6768ad4b0136a1ecf6cc11d44b9"application/vnd.openxmlformats-officedocument.presentationml.presentation52510RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 08:43:00 GMT"8b321dc382559026ff2758a4be372b52"application/pdf52509RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 08:43:05 GMT"faae8d7849188e7038d19a167b35c6d0"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet52511RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Wed, 15 Jul 2020 12:45:44 GMT"5f0efa781b736"53557RGDNVCK872544false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20Product%20Factsheets.pptxWed, 15 Jul 2020 12:45:42 GMT"e61aa7c66efbd59547938bf1362ff7cb"application/vnd.openxmlformats-officedocument.presentationml.presentation53559RGDNVW432614432614false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Borstenson%20hard%20disk%20steel%20brush.pdfWed, 15 Jul 2020 12:45:39 GMT"522b94a34fc2af20c738522e6e0d78e1"application/pdf53558RGDNVW216872216872false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Products/Brooms%20and%20Brushes%202017.xlsxWed, 15 Jul 2020 12:45:44 GMT"8773d183e0b8ee78fb78e69f4a6863f4"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet53560RGDNVW223058223058false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7775,12 +7761,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""5f0ec199ad052"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""5f0efa781b736"", "resourcetype": { "collection": "" }, - "fileid": 52508, + "fileid": 53557, "permissions": "RGDNVCK", "size": 872544, "has-preview": false, @@ -7810,11 +7796,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:03 GMT", - "getetag": ""edddd6768ad4b0136a1ecf6cc11d44b9"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:42 GMT", + "getetag": ""e61aa7c66efbd59547938bf1362ff7cb"", "getcontenttype": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "resourcetype": "", - "fileid": 52510, + "fileid": 53559, "permissions": "RGDNVW", "size": 432614, "getcontentlength": 432614, @@ -7843,11 +7829,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:00 GMT", - "getetag": ""8b321dc382559026ff2758a4be372b52"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:39 GMT", + "getetag": ""522b94a34fc2af20c738522e6e0d78e1"", "getcontenttype": "application/pdf", "resourcetype": "", - "fileid": 52509, + "fileid": 53558, "permissions": "RGDNVW", "size": 216872, "getcontentlength": 216872, @@ -7876,11 +7862,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:05 GMT", - "getetag": ""faae8d7849188e7038d19a167b35c6d0"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:44 GMT", + "getetag": ""8773d183e0b8ee78fb78e69f4a6863f4"", "getcontenttype": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "resourcetype": "", - "fileid": 52511, + "fileid": 53560, "permissions": "RGDNVW", "size": 223058, "getcontentlength": 223058, @@ -7942,7 +7928,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 08:43:08 GMT"a247cf117d8b7fd671363a401dfbde54"application/vnd.openxmlformats-officedocument.wordprocessingml.document52513RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:45:46 GMT"b3bdcb8c878b746c51aba73ea908eddf"application/vnd.openxmlformats-officedocument.wordprocessingml.document53562RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -7953,12 +7939,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -7988,11 +7974,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""a247cf117d8b7fd671363a401dfbde54"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""b3bdcb8c878b746c51aba73ea908eddf"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52513, + "fileid": 53562, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -8054,7 +8040,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52512RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 08:43:08 GMT"a247cf117d8b7fd671363a401dfbde54"application/vnd.openxmlformats-officedocument.wordprocessingml.document52513RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53561RGDNVCK48865false03100horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Sales/Borstenson-Broom-And-Brush-Pricelist-2018.docxWed, 15 Jul 2020 12:45:46 GMT"b3bdcb8c878b746c51aba73ea908eddf"application/vnd.openxmlformats-officedocument.wordprocessingml.document53562RGDNVW4886548865false1900horstHorst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -8065,12 +8051,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52512, + "fileid": 53561, "permissions": "RGDNVCK", "size": 48865, "has-preview": false, @@ -8100,11 +8086,11 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""a247cf117d8b7fd671363a401dfbde54"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""b3bdcb8c878b746c51aba73ea908eddf"", "getcontenttype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "resourcetype": "", - "fileid": 52513, + "fileid": 53562, "permissions": "RGDNVW", "size": 48865, "getcontentlength": 48865, @@ -8175,7 +8161,7 @@ }, "response": { "status": 207, - "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 08:43:08 GMT"5f0ec19c242c3"52492RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", + "body": "\n/remote.php/webdav/test/30/12/DownloadFilesRecursivelyCommand/Wed, 15 Jul 2020 12:45:46 GMT"5f0efa7ab9a5e"53541RGDNVCK3043731false00Horst-Thorsten BorstensonHTTP/1.1 200 OKHTTP/1.1 404 Not Found", "contentType": "application/xml; charset=utf-8", "contentLocation": "", "jsonBody": { @@ -8185,12 +8171,12 @@ "propstat": [ { "prop": { - "getlastmodified": "Wed, 15 Jul 2020 08:43:08 GMT", - "getetag": ""5f0ec19c242c3"", + "getlastmodified": "Wed, 15 Jul 2020 12:45:46 GMT", + "getetag": ""5f0efa7ab9a5e"", "resourcetype": { "collection": "" }, - "fileid": 52492, + "fileid": 53541, "permissions": "RGDNVCK", "size": 3043731, "has-preview": false,