Commit graph

818 commits

Author SHA1 Message Date
Sami Vänttinen
6dc93f15be
Merge pull request #1171 from keepassxreboot/fix/ebay_logins
Fix detecting eBay password input fields
2021-01-11 06:59:59 +02:00
Sami Vänttinen
6c88696e3e
Merge pull request #1169 from keepassxreboot/fix/improve_form_handling
Improve form handling with credential saving
2021-01-11 06:59:25 +02:00
Sami Vänttinen
b38c30548c
Merge pull request #1168 from keepassxreboot/fix/add_placeholder_to_totp_ignore
Check placeholder attribute for ignoring a false positive with TOTP
2021-01-11 06:59:06 +02:00
varjolintu
54a12fa233 Fix detecting eBay password input fields 2021-01-09 11:33:17 +02:00
varjolintu
a2afb83001 Improve form handling with credential saving 2021-01-09 09:09:16 +02:00
varjolintu
39139d698a Check placeholder attribute for ignoring a false positive with TOTP 2021-01-09 08:44:25 +02:00
Sami Vänttinen
880bad5469
Merge pull request #1156 from keepassxreboot/fix/small_fixes_for_174
Small fixes for 1.7.4
2020-12-21 20:48:03 +02:00
varjolintu
ec1d707237 Small fixes for 1.7.4 2020-12-21 20:41:56 +02:00
Sami Vänttinen
6ec8b55829
Merge pull request #1066 from keepassxreboot/feature/content_script_tests
Content script tests
2020-12-21 20:26:05 +02:00
varjolintu
eebb930b42 Content script tests 2020-12-20 17:57:34 +02:00
Sami Vänttinen
992d4a06cc
Merge pull request #1115 from keepassxreboot/fix/custom_login_fields
Custom Login Fields fixes
2020-12-20 16:49:31 +02:00
Sami Vänttinen
024d5db525
Merge pull request #1140 from keepassxreboot/feature/add_supporters
Add supporters
2020-12-20 16:49:10 +02:00
varjolintu
3da18601f8
Add support for textarea element with Custom Login Fields 2020-12-20 09:24:37 -05:00
varjolintu
0c30e118e3
Custom Login Fields fixes 2020-12-20 09:24:37 -05:00
Sami Vänttinen
9ba0dabd92
Merge pull request #1086 from philipreimer/fix/show_autocomplete_list_without_focus
Fix showing autocomplete list without input field focus
2020-12-20 16:19:30 +02:00
Sami Vänttinen
a6e5a0f92f
Merge pull request #1141 from keepassxreboot/fix/paypal_predefined_sites
Adjust PayPal URL in Predefined Sites
2020-12-20 16:19:05 +02:00
Sami Vänttinen
7f628f53db
Merge pull request #1154 from keepassxreboot/fix/autocomplete_max_name_length
Trim entry name in Autocomplete Menu when needed
2020-12-20 15:43:22 +02:00
varjolintu
88ba2769ab Trim entry name in Autocomplete Menu when needed 2020-12-17 14:44:56 +02:00
Sami Vänttinen
169407a6f4
Merge pull request #1146 from Rookiestyle/develop
Give TOTP field higher priority than KPH: fields when using action get-totp
2020-12-16 09:45:36 +02:00
Sami Vänttinen
51e0d9cf0d
Merge pull request #1142 from keepassxreboot/feature/add_predefined_sites_to_totp
Add TOTP possibility to Predefined Sites
2020-12-16 09:45:18 +02:00
Rookiestyle
fcb12ae300
Give TOTP field higher priority than KPH: fields when using action get-totp
Fixes #1144
2020-12-14 11:35:24 +01:00
varjolintu
7a9672a3c7 Move constants to one file 2020-12-13 21:25:28 +02:00
varjolintu
b68453fa89 Add TOTP possibility to Predefined Sites 2020-12-13 21:19:32 +02:00
varjolintu
f4159b5d33 Add supporters 2020-12-13 16:06:56 +02:00
varjolintu
126fd3a387 Adjust PayPal URL in Predefined Sites 2020-12-12 09:38:55 +02:00
Frederick Zhang
9ea7a26677 Fix typo in get-totp request example 2020-12-08 06:19:41 -05:00
Sami Vänttinen
ccf0195463
Merge pull request #1104 from keepassxreboot/fix/keyboard_shortcuts_page
Improve keyboard shortcuts page
2020-12-08 08:10:33 +02:00
Sami Vänttinen
06da8b7687
Merge pull request #1122 from keepassxreboot/fix/move_issearchfield
Move isSearchField() to a better location
2020-12-08 08:10:15 +02:00
Sami Vänttinen
166f65e1ae
Merge pull request #1125 from keepassxreboot/update_nacl
Update tweetnacl-js to 1.0.3
2020-12-08 08:09:52 +02:00
Bart Nagel
08380827c2 Allow filling KPH attributes from context menu
Co-authored-by: varjolintu <sami.vanttinen@protonmail.com>
2020-12-07 22:59:57 -05:00
varjolintu
3b9b6b7b86 Update tweetnacl-js to 1.0.3 2020-11-26 16:57:16 +02:00
varjolintu
577dadfd18 Move isSearchField() to a better location 2020-11-21 17:59:35 +02:00
Philip Reimer
b24efdcf21 find the correct combination and field
for two-step login flows, like Google and Paypal
2020-11-13 00:44:47 +01:00
Philip Reimer
c82c5dd0b6 set focus to username or password input field
regardless of the currently active element
if at least one combination exists and autocomplete is enabled
2020-11-11 00:39:58 +01:00
Philip Reimer
efb6b031f5 only focus if field can be determined from combinations
and if the field is not the current active element
2020-11-11 00:12:46 +01:00
Philip Reimer
0eaa8ee767 fixes #1081
If input field does not have focus:
- show autocomplete list if there are multiple credentials
- otherwise fill in credentials
2020-11-11 00:12:46 +01:00
varjolintu
e33d57db7a Improve keyboard shortcuts page 2020-11-09 21:38:41 +02:00
Sami Vänttinen
376510c3f8
Merge pull request #1099 from keepassxreboot/fix/extra_check_for_form_action
Add extra checks for form.action
2020-11-07 17:21:03 +02:00
varjolintu
bc2a1fcd12 Add extra checks for form.action 2020-11-07 15:19:29 +02:00
Sami Vänttinen
c273b3b9dd
Merge pull request #1094 from philipreimer/fix/submit_username_when_selecting_from_autocomplete_list_via_keyboard
Fix submitting the usernam when selecting from autocomplete list via keyboard
2020-11-07 11:34:04 +02:00
Sami Vänttinen
6c529058f4
Merge pull request #1084 from keepassxreboot/fix/add_site_fidelity_dot_com
Add fidelity.com to Predefined Sites
2020-11-06 13:14:55 +02:00
Philip Reimer
918139a1d1 fixes #1013 2020-11-05 22:02:51 +01:00
varjolintu
7ee83ede26 Add fidelity.com to Predefined Sites 2020-11-04 16:11:46 +02:00
Sami Vänttinen
e4bd2bd0f5
Merge pull request #1090 from keepassxreboot/fix/predefined_sites
Fixes for Predefined Sites
2020-11-04 16:08:15 +02:00
varjolintu
e9f5726b35 Fixes for Predefined Sites 2020-11-04 15:29:12 +02:00
Sami Vänttinen
9896debfc4
Merge pull request #1085 from keepassxreboot/fix/totp_173
Remove one TOTP ignore regex
2020-11-04 06:53:22 +02:00
varjolintu
7c02f23200 Remove one TOTP ignore regex 2020-11-03 12:55:51 +02:00
Sami Vänttinen
82e32d4e78
Merge pull request #1010 from keepassxreboot/feature/predefined_sites
Add predefined sites option
2020-11-01 20:20:39 +02:00
varjolintu
6a70f44264 Add predefined sites option 2020-11-01 20:17:00 +02:00
Sami Vänttinen
32be7daa37
Merge pull request #1040 from keepassxreboot/fix/totp_field_fixes
TOTP ignoredTypes fix
2020-11-01 07:42:27 +02:00