Skip to content

Conversation

@ChristophWurst
Copy link
Member

This adds the calendar part of #19075.

As a follow-up I would also like to look into email attendees but for that I need to parse the calendar data and I'm unsure how to do this reliably.

Copy link
Member

@julien-nc julien-nc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!
What about when a calendar object is deleted? Do you consider this is not an interaction or is it just not possible to get that event?

@ChristophWurst
Copy link
Member Author

What about when a calendar object is deleted? Do you consider this is not an interaction or is it just not possible to get that event?

I see your point but I'm not sure about how much this makes sense from a user PoV. Deleting an event or removing a share doesn't seems like a real interaction with someone else. Technically this shouldn't be a barrier to add though. 🤷

@julien-nc
Copy link
Member

I see your point but I'm not sure about how much this makes sense from a user PoV. Deleting an event or removing a share doesn't seems like a real interaction with someone else. Technically this shouldn't be a barrier to add though. shrug

Right. Anyway the delete event is available for other use cases.

@rullzer rullzer modified the milestones: Nextcloud 21, Nextcloud 22 Feb 2, 2021
@rullzer
Copy link
Member

rullzer commented Feb 2, 2021

Master is Nextcloud 22 now.
If this should go into 21 it should be backported.

@tcitworld
Copy link
Member

As a follow-up I would also like to look into email attendees but for that I need to parse the calendar data and I'm unsure how to do this reliably.

Something like:

VObject\Reader::read($calendarData, VObject\Reader::OPTION_FORGIVING);

Then something like this:

