-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/701: Finish recrypt #728
Conversation
a16b3b4
to
6cdd706
Compare
520ebe8
to
151e944
Compare
8bdf3d5
to
1d1b052
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another huge PR we're going to merge hopefully soon!
some comments to check.
especially the test cases for the transferred enryptables vs. recryption need some improvement.
will have another look on the PR for your next review request
38717a0
to
bbacb09
Compare
The icon in encryptable/show with the lock needs a new design, otherwise feedback is implemented |
d3c6cfd
to
24c3b14
Compare
nice ... looks way better now ! could we make this look a bit similar, the edit and read element? at least the same icon? let's have a look together tomorrow ! the text for the used encryption algorithm could be even shorter ... just leave the 256 bits .... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
almost there !
check the feedback ... and let us discuss the changes first ... will be ready for merging soon, I'm sure !
6527c02
to
4a89e14
Compare
87ef27b
to
f8ee95d
Compare
@@ -805,12 +830,13 @@ def create_file | |||
file | |||
end | |||
|
|||
def prepare_transferred_encryptable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use new Fabricator for this ... check spec/fabricators/...
|
||
encryptable_file = prepare_transferred_encryptable | ||
encryptable_file = prepare_transferred_encryptable(Crypto::Symmetric::Aes256) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use fabricator !
@@ -5,12 +5,66 @@ | |||
# See the COPYING file at the top-level directory or at | |||
# https://github.com/puzzle/cryptopus. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this fabricator to spec/fabricators/encrytable_fabricator.rb
No description provided.