Commit graph

15 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Tobias Schäfer
e4f363aad4 Fixes #5432 - PGP: Decryption fails if Zammad's address is in BCC 2024-12-03 09:14:23 +01:00
Tobias Schäfer
8a6e4a551b Maintenance: Fix PGP content header handling 2024-09-30 14:52:23 +02:00
renovatebot
bdd79354cc Maintenance: Update dependency rubocop to v1.64.0
Most of the changes are related to a new cop named `Style/SuperArguments`. It checks for redundant argument forwarding when calling super with arguments identical to the method definition.
2024-05-27 14:45:45 +02:00
renovatebot
b08d6c91a6 Maintenance: Update dependency rubocop to v1.63.0
This commit simplifies iterating over Arrays by leveraging advanced Ruby enumarators methods. Namely #map and #each_with_object.
It also cleans up some date range queries by using #where(date: Range) which is transformed into SQL BETWEEEN operator.
2024-04-09 16:09:18 +02:00
Tobias Schäfer
7a8509802d Fixes #5069 - PGP: Encryption fails if any uid is revoked 2024-03-13 14:52:15 +01:00
Tobias Schäfer
a577d099a7 Fixes #5068 - Incorrect fingerprint for PGP key determined 2024-03-04 10:51:32 +01:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Rolf Schmidt
f7a9be76b0 Maintenance: Relax complexity rules for rubocop.
Co-authored-by: Martin Gruner <mg@zammad.com>
2023-11-16 10:32:24 +01:00
Dominik Klein
2bd9186865 Fixes #4736 - PGP: undefined method `disposition' while answering in ticket. 2023-07-31 11:40:41 +00:00
Florian Liebe
2c0c83a5da Maintenance: Improve returning of results in PGP tool. 2023-07-28 09:54:24 +02:00
Martin Gruner
6d24db106b Maintenance: Improve PGP error message. 2023-07-28 07:46:25 +02:00
Martin Gruner
18d4856256 Maintenance: Improved PGP error messages. 2023-07-28 07:38:24 +02:00
Florian Liebe
4a237e9d11 Fixes #4679 - PGP integration.
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Dusan Vuckovic <dv@zammad.com>
Co-authored-by: Florian Liebe <fl@zammad.com>
Co-authored-by: Mantas Masalskis <mm@zammad.com>
Co-authored-by: Martin Gruner <mg@zammad.com>
Co-authored-by: Tobias Schäfer <ts@zammad.com>
Co-authored-by: Vladimir Sheremet <vs@zammad.com>
2023-07-25 21:30:42 +02:00