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.
Fixed - Return keyboard focus after saving database edits [keepassxreboot#4287] - Windows: Use bare minimum settings in portable version [keepassxreboot#4131] - Windows: Use SHA256 code signing [keepassxreboot#4129] - macOS: Fix code signing incompatibility in latest macOS release [keepassxreboot#4564]
- Loading branch information
Showing
23 changed files
with
961 additions
and
998 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
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
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
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 |
---|---|---|
@@ -1,62 +1,10 @@ | ||
[General] | ||
RememberLastDatabases=true | ||
RememberLastKeyFiles=true | ||
OpenPreviousDatabasesOnStartup=true | ||
AutoSaveAfterEveryChange=false | ||
AutoSaveOnExit=false | ||
AutoReloadOnChange=true | ||
HideWindowOnCopy=false | ||
MinimizeOnCopy=true | ||
DropToBackgroundOnCopy=false | ||
MinimizeOnOpenUrl=false | ||
UseGroupIconOnEntryCreation=true | ||
IgnoreGroupExpansion=false | ||
AutoTypeEntryTitleMatch=true | ||
GlobalAutoTypeKey=0 | ||
GlobalAutoTypeModifiers=0 | ||
LastOpenedDatabases=@Invalid() | ||
|
||
[GUI] | ||
Language=system | ||
ShowTrayIcon=false | ||
DarkTrayIcon=false | ||
MinimizeToTray=false | ||
MinimizeOnClose=false | ||
MinimizeOnStartup=false | ||
MonospaceNotes=false | ||
MainWindowGeometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2(\0\0\0\xbd\0\0\x5W\0\0\x3;\0\0\x2\x30\0\0\0\xdc\0\0\x5O\0\0\x3\x33\0\0\0\0\0\0\0\0\a\x80)" | ||
SplitterState=@Invalid() | ||
EntryListColumnSizes=@Invalid() | ||
EntrySearchColumnSizes=@Invalid() | ||
|
||
[security] | ||
autotypeask=true | ||
clearclipboard=true | ||
clearclipboardtimeout=10 | ||
lockdatabaseidle=false | ||
lockdatabaseidlesec=240 | ||
lockdatabaseminimize=false | ||
lockdatabasescreenlock=true | ||
passwordscleartext=false | ||
passwordemptynodots=true | ||
passwordsrepeat=false | ||
|
||
[Http] | ||
Enabled=false | ||
ShowNotification=true | ||
BestMatchOnly=false | ||
UnlockDatabase=true | ||
MatchUrlScheme=true | ||
SortByUsername=false | ||
Port=19455 | ||
AlwaysAllowAccess=false | ||
AlwaysAllowUpdate=false | ||
SearchInAllDatabases=false | ||
SupportKphFields=true | ||
generator\LowerCase=true | ||
generator\UpperCase=true | ||
generator\Numbers=true | ||
generator\SpecialChars=false | ||
generator\ExcludeAlike=true | ||
generator\EnsureEvery=true | ||
generator\Length=16 | ||
[General] | ||
UpdateCheckMessageShown=false | ||
LastActiveDatabase=@Invalid() | ||
LastOpenedDatabases=@Invalid() | ||
HideWindowOnCopy=false | ||
MinimizeOnCopy=true | ||
|
||
[GUI] | ||
HideUsernames=false | ||
HidePasswords=true |
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
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
Binary file not shown.
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 |
---|---|---|
@@ -1,33 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.application-identifier</key> | ||
<string>org.keepassx.keepassxc</string> | ||
<key>com.apple.developer.aps-environment</key> | ||
<string>production</string> | ||
|
||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>org.keepassx.keepassxc</string> | ||
</array> | ||
|
||
<!-- Sandbox entitlements stub for future reference. | ||
For whatever reason, we have to set this twice. | ||
Otherwise a signed application crashes on startup --> | ||
<key>com.apple.security.app-sandbox</key> | ||
<false/> | ||
<key>com.apple.security.app-sandbox</key> | ||
<false/> | ||
<!--key>com.apple.security.network.client</key> | ||
<true/> | ||
<key>com.apple.security.files.user-selected.read-write</key> | ||
<true/> | ||
<key>com.apple.security.device.usb</key> | ||
<true/> | ||
<key>com.apple.security.print</key> | ||
<true/> | ||
<key>com.apple.security.files.user-selected.read-only</key> | ||
<false/--> | ||
</dict> | ||
<dict> | ||
<key>com.apple.application-identifier</key> | ||
<string>G2S7P7J672.org.keepassxc.keepassxc</string> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>G2S7P7J672.org.keepassxc.keepassxc</string> | ||
</array> | ||
</dict> | ||
</plist> |
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
Oops, something went wrong.