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-08-09Improve README and Welcome topicJonathan White
2020-07-072.6.0 CHANGELOG and README updatesJonathan White
2020-07-05Change to generate man page from AsciiDocShun Sakai
2020-04-19Fix logo path in READMEJonathan White
* KeePassXC website transitioned to SVG graphics
2020-01-28Adding release badge to README.louib
2020-01-27Remove extraneous readme sectionlouib
It's a convention that the first text block after the title is the general description of the project, so we don't need the explicit section there.
2020-01-16Add support for Microsoft Edge browservarjolintu
2019-10-25Add keepassxc man page and move cli man page to share folder (#3665)Janek Bevendorff
2019-09-09Point readme to the new changelogPrashant Khurana
2019-08-31Fix password preview font, add some documentation (#3425)Soham Gumaste
* Fix #3376. Set font for password preview to Font::fixedFont() * Add a menu entry opening the shortcuts documentation in the browser * Fixed duplicate item in CLI documentation
2019-06-06Add documentation for keyboard shortcuts (#3215)Soham Gumaste
* Add docs/KEYBINDS.md which lists all keyboard shortcuts. * Added a reference in README.md to KEYBINDS.md * Fixes #3175
2019-04-08Add integration with Brave browserJonathan White
Fixes #2414
2019-01-29Update README after KeePassHTTP deprecation.Louis-Bertrand Varin
2019-01-17Corrected formatting and cleanupJonathan White
2018-12-19Merge branch 'develop'Jonathan White
Conflicts: CMakeLists.txt cmake/CLangFormat.cmake snapcraft.yaml src/CMakeLists.txt src/core/Database.cpp src/core/Database.h src/core/Tools.cpp src/crypto/CryptoHash.h src/crypto/ssh/ASN1Key.h src/crypto/ssh/OpenSSHKey.cpp src/format/Kdbx4Reader.cpp src/gui/DatabaseTabWidget.cpp src/gui/DatabaseTabWidget.h src/gui/DatabaseWidget.cpp src/gui/DatabaseWidget.h src/gui/DetailsWidget.cpp src/gui/DetailsWidget.ui src/gui/EditWidgetProperties.cpp src/gui/EntryPreviewWidget.cpp src/gui/EntryPreviewWidget.ui src/gui/FileDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.cpp src/gui/dbsettings/DatabaseSettingsDialog.h src/gui/group/EditGroupWidget.cpp src/gui/group/EditGroupWidget.h src/sshagent/ASN1Key.h src/sshagent/OpenSSHKey.cpp src/sshagent/SSHAgent.cpp tests/CMakeLists.txt
2018-11-17Correct CI badges in readmeJonathan White
2018-10-01Add documentation for sharing groupsMichael Starke
* Add Sharing section to Quickstart Guide * Add pictures and text in quickstart to match extended functionality
2018-10-01Add sharing of groups between databasesChristian Kieschnick
* Add source folder keeshare for sharing with corresponding define WITH_XC_KEESHARE * Move common crypto parts to src/crypto/ssh * Extended OpenSSHKey * Move filewatching to own file (currently in two related classes DelayedFileWatcher and BulkFileWatcher) * Small improvements for style and code in several classes * Sharing is secured using RSA-Keys which are generated on demand * Publisher signs the container using their private key * Client can verify the signed container and choose to decline an import, import only once or trust the publisher and automatically import all data of this source henceforth * Integration of settings into Group-Settings, Database-Settings and Application-Settings * Introduced dependency QuaZip as dependency to allow combined export of key container and the (custom format) certificate
2018-06-11Added AppVeyor and CodeCov badgesJonathan White
2018-06-03update link in readmeCorentin Dancette
2018-03-11Fix extension URLvarjolintu
2018-01-20Multiple browser related fixesvarjolintu
2018-01-04keepassxc-browservarjolintu
2017-12-28Fixes link to Note about KeePassHTTP sectionSam Schlinkert
Fixes internal link to "Note about KeePassHTTP" section in the README.
2017-12-26Replace Travis build icon with TeamCity build iconJanek Bevendorff
2017-12-09Corrected file link to INSTALL.mdJonathan White
2017-11-27Create docs directory and QUICKSTART.md instructions; editorial pass … (#1227)Rich Brown
Create docs directory and QUICKSTART.md instructions; editorial pass on README and INSTALL
2017-10-21Enable option WITH_ASAN for macOS buildsAdolfo E. García
2017-10-21Merge branch 'release/2.2.2' into developJanek Bevendorff
2017-10-20add KeePassHTTP-Connectorthez3ro
2017-06-29Update feature listJanek Bevendorff
2017-05-12Update README.mdRobert
changed reference to new build instructions
2017-04-09Reference Safari extension to support KeepassHTTPTypz
2017-04-09Removing pledge campaign.Louis-Bertrand Varin
2017-04-09Updating readme with logoLouis-Bertrand Varin
2017-03-16Update README.mdFlorin Andrei
typo
2017-03-16Add WITH_ASAN option to READMEJanek Bevendorff
2017-03-15List all cmake build optionsSteffen Müller
2017-03-14Update feature and build instructions for YubikeySteffen Müller
2017-03-11Updating README.md (#390)louib
* Adding Yubikey 2FA to feature list * Added project url
2017-03-07Added current pledgie campaignJonathan White
2017-03-05Removed Google Groups Link and Added IRC infoJonathan White
2017-02-28Update README to reflect current text from our websiteJanek Bevendorff
2017-01-25Update READMEJanek Bevendorff
2016-11-24XR -> XC (#114)Andreas Nüßlein
2016-11-06Fix the call to cmake (#82)Leo Arias
2016-11-05Update the links to the new repository location (#81)Leo Arias
2016-11-04Updated README badges and added code coverageJonathan White
2016-11-03Updated name to KeePassXC in READMEJonathan White
2016-10-26Updated Pull Request Template and Contribute documentsTheZ3ro
* :memo: Update Installation instruction from the Wiki * :memo: Update PR template with emojis :tada: * :memo: Update CONTRIBUTING.md with CodeStyle