-
Notifications
You must be signed in to change notification settings - Fork 686
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
Source Interface: Flow Inversion #6438
Draft
eaon
wants to merge
19
commits into
develop
Choose a base branch
from
6211-flow-inversion
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jun 20, 2022
-
Minimum viable flow inversion, backend implementation
Towards #6211 Up until now, SecureDrop had an implicit "sign up" flow, in which sources were assigned a codename/passphrase before they were able to submit any messages/documents. This created a couple of technical pitfalls with regards to session management and (potentially) usability issues as well (user research pending). As sources were asked to write down their codenames/passphrases before they were able to do for what they came to the instance for, we made sure to remind them of their codename repeatedly. Flow inversion seeks to simplify both the backend implementation as well as the source interface's user experience.
Configuration menu - View commit details
-
Copy full SHA for 494e767 - Browse repository at this point
Copy the full SHA 494e767View commit details -
Support session expiry on screens where login isn't mandatory anymore
Plus some cleanup
Configuration menu - View commit details
-
Copy full SHA for f953d09 - Browse repository at this point
Copy the full SHA f953d09View commit details -
Needs discussion: is there a reason to keep the show codename button around? If so, we want to track it's state for the session so as to not confuse sources on page refreshes.
Configuration menu - View commit details
-
Copy full SHA for 66f8fad - Browse repository at this point
Copy the full SHA 66f8fadView commit details -
More optimisation wrt message validation vs. when to actually create a new source account, and start replacing codename with passphrase terminology
Configuration menu - View commit details
-
Copy full SHA for ea2f85f - Browse repository at this point
Copy the full SHA ea2f85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2c68a - Browse repository at this point
Copy the full SHA 1e2c68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for add2e66 - Browse repository at this point
Copy the full SHA add2e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016ab3b - Browse repository at this point
Copy the full SHA 016ab3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb80e1 - Browse repository at this point
Copy the full SHA 3eb80e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3694951 - Browse repository at this point
Copy the full SHA 3694951View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62d9a3 - Browse repository at this point
Copy the full SHA a62d9a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c48425 - Browse repository at this point
Copy the full SHA 8c48425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5bb3e - Browse repository at this point
Copy the full SHA 1b5bb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de4d53e - Browse repository at this point
Copy the full SHA de4d53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d00431a - Browse repository at this point
Copy the full SHA d00431aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64a158 - Browse repository at this point
Copy the full SHA b64a158View commit details -
Configuration menu - View commit details
-
Copy full SHA for dadeeac - Browse repository at this point
Copy the full SHA dadeeacView commit details -
Replaced "codename" with "passphrase"
- updated interface strings - for consistency, updated CSS names as well - updated session key name
Configuration menu - View commit details
-
Copy full SHA for f60fe90 - Browse repository at this point
Copy the full SHA f60fe90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8440b53 - Browse repository at this point
Copy the full SHA 8440b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fee868 - Browse repository at this point
Copy the full SHA 8fee868View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.