keepassxc-snap:develop

Last commit made on 2024-04-24
Get this branch:
git clone -b develop https://git.launchpad.net/keepassxc-snap

Branch merges

Branch information

Name:
develop
Repository:
lp:keepassxc-snap

Recent commits

880621c... by meigelb <email address hidden>

Fix display of bytes without decimals (#10595)

*Fixes #10594

35af1c6... by Jonathan White

Fix focus loss when using Auto-Type from locked database

* Fixes #10439

cb1ae44... by varjolintu <email address hidden>

Passkeys: Position the confirm dialog with the parent window

41d0013... by varjolintu <email address hidden>

Passkeys: Fix duplicate database selection

6f11422... by Jonathan White

Prevent SSH Agent from using entries in the recycle bin

* Fixes #10516
* Also cleanup Group::isRecycled() code a little

e657cbf... by Jonathan White

Fix crash when deleting history items

* Fixes #10386

6481ecc... by Jonathan White

Fix crash on screen lock or computer sleep

* Fixes #10455
* Fixes #10432
* Fixes #10415

Prevent setting critical key components to nullptr when database data is cleared. This can result in a crash due to race condition between threads.

Added a bunch of asserts to detect this problem and if guards to prevent actual crashes.

f60601f... by Jonathan White

Fix CSV import skipping over single-name groups

* Fixes #10574

194409a... by Jonathan White

Remove various undefined/unused functions

5883f49... by varjolintu <email address hidden>

Passkeys: Fix RP ID validation