keepassxc:feature/remember-quickunlock

Last commit made on 2023-11-27
Get this branch:
git clone -b feature/remember-quickunlock https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
feature/remember-quickunlock
Repository:
lp:keepassxc

Recent commits

34543f9... by Jonathan White

WIP: Introduce QuickUnlockManager

6be9962... by Jonathan White

Add Pin Quick Unlock option

* Introduce QuickUnlockManager to fall back to pin unlock if OS native options are not available.

95fee85... by Jonathan White

Update existing quick unlock behavior

Enable persisting quick unlock with Touch ID and Windows Hello

32cadd2... by Jonathan White

Add support to remember quick unlock on Windows and macOS

cc0530b... by Dan Church

Fix Botan 2/3 include

Botan::secure_scrub_memory -> defined in mem_ops.h
Botan::secure_vector -> defined in secmem.h

The reason only including secmem.h worked in previous (<3.0) versions of
Botan was because secmem.h included mem_ops.h. This is no longer the
case since commit
randombit/botan@49dbbcb2bfda05ef9d3f09848c9ba22fcbcd5066 (2023-10-11;
"Split out allocator helpers to allocator.h")

Fixes #10038

13c88e1... by =?utf-8?q?Sami_V=C3=A4nttinen?= <email address hidden>

Passkeys: Add support for importing Passkey to entry (#9987)

---------
Co-authored-by: Jonathan White <email address hidden>

013db19... by Jonathan White

Fix password generator close button for good

* Avoids using QDialog which breaks the standalone password generator

Revert "Fix password dialog close button"

This reverts commit 5b47190fcc4b2f51fb11849cef7f53346e8fe439.

6e8fa34... by Lapse <email address hidden>

Update FindBotan.cmake

The recent debug library is called botan-3.lib, which is unable to be found by this since BOTAN_NAMES_DEBUG does not contain the keyword "botan-3". This commit adds that keyword.

a3717c7... by varjolintu <email address hidden>

Rename userId to credentialId

1126055... by =?utf-8?b?UmVtaWdpdXN6IMW7xJl0a293c2tp?= <email address hidden>

Fix docs link anchors