Chris Tomlinson

Results 44 issues of Chris Tomlinson

Caused by Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=379041 It's more or less visible depending upon the website in question and the platform Firefox is running on. If Mozilla don't fix the upstream bug...

bug
blocked
Browser Firefox

Saving of HTTP Auth and proxy credentials may be possible too - intercept every HTTP request, look for Authorisation header, base64 decode the value and then send it to the...

enhancement
help wanted

To allow a number of improvements to Kee, and potentially assist with Kee Vault mobile app improvements, we must modify the format used by KeePassRPC to apply configuration to an...

KeePass 2.35 introduced a [neater way](https://keepass.info/help/kb/kdbx_4.html#extobj) to store our plugin custom data. This necessitates the use of the kdbx4 file format. - [ ] Wait for a new KeePass release...

enhancement

See https://keepass.info/help/v2_dev/plg_index.html#co_menuitem for starters

enhancement
help wanted

This PR retains the LAContext until `authenticationValidityDurationSeconds` have elapsed, thus forcing the user to reauthenticate when it has been that long since either: * They authenticated to unlock their phone...

I have no concrete data on this but while debugging something that was probably unrelated in the end, I found a number of concerning discussions relating to the reliability of...

At the moment the app using this plugin has to be forcibly restarted to change the options such as `authenticationValidityDurationSeconds`. It would be good to be able to allow the...

In #70, @hpoul and I have discussed some of the problems with the current behaviour on iOS and I have a potential solution in PR #73 which I have found...