Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: recreate-master-key
Then the downloaded content when downloading file "/somefile.txt" for user "admin" with range "bytes=0-6" should be "This is"

Scenario: recreate masterkey and upload data
Given user "user0" has been created with default attributes
Given user "user0" has been created with default attributes and skeleton files
And user "user0" has uploaded file "filesForUpload/textfile.txt" to "/somefile.txt"
When the administrator successfully recreates the encryption masterkey using the occ command
And user "user0" uploads chunk file "1" of "1" with "AA" to "/somefile.txt" using the WebDAV API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: encrypt files using master keys
So that I can use a common key to encrypt files of all user

Scenario: user cannot access their file after recreating master key with re-login
Given user "user0" has been created with default attributes
Given user "user0" has been created with default attributes and skeleton files
And the administrator has set the encryption type to "masterkey"
And user "user0" has uploaded file "filesForUpload/textfile.txt" to "/somefile.txt"
And user "user0" has logged in using the webUI
Expand All @@ -17,7 +17,7 @@ Feature: encrypt files using master keys
And a message should be displayed on the general exception webUI page containing "Encryption not ready"

Scenario: user can access their file after recreating master key with re-login
Given user "user0" has been created with default attributes
Given user "user0" has been created with default attributes and skeleton files
And the administrator has set the encryption type to "masterkey"
And user "user0" has uploaded file "filesForUpload/textfile.txt" to "/somefile.txt"
And user "user0" has logged in using the webUI
Expand Down