Skip to content

[stable18] Fix installing on Oracle - #22653

Merged
MorrisJobke merged 2 commits into
stable18from
backport/22643/stable18
Sep 9, 2020
Merged

[stable18] Fix installing on Oracle#22653
MorrisJobke merged 2 commits into
stable18from
backport/22643/stable18

Conversation

@backportbot-nextcloud

Copy link
Copy Markdown

backport of #22643

Empty strings are stored as null in Oracle,
so a column with NotNull can not have an empty string as default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@faily-bot

faily-botBot commented Sep 7, 2020

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 32774: failure

mariadb10.1-php7.2

Show full log
There were 2 warnings:
1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
--
There was 1 failure:
1) OCA\Files_Sharing\Tests\SharedMountTest::testPermissionMovedGroupShare with data set #70 ('folder', 7, 29)
Failed asserting that false is true.
/drone/src/apps/files_sharing/tests/SharedMountTest.php:361

integration-sharing-v1-video-verification

  • build/integration/sharing_features/sharing-v1-video-verification.feature:8
  • build/integration/sharing_features/sharing-v1-video-verification.feature:20
  • build/integration/sharing_features/sharing-v1-video-verification.feature:33
  • build/integration/sharing_features/sharing-v1-video-verification.feature:47
  • build/integration/sharing_features/sharing-v1-video-verification.feature:62
  • build/integration/sharing_features/sharing-v1-video-verification.feature:76
  • build/integration/sharing_features/sharing-v1-video-verification.feature:91
  • build/integration/sharing_features/sharing-v1-video-verification.feature:104
  • build/integration/sharing_features/sharing-v1-video-verification.feature:118
  • build/integration/sharing_features/sharing-v1-video-verification.feature:130
  • build/integration/sharing_features/sharing-v1-video-verification.feature:145
  • build/integration/sharing_features/sharing-v1-video-verification.feature:176
  • build/integration/sharing_features/sharing-v1-video-verification.feature:209
  • build/integration/sharing_features/sharing-v1-video-verification.feature:246
  • build/integration/sharing_features/sharing-v1-video-verification.feature:260
  • build/integration/sharing_features/sharing-v1-video-verification.feature:275
  • build/integration/sharing_features/sharing-v1-video-verification.feature:291
  • build/integration/sharing_features/sharing-v1-video-verification.feature:308
  • build/integration/sharing_features/sharing-v1-video-verification.feature:324
  • build/integration/sharing_features/sharing-v1-video-verification.feature:341
  • build/integration/sharing_features/sharing-v1-video-verification.feature:356
  • build/integration/sharing_features/sharing-v1-video-verification.feature:372
  • build/integration/sharing_features/sharing-v1-video-verification.feature:386
  • build/integration/sharing_features/sharing-v1-video-verification.feature:403
  • build/integration/sharing_features/sharing-v1-video-verification.feature:419
  • build/integration/sharing_features/sharing-v1-video-verification.feature:436
  • build/integration/sharing_features/sharing-v1-video-verification.feature:453
  • build/integration/sharing_features/sharing-v1-video-verification.feature:471
Show full log
 Scenario: Creating a link share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:8
