-
Notifications
You must be signed in to change notification settings - Fork 788
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
Hash login password on server side with bcrypt #1139
Merged
Merged
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9363cad - Browse repository at this point
Copy the full SHA 9363cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee6315 - Browse repository at this point
Copy the full SHA 2ee6315View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5236d1 - Browse repository at this point
Copy the full SHA b5236d1View commit details -
Remove unused import and repeated code in monkey_island/cc/ui/src/ser…
…vices/AuthService.js
Configuration menu - View commit details
-
Copy full SHA for 09a3729 - Browse repository at this point
Copy the full SHA 09a3729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d05a1 - Browse repository at this point
Copy the full SHA b5d05a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d208314 - Browse repository at this point
Copy the full SHA d208314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f3b15 - Browse repository at this point
Copy the full SHA 02f3b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1096d - Browse repository at this point
Copy the full SHA 9c1096dView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7684a2d - Browse repository at this point
Copy the full SHA 7684a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f7f04 - Browse repository at this point
Copy the full SHA 83f7f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c274c - Browse repository at this point
Copy the full SHA 39c274cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8646fc - Browse repository at this point
Copy the full SHA a8646fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d47fe - Browse repository at this point
Copy the full SHA c7d47feView commit details -
island: Replace private static functions in Authenticator with functions
In python, private static methods serve no purpose. Python has first-class functions; let's use them.
Configuration menu - View commit details
-
Copy full SHA for 904e51a - Browse repository at this point
Copy the full SHA 904e51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 060c4b0 - Browse repository at this point
Copy the full SHA 060c4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 502bc3b - Browse repository at this point
Copy the full SHA 502bc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f28cd53 - Browse repository at this point
Copy the full SHA f28cd53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be07a4 - Browse repository at this point
Copy the full SHA 1be07a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa08f0 - Browse repository at this point
Copy the full SHA 5fa08f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3b7af - Browse repository at this point
Copy the full SHA 4b3b7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aed5f3 - Browse repository at this point
Copy the full SHA 1aed5f3View commit details -
island: Simplify UserCreds constructor by removing defaults
The default values were only really used by the test code. We can simplify the Usercreds's interface and test code by removing functionality (read: complication) we don't really need.
Configuration menu - View commit details
-
Copy full SHA for d56cb5c - Browse repository at this point
Copy the full SHA d56cb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e223126 - Browse repository at this point
Copy the full SHA e223126View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c0b72 - Browse repository at this point
Copy the full SHA c4c0b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4dec55 - Browse repository at this point
Copy the full SHA e4dec55View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73b048 - Browse repository at this point
Copy the full SHA f73b048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f49a2c - Browse repository at this point
Copy the full SHA 0f49a2cView commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9024a51 - Browse repository at this point
Copy the full SHA 9024a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7772ea6 - Browse repository at this point
Copy the full SHA 7772ea6View 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.