forked from keepassxreboot/keepassxc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some password-related feature (keepassxreboot#92)
* Add Standalone Password Generator. Closes keepassxreboot#18 * Add an entropy meter for passwords. Closes keepassxreboot#84 * Don't require password repeat when it is visible. Fixes keepassxreboot#27
- Loading branch information
1 parent
19a9608
commit b2f3cc6
Showing
28 changed files
with
28,397 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,20 +27,24 @@ Copyright: 2010-2012, Felix Geyer <[email protected]> | |
2000-2008, Tom Sato <[email protected]> | ||
2013, Laszlo Papp <[email protected]> | ||
2013, David Faure <[email protected]> | ||
2016, KeePassXC Team | ||
License: GPL-2 or GPL-3 | ||
|
||
Files: cmake/GNUInstallDirs.cmake | ||
Copyright: 2011 Nikita Krupen'ko <[email protected]> | ||
2011 Kitware, Inc. | ||
License: BSD-3-clause | ||
|
||
Files: share/icons/application/*/apps/keepassx.png | ||
share/icons/application/scalable/apps/keepassx.svgz | ||
Copyright: 2006, Otto Salminen | ||
2009, Miguelito Vieira | ||
2011-2013, Felix Geyer <[email protected]> | ||
2012, Tobias Tangemann <[email protected]> | ||
License: GPL-2 | ||
Files: share/icons/application/*/apps/keepassxc.png | ||
share/icons/application/scalable/apps/keepassxc.svgz | ||
share/icons/application/*/apps/keepassxc-dark.png | ||
share/icons/application/scalable/apps/keepassxc-dark.svgz | ||
share/icons/application/*/apps/keepassxc-locked.png | ||
share/icons/application/scalable/apps/keepassxc-locked.svgz | ||
share/icons/application/*/mimetypes/application-x-keepassxc.png | ||
share/icons/application/scalable/mimetypes/application-x-keepassxc.svgz | ||
Copyright: 2016, Lorenzo Stella <[email protected]> | ||
License: LGPL-2 | ||
|
||
Files: share/icons/application/*/actions/auto-type.png | ||
share/icons/application/*/actions/database-change-key.png | ||
|
@@ -136,6 +140,7 @@ Files: share/icons/application/*/actions/application-exit.png | |
share/icons/application/*/actions/document-save-as.png | ||
share/icons/application/*/actions/edit-clear-locationbar-ltr.png | ||
share/icons/application/*/actions/edit-clear-locationbar-rtl.png | ||
share/icons/application/*/actions/password-generator.png | ||
share/icons/application/*/actions/password-copy.png | ||
share/icons/application/*/actions/password-show-*.png | ||
share/icons/application/*/actions/system-search.png | ||
|
@@ -187,3 +192,9 @@ License: LGPL-2.1 or GPL-3 | |
Files: cmake/GetGitRevisionDescription.cmake* | ||
Copyright: 2009-2010, Iowa State University | ||
License: Boost-1.0 | ||
|
||
Files: src/zxcvbn/zxcvbn.* | ||
src/utils/entropy-meter.cpp | ||
Copyright: 2015, Tony Evans | ||
2016, KeePassXC Team | ||
License: BSD 3-clause |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.