.. |
aaa_string_test.rb
|
b35ff0fef2
Fixed issue #1579 - leading and tailing utf8 spaces are not removed for email addresses are not removed.
|
7 лет назад |
activity_stream_test.rb
|
ef38800bae
Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ .
|
7 лет назад |
assets_test.rb
|
80ab16a2d3
Improved performance of ticket overview backend job.
|
7 лет назад |
auth_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
cache_test.rb
|
1a43d9bd5c
Improved tests.
|
7 лет назад |
calendar_subscription_test.rb
|
a4874e0b86
Renamed certain ticket attributes with timestamps from _time to _at to have it more rails consistent.
|
8 лет назад |
calendar_test.rb
|
ff56f294f3
Rails 5.1 migration.
|
7 лет назад |
chat_test.rb
|
1a43d9bd5c
Improved tests.
|
7 лет назад |
cti_caller_id_test.rb
|
83d11b122e
Fixed issue #1253 - Duplicates in Caller Log (Sipgate).
|
7 лет назад |
db_auto_increment_test.rb
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
10 лет назад |
email_address_test.rb
|
cb919312b0
Introduced foreign keys to ensure consistent data state.
|
7 лет назад |
email_build_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
email_parser_test.rb
|
68cb27f0c1
Improved file name detection of attachments.
|
7 лет назад |
email_postmaster_test.rb
|
52f36f4edc
Added postmaster filter validation. Change behaviour of using regular expressions - use explizit regular expressions by prefixing with "regex:your_regexp".
|
7 лет назад |
email_process_auto_response_test.rb
|
570e3c981a
Improved detection of auto generated emails / prevent auto responder.
|
8 лет назад |
email_process_bounce_delivery_permanent_failed_test.rb
|
48e3da57ee
Improved email loop protection. Remember permanent delivery failed on user to prevent email loops.
|
7 лет назад |
email_process_bounce_follow_test.rb
|
48e3da57ee
Improved email loop protection. Remember permanent delivery failed on user to prevent email loops.
|
7 лет назад |
email_process_follow_up_possible_test.rb
|
ef38800bae
Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ .
|
7 лет назад |
email_process_follow_up_test.rb
|
8d4fd8b614
Enhanced test with same subject but no Ticket# (reference headers check because of same subject).
|
8 лет назад |
email_process_identify_sender_max_test.rb
|
dcc44feb81
Improved test.
|
7 лет назад |
email_process_out_of_office_test.rb
|
9b9f9ed8c5
Rework, get unit tests up and running again.
|
8 лет назад |
email_process_reply_to_test.rb
|
79c398becb
Implemented reply_to header as sender/customer feature.
|
7 лет назад |
email_process_sender_is_system_address_or_agent_test.rb
|
977cb07dc9
Fixed issue #1482 - Tickets sent by agent via email into Zammad have state open (not new).
|
7 лет назад |
email_process_sender_name_update_if_needed.rb
|
6655485649
Update sender name if not exists.
|
8 лет назад |
email_process_state_open_set.rb
|
977cb07dc9
Fixed issue #1482 - Tickets sent by agent via email into Zammad have state open (not new).
|
7 лет назад |
email_process_test.rb
|
b82b0375f0
Improved error handling for strange/invalid email addresses.
|
7 лет назад |
email_regex_test.rb
|
378d19c691
Merged pull request #1483 - Working on issue #1439: Refactoring - moved out the regex matching code to better readability. Huge thanks to @muhammadn .
|
7 лет назад |
email_signatur_detection_test.rb
|
b35ff0fef2
Fixed issue #1579 - leading and tailing utf8 spaces are not removed for email addresses are not removed.
|
7 лет назад |
history_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
html_sanitizer_test.rb
|
7a08b9266b
Implemented issue #930 - view support for html tables.
|
7 лет назад |
integration_icinga_test.rb
|
1c941ec317
Improved state detection for host down/up with new icinga email templates.
|
7 лет назад |
integration_monit_test.rb
|
2d032e9a00
Code cleanup.
|
7 лет назад |
integration_nagios_test.rb
|
18edd73c75
Fixed issue #1439 - Icinga/Nagios Integration: No longer accepts regex in "Sender".
|
7 лет назад |
job_test.rb
|
f4272315ac
Fixed issue #874 - Misconfigured Trigger can cause silent failures/backtrace.
|
7 лет назад |
karma_test.rb
|
ff56f294f3
Rails 5.1 migration.
|
7 лет назад |
migration_ror_42_to50_store_test.rb
|
6273a7213e
Fixed issue #1395 - Ticket chaos after updating to from Zammad 1.5 to 2.1 (develop branch) - Macros and Taskbar are damaged.
|
7 лет назад |
model_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
notification_factory_mailer_template_test.rb
|
a746f559cd
Improved tests. Added missing current_user to slack transaction backend.
|
9 лет назад |
notification_factory_mailer_test.rb
|
56216a0dd4
Moved to new mini test 6 changes.
|
8 лет назад |
notification_factory_renderer_test.rb
|
dab9fe995a
Fixed issue #1290 - Missing replacement of Config and Current User objects in text modules.
|
7 лет назад |
notification_factory_slack_template_test.rb
|
aa29a75841
Fixed issue#301 - Using #{article.body} in trigger gives html.
|
8 лет назад |
notification_factory_template_test.rb
|
aa29a75841
Fixed issue#301 - Using #{article.body} in trigger gives html.
|
8 лет назад |
object_cache_test.rb
|
5afb92dbdc
Refactoring: Improved lookup of association IDs by performing one JOIN instead of multiple SELECTs. This is especially usefull for systems where the DB runs on a separated system.
|
7 лет назад |
object_create_update_with_ref_name_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
object_type_lookup_test.rb
|
e474ac197a
Applied rubocop Style/EmptyLines.
|
10 лет назад |
online_notifiaction_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
organization_domain_based_assignment_test.rb
|
56216a0dd4
Moved to new mini test 6 changes.
|
8 лет назад |
organization_ref_object_touch_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
overview_test.rb
|
5bfaab8af9
Improved test.
|
7 лет назад |
permission_test.rb
|
0c97b9a401
changed function name from permission_grand to permission_grant in Role model
|
8 лет назад |
recent_view_test.rb
|
350c3ead51
Added enhanced Group access functionality.
|
7 лет назад |
role_test.rb
|
2c39eb47de
Fixed issue #1563 - prevent admin from locking out.
|
7 лет назад |
role_validate_agent_limit_test.rb
|
2c39eb47de
Fixed issue #1563 - prevent admin from locking out.
|
7 лет назад |
session_basic_test.rb
|
ef38800bae
Refactoring: Prefer .update! over .update, .update_attributes and .update_attribute - see http://www.davidverhasselt.com/set-attributes-in-activerecord/ .
|
7 лет назад |
session_basic_ticket_test.rb
|
136954f46a
Increased ttl time for pushed assets from 1 hour to 2 hours.
|
7 лет назад |
session_collections_test.rb
|
136954f46a
Increased ttl time for pushed assets from 1 hour to 2 hours.
|
7 лет назад |
session_enhanced_test.rb
|
967f814ff3
Stabilised tests.
|
7 лет назад |
stats_ticket_waiting_time_test.rb
|
de7fef8c18
Fixed issue #645 - Dashboard widget "Waiting time today" is not counting.
|
8 лет назад |
store_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
tag_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
ticket_article_communicate_test.rb
|
774dc82bf6
Do not generat auto replys.
|
8 лет назад |
ticket_article_dos_test.rb
|
4e8bc9564e
Follow up: Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
ticket_article_time_accouting_test.rb
|
095792aa5b
Fixed issue #926 - Accounted Time.
|
8 лет назад |
ticket_article_twitter_test.rb
|
4094bd1d51
Fixed issue #1394 - Reindex elastic search not possible because of <null>/Twitter::NullObject.
|
7 лет назад |
ticket_customer_organization_update_test.rb
|
1a43d9bd5c
Improved tests.
|
7 лет назад |
ticket_escalation_test.rb
|
ff56f294f3
Rails 5.1 migration.
|
7 лет назад |
ticket_last_owner_update_test.rb
|
2d032e9a00
Code cleanup.
|
7 лет назад |
ticket_notification_test.rb
|
20a8e40484
Added initial version of Out Of Office functionality.
|
7 лет назад |
ticket_null_byte_test.rb
|
b10ee11c86
Strip null byte - postgresql will complain about it.
|
7 лет назад |
ticket_overview_out_of_office_test.rb
|
248bc015e1
Removed debugging.
|
7 лет назад |
ticket_overview_test.rb
|
003d60d6b1
Improved tests for out of office feature and related controllers.
|
7 лет назад |
ticket_priority_test.rb
|
c8e9058866
Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad.
|
8 лет назад |
ticket_ref_object_touch_test.rb
|
1a43d9bd5c
Improved tests.
|
7 лет назад |
ticket_selector_test.rb
|
1a43d9bd5c
Improved tests.
|
7 лет назад |
ticket_sla_test.rb
|
ff56f294f3
Rails 5.1 migration.
|
7 лет назад |
ticket_state_test.rb
|
c8e9058866
Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad.
|
8 лет назад |
ticket_test.rb
|
cb35d2b4fb
Code cleanup.
|
7 лет назад |
ticket_trigger_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
ticket_xss_test.rb
|
7a08b9266b
Implemented issue #930 - view support for html tables.
|
7 лет назад |
token_test.rb
|
9cc1f8b564
Fixed issue #902 - Can't use PUT on Organizations REST API with token.
|
8 лет назад |
user_device_test.rb
|
6a4e17a224
Fixed issue #1208 - Too many emails about new client access if user agent is "".
|
7 лет назад |
user_out_of_office_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
user_ref_object_touch_test.rb
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
user_test.rb
|
967f814ff3
Stabilised tests.
|
7 лет назад |
user_validate_agent_limit_test.rb
|
967f814ff3
Stabilised tests.
|
7 лет назад |