private function getAllEMailAddressesFromEvent(VEvent $vevent):array {

@ChristophWurst ChristophWurst force-pushed the enhancement/calendar-interaction-events branch from fe6a2b6 to 689e2a0 Compare February 3, 2021 11:17
@ChristophWurst
Copy link
Member Author

@tcitworld thanks so much! I will do this in a follow-up nevertheless because none of those methods are reusable and I'm not sure if I want to copy the logic or restructure to make it reusable.

@ChristophWurst
Copy link
Member Author

/backport to stable21

@faily-bot
Copy link

faily-bot bot commented Feb 3, 2021

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 1900: 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 11:23:13 2021] 127.0.0.1:55416 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:14 2021] 127.0.0.1:55456 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:14 2021] 127.0.0.1:55472 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:14 2021] 127.0.0.1:55476 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Feb  3 11:23:15 2021] 127.0.0.1:55480 [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 &0000000040063923000000000eb8df5e (
          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 11:23:15 2021] 127.0.0.1:55486 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:16 2021] 127.0.0.1:55490 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:16 2021] 127.0.0.1:55496 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:16 2021] 127.0.0.1:55500 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:17 2021] 127.0.0.1:55504 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:17 2021] 127.0.0.1:55508 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:17 2021] 127.0.0.1:55510 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:17 2021] 127.0.0.1:55514 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:17 2021] 127.0.0.1:55518 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:18 2021] 127.0.0.1:55522 [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 11:23:18 2021] 127.0.0.1:55530 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:19 2021] 127.0.0.1:55532 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:19 2021] 127.0.0.1:55534 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:19 2021] 127.0.0.1:55538 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:20 2021] 127.0.0.1:55540 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Feb  3 11:23:20 2021] 127.0.0.1:55542 [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 11:23:20 2021] 127.0.0.1:55546 [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 &00000000400639cc000000000eb8df5e (
          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 11:23:21 2021] 127.0.0.1:55548 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:21 2021] 127.0.0.1:55574 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:21 2021] 127.0.0.1:55580 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:22 2021] 127.0.0.1:55584 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:22 2021] 127.0.0.1:55588 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:22 2021] 127.0.0.1:55590 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:22 2021] 127.0.0.1:55594 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:22 2021] 127.0.0.1:55598 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:23 2021] 127.0.0.1:55604 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:23 2021] 127.0.0.1:55608 [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 11:23:23 2021] 127.0.0.1:55618 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:24 2021] 127.0.0.1:55620 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:24 2021] 127.0.0.1:55624 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:25 2021] 127.0.0.1:55630 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:25 2021] 127.0.0.1:55634 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Feb  3 11:23:25 2021] 127.0.0.1:55640 [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 11:23:26 2021] 127.0.0.1:55646 [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 &0000000040063948000000000eb8df5e (
          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 11:23:26 2021] 127.0.0.1:55654 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:26 2021] 127.0.0.1:55666 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:27 2021] 127.0.0.1:55676 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:27 2021] 127.0.0.1:55680 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:27 2021] 127.0.0.1:55706 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:28 2021] 127.0.0.1:55710 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:28 2021] 127.0.0.1:55716 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:28 2021] 127.0.0.1:55722 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:28 2021] 127.0.0.1:55726 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:29 2021] 127.0.0.1:55728 [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 11:23:29 2021] 127.0.0.1:55732 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:30 2021] 127.0.0.1:55734 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:30 2021] 127.0.0.1:55736 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:30 2021] 127.0.0.1:55742 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:31 2021] 127.0.0.1:55746 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Feb  3 11:23:31 2021] 127.0.0.1:55750 [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 11:23:31 2021] 127.0.0.1:55754 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:23:32 2021] 127.0.0.1:55760 [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 &00000000400639a5000000000eb8df5e (
          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 11:23:32 2021] 127.0.0.1:55764 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:32 2021] 127.0.0.1:55770 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:33 2021] 127.0.0.1:55776 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:33 2021] 127.0.0.1:55800 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:33 2021] 127.0.0.1:55804 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:34 2021] 127.0.0.1:55828 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:34 2021] 127.0.0.1:55830 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:34 2021] 127.0.0.1:55836 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:34 2021] 127.0.0.1:55840 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:35 2021] 127.0.0.1:55844 [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 11:23:35 2021] 127.0.0.1:55876 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:36 2021] 127.0.0.1:55878 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:36 2021] 127.0.0.1:55884 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:36 2021] 127.0.0.1:55896 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:37 2021] 127.0.0.1:55898 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Feb  3 11:23:37 2021] 127.0.0.1:55900 [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 11:23:37 2021] 127.0.0.1:55902 [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 &0000000040063910000000000eb8df5e (
          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 11:23:38 2021] 127.0.0.1:55904 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:38 2021] 127.0.0.1:55908 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:38 2021] 127.0.0.1:55914 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:39 2021] 127.0.0.1:55918 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:39 2021] 127.0.0.1:55922 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:39 2021] 127.0.0.1:55926 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:39 2021] 127.0.0.1:55934 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:40 2021] 127.0.0.1:55936 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:40 2021] 127.0.0.1:55944 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:40 2021] 127.0.0.1:55952 [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 11:23:41 2021] 127.0.0.1:55992 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:41 2021] 127.0.0.1:55994 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:42 2021] 127.0.0.1:56006 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:42 2021] 127.0.0.1:56010 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:42 2021] 127.0.0.1:56014 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Feb  3 11:23:42 2021] 127.0.0.1:56038 [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 11:23:43 2021] 127.0.0.1:56042 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:23:43 2021] 127.0.0.1:56044 [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 &000000004006385b000000000eb8df5e (
          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 11:23:44 2021] 127.0.0.1:56048 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:44 2021] 127.0.0.1:56054 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:44 2021] 127.0.0.1:56062 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:44 2021] 127.0.0.1:56074 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:45 2021] 127.0.0.1:56078 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:45 2021] 127.0.0.1:56086 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:45 2021] 127.0.0.1:56094 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:45 2021] 127.0.0.1:56104 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:46 2021] 127.0.0.1:56108 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:46 2021] 127.0.0.1:56116 [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 11:23:47 2021] 127.0.0.1:56132 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:47 2021] 127.0.0.1:56134 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:48 2021] 127.0.0.1:56142 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:48 2021] 127.0.0.1:56162 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:48 2021] 127.0.0.1:56176 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Feb  3 11:23:49 2021] 127.0.0.1:56184 [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 11:23:49 2021] 127.0.0.1:56200 [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 &000000004006390b000000000eb8df5e (
          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 11:23:49 2021] 127.0.0.1:56210 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:50 2021] 127.0.0.1:56230 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:50 2021] 127.0.0.1:56256 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:51 2021] 127.0.0.1:56264 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:51 2021] 127.0.0.1:56276 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:51 2021] 127.0.0.1:56282 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:51 2021] 127.0.0.1:56292 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:52 2021] 127.0.0.1:56298 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:52 2021] 127.0.0.1:56308 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:52 2021] 127.0.0.1:56318 [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 11:23:53 2021] 127.0.0.1:56348 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:53 2021] 127.0.0.1:56350 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:23:54 2021] 127.0.0.1:56370 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:23:54 2021] 127.0.0.1:56386 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:54 2021] 127.0.0.1:56404 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Feb  3 11:23:55 2021] 127.0.0.1:56412 [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 11:23:55 2021] 127.0.0.1:56420 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:23:55 2021] 127.0.0.1:56438 [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 &00000000400639ba000000000eb8df5e (
          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 11:23:56 2021] 127.0.0.1:56446 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:23:56 2021] 127.0.0.1:56466 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:23:57 2021] 127.0.0.1:56480 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:23:57 2021] 127.0.0.1:56490 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:23:57 2021] 127.0.0.1:56496 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:23:57 2021] 127.0.0.1:56498 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:23:58 2021] 127.0.0.1:56508 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:23:58 2021] 127.0.0.1:56518 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:23:58 2021] 127.0.0.1:56524 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:23:58 2021] 127.0.0.1:56536 [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 11:23:59 2021] 127.0.0.1:56560 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:23:59 2021] 127.0.0.1:56562 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:00 2021] 127.0.0.1:56576 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:00 2021] 127.0.0.1:56592 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:01 2021] 127.0.0.1:56602 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Feb  3 11:24:01 2021] 127.0.0.1:56608 [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 11:24:01 2021] 127.0.0.1:56620 [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 &0000000040063943000000000eb8df5e (
          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 11:24:02 2021] 127.0.0.1:56628 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:02 2021] 127.0.0.1:56648 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:24:03 2021] 127.0.0.1:56662 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:03 2021] 127.0.0.1:56668 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:03 2021] 127.0.0.1:56676 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:03 2021] 127.0.0.1:56686 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:04 2021] 127.0.0.1:56692 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:04 2021] 127.0.0.1:56702 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:04 2021] 127.0.0.1:56712 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:04 2021] 127.0.0.1:56724 [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 11:24:05 2021] 127.0.0.1:56748 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:05 2021] 127.0.0.1:56750 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:06 2021] 127.0.0.1:56756 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:06 2021] 127.0.0.1:56772 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:07 2021] 127.0.0.1:56780 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Feb  3 11:24:07 2021] 127.0.0.1:56792 [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 11:24:07 2021] 127.0.0.1:56802 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Feb  3 11:24:08 2021] 127.0.0.1:56816 [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 &0000000040063854000000000eb8df5e (
          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 11:24:08 2021] 127.0.0.1:56820 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:08 2021] 127.0.0.1:56836 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 11:24:09 2021] 127.0.0.1:56854 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:09 2021] 127.0.0.1:56862 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:09 2021] 127.0.0.1:56866 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:10 2021] 127.0.0.1:56874 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:10 2021] 127.0.0.1:56884 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:10 2021] 127.0.0.1:56890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:11 2021] 127.0.0.1:56898 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:11 2021] 127.0.0.1:56908 [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 11:24:11 2021] 127.0.0.1:56932 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:12 2021] 127.0.0.1:56942 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:24:12 2021] 127.0.0.1:56944 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:13 2021] 127.0.0.1:56952 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:13 2021] 127.0.0.1:56972 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:14 2021] 127.0.0.1:56982 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Feb  3 11:24:14 2021] 127.0.0.1:56990 [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 11:24:14 2021] 127.0.0.1:56994 [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 &0000000040063951000000000eb8df5e (
          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 11:24:15 2021] 127.0.0.1:57000 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:15 2021] 127.0.0.1:57004 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:15 2021] 127.0.0.1:57014 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:24:23 2021] 127.0.0.1:57186 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:23 2021] 127.0.0.1:57190 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:23 2021] 127.0.0.1:57194 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:24 2021] 127.0.0.1:57198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:24 2021] 127.0.0.1:57202 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:24 2021] 127.0.0.1:57206 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:24 2021] 127.0.0.1:57210 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:25 2021] 127.0.0.1:57214 [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 11:24:25 2021] 127.0.0.1:57228 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:26 2021] 127.0.0.1:57234 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:24:26 2021] 127.0.0.1:57236 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:27 2021] 127.0.0.1:57244 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:27 2021] 127.0.0.1:57256 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:27 2021] 127.0.0.1:57262 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Feb  3 11:24:27 2021] 127.0.0.1:57266 [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 11:24:28 2021] 127.0.0.1:57272 [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 &0000000040063940000000000eb8df5e (
          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 11:24:28 2021] 127.0.0.1:57274 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:28 2021] 127.0.0.1:57284 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:29 2021] 127.0.0.1:57292 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:24:36 2021] 127.0.0.1:57432 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:36 2021] 127.0.0.1:57440 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:37 2021] 127.0.0.1:57442 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:37 2021] 127.0.0.1:57448 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:37 2021] 127.0.0.1:57456 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:37 2021] 127.0.0.1:57462 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:38 2021] 127.0.0.1:57468 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:38 2021] 127.0.0.1:57474 [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 11:24:38 2021] 127.0.0.1:57488 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:39 2021] 127.0.0.1:57496 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:24:39 2021] 127.0.0.1:57498 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:40 2021] 127.0.0.1:57508 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:40 2021] 127.0.0.1:57522 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:40 2021] 127.0.0.1:57536 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Feb  3 11:24:40 2021] 127.0.0.1:57550 [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 11:24:41 2021] 127.0.0.1:57558 [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 &000000004006384b000000000eb8df5e (
          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 11:24:41 2021] 127.0.0.1:57562 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:41 2021] 127.0.0.1:57576 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:42 2021] 127.0.0.1:57590 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:24:49 2021] 127.0.0.1:57768 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:49 2021] 127.0.0.1:57776 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:50 2021] 127.0.0.1:57782 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:50 2021] 127.0.0.1:57790 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:50 2021] 127.0.0.1:57798 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:50 2021] 127.0.0.1:57802 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:51 2021] 127.0.0.1:57804 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:51 2021] 127.0.0.1:57808 [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 11:24:51 2021] 127.0.0.1:57814 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:52 2021] 127.0.0.1:57820 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:24:52 2021] 127.0.0.1:57822 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:53 2021] 127.0.0.1:57828 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:24:53 2021] 127.0.0.1:57836 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:53 2021] 127.0.0.1:57842 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Feb  3 11:24:54 2021] 127.0.0.1:57848 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                               # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | [email protected] |
      | password           | secret         |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                 # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000040063908000000000eb8df5e (
          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 11:24:55 2021] 127.0.0.1:57856 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:24:55 2021] 127.0.0.1:57862 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:24:56 2021] 127.0.0.1:57876 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:24:56 2021] 127.0.0.1:57882 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:24:57 2021] 127.0.0.1:57890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:24:57 2021] 127.0.0.1:57898 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:24:57 2021] 127.0.0.1:57904 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:24:57 2021] 127.0.0.1:57912 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:24:58 2021] 127.0.0.1:57918 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:24:58 2021] 127.0.0.1:57928 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:24:58 2021] 127.0.0.1:57932 [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 11:24:59 2021] 127.0.0.1:57950 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:24:59 2021] 127.0.0.1:57956 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:24:59 2021] 127.0.0.1:57958 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:00 2021] 127.0.0.1:57966 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:00 2021] 127.0.0.1:57982 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:00 2021] 127.0.0.1:57990 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Feb  3 11:25:01 2021] 127.0.0.1:57996 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:25:01 2021] 127.0.0.1:58004 [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 &0000000040063998000000000eb8df5e (
          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 11:25:01 2021] 127.0.0.1:58010 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:01 2021] 127.0.0.1:58026 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:02 2021] 127.0.0.1:58034 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:02 2021] 127.0.0.1:58048 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:03 2021] 127.0.0.1:58058 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:03 2021] 127.0.0.1:58066 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:03 2021] 127.0.0.1:58072 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:03 2021] 127.0.0.1:58080 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:03 2021] 127.0.0.1:58086 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:04 2021] 127.0.0.1:58092 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:04 2021] 127.0.0.1:58100 [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 11:25:04 2021] 127.0.0.1:58122 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:05 2021] 127.0.0.1:58128 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:05 2021] 127.0.0.1:58134 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:06 2021] 127.0.0.1:58146 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:06 2021] 127.0.0.1:58166 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:06 2021] 127.0.0.1:58170 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Feb  3 11:25:07 2021] 127.0.0.1:58180 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
      | password  | secret         |
