keepassxc/src/core
Sami Vänttinen 9ba6ada266
Add support for URL wildcards and exact URL (#9835)
* Add support for URL wildcards with Additional URL feature

* Only check TLD if wildcard is used

* Avoid using network function in no-feature build

---------

Co-authored-by: varjolintu <sami.vanttinen@ahmala.org>
Co-authored-by: Jonathan White <support@dmapps.us>
2025-02-09 20:03:15 -05:00
..
Alloc.cpp clang-tidy: C++ headers 2022-05-01 16:01:46 -04:00
AsyncTask.h Fix Botan 3 build (#9388) 2023-05-07 08:48:58 -04:00
AutoTypeAssociations.cpp Properly block modified signal during Database destruction (#6438) 2021-05-27 21:50:15 -04:00
AutoTypeAssociations.h Properly block modified signal during Database destruction (#6438) 2021-05-27 21:50:15 -04:00
Base32.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
Base32.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
Bootstrap.cpp Fix typos 2024-08-09 17:41:08 -04:00
Bootstrap.h Set test locale to C 2024-03-08 10:55:22 -05:00
Clock.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
Clock.h Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
Compare.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
Config.cpp Allow adjusting application font size 2025-01-26 07:16:55 -05:00
Config.h Allow adjusting application font size 2025-01-26 07:16:55 -05:00
CustomData.cpp Add CustomData::getKeyWithPrefix() 2024-12-25 21:33:19 -05:00
CustomData.h Add CustomData::getKeyWithPrefix() 2024-12-25 21:33:19 -05:00
Database.cpp Show database public icon on tab when visible (#11725) 2025-02-09 20:02:44 -05:00
Database.h Fix issues with reloading and handling of externally modified db file (#10612) 2025-02-01 11:58:45 -05:00
DatabaseStats.cpp Add db statistic output to CLI db-info command. 2021-12-08 23:41:05 -05:00
DatabaseStats.h Add db statistic output to CLI db-info command. 2021-12-08 23:41:05 -05:00
Endian.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
Entry.cpp Add support for URL wildcards and exact URL (#9835) 2025-02-09 20:03:15 -05:00
Entry.h Add support for URL wildcards and exact URL (#9835) 2025-02-09 20:03:15 -05:00
EntryAttachments.cpp Improve attachment handling when changes are discarded 2025-02-01 07:59:02 -05:00
EntryAttachments.h clang-tidy: use override 2022-05-01 16:01:31 -04:00
EntryAttributes.cpp Support passkeys with Bitwarden import (#11401) 2024-10-24 20:12:47 -04:00
EntryAttributes.h Support passkeys with Bitwarden import (#11401) 2024-10-24 20:12:47 -04:00
EntrySearcher.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
EntrySearcher.h Add uuid search (#9571) 2023-07-04 07:24:10 -04:00
FileWatcher.cpp Fix issues with reloading and handling of externally modified db file (#10612) 2025-02-01 11:58:45 -05:00
FileWatcher.h Fix issues with reloading and handling of externally modified db file (#10612) 2025-02-01 11:58:45 -05:00
Global.h Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
Group.cpp Refactor: separate GUI sources from core sources 2024-06-29 11:50:23 -04:00
Group.h Refactor: separate GUI sources from core sources 2024-06-29 11:50:23 -04:00
HibpOffline.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
HibpOffline.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
InactivityTimer.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
InactivityTimer.h clang-tidy: use override 2022-05-01 16:01:31 -04:00
Merger.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
Merger.h Fix typos 2024-08-09 17:41:08 -04:00
Metadata.cpp Fix minor typos (#10124) 2023-12-22 15:12:07 -05:00
Metadata.h Add auto-save delay per database (#9100) 2023-07-08 08:49:03 -04:00
ModifiableObject.cpp Properly block modified signal during Database destruction (#6438) 2021-05-27 21:50:15 -04:00
ModifiableObject.h Properly block modified signal during Database destruction (#6438) 2021-05-27 21:50:15 -04:00
PassphraseGenerator.cpp Fix passphrase word lists not rendering with UTF-8 2024-12-27 18:06:17 -05:00
PassphraseGenerator.h Passphrase "MIXED case" Type (#11255) 2024-12-25 22:56:02 -05:00
PasswordGenerator.cpp Prevent duplicate characters in "Also choose from" field of password generator (#9803) 2024-01-06 16:54:30 -05:00
PasswordGenerator.h Add -i/--include option to "generate" CLI command. (#7112) 2021-12-07 23:40:09 -05:00
PasswordHealth.cpp Fix all Qt 5.15 deprecation warnings (#7783) 2024-06-22 07:22:44 -04:00
PasswordHealth.h Limit zxcvbn entropy estimation length 2022-05-30 10:46:39 -04:00
Resources.cpp Support for wordlists in user configuration directory (#6799) 2021-11-04 23:02:33 -04:00
Resources.h Support for wordlists in user configuration directory (#6799) 2021-11-04 23:02:33 -04:00
SignalMultiplexer.cpp clang-tidy: use = default (#7999) 2023-01-29 15:47:13 -05:00
SignalMultiplexer.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
TimeDelta.cpp clang-tidy: use braced init list (#7998) 2023-01-29 10:05:44 -05:00
TimeDelta.h Add 12 hours expiration preset (#7738) 2022-03-31 07:02:28 -04:00
TimeInfo.cpp Optimize includes across code base 2021-07-13 22:08:33 -04:00
TimeInfo.h Optimize includes across code base 2021-07-13 22:08:33 -04:00
Tools.cpp Add New/Preview Entry Attachments dialog and functionality (#11637) 2025-01-11 23:08:19 -05:00
Tools.h Add New/Preview Entry Attachments dialog and functionality (#11637) 2025-01-11 23:08:19 -05:00
Totp.cpp Support KeePass2 TOTP settings 2024-09-04 06:42:31 -04:00
Totp.h Support KeePass2 TOTP settings 2024-09-04 06:42:31 -04:00
Translator.cpp Set test locale to C 2024-03-08 10:55:22 -05:00
Translator.h Set test locale to C 2024-03-08 10:55:22 -05:00