Commit graph

29 commits

Author SHA1 Message Date
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
d3bbe780d0 Fixes #5655 - Time-event trigger fires only once a day per ticket 2025-12-09 19:13:07 +02:00
Florian Liebe
3dad44039e Feature - AI Agent: Admin overview.
Co-authored-by: Dusan Vuckovic <dv@zammad.com>
Co-authored-by: Florian Liebe <fl@zammad.com>
2025-07-16 15:16:57 +02:00
Mantas
d75d3540e6 Fixes #5690 - After deleting a Trigger, it stays till reloading 2025-07-02 16:46:28 +03:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Rolf Schmidt
4132da0dd0 Follow up 0c93022a - Fixes #5384 - Fixes #5384 - Expand pagination and search logic in the admin interface.
Co-authored-by: Mantas Masalskis <mm@zammad.com>
2024-12-02 10:27:44 +01:00
Mantas Masalskis
0628b78d90 Fixes #5091 - New timezone is not immediately available in active sessions 2024-03-19 16:29:12 +01:00
Martin Gruner
721f7b2173 Maintenance: Add missing uniqueness validators on Rails level. 2024-02-21 11:37:16 +01:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Rolf Schmidt
264003b4b8 Fixes #4604 - Log Trigger and Scheduler in Ticket History.
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>
2023-06-22 14:31:53 +02:00
Dusan Vuckovic
cd46c3d2a3 Fixes #4484 - Extend triggers with new time based events.
Co-authored-by: Mantas Masalskis <mm@zammad.com>
Co-authored-by: Rolf Schmidt <rolf.schmidt@zammad.com>
2023-04-11 11:19:48 +02:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Mantas Masalskis
4e1d672989 Fixes #4131: Triggers must not allow adding perform settings which are empty / nil 2022-07-13 07:07:58 +02:00
Mantas Masalskis
ffdbc246a7 Maintenance: Validate #note length. 2022-07-07 13:06:44 +02:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Thorsten Eckel
d32ea5e0d3 Maintenance: Add note attribute sanitization to not yet checked models. 2021-06-07 13:35:50 +00:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Martin Edenhofer
295e67cb6f Fixes #2454 - Missing validation for trigger.notification.* at Model/API/REST level. 2019-01-29 15:04:47 +01:00
Thorsten Eckel
5f3c793f37 Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
- Removed unneeded `require`s
- Replaced needed `require`s with `require_dependency`
- Replaced `load` with Concers
- Kept gem and core `require`s

Read more about ``nrequire_dependency here: http://guides.rubyonrails.org/autoloading_and_reloading_constants.html#require-dependency

Read more about Concerns here: http://api.rubyonrails.org/v5.1/classes/ActiveSupport/Concern.html
2018-04-26 10:58:16 +02:00
Martin Edenhofer
b952880d5d Fixed issue #1666 - Unable to open trigger in admin interface. 2017-11-23 09:14:03 +01:00
Thorsten Eckel
e4de5bb988 Make more models (re-)seedable. 2017-05-16 18:11:43 +02:00
Rolf Schmidt
fa454abf3a Reworked file structure of concerns.
- can (new methods)
    - checks (events, pre/post function checks)
    - has (model related functions and events)
2017-05-02 17:21:13 +02:00
Rolf Schmidt
f4272315ac Fixed issue #874 - Misconfigured Trigger can cause silent failures/backtrace. 2017-04-27 16:57:19 +02:00
Martin Edenhofer
c71b0d36d4 Updated copyright. 2016-10-19 05:11:36 +02:00
Martin Edenhofer
0487fa1d12 Init version of triggers. 2016-05-03 02:36:44 +02:00
Martin Edenhofer
d18ef99f78 Updated header. 2014-02-03 20:23:00 +01:00
Martin Edenhofer
e24d77571e Fixed class name typo. 2014-01-27 19:36:47 +01:00
Martin Edenhofer
c2010124f5 Code reformattingand code layout beautying. 2013-06-12 17:59:58 +02:00
Martin Edenhofer
a77f3b6435 Init version. 2012-04-10 16:06:46 +02:00