[Mon Sep 7 19:48:23 2020] 127.0.0.1:50500 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:23 2020] 127.0.0.1:50542 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:24 2020] 127.0.0.1:50580 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:24 2020] 127.0.0.1:50598 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:24 2020] 127.0.0.1:50634 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e984f8000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:25 2020] 127.0.0.1:50652 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:25 2020] 127.0.0.1:50672 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:25 2020] 127.0.0.1:50758 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:20
[Mon Sep 7 19:48:26 2020] 127.0.0.1:50830 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:26 2020] 127.0.0.1:50832 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:27 2020] 127.0.0.1:50856 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:27 2020] 127.0.0.1:50908 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:27 2020] 127.0.0.1:50922 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:28 2020] 127.0.0.1:50950 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:48:28 2020] 127.0.0.1:50976 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/1
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9858e000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:28 2020] 127.0.0.1:50996 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:29 2020] 127.0.0.1:51020 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:29 2020] 127.0.0.1:51060 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with different password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:33
[Mon Sep 7 19:48:30 2020] 127.0.0.1:51110 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:30 2020] 127.0.0.1:51112 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:31 2020] 127.0.0.1:51130 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:31 2020] 127.0.0.1:51154 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:31 2020] 127.0.0.1:51196 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:31 2020] 127.0.0.1:51216 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:48:32 2020] 127.0.0.1:51244 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/2
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e98531000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:32 2020] 127.0.0.1:51300 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:32 2020] 127.0.0.1:51340 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:33 2020] 127.0.0.1:51370 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with different password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:47
[Mon Sep 7 19:48:33 2020] 127.0.0.1:51430 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:34 2020] 127.0.0.1:51432 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:34 2020] 127.0.0.1:51462 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:35 2020] 127.0.0.1:51480 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:35 2020] 127.0.0.1:51490 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:35 2020] 127.0.0.1:51516 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:48:36 2020] 127.0.0.1:51534 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:48:36 2020] 127.0.0.1:51554 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e986a0000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:36 2020] 127.0.0.1:51580 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:36 2020] 127.0.0.1:51646 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:37 2020] 127.0.0.1:51672 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:62
[Mon Sep 7 19:48:37 2020] 127.0.0.1:51728 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:38 2020] 127.0.0.1:51730 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:38 2020] 127.0.0.1:51752 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:39 2020] 127.0.0.1:51804 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:39 2020] 127.0.0.1:51820 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:39 2020] 127.0.0.1:51840 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:48:40 2020] 127.0.0.1:51894 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/4
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9862b000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:40 2020] 127.0.0.1:51910 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:40 2020] 127.0.0.1:51948 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:41 2020] 127.0.0.1:51998 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with same password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:76
[Mon Sep 7 19:48:41 2020] 127.0.0.1:52066 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:42 2020] 127.0.0.1:52068 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:42 2020] 127.0.0.1:52088 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:42 2020] 127.0.0.1:52146 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:43 2020] 127.0.0.1:52260 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:43 2020] 127.0.0.1:52282 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:48:43 2020] 127.0.0.1:52300 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:48:44 2020] 127.0.0.1:52350 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e987da000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:44 2020] 127.0.0.1:52360 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:44 2020] 127.0.0.1:52392 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:45 2020] 127.0.0.1:52440 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk without updating password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:91
[Mon Sep 7 19:48:45 2020] 127.0.0.1:52474 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:46 2020] 127.0.0.1:52476 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:46 2020] 127.0.0.1:52520 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:46 2020] 127.0.0.1:52538 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:47 2020] 127.0.0.1:52552 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:47 2020] 127.0.0.1:52644 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:48:47 2020] 127.0.0.1:52738 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/6
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9874d000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:48 2020] 127.0.0.1:52780 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:48 2020] 127.0.0.1:52824 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:49 2020] 127.0.0.1:52874 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk without updating password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:104
[Mon Sep 7 19:48:49 2020] 127.0.0.1:52992 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:50 2020] 127.0.0.1:52994 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:50 2020] 127.0.0.1:53018 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:50 2020] 127.0.0.1:53066 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:51 2020] 127.0.0.1:53136 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:51 2020] 127.0.0.1:53168 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:48:51 2020] 127.0.0.1:53232 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:48:51 2020] 127.0.0.1:53328 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e998fc000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:48:52 2020] 127.0.0.1:53358 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:52 2020] 127.0.0.1:53406 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:53 2020] 127.0.0.1:53450 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with no password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:118
[Mon Sep 7 19:48:53 2020] 127.0.0.1:53522 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:54 2020] 127.0.0.1:53524 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:54 2020] 127.0.0.1:53544 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:54 2020] 127.0.0.1:53558 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:55 2020] 127.0.0.1:53586 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:55 2020] 127.0.0.1:53608 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:48:55 2020] 127.0.0.1:53628 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/8
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99867000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:48:56 2020] 127.0.0.1:53652 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:56 2020] 127.0.0.1:53694 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:56 2020] 127.0.0.1:53738 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with no password removed after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:130
[Mon Sep 7 19:48:57 2020] 127.0.0.1:53844 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:48:57 2020] 127.0.0.1:53846 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:48:58 2020] 127.0.0.1:53874 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:48:58 2020] 127.0.0.1:53924 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:48:58 2020] 127.0.0.1:53976 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:48:59 2020] 127.0.0.1:53992 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:48:59 2020] 127.0.0.1:54030 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Mon Sep 7 19:48:59 2020] 127.0.0.1:54048 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99916000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:49:00 2020] 127.0.0.1:54070 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:00 2020] 127.0.0.1:54104 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:00 2020] 127.0.0.1:54122 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk without setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:145
[Mon Sep 7 19:49:01 2020] 127.0.0.1:54154 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:01 2020] 127.0.0.1:54196 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:02 2020] 127.0.0.1:54198 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:02 2020] 127.0.0.1:54252 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:02 2020] 127.0.0.1:54286 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:03 2020] 127.0.0.1:54294 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:03 2020] 127.0.0.1:54298 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:49:03 2020] 127.0.0.1:54310 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | false |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99a96000000000cd2054f (
0 => '998'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:03 2020] 127.0.0.1:54324 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:04 2020] 127.0.0.1:54364 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:04 2020] 127.0.0.1:54402 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:09 2020] 127.0.0.1:54888 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk setting same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:176
[Mon Sep 7 19:49:10 2020] 127.0.0.1:54938 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:10 2020] 127.0.0.1:54962 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:10 2020] 127.0.0.1:54964 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:11 2020] 127.0.0.1:55074 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:11 2020] 127.0.0.1:55110 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:11 2020] 127.0.0.1:55142 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:12 2020] 127.0.0.1:55184 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:49:12 2020] 127.0.0.1:55218 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | false |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99ba6000000000cd2054f (
0 => '998'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:12 2020] 127.0.0.1:55230 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:13 2020] 127.0.0.1:55260 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:13 2020] 127.0.0.1:55360 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:19 2020] 127.0.0.1:55832 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:209
[Mon Sep 7 19:49:19 2020] 127.0.0.1:55898 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:20 2020] 127.0.0.1:55914 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:20 2020] 127.0.0.1:55916 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:21 2020] 127.0.0.1:55962 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:21 2020] 127.0.0.1:55992 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:21 2020] 127.0.0.1:56034 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:21 2020] 127.0.0.1:56046 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:49:22 2020] 127.0.0.1:56068 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | false |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99cf6000000000cd2054f (
0 => '998'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:22 2020] 127.0.0.1:56086 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:22 2020] 127.0.0.1:56148 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:22 2020] 127.0.0.1:56180 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:28 2020] 127.0.0.1:56514 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Creating a mail share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:246
[Mon Sep 7 19:49:28 2020] 127.0.0.1:56568 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:29 2020] 127.0.0.1:56578 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:29 2020] 127.0.0.1:56580 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:30 2020] 127.0.0.1:56596 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:30 2020] 127.0.0.1:56638 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:30 2020] 127.0.0.1:56652 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:30 2020] 127.0.0.1:56660 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99d06000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:31 2020] 127.0.0.1:56700 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:31 2020] 127.0.0.1:56732 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:31 2020] 127.0.0.1:56788 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:32 2020] 127.0.0.1:56806 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:260
[Mon Sep 7 19:49:33 2020] 127.0.0.1:56860 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:33 2020] 127.0.0.1:56870 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:33 2020] 127.0.0.1:56872 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:34 2020] 127.0.0.1:56888 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:34 2020] 127.0.0.1:56920 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:34 2020] 127.0.0.1:56932 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:35 2020] 127.0.0.1:56942 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:49:35 2020] 127.0.0.1:56976 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/13
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99eb8000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:36 2020] 127.0.0.1:56994 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:36 2020] 127.0.0.1:57014 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:36 2020] 127.0.0.1:57146 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:37 2020] 127.0.0.1:57154 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with different password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:275
[Mon Sep 7 19:49:37 2020] 127.0.0.1:57212 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:38 2020] 127.0.0.1:57226 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:38 2020] 127.0.0.1:57228 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:38 2020] 127.0.0.1:57246 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:39 2020] 127.0.0.1:57292 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:39 2020] 127.0.0.1:57302 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:40 2020] 127.0.0.1:57314 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
[Mon Sep 7 19:49:40 2020] 127.0.0.1:57368 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/14
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99e2b000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:40 2020] 127.0.0.1:57384 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:41 2020] 127.0.0.1:57436 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:41 2020] 127.0.0.1:57454 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:41 2020] 127.0.0.1:57466 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with different password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:291
[Mon Sep 7 19:49:42 2020] 127.0.0.1:57518 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:42 2020] 127.0.0.1:57534 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:43 2020] 127.0.0.1:57540 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:43 2020] 127.0.0.1:57568 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:44 2020] 127.0.0.1:57576 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:44 2020] 127.0.0.1:57608 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:44 2020] 127.0.0.1:57618 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:49:45 2020] 127.0.0.1:57632 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:49:45 2020] 127.0.0.1:57674 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e99fc2000000000cd2054f (
0 => '403'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:45 2020] 127.0.0.1:57688 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:46 2020] 127.0.0.1:57714 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:46 2020] 127.0.0.1:57766 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:47 2020] 127.0.0.1:57778 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:308
[Mon Sep 7 19:49:47 2020] 127.0.0.1:57836 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:47 2020] 127.0.0.1:57848 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:48 2020] 127.0.0.1:57850 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:48 2020] 127.0.0.1:57890 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:49 2020] 127.0.0.1:57910 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:49 2020] 127.0.0.1:57922 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:49 2020] 127.0.0.1:57956 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
[Mon Sep 7 19:49:50 2020] 127.0.0.1:57988 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/16
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e984fc000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:50 2020] 127.0.0.1:58032 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:50 2020] 127.0.0.1:58054 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:51 2020] 127.0.0.1:58086 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:51 2020] 127.0.0.1:58136 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:324
[Mon Sep 7 19:49:52 2020] 127.0.0.1:58196 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:52 2020] 127.0.0.1:58206 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:53 2020] 127.0.0.1:58208 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:53 2020] 127.0.0.1:58218 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:54 2020] 127.0.0.1:58254 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:54 2020] 127.0.0.1:58274 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:49:54 2020] 127.0.0.1:58282 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:49:55 2020] 127.0.0.1:58324 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:49:55 2020] 127.0.0.1:58348 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9847c000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:49:55 2020] 127.0.0.1:58360 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:56 2020] 127.0.0.1:58414 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:56 2020] 127.0.0.1:58444 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:57 2020] 127.0.0.1:58476 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk without updating password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:341
[Mon Sep 7 19:49:57 2020] 127.0.0.1:58594 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:49:58 2020] 127.0.0.1:58676 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:49:58 2020] 127.0.0.1:58678 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:49:59 2020] 127.0.0.1:58708 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:49:59 2020] 127.0.0.1:58744 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:49:59 2020] 127.0.0.1:58794 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:00 2020] 127.0.0.1:58822 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
[Mon Sep 7 19:50:00 2020] 127.0.0.1:58892 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/18
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e98362000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:01 2020] 127.0.0.1:58930 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:01 2020] 127.0.0.1:58988 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:02 2020] 127.0.0.1:59164 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:02 2020] 127.0.0.1:59174 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk without updating password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:356
[Mon Sep 7 19:50:03 2020] 127.0.0.1:59230 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:03 2020] 127.0.0.1:59240 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:03 2020] 127.0.0.1:59242 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:04 2020] 127.0.0.1:59260 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:04 2020] 127.0.0.1:59292 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:04 2020] 127.0.0.1:59308 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:05 2020] 127.0.0.1:59326 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:50:05 2020] 127.0.0.1:59372 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:50:05 2020] 127.0.0.1:59404 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e986ad000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:06 2020] 127.0.0.1:59424 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:06 2020] 127.0.0.1:59476 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:06 2020] 127.0.0.1:59492 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:07 2020] 127.0.0.1:59520 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with no password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:372
[Mon Sep 7 19:50:08 2020] 127.0.0.1:59574 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:08 2020] 127.0.0.1:59610 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:08 2020] 127.0.0.1:59612 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:09 2020] 127.0.0.1:59624 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:09 2020] 127.0.0.1:59664 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:09 2020] 127.0.0.1:59684 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:10 2020] 127.0.0.1:59694 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:50:10 2020] 127.0.0.1:59704 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/20
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9862c000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:50:10 2020] 127.0.0.1:59716 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:10 2020] 127.0.0.1:59768 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:11 2020] 127.0.0.1:59792 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:11 2020] 127.0.0.1:59822 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Enabling send password by Talk with no password removed after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:386
[Mon Sep 7 19:50:12 2020] 127.0.0.1:59852 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:12 2020] 127.0.0.1:59884 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:13 2020] 127.0.0.1:59886 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:13 2020] 127.0.0.1:59898 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:13 2020] 127.0.0.1:59924 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:14 2020] 127.0.0.1:59950 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:14 2020] 127.0.0.1:59960 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
[Mon Sep 7 19:50:14 2020] 127.0.0.1:59998 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Mon Sep 7 19:50:15 2020] 127.0.0.1:60026 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | true |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e987c2000000000cd2054f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:50:15 2020] 127.0.0.1:60044 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:15 2020] 127.0.0.1:60074 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:16 2020] 127.0.0.1:60122 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:16 2020] 127.0.0.1:60140 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk without setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:403
[Mon Sep 7 19:50:17 2020] 127.0.0.1:60194 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:17 2020] 127.0.0.1:60202 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:17 2020] 127.0.0.1:60204 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:18 2020] 127.0.0.1:60242 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:18 2020] 127.0.0.1:60268 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:19 2020] 127.0.0.1:60284 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:19 2020] 127.0.0.1:60316 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:50:19 2020] 127.0.0.1:60330 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | false |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9876c000000000cd2054f (
0 => '998'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:19 2020] 127.0.0.1:60342 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:20 2020] 127.0.0.1:60392 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:20 2020] 127.0.0.1:60420 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:21 2020] 127.0.0.1:60436 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk without setting new password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:419
[Mon Sep 7 19:50:21 2020] 127.0.0.1:60532 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:21 2020] 127.0.0.1:60550 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:22 2020] 127.0.0.1:60552 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:22 2020] 127.0.0.1:60596 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:23 2020] 127.0.0.1:60624 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:23 2020] 127.0.0.1:60690 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:23 2020] 127.0.0.1:60716 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:50:24 2020] 127.0.0.1:60742 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:50:24 2020] 127.0.0.1:60756 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
And Updating last share with # SharingContext::updatingLastShare()
| sendPasswordByTalk | false |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e998ca000000000cd2054f (
0 => '100'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:24 2020] 127.0.0.1:60772 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:25 2020] 127.0.0.1:60806 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:25 2020] 127.0.0.1:60838 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:25 2020] 127.0.0.1:60858 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk setting same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:436
[Mon Sep 7 19:50:26 2020] 127.0.0.1:60910 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:26 2020] 127.0.0.1:60934 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:27 2020] 127.0.0.1:60936 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:27 2020] 127.0.0.1:60962 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:27 2020] 127.0.0.1:32780 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:28 2020] 127.0.0.1:32812 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:28 2020] 127.0.0.1:32832 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:50:28 2020] 127.0.0.1:32858 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | false |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9984e000000000cd2054f (
0 => '998'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:29 2020] 127.0.0.1:32884 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:29 2020] 127.0.0.1:32930 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:29 2020] 127.0.0.1:32992 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:30 2020] 127.0.0.1:33014 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk setting same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:453
[Mon Sep 7 19:50:30 2020] 127.0.0.1:33152 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:31 2020] 127.0.0.1:33166 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:31 2020] 127.0.0.1:33168 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:31 2020] 127.0.0.1:33196 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:32 2020] 127.0.0.1:33206 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:32 2020] 127.0.0.1:33222 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:32 2020] 127.0.0.1:33240 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
[Mon Sep 7 19:50:33 2020] 127.0.0.1:33286 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:50:33 2020] 127.0.0.1:33300 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | false |
Then the OCS status code should be "400" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e999a2000000000cd2054f (
0 => '100'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:34 2020] 127.0.0.1:33348 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:34 2020] 127.0.0.1:33458 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:34 2020] 127.0.0.1:33540 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:35 2020] 127.0.0.1:33556 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
Scenario: Disabling send password by Talk setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:471
[Mon Sep 7 19:50:35 2020] 127.0.0.1:33646 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:50:35 2020] 127.0.0.1:33682 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:50:36 2020] 127.0.0.1:33684 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:36 2020] 127.0.0.1:33732 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:50:37 2020] 127.0.0.1:33788 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:37 2020] 127.0.0.1:33824 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:50:37 2020] 127.0.0.1:33856 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 4 |
| shareWith | dummy@test.com |
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:50:38 2020] 127.0.0.1:33888 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
And Updating last share with # SharingContext::updatingLastShare()
| password | another secret |
| sendPasswordByTalk | false |
Then the OCS status code should be "100" # SharingContext::theOCSStatusCodeShouldBe()
Failed asserting that SimpleXMLElement Object &0000000055e9992f000000000cd2054f (
0 => '998'
) matches expected '100'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share with password "another secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Mon Sep 7 19:50:38 2020] 127.0.0.1:33924 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:50:39 2020] 127.0.0.1:34060 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:50:39 2020] 127.0.0.1:34174 [200]: /apps/testing/clean_opcode_cache.php

@MorrisJobke
MorrisJobke merged commit c97df0f into stable18Sep 9, 2020
@MorrisJobke
MorrisJobke deleted the backport/22643/stable18 branch September 9, 2020 13:10
@rullzerrullzer mentioned this pull request Sep 28, 2020
1 task
landryb referenced this pull request Oct 14, 2020
Signed-off-by: Joas Schilling <coding@schilljs.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@MorrisJobke@ChristophWurst@nickvergessen