[Wed Feb  3 11:25:07 2021] 127.0.0.1:58196 [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 &000000004006386c000000000eb8df5e (
          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 11:25:07 2021] 127.0.0.1:58208 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:07 2021] 127.0.0.1:58216 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:08 2021] 127.0.0.1:58230 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:08 2021] 127.0.0.1:58242 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:09 2021] 127.0.0.1:58252 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:09 2021] 127.0.0.1:58258 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:09 2021] 127.0.0.1:58270 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:10 2021] 127.0.0.1:58278 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:10 2021] 127.0.0.1:58290 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:10 2021] 127.0.0.1:58298 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:10 2021] 127.0.0.1:58306 [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 11:25:11 2021] 127.0.0.1:58320 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:11 2021] 127.0.0.1:58328 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:12 2021] 127.0.0.1:58330 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:12 2021] 127.0.0.1:58342 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:12 2021] 127.0.0.1:58354 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:13 2021] 127.0.0.1:58362 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Feb  3 11:25:13 2021] 127.0.0.1:58368 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:25:13 2021] 127.0.0.1:58378 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:25:14 2021] 127.0.0.1:58396 [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 &0000000040063804000000000eb8df5e (
          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 11:25:14 2021] 127.0.0.1:58402 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:14 2021] 127.0.0.1:58416 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:15 2021] 127.0.0.1:58436 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:15 2021] 127.0.0.1:58446 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:16 2021] 127.0.0.1:58462 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:16 2021] 127.0.0.1:58472 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:16 2021] 127.0.0.1:58476 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:16 2021] 127.0.0.1:58478 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:17 2021] 127.0.0.1:58486 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:17 2021] 127.0.0.1:58492 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:17 2021] 127.0.0.1:58498 [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 11:25:18 2021] 127.0.0.1:58508 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:18 2021] 127.0.0.1:58512 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:18 2021] 127.0.0.1:58514 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:19 2021] 127.0.0.1:58520 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:19 2021] 127.0.0.1:58524 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:20 2021] 127.0.0.1:58528 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Feb  3 11:25:20 2021] 127.0.0.1:58534 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
      | password  | secret         |
