varjolintu
ec1e59ba98
Remove duplicate entries
2020-02-03 09:03:47 +02:00
Sami Vänttinen
b01ab1e835
Merge pull request #758 from keepassxreboot/feature/dark_theme
...
Add dark theme
2020-01-28 11:28:38 +02:00
varjolintu
93ab96236d
Add dark theme
2020-01-26 15:57:54 +02:00
Sami Vänttinen
9e9d7a5f28
Merge pull request #754 from keepassxreboot/edge-readme-update
...
Updated Microsoft Edge addon link
2020-01-17 08:22:25 +02:00
Sami Vänttinen
0e3ad9187a
Updated Microsoft Edge addon link
2020-01-15 20:21:15 +02:00
Sami Vänttinen
5f1f8d71e7
Merge pull request #743 from keepassxreboot/fix/save_domain_only
...
Add Save Domain Only option when saving new credentials
2020-01-08 08:08:56 +02:00
varjolintu
3f5b20c7b6
Add Save Domain Only option when saving new credentials
2020-01-07 14:44:31 +02:00
Sami Vänttinen
771080cd5d
Merge pull request #724 from HLeithner/patch-1
...
Allow label to trigger ignore checkbox
2020-01-06 20:47:32 +02:00
Sami Vänttinen
f824aca2b3
Merge pull request #716 from keepassxreboot/fix/totp_field_min_size
...
Ignore TOTP icons if the field is too small
2020-01-06 20:44:16 +02:00
Harald Leithner
1339e26cd9
Allow label to trigger ignore checkbox
...
Add an unique id to the ignoreCheckbox in the banner and update the "for" attribute in the label.
2019-12-26 20:30:53 +01:00
varjolintu
140357f674
Add length checks
2019-12-17 09:35:53 +02:00
varjolintu
5ec48c287b
Ignore TOTP icons if the field is too small
2019-12-15 09:57:31 +02:00
Sami Vänttinen
059d0ccf50
Merge pull request #710 from keepassxreboot/fix/reset_fill_boolean
...
Reset password filled boolean state on page reload
2019-12-09 17:01:08 +02:00
Sami Vänttinen
e45ca7b2fa
Updated version to 1.5.4.
2019-12-09 16:00:57 +02:00
varjolintu
bbb7e1480f
Reset password filled boolean state on page reload
2019-12-09 15:50:14 +02:00
Sami Vänttinen
0bbf03cd1f
Merge pull request #702 from layalk/ui-rtl-icon-position
...
Check document.dir to determine the position of the icon.
2019-12-09 15:30:27 +02:00
Sami Vänttinen
6df0c5452e
Merge pull request #694 from keepassxreboot/fix/banner_with_site_preferences
...
Respect Site Preferences settings with the banner
2019-12-09 15:30:02 +02:00
Layal Khatib
ebd30a5d0a
Put else on same line as closing brace before.
2019-12-04 09:46:11 +02:00
Layal Khatib
50c10cedc7
Use === for strict JavaScript comparison.
2019-12-03 23:46:27 +02:00
Layal Khatib
4910dc7973
Check document.dir to determine the position of the icon.
2019-12-03 23:09:16 +02:00
Sami Vänttinen
a6d13e831a
Merge pull request #696 from h-h-h-h/patch-2
...
Add dev info in README.md
2019-11-28 22:04:40 +02:00
h-h-h-h
cb83b57662
Add dev info in README.md
2019-11-28 06:48:47 +01:00
varjolintu
29b61f1f9e
Respect Site Preferences settings with the new Credential Banner
2019-11-27 21:35:05 +02:00
Sami Vänttinen
3688b080d6
Merge pull request #625 from keepassxreboot/feature/totp_field_fill
...
Add TOTP icon filling and improve icon handling
2019-11-24 11:08:23 +02:00
varjolintu
210b137243
Add OTP icons with fill
2019-11-18 12:10:25 +02:00
Sami Vänttinen
b3ebe63c92
Merge pull request #617 from keepassxreboot/fix/icon_handling_refactor
...
Fix handling multiple icons
2019-11-10 08:02:26 +02:00
Sami Vänttinen
e4a7af9fbc
Merge pull request #666 from keepassxreboot/fix/remove_xml_exclude
...
Remove XML exclude from the manifest
2019-11-09 14:47:35 +02:00
varjolintu
4097deaf13
Remove XML exclude from the manifest
2019-11-02 08:30:17 +02:00
Sami Vänttinen
895b5353b4
Merge pull request #655 from keepassxreboot/fix/update_icon
...
Ignore update icon if update check is set to never
2019-11-01 08:59:08 +02:00
Sami Vänttinen
94d2c730a8
Merge pull request #652 from keepassxreboot/fix/handle_iframe_inputs
...
Handle cross-domain iframe inputs correctly
2019-11-01 08:58:59 +02:00
varjolintu
774bc1d41f
Ignore update icon if update check is set to never
2019-10-28 10:22:28 +02:00
varjolintu
bac211559f
Handle cross-domain iframe inputs correctly
2019-10-26 14:44:54 +03:00
Sami Vänttinen
dfac8ef374
Bump version number to 1.5.3.
2019-10-21 18:36:41 +03:00
Sami Vänttinen
6d16898d67
Merge pull request #647 from schlimmchen/keep-dbhash-with-same-value
...
Do not overwrite keyRing element with itself
2019-10-21 18:35:52 +03:00
Bernhard Kirchen
cf1c25f408
Do not overwrite keyRing element with itself
...
Using KeePassXC 2.5.0 with a database created with KeePassXC 2.5.0,
decrypted messages from keepassxc-proxy contain an 'oldHash' and a
'hash' value that are equal. In that case, we must not try to replace
the database hash ID in the keyRing with itself, as it effectively leads
to the keyRing entry to be destroyed without replacement when using the
current implementation.
2019-10-21 17:29:58 +02:00
Sami Vänttinen
c86c44adf0
Merge pull request #646 from keepassxreboot/fix/promise_cleaning
...
Clean functions returning Promise
2019-10-20 09:27:21 +03:00
varjolintu
b20e59f2bf
Clean functions returning Promise
2019-10-19 09:51:53 +03:00
varjolintu
b6245f0f3e
Improved icon handling
2019-10-17 10:22:05 +03:00
Sami Vänttinen
6c8742b21d
Merge pull request #642 from keepassxreboot/feature/import_export_settings
...
Import/Export settings
2019-10-17 07:47:48 +03:00
Sami Vänttinen
12e7e93d72
Merge pull request #641 from keepassxreboot/fix/options_update_hashlist
...
Update hashlist when connecting databases
2019-10-17 07:47:38 +03:00
varjolintu
f7b5a1ae5d
Import/Export settings
2019-10-16 15:09:05 +03:00
Sami Vänttinen
6590c8ef3f
Merge pull request #635 from wingsuit/patch-1
...
Fixed popupUpdateAvailable tense
2019-10-16 14:47:52 +03:00
varjolintu
baac8f763f
Update hashlist when connecting databases
2019-10-16 10:51:56 +03:00
Sami Vänttinen
9edf6d1956
Merge pull request #638 from keepassxreboot/fix/associate_reset
...
Fix reseting association state
2019-10-16 08:59:50 +03:00
varjolintu
44145611ed
Fix reseting association state
2019-10-15 17:07:48 +03:00
Sami Vänttinen
41326456e5
Merge pull request #637 from keepassxreboot/fix/add_undefined_type
...
Add undefined type to the input field list
2019-10-15 14:13:39 +03:00
varjolintu
2a1397b6a3
Add undefined type to the input field list
2019-10-15 12:56:24 +03:00
Thomas Eales
b20b02745b
Fixed popupUpdateAvailable tense
...
The tense was unusual, updated it to the correct tense.
2019-10-15 19:06:07 +11:00
Sami Vänttinen
54929a9178
Bump version number to 1.5.2.
2019-10-13 17:29:28 +03:00
Sami Vänttinen
7e69104212
Merge pull request #632 from keepassxreboot/fix/150_code_cleaning
...
Fix await with TOTP fill, code cleaning
2019-10-13 17:25:38 +03:00