zammad/test/unit
2017-08-13 11:54:57 +02:00
..
aaa_string_test.rb Improved html sanitizer for layout option / empty lines. 2017-04-29 11:44:35 +02:00
activity_stream_test.rb Implemented issue #1251 - Config option to have uniq email addresses for users. 2017-07-15 00:35:44 +02:00
assets_test.rb Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
auth_test.rb Support mt6 style. 2017-05-02 22:58:56 +02:00
cache_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
calendar_subscription_test.rb Renamed certain ticket attributes with timestamps from _time to _at to have it more rails consistent. 2016-09-14 09:15:30 +02:00
calendar_test.rb Rework, get unit tests up and running again. 2016-12-08 15:06:54 +01:00
chat_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
cti_caller_id_test.rb Introduced foreign keys to ensure consistent data state. 2017-06-06 17:49:49 +02:00
db_auto_increment_test.rb Applied rubocop Style/EmptyLines. 2015-04-27 16:29:28 +02:00
email_address_test.rb Introduced foreign keys to ensure consistent data state. 2017-06-06 17:49:49 +02:00
email_build_test.rb Fixed issue #1230, missing backslashes in body of sent emails. 2017-07-13 09:59:22 +00:00
email_parser_test.rb Improved email sender parsing with multiple senders in from. 2017-06-19 22:24:22 +02:00
email_postmaster_test.rb Added postmaster filter validation. Change behaviour of using regular expressions - use explizit regular expressions by prefixing with "regex:your_regexp". 2017-08-01 10:15:37 +02:00
email_process_auto_response_test.rb Improved detection of auto generated emails / prevent auto responder. 2016-11-23 15:28:12 +01:00
email_process_bounce_delivery_permanent_failed_test.rb Improved email loop protection. Remember permanent delivery failed on user to prevent email loops. 2017-05-30 08:55:51 +02:00
email_process_bounce_follow_test.rb Improved email loop protection. Remember permanent delivery failed on user to prevent email loops. 2017-05-30 08:55:51 +02:00
email_process_follow_up_possible_test.rb Fixed issue #643 - Group follow up check for closed tickets does not work. 2017-01-31 09:56:59 +01:00
email_process_follow_up_test.rb Enhanced test with same subject but no Ticket# (reference headers check because of same subject). 2017-02-24 14:35:30 +01:00
email_process_out_of_office_test.rb Rework, get unit tests up and running again. 2016-12-08 15:06:54 +01:00
email_process_reply_to_test.rb Implemented reply_to header as sender/customer feature. 2017-05-26 15:34:32 +02:00
email_process_sender_is_system_address_or_agent_test.rb Fixed issue#190 - differ between ticket customer and the user who sends the email. 2016-08-23 11:49:12 +02:00
email_process_sender_name_update_if_needed.rb Update sender name if not exists. 2016-08-22 10:51:08 +02:00
email_process_test.rb Improved error handling. 2017-07-30 09:37:36 +02:00
email_signatur_detection_test.rb Improved api for signature detection of article. 2016-06-30 11:53:13 +02:00
history_test.rb Implemented issue #1251 - Config option to have uniq email addresses for users. 2017-07-15 00:35:44 +02:00
html_sanitizer_test.rb Implemented issue #930 - view support for html tables. 2017-04-28 12:16:15 +02:00
integration_icinga_test.rb Added support of new icinga 2.7 notification templates (82a5c5a624 (diff-5a9d2fc2eb1c21d6a011c9c06b37fb5b)). 2017-08-09 14:57:57 +02:00
integration_nagios_test.rb Moved to new mini test 6 changes. 2017-03-24 11:02:13 +01:00
job_test.rb Fixed issue #874 - Misconfigured Trigger can cause silent failures/backtrace. 2017-04-27 16:57:19 +02:00
karma_test.rb Moved to taggable concern. 2017-04-12 09:34:49 +02:00
model_test.rb Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
notification_factory_mailer_template_test.rb Improved tests. Added missing current_user to slack transaction backend. 2016-04-27 11:21:07 +02:00
notification_factory_mailer_test.rb Moved to new mini test 6 changes. 2017-03-24 11:02:13 +01:00
notification_factory_renderer_test.rb Fixed issue #1290 - Missing replacement of Config and Current User objects in text modules. 2017-07-24 15:25:37 +02:00
notification_factory_slack_template_test.rb Fixed issue#301 - Using #{article.body} in trigger gives html. 2016-11-13 19:33:12 +01:00
notification_factory_template_test.rb Fixed issue#301 - Using #{article.body} in trigger gives html. 2016-11-13 19:33:12 +01:00
object_cache_test.rb Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
object_create_update_with_ref_name_test.rb Moved to new mini test 6 changes. 2017-03-24 11:02:13 +01:00
object_manager_test.rb Moved to new mini test 6 changes. 2017-03-24 11:02:13 +01:00
object_type_lookup_test.rb Applied rubocop Style/EmptyLines. 2015-04-27 16:29:28 +02:00
online_notifiaction_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
organization_domain_based_assignment_test.rb Moved to new mini test 6 changes. 2017-03-24 11:02:13 +01:00
organization_ref_object_touch_test.rb If user organization relation/featrue is used for different propose, do not touch references. 2017-06-12 15:24:10 +02:00
overview_test.rb Improved test. 2017-07-14 16:27:25 +02:00
package_test.rb Applied rubocop. 2016-06-30 22:04:48 +02:00
permission_test.rb changed function name from permission_grand to permission_grant in Role model 2017-02-24 14:47:55 +01:00
recent_view_test.rb Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
role_test.rb Moved from to new permission management. 2016-08-12 18:39:09 +02:00
role_validate_agent_limit_test.rb Added agent limit support. 2017-04-18 09:38:53 +02:00
session_basic_test.rb Fixed test. 2017-06-17 01:02:34 +02:00
session_basic_ticket_test.rb Improved tests (do not break on before/after callbacks). 2017-06-17 00:53:20 +02:00
session_collections_test.rb Improved tests (do not break on before/after callbacks). 2017-06-17 00:53:20 +02:00
session_enhanced_test.rb Improved tests (do not break on before/after callbacks). 2017-06-17 00:53:20 +02:00
stats_ticket_waiting_time_test.rb Fixed issue #645 - Dashboard widget "Waiting time today" is not counting. 2017-04-20 12:04:20 +02:00
store_test.rb Improved file backend and delete empty directories if file got removed. 2016-02-29 13:42:37 +01:00
tag_test.rb Fixed tag merge bug. 2017-06-19 12:16:09 +02:00
ticket_article_communicate_test.rb Do not generat auto replys. 2016-08-21 02:17:26 +02:00
ticket_article_time_accouting_test.rb Fixed issue #926 - Accounted Time. 2017-04-07 16:44:34 +02:00
ticket_customer_organization_update_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
ticket_notification_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
ticket_null_byte_test.rb Strip null byte - postgresql will complain about it. 2017-07-19 07:29:52 +02:00
ticket_overview_test.rb Fixed issue #1151 - Problem with cyrillic letters in name of overviews. 2017-07-14 15:47:10 +02:00
ticket_priority_test.rb 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. 2017-02-12 18:21:03 +01:00
ticket_ref_object_touch_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
ticket_selector_test.rb Improved tests. 2017-06-14 17:25:45 +02:00
ticket_sla_test.rb Fixed issue #904 - Merged Ticket escalated. 2017-04-11 13:11:44 +02:00
ticket_state_test.rb 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. 2017-02-12 18:21:03 +01:00
ticket_test.rb Fixed issue #899 - Follow up detection is broken for Ticket::Number::Date ticket number generator. 2017-03-27 14:30:26 +02:00
ticket_trigger_test.rb 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). 2017-08-13 11:54:57 +02:00
ticket_xss_test.rb Implemented issue #930 - view support for html tables. 2017-04-28 12:16:15 +02:00
token_test.rb Fixed issue #902 - Can't use PUT on Organizations REST API with token. 2017-04-11 08:33:08 +02:00
user_device_test.rb Fixed issue #1208 - Too many emails about new client access if user agent is "". 2017-06-27 08:07:43 +02:00
user_ref_object_touch_test.rb If user organization relation/featrue is used for different propose, do not touch references. 2017-06-12 15:24:10 +02:00
user_test.rb Implemented issue #1251 - Config option to have uniq email addresses for users. 2017-07-15 00:35:44 +02:00
user_validate_agent_limit_test.rb Added agent limit support. 2017-04-18 09:38:53 +02:00