[Wed Feb  3 11:25:20 2021] 127.0.0.1:58540 [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 &0000000040063910000000000eb8df5e (
          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 11:25:21 2021] 127.0.0.1:58544 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:21 2021] 127.0.0.1:58550 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:21 2021] 127.0.0.1:58556 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:22 2021] 127.0.0.1:58562 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:22 2021] 127.0.0.1:58568 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:22 2021] 127.0.0.1:58572 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:23 2021] 127.0.0.1:58576 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:23 2021] 127.0.0.1:58580 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:23 2021] 127.0.0.1:58584 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:23 2021] 127.0.0.1:58588 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:24 2021] 127.0.0.1:58592 [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 11:25:24 2021] 127.0.0.1:58600 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:24 2021] 127.0.0.1:58606 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:25 2021] 127.0.0.1:58608 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:25 2021] 127.0.0.1:58612 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:26 2021] 127.0.0.1:58618 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:26 2021] 127.0.0.1:58624 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Feb  3 11:25:26 2021] 127.0.0.1:58626 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:25:26 2021] 127.0.0.1:58630 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:25:27 2021] 127.0.0.1:58638 [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 &00000000400639c1000000000eb8df5e (
          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 11:25:27 2021] 127.0.0.1:58640 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:27 2021] 127.0.0.1:58646 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:28 2021] 127.0.0.1:58652 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:28 2021] 127.0.0.1:58654 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:28 2021] 127.0.0.1:58664 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:29 2021] 127.0.0.1:58668 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:29 2021] 127.0.0.1:58674 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:29 2021] 127.0.0.1:58684 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:29 2021] 127.0.0.1:58694 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:29 2021] 127.0.0.1:58702 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:30 2021] 127.0.0.1:58714 [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 11:25:30 2021] 127.0.0.1:58736 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:30 2021] 127.0.0.1:58742 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:31 2021] 127.0.0.1:58744 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:31 2021] 127.0.0.1:58750 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:32 2021] 127.0.0.1:58756 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:32 2021] 127.0.0.1:58766 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Feb  3 11:25:32 2021] 127.0.0.1:58770 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
      | password  | secret         |
