*/
public static function addFilesToSkeleton(){
for ($i=0; $i<5; $i++){
- file_put_contents("../../core/skeleton/" . "textfile" . "$i" . ".txt", "ownCloud test text file\n");
+ file_put_contents("../../core/skeleton/" . "textfile" . "$i" . ".txt", "Nextcloud test text file\n");
}
if (!file_exists("../../core/skeleton/FOLDER")) {
mkdir("../../core/skeleton/FOLDER", 0777, true);
if (!file_exists("../../core/skeleton/PARENT")) {
mkdir("../../core/skeleton/PARENT", 0777, true);
}
- file_put_contents("../../core/skeleton/PARENT/" . "parent.txt", "ownCloud test text file\n");
+ file_put_contents("../../core/skeleton/PARENT/" . "parent.txt", "Nextcloud test text file\n");
if (!file_exists("../../core/skeleton/PARENT/CHILD")) {
mkdir("../../core/skeleton/PARENT/CHILD", 0777, true);
}
- file_put_contents("../../core/skeleton/PARENT/CHILD/" . "child.txt", "ownCloud test text file\n");
+ file_put_contents("../../core/skeleton/PARENT/CHILD/" . "child.txt", "Nextcloud test text file\n");
}
/**
}
}
}
-
And As an "user1"
When User "user1" deletes file "/textfile0 (2).txt"
And As an "user3"
- And Downloading file "/textfile0 (2).txt" with range "bytes=1-7"
- Then Downloaded content should be "wnCloud"
+ And Downloading file "/textfile0 (2).txt" with range "bytes=1-8"
+ Then Downloaded content should be "extcloud"
Scenario: getting share info of a share
Given user "user0" exists
And User "user1" moved file "/textfile0.txt" to "/common/textfile0.txt"
And User "user1" moved file "/common/textfile0.txt" to "/common/sub/textfile0.txt"
And As an "user2"
- When Downloading file "/common/sub/textfile0.txt" with range "bytes=9-17"
+ When Downloading file "/common/sub/textfile0.txt" with range "bytes=10-18"
Then Downloaded content should be "test text"
- And Downloaded content when downloading file "/textfile0.txt" with range "bytes=9-17" should be "test text"
+ And Downloaded content when downloading file "/textfile0.txt" with range "bytes=10-18" should be "test text"
And user "user2" should see following elements
| /common/sub/textfile0.txt |
And User "user1" moved file "/textfile0.txt" to "/common/textfile0.txt"
And User "user1" moved file "/common/textfile0.txt" to "/common/sub/textfile0.txt"
And As an "user2"
- When Downloading file "/textfile0.txt" with range "bytes=9-17"
+ When Downloading file "/textfile0.txt" with range "bytes=10-18"
Then Downloaded content should be "test text"
And user "user2" should see following elements
| /common/sub/textfile0.txt |
Scenario: download a file with range
Given using dav path "remote.php/webdav"
And As an "admin"
- When Downloading file "/welcome.txt" with range "bytes=51-77"
+ When Downloading file "/welcome.txt" with range "bytes=52-78"
Then Downloaded content should be "example file for developers"
Scenario: Upload forbidden if quota is 0
When user "user0" has a quota of "10 MB"
Then as "user0" gets properties of folder "/" with
|{DAV:}quota-available-bytes|
- And the single response should contain a property "{DAV:}quota-available-bytes" with value "10485429"
+ And the single response should contain a property "{DAV:}quota-available-bytes" with value "10485421"
Scenario: Retrieving folder quota of shared folder with quota when no quota is set for recipient
Given using dav path "remote.php/webdav"
| shareWith | user0 |
Then as "user0" gets properties of folder "/testquota" with
|{DAV:}quota-available-bytes|
- And the single response should contain a property "{DAV:}quota-available-bytes" with value "10485429"
+ And the single response should contain a property "{DAV:}quota-available-bytes" with value "10485421"
Scenario: download a public shared file with range
Given user "user0" exists
When creating a share with
| path | welcome.txt |
| shareType | 3 |
- And Downloading last public shared file with range "bytes=51-77"
+ And Downloading last public shared file with range "bytes=52-78"
Then Downloaded content should be "example file for developers"
Scenario: download a public shared file inside a folder with range
When creating a share with
| path | PARENT |
| shareType | 3 |
- And Downloading last public shared file inside a folder "/parent.txt" with range "bytes=1-7"
- Then Downloaded content should be "wnCloud"
+ And Downloading last public shared file inside a folder "/parent.txt" with range "bytes=1-8"
+ Then Downloaded content should be "extcloud"
Scenario: Downloading a file on the old endpoint should serve security headers
Given using dav path "remote.php/webdav"
Given user "user0" exists
And user "user0" created a folder "/test"
When as "user0" gets properties of folder "/test" with
- |{https://nextcloud.com/ns}share-types|
- Then the response should contain an empty property "{https://nextcloud.com/ns}share-types"
+ |{http://owncloud.org/ns}share-types|
+ Then the response should contain an empty property "{http://owncloud.org/ns}share-types"
Scenario: A file that is shared to a user has a share-types property
Given user "user0" exists
| permissions | 31 |
| shareWith | user1 |
When as "user0" gets properties of folder "/test" with
- |{https://nextcloud.com/ns}share-types|
+ |{http://owncloud.org/ns}share-types|
Then the response should contain a share-types property with
| 0 |
| permissions | 31 |
| shareWith | group1 |
When as "user0" gets properties of folder "/test" with
- |{https://nextcloud.com/ns}share-types|
+ |{http://owncloud.org/ns}share-types|
Then the response should contain a share-types property with
| 1 |
| shareType | 3 |
| permissions | 31 |
When as "user0" gets properties of folder "/test" with
- |{https://nextcloud.com/ns}share-types|
+ |{http://owncloud.org/ns}share-types|
Then the response should contain a share-types property with
| 3 |
| shareType | 3 |
| permissions | 31 |
When as "user0" gets properties of folder "/test" with
- |{https://nextcloud.com/ns}share-types|
+ |{http://owncloud.org/ns}share-types|
Then the response should contain a share-types property with
| 0 |
| 1 |