Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/keepassxreboot/keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://github.com/keepassxreboot/keepassxc

[CLI] On Unix, copy to clipboard using wl-clipboard if xclip is not available.

6128e5d58294f26411160f44da91087ebe7f4b07 authored almost 5 years ago
Fix crash when adding external ssh key to entry

d41a37c9bc4947c9aa7bbbe5fa46f74933a74795 authored almost 5 years ago
SSH Agent: Entry context menu control

ef668f552ed20b801f62b9cd2b6cf395c01bab0c authored almost 5 years ago
Perform one KDF benchmark at a time

* Prevent using double memory when benchmarking Argon2 performance.
* Improve benchmark results ...

2022a5e65ca7f1331f1864236390827a7a22c707 authored almost 5 years ago
Set expiration time to Now when enabling entry expiration

* Fixes #3940

7b25fe9cc6907f8bfafd2b54e9b32e864dd55e9b authored almost 5 years ago
Fix issues with HIBP report

* Show horizontal header in results table
* Correctly handle the case when there are no entries ...

ab9856ee88c6e786ebdbb885ebc07213d20ac6ef authored almost 5 years ago
Check if hiding notes by default is enabled, hide text if it is

- Check if hide notes setting is enabled and update EntryModel notes'
data if so
- Fixes #4412

f0709d187d5f914e34c8421440bb49e4d0a5e73b authored almost 5 years ago
Change link sequence to allow static versions of libgpg-error and libgcrypt.

e316a09a79f0e3349d3a57ee99c3701c32199257 authored almost 5 years ago
Change database root group Uuid