[Wed Feb  3 11:25:33 2021] 127.0.0.1:58778 [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 &0000000040063922000000000eb8df5e (
          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 11:25:33 2021] 127.0.0.1:58790 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:33 2021] 127.0.0.1:58822 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:34 2021] 127.0.0.1:58872 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:34 2021] 127.0.0.1:58874 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:34 2021] 127.0.0.1:58880 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:35 2021] 127.0.0.1:58884 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:35 2021] 127.0.0.1:58888 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:35 2021] 127.0.0.1:58890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:35 2021] 127.0.0.1:58894 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:35 2021] 127.0.0.1:58898 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:36 2021] 127.0.0.1:58902 [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 11:25:36 2021] 127.0.0.1:58912 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:36 2021] 127.0.0.1:58916 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:37 2021] 127.0.0.1:58918 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:37 2021] 127.0.0.1:58936 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:38 2021] 127.0.0.1:58942 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:38 2021] 127.0.0.1:58960 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Feb  3 11:25:38 2021] 127.0.0.1:59018 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:25:38 2021] 127.0.0.1:59114 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 11:25:39 2021] 127.0.0.1:59128 [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 &000000004006381b000000000eb8df5e (
          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 11:25:39 2021] 127.0.0.1:59132 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:39 2021] 127.0.0.1:59138 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:40 2021] 127.0.0.1:59154 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:40 2021] 127.0.0.1:59160 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:40 2021] 127.0.0.1:59174 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:41 2021] 127.0.0.1:59180 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:41 2021] 127.0.0.1:59190 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:41 2021] 127.0.0.1:59202 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:41 2021] 127.0.0.1:59204 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:41 2021] 127.0.0.1:59210 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:42 2021] 127.0.0.1:59214 [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 11:25:42 2021] 127.0.0.1:59220 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:42 2021] 127.0.0.1:59228 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:43 2021] 127.0.0.1:59230 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:43 2021] 127.0.0.1:59238 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:44 2021] 127.0.0.1:59264 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:44 2021] 127.0.0.1:59272 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Feb  3 11:25:44 2021] 127.0.0.1:59320 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:25:44 2021] 127.0.0.1:59342 [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 &0000000040063986000000000eb8df5e (
          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 11:25:45 2021] 127.0.0.1:59346 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:45 2021] 127.0.0.1:59350 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:46 2021] 127.0.0.1:59354 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:46 2021] 127.0.0.1:59360 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:47 2021] 127.0.0.1:59364 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:47 2021] 127.0.0.1:59370 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:47 2021] 127.0.0.1:59374 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:47 2021] 127.0.0.1:59382 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:47 2021] 127.0.0.1:59388 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:48 2021] 127.0.0.1:59394 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:48 2021] 127.0.0.1:59400 [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 11:25:48 2021] 127.0.0.1:59414 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:49 2021] 127.0.0.1:59422 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:49 2021] 127.0.0.1:59424 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:50 2021] 127.0.0.1:59444 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:50 2021] 127.0.0.1:59456 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:50 2021] 127.0.0.1:59474 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Feb  3 11:25:51 2021] 127.0.0.1:59550 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
      | password  | secret         |
