keepassxc/src/browser
Janek Bevendorff 596d2cf425 Refactor Config.
Replaces all string configuration options with enum types
that can be checked by the compiler. This prevents spelling
errors, in-place configuration definitions, and inconsistent
default values. The default value config getter signature was
removed in favour of consistently and centrally default-initialised
configuration values.

Individual default values were adjusted for better security,
such as the default password length, which was increased from
16 characters to 32.

The already existing config option deprecation map was extended
by a general migration procedure using configuration versioning.

Settings were split into Roaming and Local settings, which
go to their respective AppData locations on Windows.

Fixes #2574
Fixes #2193
2020-05-02 22:30:27 +02:00
..
BrowserAccessControlDialog.cpp Fix button highlighting in multiple dialogs 2020-04-28 23:35:03 +02:00
BrowserAccessControlDialog.h Improvements to confirm access dialog 2020-01-29 19:20:31 -05:00
BrowserAccessControlDialog.ui Fix button highlighting in multiple dialogs 2020-04-28 23:35:03 +02:00
BrowserAction.cpp Add option to use entry only for HTTP Basic Auth 2019-12-21 17:28:27 -05:00
BrowserAction.h Update legacy database hashes automatically 2019-08-30 22:34:43 -04:00
BrowserClients.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserClients.h Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserEntryConfig.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserEntryConfig.h Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserEntrySaveDialog.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserEntrySaveDialog.h Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserEntrySaveDialog.ui Choose database for saving or updating entries from KeePassXC-Browser (#2391) 2018-10-19 14:44:08 -04:00
BrowserOptionDialog.cpp Bundle icons using the Qt resource system. 2020-03-14 10:13:12 -04:00
BrowserOptionDialog.h Restore correct formatting 2018-11-28 18:29:15 -05:00
BrowserOptionDialog.ui Cleanup UI files 2020-01-27 22:58:19 -05:00
BrowserService.cpp Fix button highlighting in multiple dialogs 2020-04-28 23:35:03 +02:00
BrowserService.h Improvements to confirm access dialog 2020-01-29 19:20:31 -05:00
BrowserSettings.cpp Refactor Config. 2020-05-02 22:30:27 +02:00
BrowserSettings.h Allow defining additional characters for the password generator 2020-03-09 23:35:55 -04:00
CMakeLists.txt Improve resilience against memory attacks 2019-04-21 09:39:28 -04:00
HostInstaller.cpp Add support for Microsoft Edge browser 2020-01-16 10:53:02 -05:00
HostInstaller.h Add support for Microsoft Edge browser 2020-01-16 10:53:02 -05:00
NativeMessagingBase.cpp Prevent proxy host from blocking application shutdown 2020-01-19 18:13:43 +01:00
NativeMessagingBase.h Various minor code improvements 2019-05-19 18:21:34 -04:00
NativeMessagingHost.cpp Various minor code improvements 2019-05-19 18:21:34 -04:00
NativeMessagingHost.h Code quality updates for 2.4.0 (#2709) 2019-02-18 08:26:56 -05:00
Variant.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Variant.h Restore correct formatting 2018-11-28 18:29:15 -05:00