keepassxc:feature/update-totp-clipboard

Last commit made on 2021-05-20
Get this branch:
git clone -b feature/update-totp-clipboard https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
feature/update-totp-clipboard
Repository:
lp:keepassxc

Recent commits

a59de91... by Xavier Valls <email address hidden>

copy TOTP again if it expires before clipboard erasure

Would solve/help with the underlying problem in issue #4461

fd0bdaa... by Jonathan White

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.

60adcac... by wundrweapon <email address hidden>

Add command line option to lock open databases (#6511)

Closes #6126

cc6f5c3... by Lukas Rytz <email address hidden>

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.

8c61a73... by Jonathan White

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.

e1c8304... by Xavier Valls <email address hidden>

Fix unreachable setting of file permissions (#6514)

Fixes #6080

ee92b98... by Stefan Sundin <email address hidden>

Set permissions of saved attachments to be private to the current user (#6363)

17326dc... by Jonathan White

Auto-Type: Resolve username/password when copying to clipboard

* Fix #3882
* Add nullptr checks as well

3c2abaa... by Jonathan White

Remove obsolete cmake helper files

* Fixes #6490

64279bb... by Xavier Valls <email address hidden>

Fix showing preview notes in an entry without notes

Fixes #6461