Commit graph

1028 commits

Author SHA1 Message Date
Joe Schröcker
acf29ee0cc Maintenance - Cleanup remaining MySQL mentions
Co-authored-by: Joe Schroecker <js@zammad.com>
Co-authored-by: Mantas Masalskis <mm@zammad.com>
2026-04-29 09:21:16 +02:00
Mantas Masalskis
8a7dad0ea8 Maintenance: Ticket Article runs dynamic image scrubber on many read operations 2026-04-24 12:22:23 +03:00
Mantas Masalskis
aaa4700468 Maintenance: Renames 422 HTTP response code from unprocessable_entity to unprocessable_content due to RFC update 2026-04-22 18:23:21 +03:00
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
078a4f5c2c Maintenance: Clean up Cti::CallerId to avoid collision with ActiveRecord methods and improve readability 2025-12-18 16:31:28 +02:00
Martin Gruner
5daee104f6 Fixes #5580 - Remove MySQL/MariaDB support 2025-05-22 10:20:30 +02:00
Florian Liebe
9e2b09ffbe Fixes #5577 - Email is not shown correctly in Zammad.
Co-authored-by: Tobias Schäfer <ts@zammad.com>
2025-05-12 13:28:43 +02:00
Martin Gruner
172518ea16 Maintenance: Fix ticket selector test 2025-02-06 06:47:49 +01:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Martin Gruner
b5141f6670 Maintenance: Improve scheduler shutdown handling 2024-12-11 16:13:48 +01:00
renovatebot
b883c3bafc Maintenance: Update dependency rubocop-performance to v1.23.0 2024-11-15 15:01:26 +01:00
Martin Edenhofer
b3057ee9e4 Fixes #5286 - Conflict with the extended follow-up detection - which cannot be deactivated 2024-08-22 10:48:08 +02:00
Timo Triebensky
e38fe78d28 Fixes #5049 - Unprocessable mails that also match a PostmasterFilter with the action {"x-zammad-ignore"=>{"value"=>true} don't get deleted upon reprocessing
Co-authored-by: Florian Liebe <fl@zammad.com>
2024-08-20 10:54:25 +02:00
Rolf Schmidt
2912628a22 Fixes #5280 - It takes two clicks to show all groups when creating a new ticket.
Co-authored-by: Florian Liebe <fl@zammad.com>
2024-07-31 15:22:36 +02:00
Mantas Masalskis
67061df59d Maintenance: Update IP address in blocked-by-country test 2024-05-06 08:36:31 +02:00
Fabian Geißer
c90d3c00ae Fixes #5017 - No "From"-Field in Articles created on behalf of a customer with auto-generated login 2024-03-15 13:52:13 +01:00
Mantas Masalskis
f2ef2be2b1 Maintenance: Port ObjectCacheTest to RSpec 2024-02-26 10:09:44 +01:00
Martin Gruner
529a1a82e5 Maintenance: Forbid 'send' as method name. 2024-02-26 08:40:37 +01:00
Mantas
0cb999b0a7 Maintenance: Port create_or_update_with_ref test 2024-02-14 08:58:34 +01:00
Mantas Masalskis
48348b22f8 Maintenance: Port ModelTest to RSpec 2024-02-12 10:14:22 +01:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
renovatebot
731a4ab019 Maintenance: Update dependency rubocop to v1.59.0 2023-12-18 10:16:36 +01:00
Rolf Schmidt
ecb9fbd221 Fixes #4848 - Certain offered states can not be set (never) via the bulk action.
Co-authored-by: Dominik Klein <dk@zammad.com>
2023-11-24 12:29:37 +01:00
Rolf Schmidt
c836e32fd5 Follow up bf4e47beb4 - Fixes #4871 - Tags/Mention conditions performance optimizations.
Co-authored-by: Florian Liebe <fl@zammad.com>
2023-10-13 14:43:19 +02:00
renovatebot
712a5f2f11 Maintenance: Update dependency rubocop-rails to v2.21.1 2023-09-15 09:24:53 +02:00
Mantas Masalskis
0df667a339 Maintenance: OnlineNotification refactored and unit test porte to Rspec 2023-08-30 11:23:53 +02:00
Mantas Masalskis
6235dad528 Maintenance: Improved Online Notifications handling. 2023-08-24 12:09:36 +02:00
Dominik Klein
b0c3ee190b Fixes #4703 - Enhance regex handling in postmaster filters.
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Florian Liebe <fl@zammad.com>
2023-08-08 19:07:43 +02:00
Rolf Schmidt
f82bce4257 Fixes #4605 - HTML sanitizer is removing attributes/styles which are white listed.
Co-authored-by: Florian Liebe <fl@zammad.com>
2023-05-16 13:40:49 +02:00
Dominik Klein
bd52b4e170 Fixes 4591 - Default Agent Notification Settings.
Co-authored-by: Mantas Masalskis <mm@zammad.com>
Co-authored-by: Dominik Klein <dk@zammad.com>
2023-05-02 12:00:21 +02:00
Mantas Masalskis
e1cf198a70 Maintenance: Renamed confusing fields in EmailAddresses table
The EmailAddress model is used to store email addresses used by the system.
It was using realname: field as a name while the rest of the system uses name: for, well, naming objects.
This commit renames email_addresses.realname to email_addresses.name for the sake of consistency.
2023-04-11 17:13:06 +02:00
Florian Liebe
16ae0ea5d1 Fixes #4483 - Custom payload for webhooks.
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Tobias Schäfer <ts@zammad.com>
Co-authored-by: Florian Liebe <fl@zammad.com>
2023-04-06 13:40:07 +02:00
Martin Gruner
5994ce534e Maintenance: Ported text_module_csv_import_test.rb to rspec. 2023-04-05 15:04:42 +02:00
Martin Gruner
77552fddcf Maintenance: Port integration_monit_test.rb to rspec. 2023-03-24 15:33:58 +01:00
Martin Gruner
f54ada1fe5 Maintenance: Port user_csv_import_test.rb to rspec. 2023-03-20 11:07:11 +01:00
Martin Gruner
647cdef1d8 Maintenance: Port organization_csv_import_test.rb to rspec. 2023-03-16 12:07:34 +01:00
Martin Gruner
3e830937b0 Maintenance: Port ticket_csv_import_test.rb to rspec. 2023-03-13 21:00:06 +01:00
Martin Gruner
38f40e60e8 Maintenance: Port html_sanitizer_test.rb to rspec. 2023-03-10 07:26:12 +00:00
Martin Gruner
a69fc3a451 Maintenance: Force usage of 'reorder' instead of 'order'. 2023-03-06 15:05:13 +01:00
Mantas Masalskis
7e870152d6 Feature: Support multiple taskbar entries for one object and user for different apps 2023-01-24 22:01:02 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Zammad Weblate
f8b6435795 Translations update from Zammad-Translations 2022-11-15 12:18:02 +01:00
Tobias Schäfer
feaa6c6506 Fixes #3989 - Outlook calendar integration throws TZID error 2022-10-27 14:20:59 +02:00
Tobias Schäfer
40a8acbeba Maintenance: Port email postmaster filter test. 2022-10-24 09:38:53 +02:00
Rolf Schmidt
a45293ecfd Maintenance: Update nokogiri to 1.13.9. 2022-10-19 11:08:53 +02:00
Martin Gruner
fb1ee83126 Maintenance: Drop unpackaged Karma feature. 2022-10-06 12:14:47 +00:00
Mantas Masalskis
73b4b9e8bb Feature: Mobile - Added online notification functionality.
Co-authored-by: Dominik Klein <dk@zammad.com>
2022-09-30 21:29:42 +02:00
Zammad Weblate
8e083c7596 Maintenance: Translations update from translations.zammad.org.
Special thanks to the amazing translation team. You rock! 💪

Co-authored-by: Martin Gruner <mg@zammad.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translations.zammad.org/projects/zammad/zammad-development/
Translate-URL: https://translations.zammad.org/projects/zammad/zammad-development/de/
Translation: Zammad/Zammad (development version)
2022-09-28 13:20:17 +02:00
Martin Gruner
dbed5d2e59 Maintenance: Improved wording of English mailer/slack templates. 2022-09-28 10:50:11 +02:00
renovatebot
2c02b6ea53 Maintenance: Update dependency rubocop-rails to v2.16.1 2022-09-27 16:24:19 +02:00