Commit graph

1049 commits

Author SHA1 Message Date
Sami Vänttinen
20add79f96 Small adjustments 2023-01-06 11:30:06 +02:00
varjolintu
6616b0ea59 Bypass polyfill library on sendNativeMessage call 2022-04-17 11:57:31 +03:00
varjolintu
e186810385 Safari support 2022-04-17 10:13:50 +03:00
Sami Vänttinen
20eb9e6638
Update build script (#1605)
Update build script
2022-04-17 08:07:16 +03:00
Sami Vänttinen
b8ab30f757
Merge pull request #1604 from keepassxreboot/feature/show_link_to_guide
Show a link to the Getting Started Guide for new users
2022-04-16 14:40:00 +03:00
varjolintu
c0b5b59b86 Show a link to the Getting Started Guide for new users 2022-04-16 10:45:46 +03:00
Sami Vänttinen
d0298865c6
Merge pull request #1602 from keepassxreboot/fix/check_maxlength
Check that maxLength is above zero
2022-04-13 07:12:55 +03:00
varjolintu
f8b5fc87ec Check that maxLength is above zero 2022-04-12 20:45:59 +03:00
Sami Vänttinen
7b9d203b85
Merge pull request #1598 from keepassxreboot/fix/force_text_align_with_autocomplete
Force text-align with Autocomplete Menu items
2022-04-10 14:59:01 +03:00
varjolintu
48055393d0 Force text-align with Autocomplete Menu items 2022-04-10 11:10:51 +03:00
Sami Vänttinen
a54c589bd8
Merge pull request #1596 from keepassxreboot/feature/warn_about_password_field_maxlen
Add a notification when filled password length exceeds field's max length
2022-04-09 17:26:42 +03:00
varjolintu
2a763cc6c3 Add a notification when filled password length exceeds the fields maxLength 2022-04-09 17:17:59 +03:00
Sami Vänttinen
adeb6add9a
Fix Username Icon position on Apple login page (#1590)
Fix Username Icon position on Apple login page
2022-04-05 08:10:56 +03:00
Sami Vänttinen
b67f05328c
Updates Bootstrap library to version 5. Removes jQuery. (#1578)
* Update Bootstrap to V5. Remove jQuery.
2022-04-05 08:04:15 +03:00
Sami Vänttinen
646332b2ff
Merge pull request #1584 from keepassxreboot/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-03-28 08:50:29 +03:00
dependabot[bot]
536181f7ca
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 06:07:46 +00:00
Sami Vänttinen
cc343440bc
Merge pull request #1577 from keepassxreboot/feature/move_tests_to_playwright
Move content script tests to Playwright
2022-03-20 09:49:33 +02:00
varjolintu
b0c07ec00e Revert a comment 2022-03-18 17:02:35 +02:00
varjolintu
477809cd2d Revert pretty print on polyfill 2022-03-18 17:02:04 +02:00
varjolintu
97e801271f Revert some changes 2022-03-18 17:00:27 +02:00
varjolintu
ecae40a6b6 Move tests from Selenium & Mocha to Playwright 2022-03-18 16:52:02 +02:00
varjolintu
97e07b5a62 Second draft 2022-03-18 16:10:36 +02:00
varjolintu
c18cbc630d First draft 2022-03-18 14:24:01 +02:00
Sami Vänttinen
2c5220eea4
Merge pull request #1573 from keepassxreboot/fix/totp_filling_without_combination
Fix filling TOTP to fields not in combinations
2022-03-17 14:15:15 +02:00
Sami Vänttinen
dc2e1bfed5
Merge pull request #1575 from keepassxreboot/fix/autofill_explanation
Adjust auto-fill warning message
2022-03-17 14:14:57 +02:00
varjolintu
3fec23c569 Adjust auto-fill warning message 2022-03-17 11:11:31 +02:00
varjolintu
bfb309963a Fix filling TOTP to fields not in combinations 2022-03-17 10:49:49 +02:00
Sami Vänttinen
6ab3299faf
Merge pull request #1568 from keepassxreboot/i18n/tx_8e7b5d63f5
Translate '/keepassxc-browser/_locales/en/messages.json' in 'he'
2022-03-07 11:09:32 +02:00
transifex-integration[bot]
e4e232d4ae
Apply translations in he
review completed for the source file '/keepassxc-browser/_locales/en/messages.json'
on the 'he' language.
2022-03-07 09:08:29 +00:00
Sami Vänttinen
441416cd09
Handle requestID with error responses (#1561)
Handle requestID with error responses
2022-02-20 22:05:10 +02:00
Sami Vänttinen
3a66e03e96
Merge pull request #1551 from keepassxreboot/fix/update_webextension-polyfill
Update webextension-polyfill from 0.7.0 to 0.8.0
2022-01-30 20:29:52 +02:00
varjolintu
161d8064b8 Update webextension-polyfill from 0.7.0 to 0.8.0 2022-01-30 15:55:06 +02:00
Sami Vänttinen
df8f0a8fd2
Merge pull request #1544 from keepassxreboot/i18n/tx_208502acad
Translate '/keepassxc-browser/_locales/en/messages.json' in 'tr'
2022-01-30 09:21:07 +02:00
Sami Vänttinen
2bb2ab57f5
Merge pull request #1545 from Ashus/develop
Fix disabled OTP icons - they are never added
2022-01-25 06:11:43 +02:00
Ashus
1f883912ad Fix disabled OTP icons - they are never added 2022-01-25 00:24:28 +01:00
transifex-integration[bot]
ccf7d3c781
Apply translations in tr
review completed for the source file '/keepassxc-browser/_locales/en/messages.json'
on the 'tr' language.
2022-01-24 15:19:03 +00:00
Sami Vänttinen
43c4446b8c
Add debug logging option (#1540)
Add debug logging option
2022-01-24 12:32:26 +02:00
Sami Vänttinen
0ec9f4831f
Merge pull request #1530 from keepassxreboot/fix/save_login_id_info_to_tab
Fix TOTP fill. Save loginId to tab.
2022-01-21 11:36:15 +02:00
varjolintu
07c7e102b9 Fix TOTP fill. Save loginId to tab. 2022-01-18 19:21:21 +02:00
Sami Vänttinen
1cb6ad298d
Fix Google password fill from popup (#1525)
Fix Google password fill from popup
2022-01-13 14:56:51 +02:00
Sami Vänttinen
4a0cf3abce
Refactor background scripts for 1.8.0 (#1520)
Refactor background scripts for 1.8.0
2022-01-12 11:49:33 +02:00
Sami Vänttinen
7c8d9c3852
Merge pull request #1510 from keepassxreboot/fix/refactor_for_180
Content script refactoring for 1.8.0
2022-01-09 19:36:18 +02:00
Sami Vänttinen
621225999d
Merge pull request #1518 from keepassxreboot/fix/scroll_login_list_instead_of_popup
Scroll login list instead of the whole popup body
2022-01-09 19:35:58 +02:00
varjolintu
b658d0a9bf Scroll login list instead of the whole popup body 2022-01-09 10:11:30 +02:00
varjolintu
abd6364c7d Refactoring for 1.8.0 2022-01-07 20:02:22 +02:00
Stefan Sundin
a2576e19eb
Autocomplete search feature (#1511)
Add Autocomplete search feature
2022-01-06 22:17:50 +02:00
Sami Vänttinen
2a78057eb5
Merge pull request #1512 from stefansundin/fix-minor-bugs
Fix removing icon from parent/document
2022-01-06 08:36:29 +02:00
Sami Vänttinen
8523013c19
Merge pull request #1508 from keepassxreboot/i18n/tx_dea5f31e2c
Translate '/keepassxc-browser/_locales/en/messages.json' in 'tr'
2022-01-02 10:36:08 +02:00
Stefan Sundin
4410d9e955 Prevent text selection on the password generator title. This stops text from being selected on the page if you drag the window around (especially noticeable for fast movements). 2022-01-01 21:46:27 -08:00
Stefan Sundin
75a77a4bc5 Fix error when trying to hide icon. (Failed to execute removeChild on Node: The node to be removed is not a child of this node.) 2022-01-01 21:45:12 -08:00