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
path: root/docs
AgeCommit message (Collapse)Author
2022-06-04docs: Explicitly talk about SSH Agent integrationToni Spets
There's possible confusion that KeePassXC provides its own agent the way it's worded. Always explicitly talk about integration to make it more clear.
2022-06-04Add database backup path documentation.Patrick Sean Klein
2022-04-06Minor updates to documentation for 2.7.1Jonathan White
2022-04-02Fix Auto-Type modifiers on WindowsJonathan White
Also add documentation on modifiers. * Fix #7626
2022-03-20Update all documentation for 2.7.0Jonathan White
* Update INSTALL.md to align with Wiki * Add sections for new 2.7.0 features including Quick Unlock, Tags, Browser Integration settings, Auto-Type improvements, etc. * Update all documentation images to show new interface details * Expand documentation for database operations
2022-03-19Several fixes for Auto-TypeJonathan White
* On Windows, offer explicit methods to use the virtual keyboard style of typing. This partially reverts 1150b69836a9e999ebefa38e7fa608d4f07ee6fd by going back to the standard unicode method by default. However, uses can either add {MODE=VIRTUAL} to their sequence or choose "Use Virtual Keyboard" / CTRL+4 from the selection dialog. * Took this opportunity to clean up the signature of AutoType::performAutoType and AutoType::performAutoTypeWithSequence by removing the "hideWindow" attribute. * Show keyboard shortcuts on the selection dialog context menu * Fix selection dialog help icon color when in dark theme
2022-03-11Add the SEE ALSO to man pages (#7508)Shun Sakai
2022-02-01Update BrowserPlugin.adoctx3eh8IUD1
fixed grammar mistake (added word 'to')
2021-11-26Auto-Type: Remember previous selected global matchToni Spets
This makes using multi-stage login forms slightly easier as you can avoid typing the search terms multiple times.
2021-11-08CLI: Add commands to handle attachmentsAndre Blanke
* Add commands to manipulate entry attachments from the CLI * Closes #4462 * Add the following commands: attachment-export: Exports the content of an attachment to a specified file. attachment-import: Imports the attachment into an entry. An existing attachment with the same name may be overwritten if the -f option is specified. attachment-rm: Removes the named attachment from an entry. * Add --show-attachments to the show command
2021-10-02Add support for Diceware wordlists in numbered and/or PGP-signed formats (#6791)snipfoo
This allows one to directly use Diceware-compatible wordlists without having to convert the file to the plain wordlist format. The accepted formats are described in the Diceware documentation: https://diceware.readthedocs.io/en/stable/wordlists.html
2021-10-02Doc: Update SSH Agent sectionNikolas Grottendieck
* Update naming of `macOS` to use the official case instead of `MacOS` * Add an in depth explanation for using Windows OpenSSH (see https://github.com/keepassxreboot/keepassxreboot.github.io/pull/96 for details) * Remove some trailing whitespace
2021-09-21Minor documentation and script cleanups (#6868)a1346054
* Remove mention of no longer used IRC network Channels exist on matrix, and on libera.chat now. * Correctly match only files with .png extension The current search would match files such as 'createpng'. * Fix comparison in script The result was always false, due to comparing a literal string instead of a variable. * Use correct license files from upstream Correct license files obtained from: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt https://www.gnu.org/licenses/gpl-3.0.txt https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt https://www.gnu.org/licenses/lgpl-3.0.txt * Refresh several shell scripts This fixes several shellcheck warnings, as well as makes the code more robust and have consistent codestyle between all the files. * Trim excess whitespace
2021-09-20Add support for Microsoft Visual Studio buildchainsmlu
* Use C++17 when using MSVC compiler * Remove unneeded header files and macros * Removed unnecessary Yubikey cmake file * Enhance release tool * Updated INSTALL.md
2021-08-23CLI: Replace locate command with searchRobin Ebert
* Introduce search CLI command to replace locate command. Search can provide the same functionality but in a more fine-grained fashion * Replace use of Group::locate in code: Use EntrySearcher in clip cli command best-match option. This removes the matching against group hierarchy of an entry which is kind of nonsense as clip expects exactly one match. Matching against groups can be done using search command. * Remove obsolete Group::locate method
2021-08-16Add missing right angle bracketgrgbnc
Fix the syntax of the `ATTR_NAME` action code placeholder
2021-08-01Add information to Autoopen (#6724)xaver
* Add Information to Autoopen * better wording Co-authored-by: Jonathan White <support@dmapps.us>
2021-05-30Update SSH Agent PuTTYGen instructionsJonathan White
* Fix #6378
2021-04-25CLI ImprovementsJonathan White
* Fix #6001 - only use `--notes` in Add/Edit commands to prevent clash with password generator option `-n`. * Fix #6119 - Send Unicode to clip command; Windows only understands UTF-16 encoding. * Fix #6128 - `clip` command will default to clearing the clipboard after 10 seconds. To disable clearing set timeout to 0.
2021-04-24Introduce security option to enable copy on doubleclick (#6433)Xavier Valls
* Fix #1575 - option is disabled by default
2021-04-24Docs: example for how to search using attributes (#6410)Jay Gates
2021-04-19Add CTRL+Enter to apply password generator changes (#6414)Xavier Valls
* Fixes #6111
2021-02-22Additional Auto-Type improvements based on PR feedbackJonathan White
* Improve documentation and remove external links to keepass.info documentation
2021-02-22Auto-Type support for T-CONV, T-REPLACE-RX, and CommentsJonathan White
* Close #1825 - Add full support for T-CONV and T-REPLACE-RX placeholders. Exception is support for the "raw" type in T-CONV. * Close #5333 - Allow comment syntax to be present in the Auto-Type sequence
2021-02-22Implement Auto-Type {PICKCHARS}Jonathan White
* Closes #725 Support Auto-Type {PICKCHARS} placeholder. Open a dialog that lets you pick characters of an entry's password by their position. Supports typing {TAB} in between characters to move between fields (if necessary). Also supports using arrow keys to quickly navigate around the choice grid.
2021-02-22Improve Auto-Type Select DialogJonathan White
Significant improvements to the Auto-Type select dialog. Reduce stale and unnecessary code paths. * Close select dialog when databases are locked. * Close open modal dialogs prior to showing the Auto-Type select dialog to prevent interference. * Never perform Auto-Type on the KeePassXC window. * Only filter match list based on Group, Title, and Username column data (ie, ignore sequence column) * Always show the sequence column (revert feature) * Show selection dialog if there are no matches to allow for a database search * Close #3630 - Allow typing {USERNAME} and {PASSWORD} from selection dialog (right-click menu). * Close #429 - Ability to search open databases for an entry from the Auto-Type selection dialog. * Fix #5361 - Default size of selection dialog doesn't cut off matches
2021-02-22Cleanup entry level Auto-Type menuJonathan White
* Show the sequence that will be typed when performing the default action * Combine default sequence action with Username / Password options * Fix #4939 - confirm prior to performing entry level auto-type if "Always Ask Before Auto-Type" is enabled
2021-02-01Merge branch 'master' into developJonathan White
2020-11-12Document support for managed Microsoft EdgeJonathan White
Add documentation for system administrators to setup support for KeePassXC extension in a managed Microsoft Edge.
2020-10-25Bump version to 2.7.0Jonathan White
2020-10-10Add keyfile option to keepassxc cli import cmd (#5402)Bernhard Berg
Fixes #5311 Added the keyFile logic from the create command to the import command and moved the loadFileKey() function to the Utils class since it is now used in both create & import classes.
2020-10-09Feature/toggle groups panel option (#5247)Carlos E. Salazar
* Closes #5243
2020-10-09Add fuzz test supportWolfram Rösler
Describe how to invoke the AFL fuzz tester on the KeePassXC CLI tool. As suggested in #2729. Fuzz test build of keepassxc-cli takes database password from environment variable instead of requiring it to be empty. Provide two empty kdbx files as initial fuzzer input, one kdbx 3 and one kdbx 4, both with minimal number of decryption rounds to speed up the test.
2020-10-04Improve CMakeLists.txt and docs/CMakeLists.txtShun Sakai
2020-10-03Describe HTML export/paper backups in the user manual (#5276)Wolfram Rösler
2020-09-27CLI: Add support for okon in offline HIBP checksJonathan White
* Closes #5447 * Add option `--okon <okon-cli path>` to trigger the use of the okon cli tool to process a database's entries. When using this option the `-H, --hibp` option must point to a post-processed okon file instead of the standard HIBP text file. * Updated documentation
2020-09-27Merge branch 'release/2.6.2' into developJonathan White
2020-09-26Cleanup config initialization, add local config optionsJonathan White
* Fix #5313, allow specifying local config path using environment variable and command line flag * Add command line flag `--localconfig <path>` to specify a file path to use for the local configuration settings. * Add environment variable support to set config files paths: `KPXC_CONFIG` and `KPXC_CONFIG_LOCAL` to override default locations. * Reorder startup sequence to load specified config files earlier to allow for theme settings and other early options to be picked up. * Removed old command line option `--pw`, no longer used. * Attempt a fix of application not closing when last window is gone. Only set `QApplication::setQuitOnLastWindowClosed(true)` when tray icon is enabled instead of always.
2020-09-21Add a -n (--notes) option to keepassxc-cli `add` and `edit` commandsdavid
2020-09-01Add a best option to CLI command clip (#4489)Laurent Erignoux
The best option copy the password from the best match if only one matching entry exists. Adding clip best option documentation Adding unit tests on the new clip --best option
2020-09-01Various minor improvements for man page (#5360)Shun Sakai
2020-08-31Add a note for mac users in documentationCarlo Bertoldi
* Add a custom style to make keyboard shortcuts readable when experimental keyboard display is made official.
2020-08-19Change actions for F1-F2-F3 keysJonathan White
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
2020-08-09Improve README and Welcome topicJonathan White
2020-08-01Fix documentationJonathan White
* Close #4206 - include search modifier `!` * Close #3868 - explain Auto-Type under Wayland * Fix rendering of admonition blocks on mobile devices
2020-08-01Fix and document AutoOpenJonathan White
* Fix #5017 - ifDevice -> IfDevice and correct behavior of negated hostnames
2020-07-22Improve man pages with useful links and copyrightShun Sakai
2020-07-18Unbreak build with NinjaTobias Kortkamp
When using cmake -GNinja the build fails with ninja: error: '/usr/ports/security/keepassxc/work/keepassxc-2.6.0/docs/man/*', needed by 'docs/keepassxc.1', missing and no known rule to make it Signed-off-by: Tobias Kortkamp <t@tobik.me>
2020-07-05Change to generate man page from AsciiDocShun Sakai
2020-07-05Switch to Asciidoctor based documentationJonathan White