[Wed Feb  3 11:25:51 2021] 127.0.0.1:59608 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Feb  3 11:25:51 2021] 127.0.0.1:59614 [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 &00000000400639bf000000000eb8df5e (
          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 11:25:51 2021] 127.0.0.1:59620 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:52 2021] 127.0.0.1:59634 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:52 2021] 127.0.0.1:59658 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:53 2021] 127.0.0.1:59672 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:53 2021] 127.0.0.1:59690 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:53 2021] 127.0.0.1:59700 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:53 2021] 127.0.0.1:59712 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:53 2021] 127.0.0.1:59718 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:54 2021] 127.0.0.1:59726 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:54 2021] 127.0.0.1:59734 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:25:54 2021] 127.0.0.1:59738 [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 11:25:55 2021] 127.0.0.1:59752 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:25:55 2021] 127.0.0.1:59756 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:25:55 2021] 127.0.0.1:59758 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:56 2021] 127.0.0.1:59770 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:25:56 2021] 127.0.0.1:59800 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:56 2021] 127.0.0.1:59808 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Feb  3 11:25:56 2021] 127.0.0.1:59876 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                           # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | [email protected] |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Feb  3 11:25:57 2021] 127.0.0.1:59882 [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 &0000000040063817000000000eb8df5e (
          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 11:25:57 2021] 127.0.0.1:59886 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:25:57 2021] 127.0.0.1:59898 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:25:58 2021] 127.0.0.1:59912 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:25:58 2021] 127.0.0.1:59922 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:25:58 2021] 127.0.0.1:59928 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:25:59 2021] 127.0.0.1:59934 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:25:59 2021] 127.0.0.1:59940 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:25:59 2021] 127.0.0.1:59948 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:25:59 2021] 127.0.0.1:59954 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:25:59 2021] 127.0.0.1:59958 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:26:00 2021] 127.0.0.1:59962 [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 11:26:00 2021] 127.0.0.1:59992 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:26:00 2021] 127.0.0.1:60002 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:26:01 2021] 127.0.0.1:60004 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:01 2021] 127.0.0.1:60028 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:26:02 2021] 127.0.0.1:60098 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:02 2021] 127.0.0.1:60106 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Wed Feb  3 11:26:02 2021] 127.0.0.1:60114 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:26:02 2021] 127.0.0.1:60122 [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 11:26:03 2021] 127.0.0.1:60136 [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 &0000000040063828000000000eb8df5e (
          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 11:26:03 2021] 127.0.0.1:60144 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:03 2021] 127.0.0.1:60162 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:04 2021] 127.0.0.1:60186 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:26:04 2021] 127.0.0.1:60198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:26:04 2021] 127.0.0.1:60208 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:26:05 2021] 127.0.0.1:60214 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:26:05 2021] 127.0.0.1:60218 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:26:05 2021] 127.0.0.1:60224 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:26:05 2021] 127.0.0.1:60228 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:26:05 2021] 127.0.0.1:60232 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:26:06 2021] 127.0.0.1:60236 [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 11:26:06 2021] 127.0.0.1:60258 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:26:06 2021] 127.0.0.1:60272 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:26:07 2021] 127.0.0.1:60274 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:07 2021] 127.0.0.1:60328 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:26:08 2021] 127.0.0.1:60348 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:08 2021] 127.0.0.1:60354 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Feb  3 11:26:08 2021] 127.0.0.1:60356 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                    # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | [email protected] |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Feb  3 11:26:08 2021] 127.0.0.1:60358 [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 &00000000400639da000000000eb8df5e (
          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 11:26:09 2021] 127.0.0.1:60362 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:09 2021] 127.0.0.1:60368 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:09 2021] 127.0.0.1:60378 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:26:10 2021] 127.0.0.1:60382 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:26:10 2021] 127.0.0.1:60384 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:26:10 2021] 127.0.0.1:60388 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:26:11 2021] 127.0.0.1:60392 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:26:11 2021] 127.0.0.1:60406 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:26:11 2021] 127.0.0.1:60412 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:26:11 2021] 127.0.0.1:60414 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:26:11 2021] 127.0.0.1:60416 [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 11:26:12 2021] 127.0.0.1:60464 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:26:12 2021] 127.0.0.1:60468 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:26:13 2021] 127.0.0.1:60470 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:13 2021] 127.0.0.1:60476 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:26:13 2021] 127.0.0.1:60482 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:14 2021] 127.0.0.1:60506 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Wed Feb  3 11:26:14 2021] 127.0.0.1:60510 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | [email protected] |
