Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-13Fix Best-Matching ..again (#5316)Sami Vänttinen
Co-authored-by: Jonathan White <support@dmapps.us>
2020-07-21Adjust matching with best-matching credentials enabledvarjolintu
2020-05-15Complete refactor of Browser Integration classesJonathan White
* Removed option to attach KeePassXC to the browser extension. Users must use the proxy application to communicate with KeePassXC. * Significantly streamlined proxy code. Used same implementation of stdin/stdout interface across all platforms. * Moved browser service entry point to BrowserService class instead of NativeMessagingHost. BrowserService now coordinates the communication to/from clients. * Moved settings page definition out of MainWindow * Decoupled BrowserService from DatabaseTabWidget * Reduced complexity of various functions and cleaned the ABI (public vs private). * Eliminated BrowserClients class, moved functionality into the BrowserService * Renamed HostInstaller to NativeMessageInstaller and renamed NativeMessageHost to BrowserHost. * Recognize XDG_CONFIG_HOME when installing native message file on Linux. Fix #4121 and fix #4123.
2019-12-21Show UI warning for invalid URLsvarjolintu
2019-11-23Fix subdomain matchingvarjolintu
2019-11-10Fix URL matchingvarjolintu
2019-10-17Add support for multiple URLs in an entryvarjolintu
* Fixes #398 The new Browser Integration entry settings page has a list view with any additional URL's. These URL's are added to the entry attributes with KP2A_URL_<counter>, which means those are directly compatible with Keepass2Android.
2019-05-29Browser Integration testsvarjolintu