Skip to content
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

Track in database which files/messages/replies are decrypted #117

Closed
redshiftzero opened this issue Nov 6, 2018 · 1 comment
Closed
Assignees
Labels
component/storage help wanted Extra attention is needed

Comments

@redshiftzero
Copy link
Contributor

redshiftzero commented Nov 6, 2018

Part of #231.

Right now we track whether or not a submission is downloaded in the database (in a column not surprisingly called is_downloaded). We should also track which files were successfully decrypted via a column called is_decrypted. This should go on both the Submission and Reply tables.

This is needed for the following situation:

  1. User starts download of large file
  2. Download finishes
  3. Decryption of download fails for some reason

At this point, we don't really want to have to download the entire file again to attempt a decryption, so we should save all files that successfully download as such locally, and then mark whether or not decryption completed (what to do if decryption fails is not a part of this ticket).

@redshiftzero redshiftzero added help wanted Extra attention is needed component/storage labels Nov 6, 2018
@redshiftzero redshiftzero added this to the 0.1.0beta milestone Nov 6, 2018
@eloquence eloquence added this to Current Sprint - 1/23-2/6 in SecureDrop Team Board Jan 23, 2019
@eloquence eloquence moved this from Current Sprint - 2/6-2/20 to Near Term Backlog in SecureDrop Team Board Feb 6, 2019
@eloquence eloquence moved this from Near Term Backlog to Nominated for next sprint in SecureDrop Team Board Mar 6, 2019
@eloquence eloquence moved this from Nominated for next sprint to Current Sprint - 3/6-3/20 in SecureDrop Team Board Mar 6, 2019
@redshiftzero redshiftzero self-assigned this Mar 7, 2019
@redshiftzero redshiftzero moved this from Current Sprint - 3/6-3/20 to In Development in SecureDrop Team Board Mar 7, 2019
@redshiftzero redshiftzero moved this from In Development to Ready for review in SecureDrop Team Board Mar 8, 2019
@heartsucker
Copy link
Contributor

Closed by #262.

SecureDrop Team Board automation moved this from Ready for review to Done Mar 14, 2019
legoktm pushed a commit that referenced this issue Dec 11, 2023
Bump version to 0.4.1, add changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/storage help wanted Extra attention is needed
Projects
No open projects
Development

No branches or pull requests

2 participants