l10n daemon script <scripty@kde.org> committed
rLIBKLEO5304ea6817e5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA5580ac9c5d2c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP3180e441c674: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO017b1605849f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAc82a75ef8167: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP4def6bd05200: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO6cfcc9bf8b14: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA206a8499038f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA72db58bd6161: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rLIBKLEO4bc2c726f3de: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAe4e5af43baea: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAd68db1a649ef: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA14fe18036d10: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
l10n daemon script <scripty@kde.org> committed
rMTP23bec3d085fc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAe724d7813e4c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Joshua Goins <josh@redstrate.com> committed
rLIBKLEO93a7b4a0e6f1: Enable Windows CI (authored by
CarlSchwan).
Enable Windows CI
gpg's output indicates that gpg exits on the first invalid signature. This cannot be changed by Kleopatra. And I think it's irrelevant whether there are valid signatures if one signature is invalid. If you have a contract signed by multiple people then the contract won't be valid because two of three signatures are valid.
Use frameless style for QTabWidget
If no (OpenPGP) key servers (i.e. set to "none") and no (S/MIME) directory servers are configured then the lookup only allows queries for email addresses. Otherwise, any query with at least one non-whitespace character is allowed.
Only allow email queries if no key/directory servers are configured
Make WKD lookup work for email addresses surrounded by whitespace
Update spacing of configuration widgets
cipher: Fix sntrup761.h, so that it can be used outside.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA08f2da50b871: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA5271e6929927: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA17a51f8102e9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
cipher: Add sntrup761 to KEM API.
cipher: Minor fix for C90 compiler.
cipher: Add Streamlined NTRU Prime sntrup761.
Add api to get email status
Don't start OpenPGP key server lookup if key server usage is disabled
Simplify lookup of key IDs prefixed with "0x"
Try lookup via WKD even if key server is "none"
ebo moved
T6761: Kleopatra: Handle special keyserver value "none" from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Yes, It was not my intention that WKD should not work when searching for keys, when keyserver is None. Although such a search could be handled by just entering the email address in the recipient dialog in the file encryption widget to trigger a locate key or in the case of GpgOL to enter the recipient mail but I think that feature is very hidden / not really discoverable for users. And yes an improvement for the search Window in that case would be to then switch to "Enter Email" and use an email validator on the input field for example. So let us handle this as part of T6493
Fix build with Qt 6.7 and QT_NO_CONTEXTLESS_CONNECT
I had a quick look at "Lookup on Server" with regard to doing WKD even if no key servers (neither for OpenPGP nor for S/MIME) are configured. This requires more work because WKD lookup is only possible if an email address is entered while key server lookup also works for arbitrary search terms. The users have to be informed about this restriction which is out of scope of this ticket. I think this fits nicely into T6493.
Add an API for Key Encapsulation Mechanism.
gniibe committed
rGfa677a37cef0: po: Fix quotes in Polish Translation. (authored by Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>).
po: Fix quotes in Polish Translation.
gniibe committed
rG1ded50dd5b58: po: Fix quotes in Polish Translation. (authored by Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>).
po: Fix quotes in Polish Translation.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA2751659e3766: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP080a7981fe59: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA90312c6d766d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP4519456d87fd: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA7ef97f8d1135: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
This is not as intended. When doing a search, we wanted No error message and only WKD search should be executed.
The following operations were changed:
The fallback wasn't used/offered for any GnuPG versions after 2.1.19.
Add a tooltip for OpenPGP keyserver config mentioning "none"
Support special keyserver value "none" in helper functions
l10n daemon script <scripty@kde.org> committed
rMTPe7913ec01bbc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rMTP0477ffba5ac3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA76b0141aa3c3: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Albert Astals Cid <aacid@kde.org> committed
rLIBKLEO449b90f360e4: GIT_SILENT Port to new way of including CI templates (authored by Albert Astals Cid <aacid@kde.org>).
GIT_SILENT Port to new way of including CI templates
What if the second signer cannot verify the first signature because they don't have the required public key?
Post release version bump
GIT_SILENT Migrate to required include:project syntax
Don't prefix special key server value "none" with hkps://
Show an error if the usage of key servers has been disabled
ikloecker moved
T6761: Kleopatra: Handle special keyserver value "none" from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Use same priority as T6761
Prevent infinite recursion when listing subjects of certificates
Hi Werner,
after I enabled more detailed logging, I found that the issue is whithin an "old" file what was encyrpted using an outdated key. Somehow the gpg-agent got stuck here while trying to decrypt the file. After removal of the file the issue is gone, thank you for your input!
l10n daemon script <scripty@kde.org> committed
rMTP3227775f769e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
CarlSchwan committed
rMTPb15d01a3c3b4: Workaround qml compiler error (authored by Albert Astals Cid <aacid@kde.org>).
Workaround qml compiler error
Albert Astals Cid <aacid@kde.org> committed
rMTP620a45b92408: Workaround qml compiler error (authored by Albert Astals Cid <aacid@kde.org>).
Workaround qml compiler error
Move the profile selection into the toolbar. Leaves more real-estate to the…
Use KMessageWidget for certain error message; also clear panel on profile change
ikloecker moved
T6807: Kleo shows 3 certs in a chain while there are only two from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
Don't list the root of a two certificate chain twice
Are you using the keyboxd - that is, is this a new installation with gpg 2.4.3 or an old installation w/o keyboxd enabled?
You may better ask on gcrypt-devel at gnupg.org for help.
Which certificate list? The list in the main view? Or the certificate list of a smart card?
Improve KeyResovler::Solution api doc
Apply 1 suggestion(s) to 1 file(s)
Fix upload of the source tarball.
Apply 1 suggestion(s) to 1 file(s)
Improve KeyResovler::Solution api doc
It is okay for you to start with option so "akonadictl --migrate" but I would suggest deleting the old DB only as an option. Especially if error handling is not 100% perfect there should be also an easy way to restore your old config.