Thorsten Eckel
|
669ed9d26e
Fixed issue #3136 - Attribute changes remove Owner of closed Ticket.
|
4 years ago |
Thorsten Eckel
|
9cf40f76a4
Fixes #3123: Merging Tickets/Users/... does not update ExternalSync references.
|
4 years ago |
Ryan Lue
|
becbdb1baa
Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit.
|
4 years ago |
Thorsten Eckel
|
a976b9fb43
Maintenance: Updated rubocop(-* gems) to latest version (0.80.0).
|
4 years ago |
Rolf Schmidt
|
ed8a152f28
Fixes #2911 - Performance: Improved touching assets of users, organizations and tickets.
|
4 years ago |
Mantas Masalskis
|
52baaea5a8
Fixes #2782 - Trigger/Automatization infos visible for Customer Ticket detail view.
|
4 years ago |
Ryan Lue
|
dbe13c2ed6
- Fixes #2658 - CSV-Import doesn't lookup records by "name" field.
|
5 years ago |
Thorsten Eckel
|
2d70134d72
Fixed bug: Empty ActiveRecord::AttributeMethods::Dirty#saved_changes in cache invalidation callback (ApplicationModel::HasCache) leads to wrong cache entries if record is a ticket.
|
5 years ago |
Mantas Masalskis
|
2e3b7e07ad
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.33.0 to 1.35.0.
|
5 years ago |
Ryan Lue
|
52f5b33484
Refactoring: Migrate tag_test to RSpec
|
5 years ago |
Ryan Lue
|
4a1477b1ff
Refactoring: Migrate history_test to RSpec
|
5 years ago |
Ryan Lue
|
2ac28bf906
Fix auto-correctable rubocop offenses in test suite
|
5 years ago |
Thorsten Eckel
|
f3862de9fc
Fixed bug: received_merge Ticket history entry has timestamp of previous history entry.
|
5 years ago |
Ryan Lue
|
2ca17b913f
Refactoring: Migrate email_process_follow_up_test to RSpec
|
5 years ago |
Ryan Lue
|
3b1e51c789
Refactoring: Migrate email_process_state_open_test to RSpec
|
5 years ago |
Ryan Lue
|
b96fb53a71
Refactoring: Migrate ticket_xss_test to RSpec
|
5 years ago |
Ryan Lue
|
74e1fa8722
Refactoring: Migrate ticket_escalation_test to RSpec
|
5 years ago |
Ryan Lue
|
9a0df2729b
Refactoring: Migrate {ticker,user}_ref_object_touch_test to RSpec
|
5 years ago |
Ryan Lue
|
f702b34891
Refactoring: Migrate ticket_owner_reset_on_follow_up_test to RSpec
|
5 years ago |
Ryan Lue
|
914f2f313f
Refactoring: Migrate ticket_state_change to RSpec
|
5 years ago |
Martin Edenhofer
|
3acfa4a277
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
5 years ago |
Martin Edenhofer
|
f72b44234e
Fixed issue #2089 - timezone issue with report graphs not displaying or displaying $timezone hours out of step.
|
5 years ago |
Thorsten Eckel
|
444e48e377
Fixed issues #1259 and #1598 by adding ObjectManager::Attribute validations.
|
5 years ago |
Ryan Lue
|
b19ac485bf
Refactoring: Migrate email-process unit sub-tests to RSpec.
|
5 years ago |
Billy Zhou
|
6d7480ab3f
Added new feature from issue #2469 - Add information "Ticket merged" to History
|
5 years ago |
Ryan Lue
|
d425b0fd19
Refactoring: Migrate fourth test case in cti_caller_id_test.rb
|
5 years ago |
Ryan Lue
|
d281c1b177
Refactoring: Migrate ticket_customer_organization_update_test to RSpec
|
5 years ago |
Martin Edenhofer
|
dabce01ec2
Sanitize html for note fields of tickets, users and organizations.
|
5 years ago |
Ryan Lue
|
107fd5e995
Refactoring: Migrate ticket_article_store_empty to RSpec
|
5 years ago |
Ryan Lue
|
46615333f9
Refactoring: Eliminate explicit coupling of classes in ChecksImport concern
|
5 years ago |
Ryan Lue
|
a97e959119
Prevent namespace collisions for let/subject in shared examples
|
5 years ago |
Ryan Lue
|
1d1e75c743
Refactoring: Migrate ApplicationModel::ChecksImport part of db_auto_increment_test.rb to RSpec
|
5 years ago |
Ryan Lue
|
50c1cfcb0a
Refactoring: Migrate ticket_null_byte_test.rb to RSpec.
|
5 years ago |
Thorsten Eckel
|
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
|
5 years ago |
Ryan Lue
|
113d13c3ad
Rename CanLookup RSpec shared example group to follow existing pattern
|
6 years ago |
Ryan Lue
|
6ca5054d03
Add RSpec for newly refactored CanLookup
|
6 years ago |
Ryan Lue
|
5dd699ce6f
Fix sequential execution of multiple email notification triggers
|
6 years ago |
Ryan Lue
|
739f8e9c99
Reformat ticket_spec to avoid calling rubocop:disable/enable
|
6 years ago |
Ryan Lue
|
c3ad7e307b
Fix #2001 (Use non-bang gsub in NotificationFactory:Template)
|
6 years ago |
Thorsten Eckel
|
ee5983cb03
Fixed issue #1857 - Direct access to organization tickets possible even though shared is deactivated.
|
6 years ago |
Rolf Schmidt
|
4bd9dcf518
Fixed issue #1769 - Ticket shown multiple times in overview.
|
6 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 |
Thorsten Eckel
|
92f227786f
Fixed bug: Invalid new states should be handled by ActiveRecord and don't cause Ticket#reset_pending_time to fail.
|
7 years ago |
Thorsten Eckel
|
b1f0bbe6e6
Applied RSpec styleguide: Instance methods should start with '#' class with '.'.
|
7 years ago |
Martin Edenhofer
|
6004e48cbd
Small improvement for issue #1216 (moved same ticket check into model, show error message in ui).
|
7 years ago |
Rolf Schmidt
|
51d4162775
Fixed issue #1216 - Race condition if agents merge ticket at same time but in different directions.
|
7 years ago |
Rolf Schmidt
|
c82622913a
Fixed issue #214 - Delete tickets.
|
7 years ago |
Rolf Schmidt
|
7b1a379a2d
Revert "Squashed commit of the following:"
|
7 years ago |
Rolf Schmidt
|
7d2409bddc
Squashed commit of the following:
|
7 years ago |