Fabian Geißer
|
c90d3c00ae
Fixes #5017 - No "From"-Field in Articles created on behalf of a customer with auto-generated login
|
10 months ago |
Dominik Klein
|
e054d6ca79
Maintenance: Update copyright information.
|
11 months ago |
Rolf Schmidt
|
c836e32fd5
Follow up bf4e47beb4072c2772bda54ed1e4bcb085754fdd - Fixes #4871 - Tags/Mention conditions performance optimizations.
|
1 year ago |
renovatebot
|
712a5f2f11
Maintenance: Update dependency rubocop-rails to v2.21.1
|
1 year ago |
Florian Liebe
|
9dfc232536
Maintenance: Update copyright information.
|
1 year ago |
renovatebot
|
2c02b6ea53
Maintenance: Update dependency rubocop-rails to v2.16.1
|
2 years ago |
Martin Gruner
|
cdb2842f2e
Maintenance: Bump twilio-ruby from 5.66.2 to 5.67.0
|
2 years ago |
Martin Gruner
|
65bd4c7ce7
Maintenance: Fix HtmlSanitizer timeout stubbing in minitest.
|
2 years ago |
Martin Gruner
|
e6aec87df1
Maintenance: Fixed timeout issue in ticket_trigger_test.rb.
|
2 years ago |
Martin Gruner
|
24c3bdfd87
Maintenance: Update copyright header.
|
2 years ago |
Thorsten Eckel
|
b8b57781b7
Maintenance: Activated rubocop Layout/LeadingCommentSpace.
|
3 years ago |
Thorsten Eckel
|
916bb77066
Maintenance: Activated rubocop Layout/SpaceInsideParens.
|
3 years ago |
Martin Gruner
|
1ab185543f
Revert "Applied rubocop suggestions."
|
3 years ago |
Martin Gruner
|
2b6b268eb9
Applied rubocop suggestions.
|
3 years ago |
Martin Gruner
|
5df98684da
Maintenance: Update copyright information and add a new rubocop cop to watch over it.
|
3 years ago |
Martin Gruner
|
fdbf501be0
Maintenance: Refactor the remaining observers to concerns and drop the rails-observers dependency.
|
3 years ago |
Mantas Masalskis
|
041bf51b52
Maintenance: Rubocop enforces %r{} regular expression style
|
3 years ago |
Ross Crawford-d'Heureuse
|
89f99e52dd
Fixes #2716 Closes #3225 - Triggered note with variables do not replace variable with content.
|
4 years ago |
Thorsten Eckel
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
4 years ago |
Denny Bresch
|
832b2ec28a
Fixes #2661 - Inconsistency in "follow up" strings
|
5 years ago |
Ryan Lue
|
a1da3a27f9
Enable Lint/UselessAssignment cop.
|
5 years ago |
Billy Zhou
|
487f36a5a5
Fixed #2399 - Attached images are broken on trigger reply with #{article.body_as_html}
|
5 years ago |
Martin Edenhofer
|
295e67cb6f
Fixes #2454 - Missing validation for trigger.notification.* at Model/API/REST level.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
6 years ago |
Muhammad Nuzaihan
|
903777588a
Add option for body to be searchable for new triggers (fixes #1989)
|
6 years ago |
Ryan Lue
|
901cc3fadf
Improve NULL handling to Ticket#selector2sql (fixes #1316)
|
6 years ago |
Ryan Lue
|
dfebe8d767
Relocate test data files from test/fixtures to test/data
|
6 years ago |
Martin Edenhofer
|
b403432c76
Initial support of recursive triggers for tickets - issue #2035.
|
6 years ago |
Thorsten Eckel
|
fbeccbc85c
Updated to latest rubocop version.
|
6 years ago |
Muhammad Nuzaihan
|
96bd39d861
improve on tests to count attachment and check attachment size
|
6 years ago |
Muhammad Nuzaihan
|
f8adf31ec6
make sure any attachments should be attached with a content-id
|
6 years ago |
Muhammad Nuzaihan
|
09caba6aed
Improve auto assignment for inactive agents or agents in inactive groups to default "-" user for issue #1816
|
6 years ago |
Muhammad Nuzaihan
|
7c19f175ff
fix conflicts
|
7 years ago |
Muhammad Nuzaihan
|
62b3d7ddcb
#1683 fix trigger with "contains one not" not ignoring the tag(s) set
|
7 years ago |
Martin Edenhofer
|
22c5b24fb7
Fixed issue #1749 - Unable to send auto reply if from contains 2 or more senders with invalid email address.
|
7 years ago |
Martin Edenhofer
|
df33dc1d71
Implemented issue #1745 - article.body support for triggers.
|
7 years ago |
Martin Edenhofer
|
c6cb0e5531
Small SQL improvement to overview generation.
|
7 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Thorsten Eckel
|
ef38800bae
Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ .
|
7 years ago |
Martin Edenhofer
|
8f049225b1
Prevent ActiveRecord::StatementInvalid: PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block issues (isolate Ticket.selector statements in own sub transaction).
|
7 years ago |
Rolf Schmidt
|
74ebb10d2c
Fixed issue #1149 - Trigger: Wrong behaviour for condition "is not" "not set".
|
7 years ago |
Martin Edenhofer
|
9b8810fa58
Improved loop detection (added more steps).
|
7 years ago |
Martin Edenhofer
|
586d47a41f
Fixed issue #1131 - Email loop if default trigger for follow up is active and customer email address is invalid.
|
7 years ago |
Rolf Schmidt
|
da69501531
Fixed issue #1006 - Reply-To is not considered for automatic responses (triggers).
|
7 years ago |
Rolf Schmidt
|
f4272315ac
Fixed issue #874 - Misconfigured Trigger can cause silent failures/backtrace.
|
7 years ago |
Martin Edenhofer
|
7dfa5e546f
Moved to taggable concern.
|
7 years ago |
Martin Edenhofer
|
5a63106958
Fixed issue #779 - Simple triggers resulting in error condition. Fixed issue #395 - Auto-assign ticket owner on first reply. Fixed issue #389 - Trigger action "Owner" -> "not changed" needed. Fixed issue #298 - trigger "set to public" requested.
|
7 years ago |
Martin Edenhofer
|
f601553f6d
Fixed issue#441 - Unable to execute more then one trigger (e. g. adding 2 tags with 2 triggers) at one ticket at same update cycle.
|
8 years ago |
Martin Edenhofer
|
aa29a75841
Fixed issue#301 - Using #{article.body} in trigger gives html.
|
8 years ago |