-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add support for viewing downloaded documents #20
Comments
Hey @ntoll this is the next highest priority ticket, which to replace the on click handler associated with the open button (that appears when a file is downloaded): with a handler that will open the file. The desired behavior of the file handler is:
The proxy attribute here determines if the client is being executed on Qubes or not (True for Qubes, False for non-Qubes). |
👍 to this. Only logging a line in case of non-Qubes system sounds so better. |
On it. :-) |
Still from prototype that demonstrates opening a doc in a Disposable VM. Note: activity messaging (top-left of screen) and dialog that appears to let the user know what's going on for the 3-5sec it will take to boot the Disposable VM. Implemented as-shown here, a Beta goal—leaving here for reference. https://projects.invisionapp.com/share/R8OODHKSWY3#/screens/326625556 |
Remove now unnecessary requirements-dev.txt
readme: Remove line saying it isn't recommended project
As a journalist I want to be able to view a file submitted by a source in a common format (e.g., PDF, JPG, DOC, AVI) so that I can inspect it for potential newsworthiness.
As shown in the messaging prototype, after a document has been downloaded, it should be possible to launch an appropriate viewer application to open a decrypted submission, ideally in a hardened disposable VM.
The text was updated successfully, but these errors were encountered: