-
Notifications
You must be signed in to change notification settings - Fork 38
Comparing changes
Open a pull request
base repository: mulbc/vaultPass
base: v2.3.2
head repository: mulbc/vaultPass
compare: v2.3.3
- 18 commits
- 14 files changed
- 4 contributors
Commits on Jan 9, 2023
-
Allow password to be auto-filled when on a page of its own
A number of website now prompts for username and password on separate pages, so made sure the password is auto-filled as soon as found, before trying to find the username field. Also improve the username matching algorithm. It will now consider other candidates if one is not 'visible'
Configuration menu - View commit details
-
Copy full SHA for ee80ebb - Browse repository at this point
Copy the full SHA ee80ebbView commit details
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73bcbe2 - Browse repository at this point
Copy the full SHA 73bcbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f1105 - Browse repository at this point
Copy the full SHA 92f1105View commit details -
Configuration menu - View commit details
-
Copy full SHA for eff82d1 - Browse repository at this point
Copy the full SHA eff82d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 350c66c - Browse repository at this point
Copy the full SHA 350c66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83777e4 - Browse repository at this point
Copy the full SHA 83777e4View commit details
Commits on Jan 13, 2023
-
Autofill visible password fields only
Some site have their Register form, Reset Password form etc... as hidden panels. So only select the first visible password field when autofilling from Vault If no visible password field can be found, select the first one
Configuration menu - View commit details
-
Copy full SHA for 1e55885 - Browse repository at this point
Copy the full SHA 1e55885View commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81bfaac - Browse repository at this point
Copy the full SHA 81bfaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8764a3f - Browse repository at this point
Copy the full SHA 8764a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2193e67 - Browse repository at this point
Copy the full SHA 2193e67View commit details -
Add secondary login info test to dev setup
Also try to clean up any old env
Configuration menu - View commit details
-
Copy full SHA for 1663bec - Browse repository at this point
Copy the full SHA 1663becView commit details
Commits on Jan 27, 2023
-
Add support for more than one username/password per secret
Read any other username/password pairs from any given secret on top of the default "username"/"password" pair For example, if a secret has the following keys: { "username": "myusername", "password": "mypassword", "username.2": "other username", "password.2": "other password", "username for test": "test username", "password for test": "test password" } then 3 sets of credentials will be loaded for that one secret: myusername/mypassword other username/other password and test username/test password
Configuration menu - View commit details
-
Copy full SHA for 4f36891 - Browse repository at this point
Copy the full SHA 4f36891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cc42c - Browse repository at this point
Copy the full SHA 86cc42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e4938 - Browse repository at this point
Copy the full SHA 70e4938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 288dc55 - Browse repository at this point
Copy the full SHA 288dc55View commit details -
Limit matching username field to generic text input
To avoid to many false positive, only widen the search for a potential username field to generic text fields when a password field is in a form or the user manually requested credentials to be filled on the current web page
Configuration menu - View commit details
-
Copy full SHA for 869b06d - Browse repository at this point
Copy the full SHA 869b06dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b0732 - Browse repository at this point
Copy the full SHA 51b0732View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8c767 - Browse repository at this point
Copy the full SHA da8c767View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.2...v2.3.3