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
6128e5d58294f26411160f44da91087ebe7f4b07 authored almost 5 years ago
d41a37c9bc4947c9aa7bbbe5fa46f74933a74795 authored almost 5 years ago
ef668f552ed20b801f62b9cd2b6cf395c01bab0c authored almost 5 years ago
* Prevent using double memory when benchmarking Argon2 performance.
* Improve benchmark results ...
* Fixes #3940
7b25fe9cc6907f8bfafd2b54e9b32e864dd55e9b authored almost 5 years ago
* Show horizontal header in results table
* Correctly handle the case when there are no entries ...
- Check if hide notes setting is enabled and update EntryModel notes'
data if so
- Fixes #4412
e316a09a79f0e3349d3a57ee99c3701c32199257 authored almost 5 years ago
0a61aa0d4679ca91f2cd1ab628a3a1893fd91352 authored almost 5 years ago
* Fixes #1083
* Add online HIBP checker dialog to the database reports widget. Permission is ...
83ed9a8d4e52d0ae22e143d534ca8f159d26e9ed authored almost 5 years ago464e49d329f1b903c1ae165a18ad55e136545da3 authored almost 5 years ago
* Instead of relying on ccache program name use the found binary from the find_program results.
8e4b0fdfe8172d9c1c9f13bd507b85759ea22a59 authored almost 5 years ago5927b6298d137c51f4d57c63f478519f0f56e4a3 authored almost 5 years ago
* Add ability to create database with an empty password
* Add password repeat check
* Standard...
Simplify resource loading logic and enable reproducible builds.
Fixes #2582
* Use KeePassXC executable icon for the start menu shortcut on Windows to prevent the icon from ...
4ff781fa4846c7e1d9d90230dac9bc2f14369fa4 authored almost 5 years agoSee issue #3271 for a motivation of this feature.
This patch adds an additional text input to t...
b2c2f42f302667143b863dfb87c152285a80ae92 authored almost 5 years agoWindows testing is currently explicitly disabled due to too many different scenarios to run an a...
dce9af219fe906f2fc20e134bf7ee07c1ea51b32 authored almost 5 years ago* Fix #4311
2359742de1f96ba0a4807754cc209994a35ca83d authored almost 5 years ago* Support copy shortcut when in QTextEdit to prevent inadvertently copying password when interac...
8ae718b747b99c6917fb55814304d6e263fb3414 authored almost 5 years ago* Always use a pop-up generator to avoid cluttering the user interface and making it clear that ...
fb5173cebd98b4417966e8eeaa30f32b061923d5 authored almost 5 years ago
* Remove repeat password on entry edit
* Move show/hide password and password generator buttons ...
* Add function to Application to quickly determine if in light or dark theme
* Add kpxcApp symbo...
* Check that the database composite key exists, has sub-keys associated with it, and the root gr...
91c6e436b3622015d5b7c27b6b5230bb1f285df7 authored almost 5 years ago
* Add saving mutex to database class to prevent re-entrant saving
* Prevent saving multiple time...
* Wrap key transformation in AsyncTask when reading a database. Significantly reduces user inter...
a8c02fdc3cb39e8cabfd7012a6104e60938d3bb8 authored almost 5 years ago6bce5836f99819410876d3125a7e3aa12028ce1c authored almost 5 years ago
e6186b07e1dbd61df3d4227ea89419b2c7a6f12f authored almost 5 years ago
Fixes #466
So it can be displayed in the autocomplete list when more than
one login matches. Fo...
When mousing over the root group entry, show the file path for the current database.
Fixes #4038
ca471e99861e84c4d4a19d6ac73748e538546c0d authored almost 5 years ago
* Clean up parent alignment code
* Don't hide widget if it currently has focus
* Use Qt::Tool wi...
* System icons are no longer used eliminating the need to differentiate behavior for the snap pa...
e26063a872fc800d7dc9fc30ff10e3233420da38 authored almost 5 years ago557736ea5e4314162d7d716ac53fb6c74efce2a1 authored almost 5 years ago
Moves MacUtils into a separate sub folder and adds
WinUtils, NixUtils, and OSUtils for platform-...
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
* Reset clear timer when manipulating the entry view and opening/closing entries
* Only start th...
b18838518492b4d3c9de490eac856ca057f21b48 authored almost 5 years ago
409190c85afc90861f4374e039c0e6f6bf213afa authored almost 5 years ago
- use Q_GLOBAL_STATIC for singleton
- move all configuration to SSHAgent class
- various cleanup...
Fixes regression caused by 9477437256c8b34d0bf124c07abf7e08690dd824
cb6b0dde276577d2a66a80c1ee25884c7f44e676 authored almost 5 years agoIcon downloader button crash fix
e85854aa246168e63157d874bbca31a134a335f9 authored almost 5 years ago9f3516a4da8730cbb7db738c6357db738fa3aab7 authored almost 5 years ago
* Remove 'cd git-project-directory' from INSTALL.md as it is unnecessary
c306fb55ae6c0734954ee0692216ead066be7b65 authored almost 5 years ago8dbd5b11eb43c274b346d1ad69441082a5c3c029 authored almost 5 years ago
8dba308d54880a9fef5a774dd60005200b22a817 authored almost 5 years ago
* macOS and Windows browsers do not use `Alt+#` to change tabs. Windows uses `Ctrl` and macOS us...
f227a2d52946b3a7d4c232cfcee675e725aeaf04 authored almost 5 years agoMostly style issues.
I used the following tools to find most of these:
- lgtm.com
- clang-tidy...
* Ran clang-tidy with "readability-braces-around-statements" to find missing braces around state...
c663b5d5fcc3ed9f5af8d6e5e7fdf1e99f4a2c58 authored almost 5 years ago
The way the class is currently being used, the cache never does
anything (because evaluate is ne...
Introduce a password health check to the application that evaluates every entry in a database. E...
a81c6469a87783abdd4434b03f616465c830b57f authored almost 5 years ago* make Clip accept an attribute name
This allows users to copy arbitrary attributes (e.g. use...
71a39c37eca9b080a2f06e768ad2e83fe6ff6cb8 authored almost 5 years ago
Add write function to TextStream
Fix #3900
792c1c94f7f0569af0682b3e73248c5c0c52d3e9 authored almost 5 years ago
* Disable access to entries immediately within the dialog
* Use checkboxes instead of row select...
7d8072bf8fa957ecb4f7359d6ec1737c206f7201 authored almost 5 years ago
With the Material Design icons, any other icons brought in through
the system icon theme will lo...
Fixes a name mismatch introduced in
b78ca924fdf2b6d5937d87bab65104cba629382f.
- `cmake/GNUInstallDirs.cmake` was removed at commit ef3c2dae. So, remove description related to...
4968d95cabc2b6646dc498bb47a6d22c613307d9 authored almost 5 years ago
`cmake/GetGitRevisionDescription.cmake*` were removed at commit 21d1e981.
So, remove the LICENSE...
The LICENSE text was not added at commit 36f92b76, so add it.
d2a19f3e86b5640ef7d47ab979b5f9cec28c3ad0 authored almost 5 years ago
Added an option to set the target decryption time on database creation
for the CLI create comman...
Removes unnecessary & from strings in settings widgets. These cause confusion and complicate...
a41c26e9cdab5050181354c1fc3c67bc51d49a26 authored almost 5 years agoFixes #3795
4dee16c9faa2a3305c3b5d09aeb320b0af06be51 authored almost 5 years agoSupports all platforms, including Windows with %FOO% syntax.
Fixes #3523
6fc7be78eae3de21d94ff49465ac03246cd3164b authored almost 5 years ago47ce81c9a6b6c22427e239973e7168362fd657af authored almost 5 years ago
b0ad4a50d9f5bfbfa6d806a860a7569d7ee9b63b authored almost 5 years ago
91755fa83ae70013b3f5e10ab19c843424df1c68 authored almost 5 years ago
0c252b6ed4c5f54abcdbb81c7ecb124a905138f7 authored almost 5 years ago
* Pressing ALT+1-9 goes to 1-9 tab
* Pressing ALT+0 goes to the last tab
4939179b9feccf9b7ce089769268cde0667deefb authored almost 5 years ago
- Remove duplicate code to load a key (EditEntryWidget & SSHAgent)
- Refactor all key loading ...
c97ee5395bf0239a130908d7354e6efd94395399 authored almost 5 years ago
This adds a basic db-show CLI command, to display
the information related to a database.
It's a convention that the first text block after the title is the
general description of the pr...
c8ab3b5f4f0bea29e704afb05180365bc9f2c8c9 authored almost 5 years ago
- Fix lacking commas in the generate options section
- Fix a typo in groff command
8bac8a7163272efb067d388954119c9309f05f41 authored almost 5 years ago
6ff3e8801d8efbc5fca7b9f4bf2e3785ea4ee6ef authored almost 5 years ago
796b5ceacb9f87f812c3ec9e3beed370e24edff0 authored almost 5 years ago
b6ff61318984d56a591343271f1a3b8a1f521678 authored about 5 years ago
Also not sure why qCritical was used instead of and stderr output
stream. Added translation on t...
All PNGs were removed in 36f92b7, including the 256x256
application icons needed for building Ap...
b2fd7f6d545d70839fffac1be51408fb80077d74 authored about 5 years ago
Fixed
- Fix a possible database lockout when removing a YubiKey from a KDBX 3.1 database [#4147...
f8c962bd253ab4d5c0ce2fe7029688057e50a778 authored about 5 years ago27dbc152f3fe68379a3fb568756b5a025f39ed82 authored about 5 years ago
606661b2717b2839a9f6dc402b593f9909d74918 authored about 5 years ago
* Fix #4079 - proxy host would get stuck trying to read characters from stdin. Switch to "readso...
dc37537797096ec34ff1e0d8a3a0cc5ef98bf4a4 authored about 5 years ago08a911466e430d2dca31409e2e0a345629408fe5 authored about 5 years ago
d2e76058cd6542cc5d69589cb0f2b4de48d404b6 authored about 5 years ago
* Prefer clearing clipboard by explicitly setting the clipboard to an empty string. Qt's QClipbo...
6f9907a3cbf3d2c7119e37ba8b98731590d5ad0e authored about 5 years ago
* Fix #4093 - The first entry in the list is selected after deleting an entry
* Prevents crashes...
6cde2b83e8f35d4c402783c4727672176dad414a authored about 5 years ago
* Due to the complexity of cmd:// type url's, avoid trying to parse them for validity once the i...
9da07f2f66f1049c90ae86e2f99bfcf58862de7e authored about 5 years ago460732097ca763ae7cf06c6f7b35415a48feba16 authored about 5 years ago
It's used extremely rarely, having it in such a prominent position
in the tool bar isn't justifi...
... not only on Linux, in order to prevent icons from being fuzzy.
Fixes #475
05ef937e92a3de5aac85d5c9436e84656a020c94 authored about 5 years ago
for the "Toggle Window" menu item. It matches the other
(Material Design) icons much better than...
Use the following to run KeePassXC with the icons from the
source code, ignoring the operating s...
470838f21c15aaadf5c444912cdec60907465672 authored about 5 years ago
The challenge-response key buffer is explicitly cleared
before the key transformation if no such...