osx user
746276edea
Enhance last used directory settings
...
* Use hash based storage for last used directories instead of a key/value for each type
* Explicitly declare certain operations as sensitive and follow the "Remember Last Database" setting for those.
* Introduce database backup directory location (close #6619 )
2021-08-22 16:47:42 -04:00
louib
5e68cd2fa2
Abort CLI open on error
2021-08-16 01:13:51 -04:00
grgbnc
0413662136
Add missing right angle bracket
...
Fix the syntax of the `ATTR_NAME` action code placeholder
2021-08-15 22:52:26 -04:00
Julius Zint
38a60df40b
Set the MIME-Type to text/plain when using wl-copy on wayland. If
...
unset, wl-copy will try to guess the MIME-Type based on the data.
For some reason this did not work on my machine and i was unable
to paste passwords in Firefox.
2021-08-15 22:51:17 -04:00
Stuzer05
304cb44d0d
Add group clone action
...
Close #3796
2021-08-08 16:54:10 -04:00
Chih-Hsuan Yen
bc5d0df19e
Fix removing encrypted ASN.1 keys from ssh-agent ( #6804 )
...
Contents of id_rsa-encrypted-asn1 are from
TestOpenSSHKey::testDecryptRSAAES128CBC().
Closes #6788
2021-08-08 09:36:06 -04:00
osx user
0921bf2d61
Remove explicit fonts from SVG's
...
* Fix #6758 - prevent slow load times when font is not available
2021-08-01 18:37:46 -04:00
xaver
4af0c18f33
Add information to Autoopen ( #6724 )
...
* Add Information to Autoopen
* better wording
Co-authored-by: Jonathan White <support@dmapps.us>
2021-08-01 10:00:31 -04:00
Carlo Teubner
8753347f69
CHANGELOG.md: backfill recent releases ( #6733 )
...
Co-authored-by: Carlo Teubner <carlo@cteubner.net>
2021-07-31 06:14:19 -04:00
shemeshg
089c8df01d
Add missing QFileInfo include
2021-07-16 16:19:33 +02:00
Jonathan White
9b2b861a2a
Removed / Consolidated unnecessary header files
2021-07-13 22:08:33 -04:00
peter
6b14b5dc27
Optimize includes across code base
2021-07-13 22:08:33 -04:00
Jonathan White
f770edb6d3
Add gitignore for MSVC files
2021-07-08 15:54:41 -04:00
Jonathan White
724f691e15
Multiple fixes for MSI installer
...
* Fix #6242 - pinned taskbar shortcuts are not removed on upgrade or uninstall. Icons will be preserved between upgrades.
* Fix #6627 - properly set checkboxes for desktop shortcut and autostart of login based on current settings during install
* Add documentation shortcuts to the start menu
* Auto-accept license if upgrading application
2021-06-14 17:41:59 -04:00
Jonathan White
7cb2991a13
Trim TOTP key input of whitespace prior to processing
...
* Fixes #6599
2021-06-11 22:49:45 -04:00
Jonathan White
6a8b070b0a
Resolve compiler warnings for unused return values
...
* Fixes #1932 - See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425#c29
Adding a negation before the function call allows the (void) syntax to work properly.
2021-06-11 22:49:39 -04:00
Jonathan White
a0912b057e
Improve testdatabase performance
2021-06-11 08:27:20 -04:00
Janek Bevendorff
25a34a66e1
Fix compilation on macOS
2021-06-08 18:56:22 -04:00
Jonathan White
11afd73117
Correct macOS window activation from hidden state ( #6575 )
...
* Fix #6234 - properly set NSApplication activation policies when the window is hidden and shown
2021-06-01 06:19:47 -04:00
Jonathan White
33bf6eb892
Retain file creation time when saving database ( #6576 )
...
* Fix #6028
2021-05-31 22:22:50 -04:00
Xavier Valls
6acd0b25ae
Add a context menu entry to delete entries from health check reports ( #6537 )
...
* Closes #4986 - Allow deleting entries from the reports view
* Closes #4533 - Exclude & delete multiple entries in a report
* Also allow deleting selected entries using the delete key
* Introduce GuiTools namespace to collect shared GUI prompts and actions
* Add functionality to HIBP report to mirror health check report
Co-authored-by: Jonathan White <support@dmapps.us>
2021-05-31 10:40:20 -04:00
Jonathan White
1f50ac6045
Update SSH Agent PuTTYGen instructions
...
* Fix #6378
2021-05-30 13:41:17 -04:00
Jonathan White
44954fc0ac
Make "Always on top" a local setting
2021-05-29 12:49:23 -04:00
Jonathan White
3d9877a7c7
Fix read usage in release-tool
...
* Fixes #6562
2021-05-29 12:49:15 -04:00
Xavier Valls
64cb1553d0
Add a button to reveal protected attributes in entry preview
...
Closes #1930
2021-05-29 12:22:50 -04:00
Aetf
81a66c439c
Properly block modified signal during Database destruction ( #6438 )
...
fixes #6393
2021-05-27 21:50:15 -04:00
Xavier Valls
66c3026cf5
Add a checkbox to health report allowing to exclude expired entries ( #6534 )
...
* Fixes #5032
2021-05-22 13:16:47 -04:00
Jonathan White
fd0bdaae80
Fix challenge-response key data after Botan
...
* Fix #6420
* Refactor Challenge-Response key files to be more streamlined. Added a test to confirm raw key data is accurate.
2021-05-19 22:36:30 -04:00
wundrweapon
60adcacaaa
Add command line option to lock open databases ( #6511 )
...
Closes #6126
2021-05-15 09:48:59 -04:00
Lukas Rytz
cc6f5c3226
MinimizeAfterUnlock also when unlocking through browser
...
The MinimizeAfterUnlock setting added in #3439 closes the main window
after unlock. However, when the unlock is triggered through
KeePassXC-Browser, a password dialog is shown on top of the main window
and the main window remains open after the unlock. This is fixed
in this commit.
2021-05-15 09:45:26 -04:00
Jonathan White
8c61a73bb0
Show search bar when toolbar is hidden or overflow
...
* Fix #505 - always show the search bar when the search keyboard shortcut is pressed. If the toolbar is in overflow, the toolbar will be expanded automatically and search focused. If the toolbar is hidden it will be shown and expanded if necessary. When searching is canceled or the down arrow is pressed (to select the first entry) the toolbar will be set back to it's previous configuration.
2021-05-15 09:11:38 -04:00
Xavier Valls
e1c8304c4b
Fix unreachable setting of file permissions ( #6514 )
...
Fixes #6080
2021-05-15 09:11:19 -04:00
Stefan Sundin
ee92b980bb
Set permissions of saved attachments to be private to the current user ( #6363 )
2021-05-12 23:20:41 -04:00
Jonathan White
17326dc3ec
Auto-Type: Resolve username/password when copying to clipboard
...
* Fix #3882
* Add nullptr checks as well
2021-05-12 23:15:49 -04:00
Jonathan White
3c2abaaa82
Remove obsolete cmake helper files
...
* Fixes #6490
2021-05-11 06:21:24 -04:00
Xavier Valls
64279bb881
Fix showing preview notes in an entry without notes
...
Fixes #6461
2021-05-08 17:35:37 -04:00
Jonathan White
8a7be101e4
CLI Improvements
...
* Fix #6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`.
* Fix #6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding.
* Fix #6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
2021-04-25 07:38:21 -04:00
Jonathan White
be3e77d721
Cleanup CLI includes across all components
...
* Remove unused include files
* Move includes out of widely shared headers (reduced rebuild time)
* Consolidate code for Analyze command
2021-04-25 07:38:21 -04:00
Martin Mokrejs
dc496fd1d9
Better description text for Key File change dialog
2021-04-24 13:47:28 -04:00
Xavier Valls
01d86760e0
Allow resizing of reports table columns ( #6435 )
...
* Fix #5678
Co-authored-by: Jonathan White <support@dmapps.us>
2021-04-24 11:36:15 -04:00
Xavier Valls
7b7f52c8af
Introduce security option to enable copy on doubleclick ( #6433 )
...
* Fix #1575 - option is disabled by default
2021-04-24 11:35:01 -04:00
Jonathan White
5c709f0da3
Auto-Type: Increase max inter-type delay to 500 ms
2021-04-24 09:31:46 -04:00
Jay Gates
9fee79ea96
Docs: example for how to search using attributes ( #6410 )
2021-04-24 09:30:59 -04:00
attero
91e74944f3
added pull.yml to automatically update forks
2021-04-19 08:07:25 -04:00
Xavier Valls
c0ae130656
Add CTRL+Enter to apply password generator changes ( #6414 )
...
* Fixes #6111
2021-04-18 22:37:12 -04:00
Xavier Valls
7fe0e2629c
Allow the Group column to be toggled for entry view
...
This allows to show/hide the group column both in normal and search
mode, finding a compromise for issue #6163
2021-04-18 22:32:24 -04:00
Toni Spets
805574cac1
Update YubiKey stub implementation for Botan ( #6370 )
...
Co-authored-by: Jonathan White <support@dmapps.us>
2021-04-09 07:56:57 -04:00
Toni Spets
31aa5e12e5
Auto-Type: PageUp/PageDown scrolling for entries
...
Fixes #4530
2021-04-08 20:00:40 -04:00
Toni Spets
9b8feed3ed
SSH Agent: Use database location to resolve relative key file path
...
Closes #5225
2021-04-06 23:39:02 -04:00
Jonathan White
ed0ece304d
Reorder startup sequence to display debug information early
2021-04-05 22:56:03 -04:00