Commit graph

929 commits

Author SHA1 Message Date
varjolintu
127fcef08c Fix LinkedIn TOTP field detection 2021-08-08 19:24:48 +03:00
Sami Vänttinen
6975a78a7c
Merge pull request #1389 from keepassxreboot/fix/custom_fields_css
Fix Custom Fields selector CSS
2021-08-05 13:22:12 +03:00
varjolintu
69b978b526 Fix Custom Fields selector CSS 2021-08-05 12:41:05 +03:00
Sami Vänttinen
eeb69820bd
Merge pull request #1388 from keepassxreboot/fix/filling_dynamic_popups
Fix filling dynamic popups
2021-08-05 08:33:32 +03:00
Sami Vänttinen
165b214069
Merge pull request #1386 from keepassxreboot/fix/prevent_css_leaking
Prevent CSS leaking
2021-08-05 08:33:00 +03:00
varjolintu
639a6a65ee Fix filling dynamic popups 2021-08-03 08:04:52 +03:00
varjolintu
6d5b929ab5 Prevent CSS leaking 2021-08-01 09:16:21 +03:00
Sami Vänttinen
81c6780272
Merge pull request #1380 from keepassxreboot/fix/revert_form_visibility_check
Revert form visibility check
2021-07-22 15:27:44 +03:00
varjolintu
165ec2cbbc Revert form visibility check 2021-07-22 15:00:59 +03:00
Sami Vänttinen
721aae07ed
Merge pull request #1351 from keepassxreboot/fix/form_detection_from_style_attribute
Fix form detection from style attribute
2021-07-21 18:35:50 +03:00
Sami Vänttinen
a8774f9f20
Merge pull request #1374 from JodliDev/develop
Added more dispatchEvents to fill()
2021-07-21 18:14:29 +03:00
Sami Vänttinen
178a5bedcf
Merge pull request #1368 from keepassxreboot/fix/check_for_form_opacity
Check for form opacity
2021-07-18 14:09:01 +03:00
Sami Vänttinen
12c926bfc9
Merge pull request #1376 from keepassxreboot/fix/shadowselector_function
Fix shadowSelectorAll check
2021-07-16 23:50:34 +03:00
varjolintu
3c1519f649 Fix shadowSelectorAll check 2021-07-16 21:28:10 +03:00
JodliDev
7ef89a5616
Update pwgen.js
Added more dispatchEvent's when filling password
2021-07-15 07:17:00 +02:00
varjolintu
589ff8b198 Check for form opacity 2021-07-12 18:27:22 +03:00
Sami Vänttinen
ef45c45838
Merge pull request #1363 from keepassxreboot/fix/apple_totp
Fix filling TOTP on Apple login page
2021-07-04 08:19:15 +03:00
varjolintu
00b9a31b80 Fix filling TOTP on Apple login page 2021-07-03 09:52:38 +03:00
Sami Vänttinen
3db23e9452
Merge pull request #1350 from keepassxreboot/fix/totp_filling
TOTP filling fixes
2021-06-19 14:15:03 +03:00
Sami Vänttinen
7e0c2658e8
Merge pull request #1317 from stefansundin/allow-file-protocol
Allow file:// protocol in site preferences
2021-06-19 14:14:35 +03:00
varjolintu
6964513dde Fix form detection from style attribute 2021-06-14 17:17:29 +03:00
varjolintu
fbc326ebb9 Add one more setter 2021-06-13 19:41:35 +03:00
Sami Vänttinen
71491d9e98
Merge pull request #1349 from keepassxreboot/fix/ignore_prereleases
Ignore prereleases on update check
2021-06-13 13:48:47 +03:00
varjolintu
67f3604ae4 TOTP filling fixes 2021-06-13 13:17:29 +03:00
varjolintu
50f0e0110e Ignore prereleases on update check 2021-06-13 08:10:22 +03:00
Sami Vänttinen
2d1401aada
Merge pull request #1338 from keepassxreboot/fix/page_reload
Fix credential retrieval on page reload
2021-05-30 10:34:46 +03:00
varjolintu
ae87880494 Fix credential retrieval on page reload 2021-05-30 10:34:22 +03:00
Sami Vänttinen
172fd6807a
Merge pull request #1335 from mwcz/patch-1
add namespace to `slidein` animation
2021-05-29 12:07:14 +03:00
Michael Clayton
ad68080a58
add namespace to slidein animation
I ran into a conflict on a site which also used a CSS animation named `slidein`, so I'd suggest this change or something like it to namespace the animation.  The `slidein` animation from this extension caused elements on the site to not appear.
2021-05-24 14:37:17 -04:00
Sami Vänttinen
f8e26f98a1
Merge pull request #1320 from keepassxreboot/fix/custom_fields_check
Fix Custom Fields check
2021-05-04 06:49:34 +03:00
varjolintu
b4718528b6 Fix Custom Fields check 2021-05-03 07:02:30 +03:00
Stefan Sundin
56ff521812 Escape "." also for file://. 2021-04-29 08:25:14 -07:00
Stefan Sundin
254f255afe Rename tr variables to avoid conflict with the tr function. This avoids this confusing error: can't access lexical declaration 'tr' before initialization. 2021-04-29 08:17:53 -07:00
Stefan Sundin
e6f7c6c21f Do toLowerCase() earlier so the value that is added to the table is consistent after page refresh. This also prevents duplicates with different casing from being added. 2021-04-29 08:13:34 -07:00
Stefan Sundin
c98d7d8cf2 Remove "file" from schemeSegment. This lets you add "file://*" as a site preference (before this would be corrected to "file://*/" and you had to use "file:///*" to get what you wanted). 2021-04-29 07:59:29 -07:00
Stefan Sundin
aba6823eec Add special handling of file:// since there is no host. 2021-04-29 07:58:01 -07:00
Stefan Sundin
4a17805d81 Change minlength to 5 characters to allow "file://*". 2021-04-28 21:22:21 -07:00
Stefan Sundin
ca72d95e6a Remove unnecessary variable. 2021-04-28 21:21:08 -07:00
Stefan Sundin
cc8ce983f6 The manualUrl.validity.valid check already checks for minlength. Add a maxlength attribute and remove javascript check. 2021-04-28 21:20:43 -07:00
Stefan Sundin
57dfe26630 Allow file:// in site preferences. 2021-04-28 21:17:55 -07:00
Sami Vänttinen
dc3e680d1c
Merge pull request #1304 from keepassxreboot/fix/switch_from_index_to_uuid
Switch from index to uuid
2021-04-12 16:27:05 +03:00
varjolintu
06d439d95c Update version number 2021-04-12 16:26:42 +03:00
varjolintu
d698a3a81c First draft 2021-04-11 09:59:31 +03:00
Sami Vänttinen
4cf1731d2e
Merge pull request #1299 from keepassxreboot/fix/improve_ebay_login_flow
Improve eBay login flow
2021-04-10 14:37:53 +03:00
Sami Vänttinen
6a75faa071
Merge pull request #1301 from amiga23/patch-1
Add "2fpin" to acceptedOTPFields to fix #1291
2021-04-10 14:37:33 +03:00
amiga23
8159f700d8
Add "2fpin" to acceptedOTPFields to fix #1291 2021-04-09 13:35:30 +02:00
Sami Vänttinen
4a1a66b785
Merge pull request #1296 from keepassxreboot/fix/fill_from_popup
Fix filling from popup
2021-04-03 15:31:00 +03:00
varjolintu
73971efb7b Fix filling from popup 2021-04-03 15:30:27 +03:00
varjolintu
e36af04a92 Improve eBay login flow 2021-04-03 12:43:20 +03:00
Sami Vänttinen
a0bf794a3d
Merge pull request #1290 from keepassxreboot/fix/variable_check
Fix id and name check for form
2021-04-03 11:42:10 +03:00