Skip to content

Parse calendar object for attendees and emit interaction events - #25464

Merged
ChristophWurst merged 1 commit into
masterfrom
enhancement/parse-calendar-object-for-attendees
Feb 3, 2021
Merged

Parse calendar object for attendees and emit interaction events#25464
ChristophWurst merged 1 commit into
masterfrom
enhancement/parse-calendar-object-for-attendees

Conversation

@ChristophWurst

Copy link
Copy Markdown
Member

Follow-up of #25432

Parsing is based on @tcitworld's suggestions.

This also comes with tests because I don't trust my own code. And if worst comes to worst we catch any parsing exceptions to not break the main process.

@ChristophWurst

Copy link
Copy Markdown
MemberAuthor

/backport to stable21

@faily-bot

faily-botBot commented Feb 3, 2021

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 1904: failure

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
[Wed Feb 3 14:10:49 2021] 127.0.0.1:40648 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:10:50 2021] 127.0.0.1:40662 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:10:50 2021] 127.0.0.1:40684 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:10:50 2021] 127.0.0.1:40694 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:10:50 2021] 127.0.0.1:40704 [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 &0000000017fff89e000000005ad33c3f (
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()
[Wed Feb 3 14:10:51 2021] 127.0.0.1:40718 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:10:51 2021] 127.0.0.1:40732 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:10:52 2021] 127.0.0.1:40748 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:10:52 2021] 127.0.0.1:40752 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:10:52 2021] 127.0.0.1:40758 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:10:52 2021] 127.0.0.1:40768 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:10:53 2021] 127.0.0.1:40774 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:10:53 2021] 127.0.0.1:40782 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:10:53 2021] 127.0.0.1:40792 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:10:53 2021] 127.0.0.1:40802 [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
[Wed Feb 3 14:10:54 2021] 127.0.0.1:40820 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:10:54 2021] 127.0.0.1:40822 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:10:55 2021] 127.0.0.1:40838 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:10:55 2021] 127.0.0.1:40856 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:10:56 2021] 127.0.0.1:40870 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:10:56 2021] 127.0.0.1:40878 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Wed Feb 3 14:10:56 2021] 127.0.0.1:40886 [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 &0000000017fff871000000005ad33c3f (
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()
[Wed Feb 3 14:10:57 2021] 127.0.0.1:40896 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:10:57 2021] 127.0.0.1:40906 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:10:57 2021] 127.0.0.1:40920 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:10:58 2021] 127.0.0.1:40926 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:10:58 2021] 127.0.0.1:40930 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:10:58 2021] 127.0.0.1:40938 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:10:58 2021] 127.0.0.1:40942 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:10:59 2021] 127.0.0.1:40948 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:10:59 2021] 127.0.0.1:40954 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:10:59 2021] 127.0.0.1:40960 [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
[Wed Feb 3 14:11:00 2021] 127.0.0.1:40972 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:00 2021] 127.0.0.1:40974 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:01 2021] 127.0.0.1:40982 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:01 2021] 127.0.0.1:40990 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:01 2021] 127.0.0.1:40996 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:02 2021] 127.0.0.1:41002 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Wed Feb 3 14:11:02 2021] 127.0.0.1:41010 [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 &0000000017fff8f5000000005ad33c3f (
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()
[Wed Feb 3 14:11:02 2021] 127.0.0.1:41016 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:03 2021] 127.0.0.1:41028 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:03 2021] 127.0.0.1:41038 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:03 2021] 127.0.0.1:41042 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:04 2021] 127.0.0.1:41048 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:04 2021] 127.0.0.1:41052 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:04 2021] 127.0.0.1:41058 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:04 2021] 127.0.0.1:41066 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:05 2021] 127.0.0.1:41068 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:05 2021] 127.0.0.1:41072 [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
[Wed Feb 3 14:11:06 2021] 127.0.0.1:41086 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:06 2021] 127.0.0.1:41088 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:07 2021] 127.0.0.1:41096 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:07 2021] 127.0.0.1:41108 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:07 2021] 127.0.0.1:41114 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:07 2021] 127.0.0.1:41120 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Wed Feb 3 14:11:08 2021] 127.0.0.1:41124 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:11:08 2021] 127.0.0.1:41132 [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 &0000000017fff818000000005ad33c3f (
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()
[Wed Feb 3 14:11:09 2021] 127.0.0.1:41138 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:09 2021] 127.0.0.1:41146 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:10 2021] 127.0.0.1:41154 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:10 2021] 127.0.0.1:41162 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:10 2021] 127.0.0.1:41166 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:11 2021] 127.0.0.1:41170 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:11 2021] 127.0.0.1:41176 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:11 2021] 127.0.0.1:41180 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:11 2021] 127.0.0.1:41184 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:12 2021] 127.0.0.1:41190 [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
[Wed Feb 3 14:11:12 2021] 127.0.0.1:41206 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:13 2021] 127.0.0.1:41208 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:14 2021] 127.0.0.1:41216 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:14 2021] 127.0.0.1:41226 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:14 2021] 127.0.0.1:41232 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:15 2021] 127.0.0.1:41236 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Wed Feb 3 14:11:15 2021] 127.0.0.1:41246 [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 &0000000017fff8ad000000005ad33c3f (
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()
[Wed Feb 3 14:11:16 2021] 127.0.0.1:41250 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:16 2021] 127.0.0.1:41264 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:17 2021] 127.0.0.1:41272 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:17 2021] 127.0.0.1:41278 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:17 2021] 127.0.0.1:41280 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:18 2021] 127.0.0.1:41286 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:18 2021] 127.0.0.1:41290 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:18 2021] 127.0.0.1:41296 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:18 2021] 127.0.0.1:41302 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:19 2021] 127.0.0.1:41308 [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
[Wed Feb 3 14:11:20 2021] 127.0.0.1:41322 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:20 2021] 127.0.0.1:41324 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:21 2021] 127.0.0.1:41334 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:21 2021] 127.0.0.1:41340 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:22 2021] 127.0.0.1:41348 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:22 2021] 127.0.0.1:41356 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Wed Feb 3 14:11:23 2021] 127.0.0.1:41358 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:11:23 2021] 127.0.0.1:41366 [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 &0000000017fff9e6000000005ad33c3f (
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()
[Wed Feb 3 14:11:23 2021] 127.0.0.1:41374 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:24 2021] 127.0.0.1:41380 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:24 2021] 127.0.0.1:41392 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:25 2021] 127.0.0.1:41398 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:25 2021] 127.0.0.1:41400 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:25 2021] 127.0.0.1:41406 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:25 2021] 127.0.0.1:41412 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:26 2021] 127.0.0.1:41418 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:26 2021] 127.0.0.1:41424 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:26 2021] 127.0.0.1:41428 [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
[Wed Feb 3 14:11:27 2021] 127.0.0.1:41442 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:27 2021] 127.0.0.1:41444 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:28 2021] 127.0.0.1:41454 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:28 2021] 127.0.0.1:41462 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:28 2021] 127.0.0.1:41466 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:29 2021] 127.0.0.1:41472 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Wed Feb 3 14:11:29 2021] 127.0.0.1:41482 [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 &0000000017fff8b6000000005ad33c3f (
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()
[Wed Feb 3 14:11:30 2021] 127.0.0.1:41486 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:30 2021] 127.0.0.1:41494 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:31 2021] 127.0.0.1:41502 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:31 2021] 127.0.0.1:41508 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:31 2021] 127.0.0.1:41516 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:31 2021] 127.0.0.1:41524 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:32 2021] 127.0.0.1:41530 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:32 2021] 127.0.0.1:41536 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:32 2021] 127.0.0.1:41542 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:32 2021] 127.0.0.1:41548 [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
[Wed Feb 3 14:11:33 2021] 127.0.0.1:41564 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:33 2021] 127.0.0.1:41566 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:34 2021] 127.0.0.1:41572 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:34 2021] 127.0.0.1:41582 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:34 2021] 127.0.0.1:41588 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:35 2021] 127.0.0.1:41594 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Wed Feb 3 14:11:35 2021] 127.0.0.1:41598 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:11:35 2021] 127.0.0.1:41608 [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 &0000000017fff807000000005ad33c3f (
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()
[Wed Feb 3 14:11:36 2021] 127.0.0.1:41614 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:36 2021] 127.0.0.1:41622 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:37 2021] 127.0.0.1:41630 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:37 2021] 127.0.0.1:41638 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:37 2021] 127.0.0.1:41644 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:37 2021] 127.0.0.1:41652 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:37 2021] 127.0.0.1:41656 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:38 2021] 127.0.0.1:41660 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:38 2021] 127.0.0.1:41666 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:38 2021] 127.0.0.1:41672 [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
[Wed Feb 3 14:11:39 2021] 127.0.0.1:41686 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:39 2021] 127.0.0.1:41688 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:40 2021] 127.0.0.1:41696 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:40 2021] 127.0.0.1:41706 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:40 2021] 127.0.0.1:41714 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:41 2021] 127.0.0.1:41720 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Wed Feb 3 14:11:41 2021] 127.0.0.1:41724 [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 &0000000017fff8fe000000005ad33c3f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Wed Feb 3 14:11:41 2021] 127.0.0.1:41730 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:41 2021] 127.0.0.1:41740 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:42 2021] 127.0.0.1:41752 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:42 2021] 127.0.0.1:41758 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:43 2021] 127.0.0.1:41762 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:43 2021] 127.0.0.1:41766 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:43 2021] 127.0.0.1:41772 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:43 2021] 127.0.0.1:41778 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:44 2021] 127.0.0.1:41782 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:44 2021] 127.0.0.1:41788 [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
[Wed Feb 3 14:11:44 2021] 127.0.0.1:41800 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:45 2021] 127.0.0.1:41802 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:45 2021] 127.0.0.1:41810 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:46 2021] 127.0.0.1:41822 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:46 2021] 127.0.0.1:41830 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:47 2021] 127.0.0.1:41836 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Wed Feb 3 14:11:47 2021] 127.0.0.1:41846 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Wed Feb 3 14:11:47 2021] 127.0.0.1:41852 [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 &0000000017fff9e9000000005ad33c3f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Wed Feb 3 14:11:48 2021] 127.0.0.1:41856 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:48 2021] 127.0.0.1:41864 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:48 2021] 127.0.0.1:41874 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:11:49 2021] 127.0.0.1:41882 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:11:49 2021] 127.0.0.1:41890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:11:49 2021] 127.0.0.1:41896 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:11:49 2021] 127.0.0.1:41906 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:11:50 2021] 127.0.0.1:41914 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:11:50 2021] 127.0.0.1:41924 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:11:50 2021] 127.0.0.1:41950 [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
[Wed Feb 3 14:11:51 2021] 127.0.0.1:41972 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:11:51 2021] 127.0.0.1:41982 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:11:51 2021] 127.0.0.1:41986 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:52 2021] 127.0.0.1:41998 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:11:52 2021] 127.0.0.1:42010 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:52 2021] 127.0.0.1:42020 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:11:53 2021] 127.0.0.1:42030 [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 |
[Wed Feb 3 14:11:53 2021] 127.0.0.1:42034 [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 &0000000017fff8ec000000005ad33c3f (
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()
[Wed Feb 3 14:11:53 2021] 127.0.0.1:42044 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:11:53 2021] 127.0.0.1:42058 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:11:54 2021] 127.0.0.1:42076 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:01 2021] 127.0.0.1:42310 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:01 2021] 127.0.0.1:42328 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:01 2021] 127.0.0.1:42336 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:01 2021] 127.0.0.1:42346 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:02 2021] 127.0.0.1:42356 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:02 2021] 127.0.0.1:42364 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:02 2021] 127.0.0.1:42370 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:02 2021] 127.0.0.1:42378 [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
[Wed Feb 3 14:12:03 2021] 127.0.0.1:42402 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:03 2021] 127.0.0.1:42408 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:04 2021] 127.0.0.1:42410 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:04 2021] 127.0.0.1:42436 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:05 2021] 127.0.0.1:42454 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:05 2021] 127.0.0.1:42466 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:05 2021] 127.0.0.1:42474 [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 |
[Wed Feb 3 14:12:05 2021] 127.0.0.1:42484 [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 &0000000017fff8fd000000005ad33c3f (
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()
[Wed Feb 3 14:12:06 2021] 127.0.0.1:42496 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:06 2021] 127.0.0.1:42512 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:06 2021] 127.0.0.1:42532 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:15 2021] 127.0.0.1:42740 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:15 2021] 127.0.0.1:42748 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:15 2021] 127.0.0.1:42752 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:15 2021] 127.0.0.1:42758 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:16 2021] 127.0.0.1:42764 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:16 2021] 127.0.0.1:42768 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:16 2021] 127.0.0.1:42774 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:16 2021] 127.0.0.1:42784 [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
[Wed Feb 3 14:12:17 2021] 127.0.0.1:42800 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:17 2021] 127.0.0.1:42806 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:18 2021] 127.0.0.1:42808 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:19 2021] 127.0.0.1:42818 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:19 2021] 127.0.0.1:42826 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:19 2021] 127.0.0.1:42832 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:19 2021] 127.0.0.1:42838 [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 |
[Wed Feb 3 14:12:20 2021] 127.0.0.1:42844 [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 &0000000017fff9f6000000005ad33c3f (
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()
[Wed Feb 3 14:12:20 2021] 127.0.0.1:42850 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:20 2021] 127.0.0.1:42858 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:21 2021] 127.0.0.1:42864 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:29 2021] 127.0.0.1:43162 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:29 2021] 127.0.0.1:43176 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:30 2021] 127.0.0.1:43184 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:30 2021] 127.0.0.1:43188 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:30 2021] 127.0.0.1:43198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:30 2021] 127.0.0.1:43208 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:31 2021] 127.0.0.1:43222 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:31 2021] 127.0.0.1:43228 [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
[Wed Feb 3 14:12:31 2021] 127.0.0.1:43252 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:32 2021] 127.0.0.1:43260 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:32 2021] 127.0.0.1:43264 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:33 2021] 127.0.0.1:43282 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:33 2021] 127.0.0.1:43298 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:33 2021] 127.0.0.1:43386 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:33 2021] 127.0.0.1:43482 [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 &0000000017fff8b5000000005ad33c3f (
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()
[Wed Feb 3 14:12:34 2021] 127.0.0.1:43494 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:34 2021] 127.0.0.1:43510 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:34 2021] 127.0.0.1:43532 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:35 2021] 127.0.0.1:43544 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:35 2021] 127.0.0.1:43564 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:36 2021] 127.0.0.1:43580 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:36 2021] 127.0.0.1:43596 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:36 2021] 127.0.0.1:43608 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:36 2021] 127.0.0.1:43626 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:37 2021] 127.0.0.1:43634 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:37 2021] 127.0.0.1:43646 [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
[Wed Feb 3 14:12:37 2021] 127.0.0.1:43668 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:38 2021] 127.0.0.1:43676 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:38 2021] 127.0.0.1:43678 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:39 2021] 127.0.0.1:43692 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:39 2021] 127.0.0.1:43718 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:39 2021] 127.0.0.1:43728 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:40 2021] 127.0.0.1:43738 [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 |
[Wed Feb 3 14:12:40 2021] 127.0.0.1:43760 [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 &0000000017fff825000000005ad33c3f (
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()
[Wed Feb 3 14:12:40 2021] 127.0.0.1:43776 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:41 2021] 127.0.0.1:43852 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:41 2021] 127.0.0.1:43866 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:41 2021] 127.0.0.1:43872 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:42 2021] 127.0.0.1:43876 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:42 2021] 127.0.0.1:43882 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:42 2021] 127.0.0.1:43888 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:42 2021] 127.0.0.1:43894 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:43 2021] 127.0.0.1:43900 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:43 2021] 127.0.0.1:43904 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:43 2021] 127.0.0.1:43910 [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
[Wed Feb 3 14:12:44 2021] 127.0.0.1:43926 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:44 2021] 127.0.0.1:43930 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:44 2021] 127.0.0.1:43932 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:45 2021] 127.0.0.1:43950 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:45 2021] 127.0.0.1:43960 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:46 2021] 127.0.0.1:43980 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:46 2021] 127.0.0.1:44040 [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 |
[Wed Feb 3 14:12:47 2021] 127.0.0.1:44116 [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 &0000000017fff9d1000000005ad33c3f (
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()
[Wed Feb 3 14:12:47 2021] 127.0.0.1:44120 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:47 2021] 127.0.0.1:44126 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:47 2021] 127.0.0.1:44152 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:48 2021] 127.0.0.1:44164 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:48 2021] 127.0.0.1:44182 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:49 2021] 127.0.0.1:44196 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:49 2021] 127.0.0.1:44206 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:49 2021] 127.0.0.1:44218 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:49 2021] 127.0.0.1:44230 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:50 2021] 127.0.0.1:44240 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:50 2021] 127.0.0.1:44246 [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
[Wed Feb 3 14:12:50 2021] 127.0.0.1:44264 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:51 2021] 127.0.0.1:44276 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:51 2021] 127.0.0.1:44278 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:52 2021] 127.0.0.1:44294 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:52 2021] 127.0.0.1:44330 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:52 2021] 127.0.0.1:44346 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:12:53 2021] 127.0.0.1:44414 [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 |
[Wed Feb 3 14:12:53 2021] 127.0.0.1:44424 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:12:53 2021] 127.0.0.1:44440 [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 &0000000017fff9b9000000005ad33c3f (
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()
[Wed Feb 3 14:12:54 2021] 127.0.0.1:44448 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:54 2021] 127.0.0.1:44464 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:54 2021] 127.0.0.1:44480 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:55 2021] 127.0.0.1:44492 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:12:55 2021] 127.0.0.1:44508 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:12:55 2021] 127.0.0.1:44520 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:12:56 2021] 127.0.0.1:44524 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:12:56 2021] 127.0.0.1:44528 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:12:56 2021] 127.0.0.1:44534 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:12:56 2021] 127.0.0.1:44542 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:12:57 2021] 127.0.0.1:44564 [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
[Wed Feb 3 14:12:57 2021] 127.0.0.1:44588 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:12:57 2021] 127.0.0.1:44620 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:12:58 2021] 127.0.0.1:44622 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:12:59 2021] 127.0.0.1:44654 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:12:59 2021] 127.0.0.1:44704 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:12:59 2021] 127.0.0.1:44710 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:00 2021] 127.0.0.1:44720 [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 |
[Wed Feb 3 14:13:00 2021] 127.0.0.1:44754 [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 &0000000017fff8ad000000005ad33c3f (
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()
[Wed Feb 3 14:13:00 2021] 127.0.0.1:44766 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:01 2021] 127.0.0.1:44792 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:01 2021] 127.0.0.1:44822 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:02 2021] 127.0.0.1:44836 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:02 2021] 127.0.0.1:44858 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:02 2021] 127.0.0.1:44866 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:02 2021] 127.0.0.1:44872 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:02 2021] 127.0.0.1:44880 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:03 2021] 127.0.0.1:44890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:03 2021] 127.0.0.1:44898 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:03 2021] 127.0.0.1:44906 [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
[Wed Feb 3 14:13:04 2021] 127.0.0.1:44938 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:04 2021] 127.0.0.1:44960 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:04 2021] 127.0.0.1:44962 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:05 2021] 127.0.0.1:44994 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:05 2021] 127.0.0.1:45058 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:06 2021] 127.0.0.1:45068 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:06 2021] 127.0.0.1:45078 [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 |
[Wed Feb 3 14:13:06 2021] 127.0.0.1:45090 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:13:07 2021] 127.0.0.1:45108 [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 &0000000017fff87c000000005ad33c3f (
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()
[Wed Feb 3 14:13:07 2021] 127.0.0.1:45116 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:07 2021] 127.0.0.1:45130 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:08 2021] 127.0.0.1:45140 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:08 2021] 127.0.0.1:45146 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:09 2021] 127.0.0.1:45164 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:09 2021] 127.0.0.1:45174 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:09 2021] 127.0.0.1:45178 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:09 2021] 127.0.0.1:45186 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:09 2021] 127.0.0.1:45192 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:10 2021] 127.0.0.1:45232 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:10 2021] 127.0.0.1:45240 [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
[Wed Feb 3 14:13:11 2021] 127.0.0.1:45256 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:11 2021] 127.0.0.1:45262 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:11 2021] 127.0.0.1:45264 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:12 2021] 127.0.0.1:45270 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:12 2021] 127.0.0.1:45288 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:13 2021] 127.0.0.1:45314 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:13 2021] 127.0.0.1:45318 [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 |
[Wed Feb 3 14:13:13 2021] 127.0.0.1:45330 [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 &0000000017fff89f000000005ad33c3f (
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()
[Wed Feb 3 14:13:14 2021] 127.0.0.1:45382 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:14 2021] 127.0.0.1:45480 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:14 2021] 127.0.0.1:45486 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:15 2021] 127.0.0.1:45494 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:15 2021] 127.0.0.1:45510 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:16 2021] 127.0.0.1:45522 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:16 2021] 127.0.0.1:45530 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:16 2021] 127.0.0.1:45538 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:16 2021] 127.0.0.1:45550 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:17 2021] 127.0.0.1:45560 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:17 2021] 127.0.0.1:45572 [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
[Wed Feb 3 14:13:17 2021] 127.0.0.1:45596 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:18 2021] 127.0.0.1:45602 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:18 2021] 127.0.0.1:45604 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:19 2021] 127.0.0.1:45606 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:19 2021] 127.0.0.1:45616 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:19 2021] 127.0.0.1:45626 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:19 2021] 127.0.0.1:45638 [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 |
[Wed Feb 3 14:13:20 2021] 127.0.0.1:45660 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Wed Feb 3 14:13:20 2021] 127.0.0.1:45708 [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 &0000000017fff9a6000000005ad33c3f (
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()
[Wed Feb 3 14:13:21 2021] 127.0.0.1:45740 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:21 2021] 127.0.0.1:45748 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:21 2021] 127.0.0.1:45760 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:22 2021] 127.0.0.1:45770 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:22 2021] 127.0.0.1:45792 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:23 2021] 127.0.0.1:45804 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:23 2021] 127.0.0.1:45816 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:23 2021] 127.0.0.1:45828 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:23 2021] 127.0.0.1:45838 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:23 2021] 127.0.0.1:45848 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:24 2021] 127.0.0.1:45856 [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
[Wed Feb 3 14:13:24 2021] 127.0.0.1:45884 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:25 2021] 127.0.0.1:45886 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:25 2021] 127.0.0.1:45888 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:26 2021] 127.0.0.1:45902 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:26 2021] 127.0.0.1:45966 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:26 2021] 127.0.0.1:45974 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:26 2021] 127.0.0.1:45986 [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 |
[Wed Feb 3 14:13:27 2021] 127.0.0.1:46004 [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 &0000000017fff83b000000005ad33c3f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Wed Feb 3 14:13:27 2021] 127.0.0.1:46026 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:27 2021] 127.0.0.1:46128 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:28 2021] 127.0.0.1:46192 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:29 2021] 127.0.0.1:46266 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:29 2021] 127.0.0.1:46280 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:29 2021] 127.0.0.1:46288 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:29 2021] 127.0.0.1:46290 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:29 2021] 127.0.0.1:46366 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:30 2021] 127.0.0.1:46376 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:30 2021] 127.0.0.1:46384 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:30 2021] 127.0.0.1:46386 [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
[Wed Feb 3 14:13:31 2021] 127.0.0.1:46404 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:31 2021] 127.0.0.1:46418 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:31 2021] 127.0.0.1:46420 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:32 2021] 127.0.0.1:46438 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:32 2021] 127.0.0.1:46464 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:33 2021] 127.0.0.1:46484 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:33 2021] 127.0.0.1:46494 [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 |
[Wed Feb 3 14:13:34 2021] 127.0.0.1:46522 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Wed Feb 3 14:13:34 2021] 127.0.0.1:46550 [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 &0000000017fff802000000005ad33c3f (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Wed Feb 3 14:13:34 2021] 127.0.0.1:46554 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:35 2021] 127.0.0.1:46568 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:35 2021] 127.0.0.1:46696 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:36 2021] 127.0.0.1:46706 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:36 2021] 127.0.0.1:46808 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:36 2021] 127.0.0.1:46834 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:37 2021] 127.0.0.1:46844 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:37 2021] 127.0.0.1:46870 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:37 2021] 127.0.0.1:46896 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:37 2021] 127.0.0.1:46900 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:38 2021] 127.0.0.1:46906 [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
[Wed Feb 3 14:13:38 2021] 127.0.0.1:46924 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:39 2021] 127.0.0.1:46932 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:39 2021] 127.0.0.1:46934 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:40 2021] 127.0.0.1:46966 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:40 2021] 127.0.0.1:46976 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:40 2021] 127.0.0.1:46992 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:41 2021] 127.0.0.1:47004 [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 |
[Wed Feb 3 14:13:41 2021] 127.0.0.1:47016 [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 &0000000017fff9aa000000005ad33c3f (
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()
[Wed Feb 3 14:13:41 2021] 127.0.0.1:47024 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:42 2021] 127.0.0.1:47078 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:42 2021] 127.0.0.1:47106 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:43 2021] 127.0.0.1:47120 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:43 2021] 127.0.0.1:47132 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:43 2021] 127.0.0.1:47138 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:43 2021] 127.0.0.1:47180 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:44 2021] 127.0.0.1:47220 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:44 2021] 127.0.0.1:47244 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:44 2021] 127.0.0.1:47262 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:44 2021] 127.0.0.1:47296 [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
[Wed Feb 3 14:13:45 2021] 127.0.0.1:47460 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:45 2021] 127.0.0.1:47466 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:46 2021] 127.0.0.1:47472 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:46 2021] 127.0.0.1:47544 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:47 2021] 127.0.0.1:47618 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:47 2021] 127.0.0.1:47624 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:47 2021] 127.0.0.1:47630 [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 |
[Wed Feb 3 14:13:48 2021] 127.0.0.1:47642 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Wed Feb 3 14:13:48 2021] 127.0.0.1:47656 [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 &0000000017fff995000000005ad33c3f (
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()
[Wed Feb 3 14:13:48 2021] 127.0.0.1:47664 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:49 2021] 127.0.0.1:47690 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:49 2021] 127.0.0.1:47712 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:50 2021] 127.0.0.1:47726 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:50 2021] 127.0.0.1:47750 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:50 2021] 127.0.0.1:47756 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:51 2021] 127.0.0.1:47760 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:51 2021] 127.0.0.1:47764 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:51 2021] 127.0.0.1:47784 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:51 2021] 127.0.0.1:47812 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:52 2021] 127.0.0.1:47822 [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
[Wed Feb 3 14:13:52 2021] 127.0.0.1:47854 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:53 2021] 127.0.0.1:47922 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:13:53 2021] 127.0.0.1:47924 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:54 2021] 127.0.0.1:47996 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:13:54 2021] 127.0.0.1:48048 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:54 2021] 127.0.0.1:48076 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:13:55 2021] 127.0.0.1:48080 [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 |
[Wed Feb 3 14:13:55 2021] 127.0.0.1:48086 [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 &0000000017fff867000000005ad33c3f (
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()
[Wed Feb 3 14:13:55 2021] 127.0.0.1:48092 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:13:56 2021] 127.0.0.1:48110 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:13:56 2021] 127.0.0.1:48124 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:57 2021] 127.0.0.1:48150 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:13:57 2021] 127.0.0.1:48168 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:13:57 2021] 127.0.0.1:48178 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:13:57 2021] 127.0.0.1:48186 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:13:58 2021] 127.0.0.1:48198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:13:58 2021] 127.0.0.1:48218 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:13:58 2021] 127.0.0.1:48224 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:13:58 2021] 127.0.0.1:48254 [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
[Wed Feb 3 14:13:59 2021] 127.0.0.1:48372 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:13:59 2021] 127.0.0.1:48378 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:14:00 2021] 127.0.0.1:48380 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:14:00 2021] 127.0.0.1:48458 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:14:01 2021] 127.0.0.1:48472 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:14:01 2021] 127.0.0.1:48478 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:14:01 2021] 127.0.0.1:48482 [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 |
[Wed Feb 3 14:14:02 2021] 127.0.0.1:48496 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Wed Feb 3 14:14:02 2021] 127.0.0.1:48510 [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 &0000000017fff8aa000000005ad33c3f (
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()
[Wed Feb 3 14:14:03 2021] 127.0.0.1:48534 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:14:03 2021] 127.0.0.1:48550 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:14:03 2021] 127.0.0.1:48574 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:14:05 2021] 127.0.0.1:48600 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb 3 14:14:05 2021] 127.0.0.1:48618 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb 3 14:14:05 2021] 127.0.0.1:48628 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb 3 14:14:05 2021] 127.0.0.1:48644 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb 3 14:14:06 2021] 127.0.0.1:48650 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb 3 14:14:06 2021] 127.0.0.1:48660 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb 3 14:14:06 2021] 127.0.0.1:48668 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb 3 14:14:06 2021] 127.0.0.1:48678 [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
[Wed Feb 3 14:14:07 2021] 127.0.0.1:48704 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb 3 14:14:07 2021] 127.0.0.1:48718 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Wed Feb 3 14:14:08 2021] 127.0.0.1:48720 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:14:08 2021] 127.0.0.1:48748 [200]: /ocs/v1.php/cloud/users
[Wed Feb 3 14:14:09 2021] 127.0.0.1:48778 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:14:09 2021] 127.0.0.1:48788 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Wed Feb 3 14:14:09 2021] 127.0.0.1:48796 [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 |
[Wed Feb 3 14:14:09 2021] 127.0.0.1:48804 [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 &0000000017fff998000000005ad33c3f (
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()
[Wed Feb 3 14:14:10 2021] 127.0.0.1:48858 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb 3 14:14:10 2021] 127.0.0.1:48880 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb 3 14:14:11 2021] 127.0.0.1:48892 [200]: /apps/testing/clean_opcode_cache.php

Comment threadapps/dav/lib/Listener/CalendarContactInteractionListener.php Outdated
Comment threadapps/dav/lib/Listener/CalendarContactInteractionListener.php
@ChristophWurst
ChristophWurstforce-pushed the enhancement/parse-calendar-object-for-attendees branch from c028f11 to 572ac91CompareFebruary 3, 2021 17:00
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst
ChristophWurstforce-pushed the enhancement/parse-calendar-object-for-attendees branch from 572ac91 to 5366ef3CompareFebruary 3, 2021 17:04
@ChristophWurst
ChristophWurst merged commit 9c5c865 into masterFeb 3, 2021
@ChristophWurst
ChristophWurst deleted the enhancement/parse-calendar-object-for-attendees branch February 3, 2021 18:10
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

@ChristophWurst@tcitworld@kesselb