Commit graph

1512 commits

Author SHA1 Message Date
varjolintu
6125a60685 Increase default redirect value from 1 to 3 2023-01-27 08:42:32 +02:00
varjolintu
813acc3eb9 Do not fill readonly fields 2023-01-27 08:40:33 +02:00
Sami Vänttinen
06b968d60b
Merge pull request #1836 from keepassxreboot/fix/remove_icon_from_internal_list
Remove icon input field from the internal list when removing the icon
2023-01-25 18:24:08 +02:00
Sami Vänttinen
5075b36819
Merge pull request #1835 from keepassxreboot/fix/popup_login_change
Fix login popup change with locked database
2023-01-25 18:23:52 +02:00
varjolintu
b62523b756 Remove icon input field from the internal list when removing the icon 2023-01-24 19:03:58 +02:00
varjolintu
b1e7186194 Fix login popup change with locked database 2023-01-24 18:10:28 +02:00
Sami Vänttinen
6447e32fe6
Merge pull request #1827 from keepassxreboot/fix/update_autocomplete_menu
Fix updating Autocomplete Menu on database close
2023-01-16 15:26:21 +02:00
Sami Vänttinen
288aca7dae
Merge pull request #1825 from lodavid/fix/auto-open-race
Fix extension behavior for Auto-Open
2023-01-16 15:26:10 +02:00
varjolintu
e37bdd622b Fix updating Autocomplete Menu on database close 2023-01-16 08:57:08 +02:00
davidlo
c9874719c9 Fix extension behavior for Auto-Open
This makes the extension behave as expected in my set up, where unlocking the primary DB (which unlocks the child DBs automatically) keep the extension in an "unlocked" state.
2023-01-15 02:14:52 -08:00
Sami Vänttinen
6e6c305da9
Merge pull request #1822 from keepassxreboot/fix/remove_getbackgroundpage
Remove browser.runtime.getBackgroundPage()
2023-01-11 21:23:23 +02:00
varjolintu
3fede80471 Remove browser.runtime.getBackgroundPage() 2023-01-10 17:43:34 +02:00
Sami Vänttinen
29fed19bed
Merge pull request #1816 from keepassxreboot/fix/remove_eslint_import
Remove eslint-config-airbnb-base
2023-01-03 14:07:46 +02:00
varjolintu
8ffc3fbe43 Remove eslint-config-airbnb-base 2023-01-03 10:28:59 +02:00
Sami Vänttinen
ed098fed1d
Merge pull request #1807 from keepassxreboot/update_tx_config
Update Transifex configuration file
2022-12-19 16:54:58 +02:00
varjolintu
d1870c1642 Update Transifex configuration file 2022-12-19 16:49:53 +02:00
Sami Vänttinen
2cc86fad92
Merge pull request #1805 from keepassxreboot/update_version_to_184
Update version and changelog for 1.8.4
2022-12-19 15:35:50 +02:00
varjolintu
27562a3ce3 Update version and changelog for 1.8.4 2022-12-18 16:26:06 +02:00
Sami Vänttinen
54bf737f33
Merge pull request #1797 from keepassxreboot/fix/always_accept_one-time-code_totp_field
Always accept one-time-code TOTP field
2022-12-06 08:20:24 +02:00
varjolintu
7bfa5d5d90 Always accept one-time-code TOTP field 2022-12-05 18:59:46 +02:00
Sami Vänttinen
ad7adc919d
Update translations (#1791)
Update translations
2022-12-03 10:08:54 +02:00
Stefan Sundin
3dfb53a0a3
Wait for stylesheets to load before displaying shadow DOM elements (#1773)
Wait for stylesheets to load before displaying shadow DOM elements
2022-11-16 13:14:52 +02:00
Stefan Sundin
f62c1d6a1f
Update eslint rules, add .prettierignore file, fix some formatting, and fix some bugs (#1756)
Update eslint rules, add .prettierignore file, fix some formatting, and fix some bugs
2022-11-16 13:11:13 +02:00
Stefan Sundin
603e1d4def Try harder to identify the username used if the user have multiple entries for a website. This should help prevent false-positive banners when the user did *not* change their password, especially on multi-step login forms. 2022-11-14 21:03:03 -08:00
Sami Vänttinen
2ea0fe2b97
Fix Autocomplete Menu border color on dark theme (#1770)
Fix Autocomplete Menu border color on dark theme
2022-11-07 06:52:23 +02:00
Sami Vänttinen
d9b743f58a
Merge pull request #1769 from keepassxreboot/fix/add_steamcommunity_2fa_exception
Add steamcommunity.com to 2FA exception list
2022-11-04 13:33:52 +02:00
Stefan Sundin
9df8a515f2
Fix enter key issue on Google (#1758)
Fix the enter key triggering form submit on Google even though preventDefault is used.
2022-11-04 07:31:49 +02:00
varjolintu
e580f02f18 Add steamcommunity.com to 2FA exception list 2022-11-04 07:28:01 +02:00
Sami Vänttinen
c4a1713de9
Merge pull request #1765 from hauk92/paypal
Add even more PayPal URLs to predefined sites
2022-11-03 17:24:29 +02:00
Sami Vänttinen
2a6ef03846
Merge pull request #1755 from stefansundin/epicgames-totp
Update segmented TOTP detection to work with epicgames.com
2022-11-02 21:27:12 +02:00
hauk92
277b1c4ae5 Add even more PayPal URLs to predefined sites 2022-11-02 18:38:50 +01:00
Sami Vänttinen
af7e36803f
Merge pull request #1761 from keepassxreboot/fix/remove_request_id
Remove requestId from retrieve credentials request
2022-10-30 21:05:08 +02:00
varjolintu
b646a4263c Remove requestId from retrieve credentials request 2022-10-30 20:26:06 +02:00
Stefan Sundin
aa24a86a83 Update segmented TOTP detection to work with epicgames.com. 2022-10-26 19:22:01 -07:00
Sami Vänttinen
1b4aaf5c71
Merge pull request #1750 from keepassxreboot/update_issue_template
Add link to troubleshooting guide to the issue template
2022-10-25 15:20:14 +03:00
Sami Vänttinen
20759d883f
Add link to troubleshooting guide to the issue template 2022-10-25 15:17:19 +03:00
Sami Vänttinen
4d96e55707
Merge pull request #1722 from keepassxreboot/fix/checkbox_color_on_light_theme
Fix checkbox colors on light theme
2022-10-24 07:35:05 +03:00
varjolintu
49ade74012 Bump version number and update CHANGELOG 2022-10-24 07:34:30 +03:00
Sami Vänttinen
9de3a21122
Merge pull request #1743 from onthegocode/patch-1
Update autocomplete.js
2022-10-24 07:22:45 +03:00
Andrew Rivera
54609a3ed8
Update autocomplete.js
Updating for loop to modern forEach method to loop over node list and remove class.
2022-10-07 19:37:42 -07:00
Sami Vänttinen
19595526cf
Fix detecting submit button on Microsoft Login page (#1741)
Fix detecting submit button on Microsoft Login page
2022-10-07 07:46:00 +03:00
Sami Vänttinen
4a6a99dcb9
Merge pull request #1724 from keepassxreboot/fix/hide_duplicate_totp_entry
Hide duplicate TOTP entry
2022-10-07 07:43:17 +03:00
Sami Vänttinen
fff0943e2f
Merge pull request #1735 from keepassxreboot/fix/options_page_hamburger_menu
Fix options page hamburger menu
2022-09-27 13:31:50 +03:00
varjolintu
c9c3ccd28d Fix options page hamburger menu 2022-09-27 10:53:58 +03:00
Sami Vänttinen
a13a34ee78
Merge pull request #1731 from keepassxreboot/fix/clf_string_fields
Fix saving Custom Login Fields
2022-09-24 16:20:52 +03:00
3nt3
ab07314a5b
Automatically reconnect on keyboard shortcuts (#1728)
Automatically reconnect to database on keyboard shortcut
2022-09-22 13:43:34 +03:00
varjolintu
a81aa25710 Fix saving Custom Login Fields 2022-09-22 12:40:58 +03:00
Sami Vänttinen
a93ac4b3ac
Merge pull request #1726 from keepassxreboot/fix/allow_filling_totp_without_a_combination
Allow filling TOTP without a combination
2022-09-18 16:28:32 +03:00
varjolintu
dd4334971c Allow filling TOTP without a combination 2022-09-17 19:32:45 +03:00
varjolintu
2c5d52b0be Hide duplicate TOTP entry 2022-09-17 10:32:52 +03:00