- Add admin setting for path to GPG binaries.
- Fix missing information if initial outgoing mail was encrypted/signed.
- Validate if encrypted keys are present for initial mails before saving the issue.
- Supports Helpdesk 4.1.6 and Redmine 4.1.
- Fix mail not being sent because first recipient is empty.
- Fix handling incoming signed mails, ignore verification errors. Signature verification errors are handled like an invalid signature.
-
Catch and log GPGME errors.
-
Improve mail (in/out) logging to catch errors in the GPG and helpdesk plugins.
-
Add some missing German translations.
-
Fix error for new helpdesk issues when contact has been created in the issue.
- Fix key status info for Helpdesk 4.1.5.
- Remove support for GPG passphrases.
- Fix saving of issues that were encrypted initially.
- Fix for mail area customizations for Helpdesk 4.1.0.
- GPG options checkboxes are now on the same line as the mail checkbox above the mail area.
- Always show full recipient fields, CC / BCC addresses are always visible now.
- Fix display of GPG key indicators for the recipient fields.
- Hide GPG options if mail checkbox is not checked.
- Give earlier feedback about missing keys and don't save journal then.
- Preselect encryption when replying to an encrypted issue.
- Fix gpg send options checkbox labels.
- code cleanups, modernization
- Fix key lookup from Javascript code.
- target Ruby 2.5
- Redmine 4.x support
- Merge code from https://github.com/alexandermeindl/redmine_contacts_helpdesk_gpg
- fixed key management
- Helpdesk 4.0 support
- Redmine 3.x support
- fixed typo
- fixed routing for redmine v3.x
- added missing changelog entries
- checking keys in bcc
- small fix
- code refactoring
- per project setting: sign/encrypt by default
- enable signing/encryption for new tickets
- Code cleanup
- Initial checkin
- added rake tasks for key management
- initial development version