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

Re-Add keys on database unlock

* Keys that were previously added do not show an error message (they are most likely still in th...

c195452c54ef67b02d590d37c7e413606a35ffcc authored almost 6 years ago
Merge branch 'release/2.4.1' into develop

1f28dc6013ba11fed671a76ba74a2f5770df8628 authored almost 6 years ago
Enhance update checker

* Reduce initial update check notification to 500 ms to prevent inappropriately stealing focus f...

2ffefc95ae22f25d5bac2f60bd486640eff7cea0 authored almost 6 years ago
Hide window when performing entry auto-type on macOS

* Instead of choosing the last active window, always hide the current window (ie, KeePassXC)
* F...

53a57ee8c7b0f6ebb9ec89321a005833a1b5f9ba authored almost 6 years ago
Enhance release-tool handling of app signing

* Introduce .gitrev file to tarball generation
* Correct labeling of builds based on supplied pa...

8bc94874a1a2e39a9d4d63600d569bb8edf363b6 authored almost 6 years ago
More detailed KeeShare sharing messages (#2946)

* ShareObserver watches all shares

ShareObserver watches all shares to and considers settings...

29c79c935ab80095b510020fe77e68d01377473b authored almost 6 years ago
Add integration with Brave browser

Fixes #2414

1493943e2e34e4c9c270521032023c20244bac51 authored almost 6 years ago
Improved error messages when opening database

* Reduced wording and confusion
* Streamlined delivery format
* Fix #813

0201fcd400cbc89f1231ea685d10a0d847221969 authored almost 6 years ago
Allow copying passwords directly from searching

* Reverts removal of previously implemented feature
* Fix #2630
* Make gui search tests more robust

71e375aff0bea60233fd1907011a1c4a576c18e9 authored almost 6 years ago
Correct issues with apply button

* Don't show apply button when creating new entries or groups (Fix #2191)
* Don't mark entry/gro...

4b1258f5851c12e2fbe7991fff794a8e78237656 authored almost 6 years ago
Add note to restart after changing language

* Fix #2713

88c8cdd800413fd72b320c6780366cf6db0da589 authored almost 6 years ago
Additional layer of protection for unsafe saves

* Attempt to restore database, if that fails retain the temporary file and tell the user where i...

791b796c234176646f43ce61da98fb1ec92e54f0 authored almost 6 years ago
Correct behaviors when saving database fails

* Mark database dirty if saving fails
* Restore database file from backup if unsafe save fails b...

3b0b5d85e962b57b14507f9b07ee187aa35ecaf4 authored almost 6 years ago
Fix broken safe saves across file systems

* Fix #2888
* Qt has an undocumented rename implementation for QTemporaryFile that does not fall...

ec829315730e07e5db42358cfa36a190eaea55c4 authored almost 6 years ago
Merge pull request #2919 from keepassxreboot/fix/database-filename

Correct opening files from command line; cleanup master key editing

835e1b8787b44bdfe54a88ea9afce237fc41e08f authored almost 6 years ago
Fix double password edit field

e025444c869b40aec75fe90e095cd888f64d1b21 authored almost 6 years ago
Fix key component widget initialization and password field echo mode on database open

f49a8a7f70fd5cdf0da6ed555c651bfcc2cbe8ca authored almost 6 years ago
add Lock Databases option to tray icon menu

This is useful when keepassxc is minimized/hidden to the tray, and all
the plumbing is already i...

b3ce7ec9c4aaa133005ca2eb854301f92642fc5b authored almost 6 years ago
Fix database master key dirtying

* When removing portions of the master key, the key is marked dirty for saving
* Properly clear ...

cb2900f5a98b3774b9dfaa4c6ead4f1a3b18c6fc authored almost 6 years ago
Fix opening files from command line

* Fix #2877 - password is unchecked by default
* Smarter activation of key components based on c...

edef225eab4698ea0a0bc6bc7996369ff5d1c6fb authored almost 6 years ago
Use existing base64 check in Tools namespace

52d411f423391ccb3b952a08afc1f6465054245b authored almost 6 years ago
Make KeeShare user messages easier to understand (#2824)

e7862910869b45d4391c30e0194b774d77cb4606 authored almost 6 years ago
Fix base64 check missing '/' as valid character

* Issue introduced in 558cb3d
* Corrects loading of legacy KeePass Key Files that included a '/'...

d6324feafd8d138819534520f3193a5fe18a691e authored almost 6 years ago
Merge branch 'release/2.4.1' into develop

d7660dad3774ee5192e3ce1728cb4945b1e834dc authored almost 6 years ago
Prevent crash when editing master key

bc3a7522a2e95ba3689e8f0ccfaa9a09c36981b9 authored almost 6 years ago
Add button to open Custom Auto-type sequence documentation (#2733)

This change adds a button next to the text edit field which opens the following wiki page: https...

38826a851da650609b7456a8a931835423189ad7 authored almost 6 years ago
Fix saving order of open databases

* Order of previously open databases are preserved when closing the application
* The active dat...

72f0e9ba77ab2fc4f3d563d3fc43ee6f7a064c1b authored almost 6 years ago
Use existing database open function on startup

* Fix #2828

28a3824d2d594429b38ca441ff0a718b6ec7092a authored almost 6 years ago
Add Haiku support (#2859)

[TIP]: # ( Provide a general summary of your changes in the title above ^^ )

## Type of chan...

3404b4ac58a60a9378476ec8bc0c11e17ad30aa3 authored almost 6 years ago
Add Haiku support

86e5dbda4fe267ef237ba68c791c56dd1e95475a authored almost 6 years ago
Adding --no-password option to CLI

I also added tests for the --key-file option, which was
untested.

13a9ac8f576539aace93a2d5faa2c4d35474f95e authored almost 6 years ago
Adding debug info to CLI.

Adding debug info to the CLI and the general option
of the main Qt app. Also took time to:
* use...

a58e3d5ee0113019adea182830b2fcc9e5387184 authored almost 6 years ago
Snap: improve cursor theme

76913a5dd1411fc911fd9a346a2d230d5cb6d18e authored almost 6 years ago
Don't call mandb

There are other man implementations beside man-db so it is not even sure
that the "mandb" binary...

4a0bb32c2ec13e142b5eec80423678f466a7b1a1 authored almost 6 years ago
src/gui/DatabaseWidget.cpp: Build fails without WITH_XC_KEESHARE

/var/tmp/portage/app-admin/keepassxc-2.4.0/work/keepassxc-2.4.0/src/gui/DatabaseWidget.cpp: In m...

eb9ff677d0c681a86a9ef296f5a363549b94c42c authored almost 6 years ago
Fix typo in QUICKSTART.md

bf1e5b880532de5abe34fd0cf29b9dafcfdbdb91 authored almost 6 years ago
Correct invalid conditional check in release-tool

e909d1b5945f0e82ac4a6a9edb6784b83a547e7e authored almost 6 years ago
Merge branch 'master' into develop

31bd90a8df1d784ae36c67432a5413f3c8a32e65 authored almost 6 years ago
Release 2.4.0

- New Database Wizard [#1952]
- Advanced Search [#1797]
- Automatic update checker [#2648]
- Kee...

c51752df3913329d6fc78563c54ddd6ebd994b0f authored almost 6 years ago
Update translations

348a7e511118f48b9eb0527bf7b30837b01f03e0 authored almost 6 years ago
Bump to 2.4.0; add Changelog

10568f42004fef4c0773f55048e9e6707a771959 authored almost 6 years ago
Update release-tool

* Use signtool instead of osslsigncode
* Sign exe and dll files when building
* Check full tag n...

ce5cf3573a631a72858089f2e7f85fdb85b50ddf authored almost 6 years ago
Ran `make format`

fb5faf0ff5a0380b2d1ce43495c7f2c6a1f43c17 authored almost 6 years ago
Update translation source file

f67b60623e3101c8c891dc8947b2972559e1779a authored almost 6 years ago
Allow snap builds to use keepassxc-proxy

* Updated browser extension settings for snap usage
* Support Snap 3.0 Changes
* Add missing sta...

306bf0f292bdbace8f880f5d6db6ebaedc56f93f authored almost 6 years ago
Improve legacy browser settings message

fb5746e4f759e068b0df05dda69b0838a002b551 authored almost 6 years ago
Allow database creation without password

* The warning about not having a password is now properly shown (previously it did not let you c...

37b18a532ced883d1f95636fb24016b603cc2835 authored almost 6 years ago
Use existing extension when creating backup file

* passwords.kdbx -> passwords.old.kdbx
* passwords.db -> passwords.old.db
* passwords -> passwor...

e20d652cca359f34e6a6d0156b44579e875475b5 authored almost 6 years ago
Allow creating new groups with Browser Integration

Added a confirmation dialog

14e868d2f7bb64dc590b54710ba897c878caba91 authored almost 6 years ago
Remediate errors in various favicon fetch scenarios (#2779)

Fixes stuck "Download favicon" button on icon download attempts for IP
address hosts by skipping...

84f5adb24acb9ea85f55b2f959b3bfe9faf9015d authored almost 6 years ago
Hotfix/2657 prevent share overwrite (#2746)

* Fix problem with export from newly saved database

Newly created/saved databases (or used wi...

11ecaf4fa4b360dc2effd00e2c2b92418f0f42e0 authored almost 6 years ago
Add share indication label in group view (#2742)

* When viewing a shared group, the sharing state is indicated by a label
similar to the search ...

ebb87e637974e3e5df31a6a3b97496ab72006147 authored almost 6 years ago
fix(YubiKey): call `yk_release` on errors

Fix #2643 and #2721

a2bd08ca8acd90d1e48d286ae5e5f79dd2a419fd authored almost 6 years ago
Small browser fixes for 2.4.0 release

f997e86869c6f841c2693aa200837d2e7e3b960f authored almost 6 years ago
fix(YubiKey): call `yk_release` on errors

Fix #2643 and #2721

0f1be60bda165bd8a8baf23a7c3634ad3c0aa0e1 authored almost 6 years ago
Add clear functionality to group share settings

Settings in a group can now be cleared using a single button press on
'clear'.

f09f00a6b8b24acaaa8583177352c5538dfbc4d0 authored almost 6 years ago
Improve messages and fix issue in ShareObserver

Fixed smaller issue with error check before the actual write.
Extended the error messages in Sha...

c369130338b62259f3b2744b4389a847cc6c3618 authored almost 6 years ago
Add missing colon to SettingsWidgetKeeShare.ui

9d44a756bb57bc4c45caa4016a01bbfd34ed940b authored almost 6 years ago
Update translations

010d44eab7a84e457b6b72ef90c0f32d69511084 authored almost 6 years ago
Updates to EntrySearcher

* Only search custom named attributes
* Search attribute values in addition to keys
* Optimize s...

d0d1b25e5cfebe7b735f54ba5083c4d02db07fe1 authored almost 6 years ago
Multiple code improvements

* Fixed unending timer in BulkFileWatcher causing high CPU usage after first save
* Fix multiple...

5cf50d9fae914cb87aca3a553cfc268015609934 authored almost 6 years ago
Add doc strings to EntrySearcher functions

ff87207cf44e93ede443cd4e66e14090a8b5dbe2 authored almost 6 years ago
Fix TouchID operation after database refactor

* Fix #2720

bbf678975fb15eaa3367cbdeb14440fd13423fe2 authored almost 6 years ago
Always close epoll/kqueue file descriptor (#2723)

Resolves #2643, resolves #2721

e8ec45ef9714eec4a623295781d87d9bd9256e6f authored almost 6 years ago
Prevent unnecessary key transformations, resolves #2704

The database master key settings widget does not actually
need to (re-)transform the master key...

9bc20f0b425b1d4f64aab735ee9693a489adb274 authored almost 6 years ago
Code quality updates for 2.4.0 (#2709)

* Minor code quality fixes found by Codacy
* Fix unused variables when WITH_XC_NETWORKING is OF...

0c587999c6863b20cfc1ddbc602c4901c2a0e995 authored almost 6 years ago
Merge branch 'release/2.4.0' into develop

fa459b0d1e3f1576e7a31401100f440d03981985 authored almost 6 years ago
Fix quiet option for Merge (CLI) (#2695)

fa3c95921217159201c1713bd38721f01cfff938 authored almost 6 years ago
Updated contributors in about dialog (#2683)

* Updated contributors and translators in about dialog

* Move contributor and maintainer text...

8cf3ee866e6dd5eced2f9a3a2310dc4925bcbd6e authored almost 6 years ago
Refactor database extraction (#2698)

Previously, extracting the XML from a database was done with the
`saveXml` attribute in the `Ke...

504904a41417f7e0c002d2bc6a02f87c4fbe17ca authored almost 6 years ago
Various Windows Build Fixes

* Fix #1846, kdbx is registered to KeePassXC with
an icon (locked database icon)
* Fix #2489, Op...

c9f91b2de567fcec4efe4e596945acbeffe42af5 authored almost 6 years ago
Fix Yubikey detection in Database Settings/Wizard

* Fixes #2608

ca39f6e15990be649fe2174ec56383481d3162f9 authored almost 6 years ago
Add MacOS entitlements to fix TouchID integration

* Fix #2676

8e596165ab389e7ac967143ffa68e5611cf281df authored almost 6 years ago
Icon cleanup

* Shrank large SVG's using Inkscape 'Optimized SVG'
* Added pngcrush script to 'make icons'
* Ra...

877a0924c1bdecef084eb213e76f1ed10aceb6e6 authored almost 6 years ago
Fix favicon corruption on loading database

* Fix #2251 and Fix #2674
* Icons stored with duplicate UUID's will be
assigned a new UUID on lo...

b4de4369eb32b5b8855030841f382a2b6bb3be43 authored almost 6 years ago
Fix issues with TOTP

* otp setting is properly loaded and saved (Fix #2671)
* Removing the key from TOTP Setup clears...

cc932eff302d810d1c093f8808829c733e9025cc authored almost 6 years ago
Correct window transitions from browser plugin

* Eliminated multiple state variables
* Fix #1643, window is brought to front

d3a424cc7435fd44d20d9966906b0a80dc594423 authored almost 6 years ago
Updated kdbx file icon

* Tweaked share/icons/svg/application-x-keepassxc.svg for better scaling
* Added ico build scrip...

79b8647fd7c2ed2ed4459d879061ff52ccef60b8 authored almost 6 years ago
Fix group signals (#2670)

* Fix group not emitting signals when modified through copyDataFrom
* Fix Group::GroupData equa...

e60f4278f739ae8575ae18e06581548b0dbdf832 authored about 6 years ago
Fix WIX packaging with beta builds

42cfe01ad26d63cb86e44a49de40e70516cf8e8a authored about 6 years ago
Update translations

* Corrected use of QCoreApplication::translate -> QObject::tr
* Corrected plural usage in EntryA...

5a34f90319d6f13fe966f12f7d1425ae093b599b authored about 6 years ago
Merge pull request #2659 from keepassxreboot/cmake_cleanup

Cleanup CMakeFiles and revert Dockerfile changes

8bfc53923445a7afe216503a0630c55f01037106 authored about 6 years ago
Fix typo in release-tool

b56ef2b758997400509ba43da81390d867af284f authored about 6 years ago
Softer warning message for pre-release builds

37f63406c4cefc5ea6800fedc283c30d9790ff73 authored about 6 years ago
Revert commit c682b4 because it broke appimages

c8a99ee3a4b9bc6c1526191a57291aa258212a69 authored about 6 years ago
Cleanup CMakeFiles prior to release

* Remove Git revision finding code in favor of a simple command call: git rev-parse --short=7 HE...

21d1e981ca4f38a07d4621ef4f4168d1576c96e7 authored about 6 years ago
Merge pull request #2610 from brainplot/performance-fixes

Performance fixes

7f3ce65d96d298704be96945be74789a6cf469b7 authored about 6 years ago
Wrap static literal strings with QStringLiteral

The strings in the deprecation map are never modified in the program and
they're known at compil...

c01e14c879983d339eb576786913a009502c00d7 authored about 6 years ago
Restore formatting

0dac53df545f69225b9a04cb29f358d36f2171ae authored about 6 years ago
Avoid copying QSharedPointers when not needed

39b96c13e84ddb45e3ce334a974adb13149a6396 authored about 6 years ago
Replace QMap with QHash when the key is a pointer

QHash gives faster lookups than QMap when the key is a pointer.

ffea029001e42f9f06384ee39af7cf04b24610ff authored about 6 years ago
Remove unused variable

6df9c6f9b21b143184fb7790bb4b4a83b3e248aa authored about 6 years ago
Avoid creation of temporary containers

2cf837801db1d529f6eee8678cdb37efde9ffa6d authored about 6 years ago
Use QFileInfo's exists() static method

The exists() static method is documented to be faster than its
equivalent member method.

See ht...

9a5bbea2e4a91775804de697cc2e49cb33a8fc7f authored about 6 years ago
Select group when adding credentials from browser extension (#2637)

891f67a1cdbd88c4ff9d1f61fd82d1aff2a9d9a4 authored about 6 years ago
Update checking feature (#2648)

* Check on startup (toggleable setting) and manually
* Option to check for pre-releases (eg, 2....

779b529da2f9c3d7204dcf1a32bf07feedc0d5aa authored about 6 years ago
Remove redundant issue templates

5c9b062f13ea1fb9122d4c59f5b299d1569190ce authored about 6 years ago
Add release preview bug report & revert previous commit

1989b86c600f1eb6cd4386d5bf34a6c50bd0c8ae authored about 6 years ago
Add release preview bug report template

f8b21d8d16212c00575e7dbdb89a6f7d0f012518 authored about 6 years ago
Refactoring of Dockerfile

- reorganized the libraries for better readability
- added logic to clean-up apt-cache after fet...

c682b48fb946a090ac7d74c417636060162f3cdd authored about 6 years ago