130 Commits (157a85acbc1b1b61addd6a0470cdeaa5a9d39304)

Author SHA1 Message Date
Herbert Poul 157a85acbc - Mark objects only as clean when saving was successful. 3 years ago
Herbert Poul 90bc4d3138 If argon2 ffi implementation is not available, fallback to pointycastle (dart-only) implementation. 3 years ago
Herbert Poul e7e342abb1 move exceptions into their own package. 3 years ago
Herbert Poul 3570757fae Throw KdbxInvalidFileStructure for invalid files 3 years ago
Herbert Poul bc46c500ac fix missing curly brace. 3 years ago
Herbert Poul 65bf16bfcd improve merge debug summary 3 years ago
Herbert Poul 2edd3b57ba export MergeContext 3 years ago
Herbert Poul 011c40d31b better debugging output for merging. 3 years ago
Herbert Poul 70c80ee527 add easy way to check whether a given object is located in the recycle bin. 3 years ago
Herbert Poul 09fd6878b1 kdbx4.1: keep track of PreviousParentGroup 3 years ago
Herbert Poul 36563e84c7 fix merging of incoming deleted objects. 3 years ago
Herbert Poul 59078d6ec8 implement permanently deleting entries and groups. 3 years ago
Herbert Poul 6511ce973e improve nnbd, add debugging to aes decryption 3 years ago
Herbert Poul 1353eea3d1 trigger event after all modifications, not just after the first one. 3 years ago
Herbert Poul d3c024c7f5 make KdbxCustomIcon properties non-nullable. 3 years ago
Herbert Poul 6c477ec240 never return null for kdfType 3 years ago
Herbert Poul 7721a0ff4e allow password of composite key be nullable. 4 years ago
Herbert Poul f43110ee52 fix all analysis warnings. 4 years ago
Herbert Poul a5c4d6a0e7 migrate to nnbd 4 years ago
Herbert Poul a50897e185 upgrade dependencies 4 years ago
Herbert Poul 3ae6e398ce Support for V2 keyfile https://forum.authpass.app/t/issuues-with-keyfile/84/3 4 years ago
Herbert Poul bb8f29ec93 update dependencies. 4 years ago
Herbert Poul 7139b7d2be upgrade dependencies, migrate from cryptography package to pointycastle. 4 years ago
Patrik Koscelanský b3b6fd47ca change to customIcon setter 4 years ago
Herbert Poul bb6560b1b8 keepassxc compatibility - accept kdbx 3 binaries in arbitrary sort order. 4 years ago
Herbert Poul 68be3c5ef6 log more debugging info when unable to decode protected value. 4 years ago
Herbert Poul e22eaa1481 date parsing: treat empty string as null, but output warning. 4 years ago
Herbert Poul 33342f3283 added error log for exception while reading time. 4 years ago
Herbert Poul 3adb6af91a fix concurrent save bug: only allow one save at a time. 4 years ago
Herbert Poul 4fc798e621 use url as entry label if title is not defined. 4 years ago
Herbert Poul 8a5784eb54 moved common key names into constants. 4 years ago
Herbert Poul 35a8889d2a fix setting of missing time stamps while reading. 4 years ago
Herbert Poul 14896594d8 fix reading and writing of modification time. 4 years ago
Herbert Poul 84f7974b9a merge: move into recyclebin 4 years ago
Herbert Poul 4e59483ed9 merging group changes 4 years ago
Herbert Poul 76ba4aedbf very trivial merge test. 4 years ago
Herbert Poul 64bec43473 WIP: merging incoming changes #80 4 years ago
Herbert Poul a90d4d5fb6 adding a couple of meta data fields. should now include almost all from keepass. 4 years ago
Herbert Poul 7111cc3711 basic support for DeletedObjects tombstones in the root group. 4 years ago
Herbert Poul cd22ab328c run kdbx4 tests in CI 4 years ago
Herbert Poul a606354c11 add helper getter for isDirty 4 years ago
Herbert Poul cd4da93732 move byte utils into utils package, export ByteUtils. 4 years ago
Herbert Poul 1b0fa70964 simpler way to read kdf type. 4 years ago
Herbert Poul 5140a347af export KdfField. 4 years ago
Herbert Poul be9103ad91 expose v3 TransformRounds for aes kdf. 4 years ago
Herbert Poul e641f276bf export KdbxVersion and some KDF config options, cleanup usage of CipherID 4 years ago
Herbert Poul b44dd7a56a implement kdbx3 to 4 upgrade, use kdbx4 by default 4 years ago
Herbert Poul b6b8f5c6a7 WIP: prepare to switch to kdbx v4 by default. 4 years ago
Herbert Poul 2484f1a8e8 support for custom icons for entries and groups. 4 years ago
Herbert Poul c7eff31db3 fix creating of history entries. added test for correct dirtyObject events. 4 years ago