Commit graph

993 commits

Author SHA1 Message Date
Sami Vänttinen
f99dba382e
Merge pull request #1496 from keepassxreboot/fix/notification_issue
Fix notification issues
2021-12-09 06:55:19 +02:00
Sami Vänttinen
5d6645586e
Merge pull request #1497 from keepassxreboot/fix/check_for_undefined
Fix check for undefined combination variable
2021-12-09 06:54:56 +02:00
varjolintu
d2fc272af2 Fix check for undefined combination variable 2021-12-08 21:34:28 +02:00
varjolintu
3663c3cf00 Fix notification issues 2021-12-08 17:05:58 +02:00
Sami Vänttinen
e27115a894
Merge pull request #1487 from keepassxreboot/fix/aws_auto-submit
Fix Auto-Submit with Amazon AWS
2021-12-04 20:28:41 +02:00
Sami Vänttinen
e75b73214d
Merge pull request #1486 from keepassxreboot/fix/trim_username_on_banner
Trim username when displaying Credential Banner
2021-12-04 20:28:29 +02:00
varjolintu
2ecee6ab23 Fix Auto-Submit with Amazon AWS 2021-12-04 11:28:31 +02:00
varjolintu
254f04ba2e Trim username when displaying Credential Banner 2021-12-04 11:02:52 +02:00
Sami Vänttinen
bfe18345b5
Merge pull request #1470 from keepassxreboot/fix/add_minimum_font_size_to_autocomplete_menu
Add minimum font size to autocomplete menu
2021-11-27 14:17:20 +02:00
Sami Vänttinen
70280b8315
Merge pull request #1469 from keepassxreboot/add_new_predefined_sites_21-11-21
Add new predefined sites
2021-11-27 14:16:43 +02:00
varjolintu
49defe388d Add minimum font size to autocomplete menu 2021-11-21 12:20:31 +02:00
varjolintu
43da75de1f Add new predefined sites 2021-11-21 12:17:19 +02:00
Sami Vänttinen
aa0887e2a3
Merge pull request #1465 from keepassxreboot/fix/totp_ignore
Add inputMode check for 2FA field detection
2021-11-20 13:20:23 +02:00
Sami Vänttinen
742f396d15
Merge pull request #1466 from keepassxreboot/add_missing_translations
Add missing translations
2021-11-20 13:19:53 +02:00
varjolintu
7f2d19afb8 Add missing translations 2021-11-20 11:18:01 +02:00
varjolintu
a99e1b8085 Add inputMode check for 2FA field detection 2021-11-20 11:09:05 +02:00
Sami Vänttinen
12066e6f3a
Merge pull request #1448 from keepassxreboot/upgrade_version
Upgrade version
2021-11-17 12:35:53 +02:00
varjolintu
5e81ca73c1 Upgrade version 2021-11-17 08:39:09 +02:00
Sami Vänttinen
a1678cd358
Merge pull request #1447 from keepassxreboot/fix/content_dragging
Fix interfering mouse events when dragging content
2021-11-17 08:35:25 +02:00
varjolintu
f4958296d8 Fix interfering mouse events when dragging content 2021-11-17 08:34:59 +02:00
Sami Vänttinen
75bf977e63
Merge pull request #1445 from keepassxreboot/fix/add_twitter_to_predefined_sites
Add Twitter to Predefined Sites
2021-11-15 21:39:40 +02:00
varjolintu
c57cb92f3e Add Twitter to Predefined Sites 2021-11-15 20:58:40 +02:00
Sami Vänttinen
e69135ff6a
Merge pull request #1438 from stefansundin/tweak-tab-autofill
Do not autofill the password when Tab is pressed if the list is closed
2021-11-09 19:53:09 +02:00
Sami Vänttinen
1b4fc151d4
Merge pull request #1443 from stefansundin/stop-selecting-contents
Do not select the contents of the text field when there are no credentials
2021-11-09 19:50:05 +02:00
Stefan Sundin
b2870c26c0 Return early if there are no credentials. This fixes an annoying behavior where the extension selects the contents of a text field that does not contain credentials (e.g. misidentified TOTP field). Selecting the contents of a text field when it is clicked is not normal behavior and feels really off. 2021-11-09 08:10:41 -08:00
Sami Vänttinen
7eba997f79
Merge pull request #1429 from keepassxreboot/fix/apple_login_page
Fix Apple login page
2021-11-09 06:26:29 +02:00
Sami Vänttinen
4f6e2f1a8a
Merge pull request #1440 from stefansundin/prevent-white-flash
Settings page: load the theme earlier to prevent a white flash
2021-11-08 19:42:47 +02:00
Sami Vänttinen
d3aca6ea14
Merge pull request #1439 from stefansundin/add-scroll-to-autocomplete
Add scrolling to autocomplete list
2021-11-08 19:34:26 +02:00
Sami Vänttinen
8365fa8871
Merge pull request #1411 from keepassxreboot/i18n/tx_de5e9617fb
Translate '/keepassxc-browser/_locales/en/messages.json' in 'zh_CN'
2021-11-08 19:29:53 +02:00
Sami Vänttinen
647d92804b
Merge pull request #1412 from keepassxreboot/i18n/tx_9d11cd7395
Translate '/keepassxc-browser/_locales/en/messages.json' in 'es'
2021-11-08 19:29:46 +02:00
Sami Vänttinen
0520b83cb2
Merge pull request #1433 from keepassxreboot/i18n/tx_bcb53180ff
Translate '/keepassxc-browser/_locales/en/messages.json' in 'my'
2021-11-08 19:29:38 +02:00
Sami Vänttinen
c495e484bc
Merge pull request #1410 from keepassxreboot/i18n/tx_90d114ec7a
Translate '/keepassxc-browser/_locales/en/messages.json' in 'pl'
2021-11-08 19:29:30 +02:00
Stefan Sundin
fc9c612840 Load the colorTheme earlier to prevent a white flash when the Settings page is opened. This requires storing the theme somewhere where we can load it immediately before the first render (I picked localStorage for simplicity). 2021-11-07 13:37:06 -08:00
Stefan Sundin
e864ffacf9 Add scrolling to autocomplete list. This makes long lists easier to use. 2021-11-07 13:05:57 -08:00
Stefan Sundin
2cbb7bc458 Do not autofill the password when Tab is pressed if the list has been closed. 2021-11-07 12:46:34 -08:00
Sami Vänttinen
1c3538f316
Merge pull request #1435 from keepassxreboot/fix/css_issues
Fix CSS issues
2021-10-30 22:39:46 +03:00
varjolintu
e1b578405d Fix CSS issues 2021-10-30 18:46:26 +03:00
Sami Vänttinen
067ac51822
Merge pull request #1434 from keepassxreboot/feature/add_reload_extension_shortcut
Add support for reload extension shortcut
2021-10-30 17:56:21 +03:00
varjolintu
2b246a2bef Add support for reload extension shortcut 2021-10-29 22:01:43 +03:00
transifex-integration[bot]
1c4871a771
Apply translations in my
review completed for the source file '/keepassxc-browser/_locales/en/messages.json'
on the 'my' language.
2021-10-24 08:53:09 +00:00
varjolintu
bb80a4a190 Fix Apple login page 2021-10-18 08:02:06 +03:00
Sami Vänttinen
570bfc68e0
Merge pull request #1329 from keepassxreboot/feature/use_kpxc_password_gen
Launch KeePassXC password generator popup if 2.7.0 or newer
2021-10-17 11:39:29 +03:00
Sami Vänttinen
460866a965
Merge pull request #1394 from keepassxreboot/fix/site_fidelity
Fix Custom Field Selection for fidelity.com
2021-10-17 11:36:47 +03:00
Sami Vänttinen
b4023404dd
Merge pull request #1381 from noahtkeller/develop
Adds ability to resolve totp field by parent selector
2021-10-17 11:34:59 +03:00
varjolintu
98eb4ab0a9
Use native KeePassXC password generator (2.7.0+) 2021-10-16 21:21:58 -04:00
Sami Vänttinen
1579838617
Merge pull request #1265 from keepassxreboot/feature/autotype_from_browser
Support for triggering Global Auto-Type
2021-10-11 15:56:50 +03:00
varjolintu
ec82eabda2 Remove IP regex 2021-10-11 06:58:35 +03:00
varjolintu
ea84842c81 Support for triggering Global Auto-Type 2021-10-10 14:52:43 +03:00
transifex-integration[bot]
f19044e21b Apply translations in pt_PT
translation completed for the source file '/keepassxc-browser/_locales/en/messages.json'
on the 'pt_PT' language.
2021-09-28 23:35:17 +02:00
transifex-integration[bot]
811333feed Apply translations in cs
translation completed for the source file '/keepassxc-browser/_locales/en/messages.json'
on the 'cs' language.
2021-09-28 22:52:11 +02:00