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/share
AgeCommit message (Collapse)Author
2022-10-23Update translations2.7.3Janek Bevendorff
2022-10-23Bump version numberJanek Bevendorff
2022-10-23Update translations2.7.2Jonathan White
2022-10-23Bump version to 2.7.2Jonathan White
2022-10-18Add CFBundleVersion, fixes #8454 (#8602)Janek Bevendorff
2022-10-18Update macOS provisioning profile (#8600)Janek Bevendorff
2022-10-17Enable dark title bar on windows when accent color is not usedJonathan White
* Fix #6775
2022-10-17[CLI] Add a db-edit command (#8400)louib
2022-10-17Add option to display passwords in color in preview panelWolfram Rösler
Closes #4099 * Fixed bug in Application that did not set the dark theme flag when the theme was changed from dark to light.
2022-10-17Add XML Export option to GUI. (#8524)Patrick Klein
* Add XML Export option to GUI. * Update database export screenshot.
2022-10-17Add German translation to AppdataJakobDev
2022-09-22Add shortcut to copy password with TOTP appendedJim Heden
2022-09-22Improve various application iconsJonathan White
2022-09-22Enhance Tags / Saved SearchesJonathan White
* Rename "Database Tags" to "Searches and Tags" * Separate searching for all entries and resetting the search * Support selecting multiple tags to search against * Fix using escaped quotes in search terms * Make tag searching more precise * Support `is:expired-#` to search for entries expiring within # days. Exclude recycled entries from expired search. * Don't list tags from entries that are recycled * Force hide tag auto-completion menu when tag editing widget is hidden. On rare occasions the focus out signal is not called when the tag view is hidden (entry edit is closed), this resolves that problem. * Remove spaces from before and after tags to prevent seemingly duplicate tags from being created. * Also fix some awkward signal/slot dances that were setup over time with the entry view and preview widget. Allow changing tags for multiple entries through context menu * Closes #8277 - show context menu with currently available tags in database and checks those that are set on one or more selected entries. When a tag is selected it is either set or unset on all entries depending on its checked state. * Add ability to save searches and recall them from the "Searches and Tags" view * Add ability to remove a tag from all entries from the "Searches and Tags" view * Cleanup tag handling and widgets
2022-09-22[CLI] Add Option to show all attributes (Show command) (#8256)louib
* Adding --all option to Show
2022-09-22Better handling of "Lock on Minimize" settingJonathan White
* Fix #1090 - delay locking databases after minimize to allow for clipboard use, Auto-Type use, and browser integration use. * Fix #6757 - prevent setting both minimize on unlock and lock on minimize settings at the same time.
2022-09-22Add setting for number of recent filesJonathan White
* Expose setting to limit the number of recent files. Default is still 5, can be set from 1 to 25. * Also fix tab order on settings page
2022-09-22Browser: Add a new group setting for omitting WWW subdomain when matching URLsvarjolintu
2022-09-22Add vcs-browser and contribute URLs to AppdataJakobDev
2022-09-22Update eff_large.wordlistJ J Chiarella
1. Replaces words removed by pull 6914 <https://github.com/keepassxreboot/keepassxc/pull/6914/files/23b9e35de9a605bd9f6c6ea90e39a3ef9a55761f> for possible offense. This restores the total word count. Add replacement: grope -> . . . -> grouch Change: hardcopy -> hardcopy -> hardback Replace: hardcore -> . . . -> hardball (I couldn't see "hardcopy" as a single word in American dictionaries from the turn of the century. It's too much of a neologism [and if we can't have "hardcore," then there's nothing else I can fit in that gap]. I had to remove another word to allow the addition of two new words here to preserve ordering. It's also an improvement because "hardcopy" is not a single word in dictionaries older than a decade or so.) Add replacement: swinger -> . . . -> swindle 2. Yo-yo and yoyo are two spelling of the same exact word, and the latter spelling is "non-standard." Keeping: yo-yo (t-shirt is the one other hyphenated word and I can't find a suitable candidate for either without creating several conflicts on the long wordlist) Change: yoyo -> young 3. Word repetition: two spellings of same word hankie. Keeping: hankie (as the "correct" spelling because "hanky" is more common in "hanky-panky"). Change: hanky -> hanoi (The other option was to insert "hansom" between "hanky" and "haphazard," but "handsome" is a homophone because the "d" became silent many years ago.) 4. Changed proper nouns and brand names to regular nouns: dropbox -> dropforge ebay -> eaves google -> goosey as in "loosey-goosey" (the real word is "googol," anyhow) This necessitated changing goon -> gooseneck ipad -> iota iphone -> ire ipod -> iridium This necessitated irate -> iris kleenex -> knack (the word "tissue" exists) lego -> legitimate xbox -> xenon (which sounds like x box or x-box, too) Keeping: xerox (now genericized like aspirin) 5. Replaced non-standard words around "drop" and the brand name in there drop-down -> drop-in ebook -> (genericized like "email") ecard -> echelon This necessitated eccentric -> echidna harddisk -> hardedge (Hardedge is an art style. Hard disk is always two words or else is abbreviated as HDD for hard disk drive) 6. Replaced flirtatious activity footsie -> footstool Which necessitated making footsore -> footway 7. Potentially sensitive anatomy gonad -> golly siamese -> sial (Siamese = Thai, but "twins" is also on the list and "Siamese" could precede "twins," which is slur for conjoined twins.) 8. Politically sensitive islamist -> island (An Islamist is someone who wants to enforce political Islam on all with a literal and conservative interpretation of the Qu'ran. It does not mean Muslim.) marxism -> marzipan (I'm a big old lefty, myself, but I need to be consistent) ******** These necessitated a couple changes to nearby words where a drop-in replacement word did not exist, which required shifting neighboring words slightly. Alphabetical order preserved and total word count should match EFF's modified and the original Diceware list. No breaking changes.
2022-09-22Auto-Type: PICKCHARS can specify attribute and ignore BEEPJonathan White
* Fix #7726 - Ignore BEEP Auto-Type token when it includes spaces and numbers as well * Close #8103 - Allow specifying specific attribute to use with PICKCHARS. If none specified, it defaults to Password.
2022-09-22Improve entry preview panelJonathan White
* Fix #7811 - Notes height no longer truncated * Fix #7949 - Improve copying attribute value to clipboard in entry preview * Fix #7898 - Prevent copying url when copy password selected after clicking url in preview pane * Fix #7982 - Double clicking hidden attributes in preview pane copies the value instead of ●●●●●●
2022-09-22Add password strength indicator to PasswordEditWidgetJ.M. Dana
Fixes #7437 (entry edit view only) Fixes #5220
2022-04-06Update translations2.7.1Jonathan White
2022-04-06Version bump to 2.7.1 and Changelog updateJonathan White
2022-04-05Upstream Flathub patches (#7728)louib
2022-04-03Add tags to history comparisonJonathan White
2022-04-03Fix detection of hardware keys in keepassxc-cliJonathan White
* Split calls to finding hardware keys into sync and async methods. This has the side effect of simplifying the code. * Check for keys before performing challenge/response if no keys have been found previously. * Correct timeout of user interaction message to interact with the hardware key. * Correct error in TestCli::testYubiKeyOption
2022-04-02SSH Agent: Fix Windows agent selection, radio buttonsToni Spets
2022-03-31Add 12 hours expiration preset (#7738)Bernhard Kirchen
* Add hours precision to TimeDelta * Add 12 hours expiration preset Fixes #7369
2022-03-22Update translationsJanek Bevendorff
2022-03-22Update CHANGELOGJanek Bevendorff
2022-03-21FdoSecrest: allow remember decision for future entriesAetf
Also added a reset decision button in session management tab Fixes #7464 * Fix distorted button in settings page: the default margin in QToolBar is too large for our use case in a table row.
2022-03-21Update translationsJanek Bevendorff
2022-03-21Update translationsJanek Bevendorff
2022-03-21Fix translationsJanek Bevendorff
2022-03-20Correct snapcraft build and update appdata xmlJonathan White
2022-03-19Change "open" to "Open" in Windows context menuSergey Zolotarev
On Windows context menu items start with a capital letter
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-19Remove unused/duplicate iconsJonathan White
2022-02-28Update translations2.7.0-beta1Janek Bevendorff
2022-02-23Add support for Windows HelloJonathan White
* Special thanks to @HexF and @smlu for their contributions towards this feature. * Add MVP support for Windows Hello as a Quick Unlock solution using the WinRT API. This works by signing a random challenge vector with the Windows Hello protected key store (typically from TPM). The signed challenge is hashed using SHA-256 and then used as the encryption key to encrypt the database credentials. Credentials are encrypted using AES-256/GCM. This ensures the database password can only be decrypted following a successful authentication with Windows Hello in the future. * Unify Touch ID and Windows Hello behavior under the Quick Unlock branding. Remove all timeout features of Touch ID as they are unnecessary and complicate the feature for no security gain. * Quick Unlock is automatically reset only when the database key is changed vice whenever database settings are modified. * Don't set database unlock dialog as always on top. This allows Touch ID and Windows Hello prompts to appear above the dialog properly. * Prevent quick unlock when using AutoOpen or opening from the command line.
2022-02-21Auto-Type: Allow retyping with automatic relockToni Spets
If relock after performing Auto-Type is enabled it will wait until specified timeout before doing so. Retype time is now configurable and is decreased from the old hardcoded 30 seconds down to 15 seconds to keep the default a bit more secure while still allowing the user to set it higher for their liking. To restore old behavior the user can set retype time to 0 which will make the database relock instantly. Auto-Type relock setting relocated to Auto-Type tab to group it better with the other Auto-Type settings.
2022-02-20Fix styling of database tag view in main windowJonathan White
* Also allow collapsing the entire left splitter instead of a dedicated option to hide the group view.
2022-02-09Auto-Type: Only match non-empty associationsToni Spets
Previously empty associations matched any window but since you can use a wildcard (*) if you specifically want that this change makes it possible to define multiple sequences for the global search if you need to. Additionally show empty associations in the list as "(empty)" to better differentiate between rows if no title is set.
2022-02-01Apply translations in tr (#7363)transifex-integration[bot]
review completed for the source file '/share/translations/keepassxc_en.ts' on the 'tr' language. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-01-31Show expired entries on DB unlockBalazs Gyurak
* Show banner message about expired entries * Add config option and expiration offset * Only show expiry warning on first DB unlock * Default to on with 3-day offset from expiration
2022-01-30Translate '/share/translations/keepassxc_en.ts' in 'tr' (#7356)transifex-integration[bot]
* Apply translations in tr review completed for the source file '/share/translations/keepassxc_en.ts' on the 'tr' language. * Apply translations in tr review completed for the source file '/share/translations/keepassxc_en.ts' on the 'tr' language. Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-01-29Remove obsolete read only state from database. (#7324)Patrick Klein
2022-01-29Fixed typo occurencesoysteins-a