- Jan 27, 2024
-
-
lapse authored
* Update release-tool.ps1 `Get-CimInstance MSFT_VSInstance` does not always work as it uses the default namespace root/cimv2. Specifying `Get-CimInstance MSFT_VSInstance -Namespace root/cimv2/vs` allows it to work. Co-authored-by:
Jonathan White <support@dmapps.us>
-
- Jan 14, 2024
-
-
Michael Duersch authored
-
- Jan 07, 2024
-
-
qycyfjy authored
-
- Jan 06, 2024
-
-
StableAgOH authored
-
ycwan9 authored
-
BGM99 authored
-
f4lkensmaz3 authored
* Fixes #9797
-
wise0n authored
-
Jonathan White authored
* Fix #9847 - don't provide TOTP values if settings are blank or completely wrong * Fix #6838 - don't reset the ui when creating a new entry and applying TOTP to it * Move totp source into the core folder
-
Dmytro authored
-
egglessness authored
* Set default value of DatabasePasswordMinimumQuality to 3 (do not accept a master password that is less than Good) * Add custom message box button "Continue with weak password"
-
varjolintu authored
-
varjolintu authored
-
varjolintu authored
-
varjolintu authored
-
- Jan 02, 2024
-
-
Jan Klötzke authored
* Entry: re-parent before adding to new group Adding the Entry to the Group will emit signals about the action. Present the object with the correct parent already. * fdosecrets: Item::Create() can fail If an entry cannot be registered on DBus, Item::Create() will return a nullptr. Basically, this can only happen if there is already an item with the same UUID in the collection. The only viable option here is to ignore the new entry. * Merger: prevent duplicate entry when merging histories If the source entry is newer, a copy of the entry is made. But before moving the merged entry to the target group, it must be removed. Otherwise there will be briefly two entries with the same UUID in the same group/database. Even though this is only the case during the transaction, it can still be observed because the operations emit signals. A notable problem is the fdosecrets feature that relies on the uniqueness of the UUID or will otherwise run into problems because the UUID is used as part of the DBus path.
-
- Jan 01, 2024
-
-
jxdv authored
-
- Dec 22, 2023
- Dec 21, 2023
-
-
Baptiste Daroussin authored
-
- Dec 19, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.17.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Dec 16, 2023
-
- Dec 11, 2023
-
-
varjolintu authored
-
- Dec 10, 2023
-
-
louib authored
-
- Nov 23, 2023
-
-
Dan Church authored
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
-
Sami Vänttinen authored
--------- Co-authored-by:
Jonathan White <support@dmapps.us>
-
Jonathan White authored
* Avoids using QDialog which breaks the standalone password generator Revert "Fix password dialog close button" This reverts commit 5b47190f.
-
Lapse authored
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.
-
- Nov 10, 2023
-
-
varjolintu authored
-
- Nov 05, 2023
-
-
Remigiusz Żętkowski authored
-
Martin Buchholz authored
-
- Nov 04, 2023
-
-
Jonathan White authored
* Also update Transifex config file to latest format
-
Sami Vänttinen authored
-
- Oct 25, 2023
-
-
Sami Vänttinen authored
--------- Co-authored-by:
varjolintu <sami.vanttinen@protonmail.com> Co-authored-by:
droidmonkey <support@dmapps.us>
-
- Oct 24, 2023
-
-
Barnabás Pőcze authored
Having the green-ish hard-coded color makes the banner stand out too much when the platform native theming is used.
-
Sami Vänttinen authored
-
Sami Vänttinen authored
-
Thomas Hobson authored
Closes #5991 Closes #3337 - Support fingerprint readers on Linux Polkit allows for authentication of many means, including fingerprint scanning. Furthermore, a common interface for Quick Unlocking has been implemented, and has been replaced throughout to make implementing other quick unlock strategies easier. Refactor QuickUnlock to use UUID stored in headers. This is a new feature using the KDBX 4 standard to store a randomly generated UUID in the public headers of the database. This enables identification of KDBX file without relying on path or filename and will eventually support persistent Quick Unlock.
-
Jonathan White authored
* Fixes #9746
-
varjolintu authored
-