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
varjolintu
0dd1e7d952
Fix await with TOTP fill, code cleaning
2019-10-11 12:07:39 +03:00
Sami Vänttinen
96b8a2abee
Merge pull request #620 from keepassxreboot/fix/banner_updating_creds
...
Fix update button from Credential Banner
2019-10-10 15:06:13 +03:00
Sami Vänttinen
936510ccbd
Merge pull request #630 from keepassxreboot/fix/connection_issues
...
Fix connection issues
2019-10-10 15:05:51 +03:00
varjolintu
991ffbecb6
Fix connection issues
2019-10-08 13:13:09 +03:00
varjolintu
36644995da
Fix update button from Credential Banner
2019-10-01 11:13:56 +03:00
Sami Vänttinen
32d513d4a1
Bump the version number to 1.5.1.
2019-09-27 20:02:45 +03:00
Sami Vänttinen
63591df99c
Merge pull request #614 from keepassxreboot/fix/150
...
Fixes for the latest major release
2019-09-27 20:02:09 +03:00
varjolintu
16002e5fe3
Fixes for the latest major release
2019-09-27 20:01:44 +03:00
Sami Vänttinen
0fbbebdace
Bump version number to 1.5.0.
2019-09-26 11:16:17 +03:00
Sami Vänttinen
c5367a15da
Merge pull request #592 from keepassxreboot/feature/support_skip_autosubmit
...
Add support for skip Auto-Submit property
2019-09-22 18:58:20 +03:00
Sami Vänttinen
2977a75c0f
Merge pull request #351 from keepassxreboot/ux_improvements
...
UX improvements
2019-09-22 18:57:30 +03:00
varjolintu
c96724c56a
UX improvements
2019-09-22 18:54:46 +03:00
Sami Vänttinen
247342da02
Merge pull request #599 from nileshp87/patch-1
...
Update package-lock.json from npm audit fix
2019-08-31 15:23:04 +03:00
Nilesh
0af0ee9345
Update package-lock.json from npm audit fix
...
Cloned, installed and npm wanted a version update.
2019-08-29 14:14:18 -07:00
varjolintu
4a9613f6bb
Add support for skip Auto-Submit property
2019-08-15 12:34:26 +03:00
Sami Vänttinen
6b9d891a79
Update version to 1.4.7.
2019-07-28 15:39:51 +03:00