0a61aa0d4679ca91f2cd1ab628a3a1893fd91352 authored almost 5 years ago
Check passwords against the HIBP online service (#4438)

* Fixes #1083

* Add online HIBP checker dialog to the database reports widget. Permission is ...

83ed9a8d4e52d0ae22e143d534ca8f159d26e9ed authored almost 5 years ago
Add back missing initializers to KeeAgentSettings

464e49d329f1b903c1ae165a18ad55e136545da3 authored almost 5 years ago
Use found ccache binary

* Instead of relying on ccache program name use the found binary from the find_program results.

8e4b0fdfe8172d9c1c9f13bd507b85759ea22a59 authored almost 5 years ago
Add DateTime placeholders to AutoType feature (#4409)

5927b6298d137c51f4d57c63f478519f0f56e4a3 authored almost 5 years ago
CLI: Cleanup create options (#4313)

* Add ability to create database with an empty password
* Add password repeat check
* Standard...

e6c2c7ed93ee019f4113217bbe6e3b8fb2b3f208 authored almost 5 years ago
Bundle icons using the Qt resource system.

Simplify resource loading logic and enable reproducible builds.
Fixes #2582

b045160e4fcd612def4c5cff55f9469baf12a738 authored almost 5 years ago
Version Bump and Deployment Fixes

* Use KeePassXC executable icon for the start menu shortcut on Windows to prevent the icon from ...

4ff781fa4846c7e1d9d90230dac9bc2f14369fa4 authored almost 5 years ago
Allow defining additional characters for the password generator

See issue #3271 for a motivation of this feature.

This patch adds an additional text input to t...

b2c2f42f302667143b863dfb87c152285a80ae92 authored almost 5 years ago
SSH Agent: Integration tests against ssh-agent

Windows testing is currently explicitly disabled due to too many different scenarios to run an a...

dce9af219fe906f2fc20e134bf7ee07c1ea51b32 authored almost 5 years ago
FdoSecrets: only enable the settings page when there is actually a service instance

* Fix #4311

2359742de1f96ba0a4807754cc209994a35ca83d authored almost 5 years ago
Ignore focus when checking toolbar state

* Support copy shortcut when in QTextEdit to prevent inadvertently copying password when interac...

8ae718b747b99c6917fb55814304d6e263fb3414 authored almost 5 years ago
Remove inline password generator when editing entries

* Always use a pop-up generator to avoid cluttering the user interface and making it clear that ...

fb5173cebd98b4417966e8eeaa30f32b061923d5 authored almost 5 years ago
Enhance Password Editing Fields

* Remove repeat password on entry edit
* Move show/hide password and password generator buttons ...

fe1189ea7973466e929810a42b247c284cd26f42 authored almost 5 years ago
Move theme detection into Application

* Add function to Application to quickly determine if in light or dark theme
* Add kpxcApp symbo...

1d7ef5d4eb67f935741d95f638770e38ed04f059 authored almost 5 years ago
Dynamically determine database validity

* Check that the database composite key exists, has sub-keys associated with it, and the root gr...

91c6e436b3622015d5b7c27b6b5230bb1f285df7 authored almost 5 years ago
Fix crashes on database save

* Add saving mutex to database class to prevent re-entrant saving
* Prevent saving multiple time...

7ac292e09b31ecf56969755c2ddc70d0a64e9d69 authored almost 5 years ago
Move database open to async task

* Wrap key transformation in AsyncTask when reading a database. Significantly reduces user inter...

a8c02fdc3cb39e8cabfd7012a6104e60938d3bb8 authored almost 5 years ago
Fix crash when switching tabs while unlocking

6bce5836f99819410876d3125a7e3aa12028ce1c authored almost 5 years ago
Add Created column to Browser Integration at Database settings

e6186b07e1dbd61df3d4227ea89419b2c7a6f12f authored almost 5 years ago
Add the name of the group to the results for browser extensions

Fixes #466

So it can be displayed in the autocomplete list when more than
one login matches. Fo...

a6c3c118a78a8ea40376948228c6713360bac4c8 authored almost 5 years ago
Display database path in root group tooltip

When mousing over the root group entry, show the file path for the current database.

Fixes #4038

ca471e99861e84c4d4a19d6ac73748e538546c0d authored almost 5 years ago
Fix issues with PopupHelpWidget on Linux and macOS

* Clean up parent alignment code
* Don't hide widget if it currently has focus
* Use Qt::Tool wi...

50e52df04b27bc3f248be10bd30340d5c527eb6c authored almost 5 years ago
Fix compile errors when building snap package

* System icons are no longer used eliminating the need to differentiate behavior for the snap pa...

e26063a872fc800d7dc9fc30ff10e3233420da38 authored almost 5 years ago
Add custom light and dark UI themes

557736ea5e4314162d7d716ac53fb6c74efce2a1 authored almost 5 years ago
Add OSUtils for platform-specific functionality.

Moves MacUtils into a separate sub folder and adds
WinUtils, NixUtils, and OSUtils for platform-...

6d2ca748787c71eab3adaf2071d5738ba7c28a52 authored almost 5 years ago
Correct issues with hiding and minimizing the MainWindow

The GUI features depend on windowing system used, not just OS.

There is an issue with the WM so...

b9daed20558103e3c8e799f3e0575522bf823df6 authored almost 5 years ago
Fix clearing search field when using application

* Reset clear timer when manipulating the entry view and opening/closing entries
* Only start th...

eb88b8cc0c1440f958a7ec625e5733b3b33f8c7d authored almost 5 years ago
Return keyboard focus after saving database edits (#4287)

b18838518492b4d3c9de490eac856ca057f21b48 authored almost 5 years ago
Correct issues with building new SSH Agent fixes

409190c85afc90861f4374e039c0e6f6bf213afa authored almost 5 years ago
Allow toggling SSH Agent integration without restart

- use Q_GLOBAL_STATIC for singleton
- move all configuration to SSHAgent class
- various cleanup...

40ad211f3e70b715f3960097563730926a07fe57 authored almost 5 years ago
Fix hiding entry edit pages

Fixes regression caused by 9477437256c8b34d0bf124c07abf7e08690dd824

cb6b0dde276577d2a66a80c1ee25884c7f44e676 authored almost 5 years ago
Merge pull request #4354 from varjolintu/hotfix/download_icon_button

Icon downloader button crash fix

e85854aa246168e63157d874bbca31a134a335f9 authored almost 5 years ago
Icon downloader button list check

9f3516a4da8730cbb7db738c6357db738fa3aab7 authored almost 5 years ago
Distinguish meaning of src directory and git root directory (#4337)

* Remove 'cd git-project-directory' from INSTALL.md as it is unnecessary

c306fb55ae6c0734954ee0692216ead066be7b65 authored almost 5 years ago
Code format

8dbd5b11eb43c274b346d1ad69441082a5c3c029 authored almost 5 years ago
Do not add duplicate entries

8dba308d54880a9fef5a774dd60005200b22a817 authored almost 5 years ago
Fix browser-like DbTab experience on macOS and Windows

* macOS and Windows browsers do not use `Alt+#` to change tabs. Windows uses `Ctrl` and macOS us...

f227a2d52946b3a7d4c232cfcee675e725aeaf04 authored almost 5 years ago
Fixes for minor issues found by static analysis

Mostly style issues.

I used the following tools to find most of these:

- lgtm.com
- clang-tidy...

f62e0534a23c2030c9c22e6f3db25148fcb486fd authored almost 5 years ago
Add braces around single line statements

* Ran clang-tidy with "readability-braces-around-statements" to find missing braces around state...

c663b5d5fcc3ed9f5af8d6e5e7fdf1e99f4a2c58 authored almost 5 years ago
Remove result cache from the HealthChecker class

The way the class is currently being used, the cache never does
anything (because evaluate is ne...

c4270001842512084e670c07eb68dbde00ffb170 authored almost 5 years ago
Implement Password Health Report

Introduce a password health check to the application that evaluates every entry in a database. E...

a81c6469a87783abdd4434b03f616465c830b57f authored almost 5 years ago
Add --username option to Clip command. (#3947)

* make Clip accept an attribute name

This allows users to copy arbitrary attributes (e.g. use...

71a39c37eca9b080a2f06e768ad2e83fe6ff6cb8 authored almost 5 years ago
CLI: Fix XML encoding when export database

Add write function to TextStream
Fix #3900

06e0f385231df060bc3f00584670096e5fe2302f authored almost 5 years ago
FdoSecrets: check and show PID and executable for existing secret service process

792c1c94f7f0569af0682b3e73248c5c0c52d3e9 authored almost 5 years ago
Improvements to confirm access dialog

* Disable access to entries immediately within the dialog
* Use checkboxes instead of row select...

0383aa104c350ae0125e9aa6c598b46e445973ae authored almost 5 years ago
Use entry action icons with circle frame

7d8072bf8fa957ecb4f7359d6ec1737c206f7201 authored almost 5 years ago
Ignore system icon theme, always use our own icons

With the Material Design icons, any other icons brought in through
the system icon theme will lo...

97b034dbcbd4e3758a1dcbcb1be71cd9da1128fb authored almost 5 years ago
Use db-create as Create::name (#4263)

Fixes a name mismatch introduced in
b78ca924fdf2b6d5937d87bab65104cba629382f.

94b45ea16fcf149adc7240b35a91d811b247ec20 authored almost 5 years ago
Cleanup COPYING

- `cmake/GNUInstallDirs.cmake` was removed at commit ef3c2dae. So, remove description related to...

4968d95cabc2b6646dc498bb47a6d22c613307d9 authored almost 5 years ago
Remove Boost Software License 1.0

`cmake/GetGitRevisionDescription.cmake*` were removed at commit 21d1e981.
So, remove the LICENSE...

f170022fa305d1e948716d5e1694ddc9af8943d6 authored almost 5 years ago
Add OFL-1.1 text

The LICENSE text was not added at commit 36f92b76, so add it.

d2a19f3e86b5640ef7d47ab979b5f9cec28c3ad0 authored almost 5 years ago
CLI: set decryption time on create.

Added an option to set the target decryption time on database creation
for the CLI create comman...

0b6d9cb4725d059ae8150c3eaa32268dd52d0f5f authored almost 5 years ago
Cleanup UI files

Removes unnecessary & from strings in settings widgets. These cause confusion and complicate...

a41c26e9cdab5050181354c1fc3c67bc51d49a26 authored almost 5 years ago
SSH Agent: SSH_AUTH_SOCK override and conn test

Fixes #3795

4dee16c9faa2a3305c3b5d09aeb320b0af06be51 authored almost 5 years ago
Implement SSH key file path env substitution

Supports all platforms, including Windows with %FOO% syntax.

Fixes #3523

6fc7be78eae3de21d94ff49465ac03246cd3164b authored almost 5 years ago
Update FUNDING.yml

47ce81c9a6b6c22427e239973e7168362fd657af authored almost 5 years ago
Fix GUI test failures

b0ad4a50d9f5bfbfa6d806a860a7569d7ee9b63b authored almost 5 years ago
Fix compile error on certain platforms

91755fa83ae70013b3f5e10ab19c843424df1c68 authored almost 5 years ago
add challenge-response recovery tool (see keepassxreboot/keepassxc#1734)

0c252b6ed4c5f54abcdbb81c7ecb124a905138f7 authored almost 5 years ago
Enable browser-like DbTab experience (Alt + Nums)

* Pressing ALT+1-9 goes to 1-9 tab
* Pressing ALT+0 goes to the last tab

06e5f19fabeca49f69f703284aa8741a8f02c5d4 authored almost 5 years ago
Adding release badge to README.

4939179b9feccf9b7ce089769268cde0667deefb authored almost 5 years ago
SSH Agent: Refactor entry and agent key management

- Remove duplicate code to load a key (EditEntryWidget & SSHAgent)
- Refactor all key loading ...

e24a858f39f7c1ad762b2f860788ff65e5dddf10 authored almost 5 years ago
Small cleanup in cli/Show.cpp

c97ee5395bf0239a130908d7354e6efd94395399 authored almost 5 years ago
Adding db-info CLI command. (#4231)

This adds a basic db-show CLI command, to display
the information related to a database.

b78ca924fdf2b6d5937d87bab65104cba629382f authored almost 5 years ago
Remove extraneous readme section

It's a convention that the first text block after the title is the
general description of the pr...

04be724614460d5d0e60a741f93a99c15dec4ee3 authored almost 5 years ago
Removing QColor (from Qt::Widgets) from core modules. (#4247)

c8ab3b5f4f0bea29e704afb05180365bc9f2c8c9 authored almost 5 years ago
Fix CLI man page

- Fix lacking commas in the generate options section
- Fix a typo in groff command

332c133893c2e9719f610b2f8dc11bf13539dbd8 authored almost 5 years ago
Change command and option names to bold in man pages

8bac8a7163272efb067d388954119c9309f05f41 authored almost 5 years ago
retrieve login1 session object from manager (#3339)

6ff3e8801d8efbc5fca7b9f4bf2e3785ea4ee6ef authored almost 5 years ago
Fix closing tag typo

796b5ceacb9f87f812c3ec9e3beed370e24edff0 authored almost 5 years ago
Exit with error code if AppImage creation fails midair

b6ff61318984d56a591343271f1a3b8a1f521678 authored about 5 years ago
Use stderr for help text on error.

Also not sure why qCritical was used instead of and stderr output
stream. Added translation on t...

b34a8f9d94fff78950f70d7d941acaac0a0480ca authored about 5 years ago
Fix AppImage builds due to missing PNG app icons.

All PNGs were removed in 36f92b7, including the 256x256
application icons needed for building Ap...

bf8e2e5959e746a63980a1daf4533e620d1654af authored about 5 years ago
Merge branch 'master' into develop

b2fd7f6d545d70839fffac1be51408fb80077d74 authored about 5 years ago
Release 2.5.3

Fixed

- Fix a possible database lockout when removing a YubiKey from a KDBX 3.1 database [#4147...

f8c962bd253ab4d5c0ce2fe7029688057e50a778 authored about 5 years ago
Update translations

27dbc152f3fe68379a3fb568756b5a025f39ed82 authored about 5 years ago
Update CHANGELOG

606661b2717b2839a9f6dc402b593f9909d74918 authored about 5 years ago
Prevent proxy host from blocking application shutdown

* Fix #4079 - proxy host would get stuck trying to read characters from stdin. Switch to "readso...

dc37537797096ec34ff1e0d8a3a0cc5ef98bf4a4 authored about 5 years ago
Simplify the comparison

08a911466e430d2dca31409e2e0a345629408fe5 authored about 5 years ago
Fix base domain matching

d2e76058cd6542cc5d69589cb0f2b4de48d404b6 authored about 5 years ago
Fix clearing clipboad on Gnome

* Prefer clearing clipboard by explicitly setting the clipboard to an empty string. Qt's QClipbo...

6f9907a3cbf3d2c7119e37ba8b98731590d5ad0e authored about 5 years ago
Prevent crash when all entries are deleted from a group

* Fix #4093 - The first entry in the list is selected after deleting an entry
* Prevents crashes...

0d3eb047c7e1e42482b1d37e23e4701b66bd1138 authored about 5 years ago
Add support for Microsoft Edge browser

6cde2b83e8f35d4c402783c4727672176dad414a authored about 5 years ago
Don't mark cmd:// urls as invalid

* Due to the complexity of cmd:// type url's, avoid trying to parse them for validity once the i...

9da07f2f66f1049c90ae86e2f99bfcf58862de7e authored about 5 years ago
Add empty path to URL when needed

460732097ca763ae7cf06c6f7b35415a48feba16 authored about 5 years ago
Remove "Create new database" from tool bar

It's used extremely rarely, having it in such a prominent position
in the tool bar isn't justifi...

84e3925e7b9a3b660227df7d62a04b2c44efce5c authored about 5 years ago
Use Qt::AA_UseHighDpiPixmaps on all platforms

... not only on Linux, in order to prevent icons from being fuzzy.

Fixes #475

05ef937e92a3de5aac85d5c9436e84656a020c94 authored about 5 years ago
Show dark KeePassXC icon in the system tray menu

for the "Toggle Window" menu item. It matches the other
(Material Design) icons much better than...

2ca8dbebeaa3e34f9aff278177a3f4e81572bbff authored about 5 years ago
Replace application icons with Material Design icons.

Use the following to run KeePassXC with the icons from the
source code, ignoring the operating s...

36f92b7649b8afa040d2630621f429201e591d9c authored about 5 years ago
Merge branch 'release/2.5.3' into develop

470838f21c15aaadf5c444912cdec60907465672 authored about 5 years ago
Ensure challenge-response key buffer is properly cleared.

The challenge-response key buffer is explicitly cleared
before the key transformation if no such...

247ebf5a35f513f145ea4604ccb76b12cf0e45b3 authored about 5 years ago