louib
louib
@XVilka did you get any updates on this issue? I see that your 2 PRs ended up being merged.
@chyh1990 are you aware of anyone working on this? Would you consider merging such a feature?
I'm not sure we can provide a fix for that from the tests. There doesn't seem to be a way to change the locale from within QT, although I have...
I'm not sure how to handle this one. `show` could show all the matching entries, as it's been requested in https://github.com/keepassxreboot/keepassxc/issues/1967, but I don't think editing multiple entries with the...
@gwilliam-ucar-edu makes sense. In that case implementing a CLI search command, as described in https://github.com/keepassxreboot/keepassxc/issues/3348, could solve the problem of searching for multiple entries with the same name, if we...
I think the solution going forward is to fully support the UUIDs from the CLI. This is tracked [here](https://github.com/keepassxreboot/keepassxc/issues/4113) and [here](https://github.com/keepassxreboot/keepassxc/issues/4112). Apparently having multiple entries with the exact same path...
> Should we add failsafes to prevent databases without any key? Good call. > For our use cases, no, but in theory, yes. Ouch. How would you change the password...
> Should we add failsafes to prevent databases without any key? This is done. > Emit a deprecation warning, then we can break things in 2.9. This is done as...
I think this PR is close to being mergeable, so I'm taking it out of the draft state. I only added an `hasKey` function to `CompositeKey`, which makes the code...
> There's still a chance that the order of the different key types changes during an update. For example, if there is only a key file and a password is...