Commit graph

1451 commits

Author SHA1 Message Date
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
Sami Vänttinen
ab1d90f9a2
Merge pull request #1294 from keepassxreboot/fix/autocomplete_with_keyboard
Fix autocomplete menu with keyboard
2021-04-03 07:23:12 +03:00
varjolintu
aa6b1df0ce Fix variable name 2021-04-02 17:59:45 +03:00
varjolintu
25d9fd1c67 Fix autocomplete menu with keyboard 2021-04-02 09:06:34 +03:00
varjolintu
7529283646 Fix id and name check for form 2021-03-31 07:26:19 +03:00
Sami Vänttinen
22eedbcca9
Merge pull request #1288 from keepassxreboot/update_changelog
Update changelog
2021-03-30 19:26:50 +03:00
varjolintu
a60d1d4c12 Update changelog 2021-03-30 17:03:11 +03:00
Sami Vänttinen
cd01082051
Merge pull request #1286 from keepassxreboot/fix/version_error_message
Fix version error message on options page
2021-03-29 07:00:23 +03:00
varjolintu
b1faeddbd8 Compare versions properly 2021-03-28 20:46:52 +03:00
Sami Vänttinen
71497adef3
Merge pull request #1283 from keepassxreboot/fix/clear_credentials_on_tab_change
Make sure credentials are cleaned at tab switch
2021-03-28 19:19:41 +03:00
varjolintu
f93c91e994 Make sure credentials are cleaned at tab switch 2021-03-28 19:17:53 +03:00
varjolintu
015b209412 Fix version error message on options page 2021-03-28 19:15:54 +03:00
Sami Vänttinen
1ed925f9df
Merge pull request #1280 from keepassxreboot/feature/credential_sorting
Add credential sorting
2021-03-27 16:29:31 +02:00
varjolintu
a4355c95c2 Add credential sorting 2021-03-27 16:20:57 +02:00
Sami Vänttinen
07d59efebc
Merge pull request #1216 from keepassxreboot/feature/multiple_totp_fields
Fill multiple single TOTP fields
2021-03-27 15:53:11 +02:00
Sami Vänttinen
6ffcf8b2af
Merge pull request #1278 from keepassxreboot/feature/ignore_auto-submit
Ignore Auto-Submit option for Site Preferences
2021-03-24 13:06:35 +02:00
varjolintu
df3f91e84f Ignore Auto-Submit option for Site Preferences 2021-03-24 08:33:58 +02:00
varjolintu
19ec4a60b8 Add support for segmented TOTP fields without a form 2021-03-14 11:20:21 +02:00
varjolintu
a27154ad47 Add check for form 2021-03-13 14:16:04 +02:00
varjolintu
7fcfc82a04 Add form length check if no TOTP ids are found 2021-03-13 10:11:02 +02:00
Sami Vänttinen
7635f74e82
Merge pull request #1264 from keepassxreboot/fix/add_all_amazon_sites_to_site_preferences
Add all Amazon sites to Predefined Sites
2021-03-12 17:54:06 +02:00
varjolintu
af43c5870e Add all Amazon sites to Predefined Sites 2021-03-12 15:11:48 +02:00
Sami Vänttinen
fe9d6fe429
Merge pull request #1261 from keepassxreboot/feature/add_odc_live_url_to_site_preferences
Add odc.officeaps.live.com to Site Preferences
2021-03-10 19:25:30 +02:00
varjolintu
0ce6706656 Add odc.officeaps.live.com to Site Preferences 2021-03-10 18:05:56 +02:00
Sami Vänttinen
37acdeea3c
Merge pull request #1243 from keepassxreboot/feature/xpath_as_custom_login_id
Use XPath for element ID creation
2021-03-08 16:31:04 +02:00
varjolintu
ab485379a6 Add icon to the right side of the segmented fields 2021-03-07 11:54:57 +02:00
varjolintu
de938259b9 Show notification when fields are not found 2021-03-07 10:46:06 +02:00
Sami Vänttinen
585e4d0123
Merge pull request #1256 from keepassxreboot/feature/additional_keyboard_shortcuts
Additional keyboard shortcuts
2021-03-03 06:28:59 +02:00
varjolintu
062b7136cc Add reopen database keyboard shortcut option 2021-03-02 20:55:47 +02:00