[Wed Feb  3 11:26:14 2021] 127.0.0.1:60514 [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 11:26:15 2021] 127.0.0.1:60518 [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 &0000000040063917000000000eb8df5e (
          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 11:26:15 2021] 127.0.0.1:60622 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:15 2021] 127.0.0.1:60662 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:16 2021] 127.0.0.1:60670 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 11:26:16 2021] 127.0.0.1:60676 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 11:26:16 2021] 127.0.0.1:60690 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 11:26:17 2021] 127.0.0.1:60696 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 11:26:17 2021] 127.0.0.1:60702 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 11:26:17 2021] 127.0.0.1:60710 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 11:26:17 2021] 127.0.0.1:60718 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 11:26:17 2021] 127.0.0.1:60728 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 11:26:18 2021] 127.0.0.1:60738 [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 11:26:18 2021] 127.0.0.1:60756 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 11:26:18 2021] 127.0.0.1:60760 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 11:26:19 2021] 127.0.0.1:60762 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:20 2021] 127.0.0.1:60768 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 11:26:20 2021] 127.0.0.1:60784 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:20 2021] 127.0.0.1:60802 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Feb  3 11:26:20 2021] 127.0.0.1:60810 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                   # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | [email protected] |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Feb  3 11:26:20 2021] 127.0.0.1:60828 [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 &0000000040063825000000000eb8df5e (
          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 11:26:21 2021] 127.0.0.1:60842 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 11:26:21 2021] 127.0.0.1:60922 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 11:26:21 2021] 127.0.0.1:60926 [200]: /apps/testing/clean_opcode_cache.php

@ChristophWurst ChristophWurst merged commit 9c88e32 into master Feb 3, 2021
Sign up for free to 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.

6 participants