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
2019-10-21Improve Database and CLI testsJonathan White
2019-10-21Move FileWatcher into Database classJonathan White
* Fix #3506 * Fix #2389 * Fix #2536 * Fix #2230 Every database that has been opened now watch's it's own file. This allows the database class to manage file changes and detect fail conditions during saving. Additionally, all stakeholders of the database can listen for the database file changed notification and respond accordingly. Performed significant cleanup of the autoreload code within DatabaseWidget. Fixed several issues with handling changes due to merging, not merging, and other scenarios while reloading. Prevent database saves to the same file if there are changes on disk that have not been merged with the open database.
2017-06-14Update and fix copyright headersthez3ro
2017-04-22Add recycle bin test cases bodyVladimir Svyatski
2017-04-22Add skeleton for TestDatabase.cpp and test data for unit tests for the ↵Vladimir Svyatski
"empty recycle bin" functionality