zammad/db/migrate
2017-08-10 13:27:15 +02:00
..
20120101000001_create_base.rb Added locale rtl support (e. g. for Persian or Hebrew). 2017-06-26 15:16:03 +02:00
20120101000010_create_ticket.rb Introduced foreign keys to ensure consistent data state. 2017-06-06 17:49:49 +02:00
20120101000020_create_network.rb Add millisecond support for timestamp in mysql. 2016-09-12 08:56:14 +02:00
20150979000001_update_timestamps.rb Applied rubocop. 2016-06-30 22:04:48 +02:00
20160217000001_object_manager_update_user.rb Fixed bug: ObjectManager attributes are added twice when running all migrations and seeds. 2017-05-14 19:15:57 +02:00
20160921000001_permission_active.rb.rb Added permission.active attribute to disable features. 2016-09-22 21:05:29 +02:00
20161101131409_create_doorkeeper_tables.rb Working on OAuth2 support with doorkeeper gem. 2016-11-01 17:16:04 +01:00
20161112000001_organization_domain_based_assignment.rb Implemented issue#356 - Automatically join users to organizations based on the email address. 2016-11-13 23:59:39 +01:00
20161117000001_job_unable_to_create_issue_432.rb Fixed issue#432 - Unable to create job/scheduler if many time options are selected. 2016-11-17 09:56:43 +01:00
20161117000002_ticket_number_generator_issue_427.rb Added missing migration file for issue#427 - Improved ticket number generator settings (just show necessary settings based on generator selection). 2016-11-17 11:21:47 +01:00
20161117000003_store_config_name_update_issue_428.rb Fixed variable check. 2017-01-11 13:17:52 +00:00
20161122000001_monitoring_issue_453.rb Implemented issue#453 - Possibility to monitor Zammad via URL from external, like gitlab is offering it. 2016-11-23 15:25:44 +01:00
20161228000001_add_taskbar_meta.rb Implemented issue #352 - Show other active agents in ticket detail view (collision prevention). 2017-01-04 15:40:19 +01:00
20170113000001_object_manager_attribute_create_middle.rb Fixed namespace. 2017-01-13 20:24:38 +01:00
20170113000002_slack_group_config_issue_587.rb Fixed issue #587 - Group restrictions not respected in slack notification. Thanks to @jepf 2017-01-13 20:37:14 +01:00
20170116000001_add_ticket_time_accounting_373.rb Fixed migration. 2017-01-16 14:41:56 +01:00
20170116000002_fixed_typos_622.rb Fixed typos in existing installations. 2017-01-17 08:35:04 +01:00
20170117000001_unable_to_enable_time_accounting_633.rb Fixed issue #633 - Unable to activate time accounting in admin interface. 2017-01-17 12:38:12 +01:00
20170119000001_login_email_length_650.rb Fixed file name of migration. 2017-01-19 15:54:31 +01:00
20170123000001_ui_ticket_zoom_article_new_internal.rb Fixed issue #662 - Add setting to define internal/external notice default setting. 2017-01-23 14:54:44 +01:00
20170123000002_fixed_translation.rb Fixed migration name. 2017-03-14 06:32:12 +01:00
20170126091128_application_secret_setting.rb Improved password security by using proper password hash module backed by Argon2 (official winner of the Password Hashing Competition) - thanks to @nomoketo and @benbe. 2017-01-27 09:17:03 +01:00
20170130000001_follow_up_possible_check_643.rb Fixed issue #643 - Group follow up check for closed tickets does not work. 2017-01-31 09:56:59 +01:00
20170203000001_remove_last_login_from_history_722.rb Implemented issue #722 - Do not log last_login in user history. 2017-02-03 08:56:40 +01:00
20170203000003_do_not_import_onw_notifications_731.rb Fixed issue #731 - Do not import own notification emails in Zammad. 2017-02-03 17:42:57 +01:00
20170207081400_ticket_state_priority_defaults.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
20170214000001_reload_online_browser_after_cors_csrf_changes.rb Improved session validation and usage of cors headers. 2017-02-15 13:29:25 +01:00
20170215000001_telegram_support.rb Removed id, not needed (lookup is done by name). 2017-02-15 17:24:24 +01:00
20170314000001_fixed_translation2.rb Fixed migration name. 2017-03-14 06:32:12 +01:00
20170403000001_fixed_admin_user_permission_920.rb Added enhanced Group access functionality. 2017-06-16 22:43:09 +02:00
20170418000001_validate_agent_limit.rb Added agent limit support. 2017-04-18 09:38:53 +02:00
20170419000001_ldap_support.rb Improved ldap settings. 2017-04-19 15:00:51 +02:00
20170419000002_overview_role_ids.rb Delete cache for invalidate overview caches. 2017-04-20 00:11:12 +02:00
20170420000001_chat_increase_message_size.rb Fixed issue #880 - No chat message over 5000 chars possible. E. g. if image is pasted. 2017-04-20 13:15:40 +02:00
20170421000001_pretty_date_options_added.rb Implemented issue #645 - Alternative pretty date format. 2017-04-21 11:25:28 +02:00
20170421110000_add_origin_by_id.rb Fixed issue #206 - Wrong recipient on reply to Received call. 2017-04-27 13:38:07 +02:00
20170426135500_add_reply_to.rb Fixed column size of reply_to to 300 chars. 2017-04-27 13:38:08 +02:00
20170504144100_follow_up_merged.rb Fixed issue #377 - Reply to merged ticket gets appended to the wrong ticket. 2017-05-05 11:17:34 +02:00
20170516000001_trigger_recipient_update.rb Improved error handling. 2017-07-26 11:16:12 +02:00
20170525000001_reply_to_sender_feature.rb Fixed typo. 2017-06-13 02:01:08 +02:00
20170529000002_setting_delivery_permanent_failed.rb Improved email loop protection. Remember permanent delivery failed on user to prevent email loops. 2017-05-30 08:55:51 +02:00
20170529132120_ldap_multi_group_mapping.rb Fixed issue #1097 - Can't map LDAP group to multiple Zammad roles. 2017-05-30 08:26:45 +02:00
20170531144425_foreign_keys.rb Fixed issue #1261 - Adding foreign keys for inconsistent PG tables breaks update. 2017-08-10 13:27:15 +02:00
20170608151442_enhanced_permissions.rb Clear cache after model has changed (prevent issues on upgrade). 2017-06-19 08:21:07 +02:00
20170619000001_tree_select.rb Added locale rtl support (e. g. for Persian or Hebrew). 2017-06-26 15:16:03 +02:00
20170626000001_locale_add_direction.rb Added locale rtl support (e. g. for Persian or Hebrew). 2017-06-26 15:16:03 +02:00
20170628000001_form_group_selection.rb Implemented issue #1206 - Feedback Form Channel - Ability to set a target group for incoming tickets. 2017-06-28 19:19:19 +02:00
20170713000001_omniauth_office365_setting.rb Implemented issue #1177 - OAuth2: Office365. 2017-07-13 17:08:53 +02:00
20170713000002_ticket_zoom_setting2.rb Fixed migration version. 2017-07-14 13:53:28 +02:00
20170714000001_object_manager_user_email_optional.rb Implemented issue #562 - Ticket creation - allow to create users without email, issue #181 - Allow customers without email addresses (was incoming phone call) and issue #247 telephone ticket without email. 2017-07-14 11:57:34 +02:00
20170714000002_user_email_multiple_use.rb Implemented issue #1251 - Config option to have uniq email addresses for users. 2017-07-15 00:35:44 +02:00
20170714000003_cleanup_cti_log.rb Implemented issue #1254 - Feature Request: clear caller log. 2017-07-14 17:38:48 +02:00
20170725000001_fixed_twitter_ticket_article_preferences3.rb Replace nil objects by nil to prevent index issue with elasticsearch. 2017-07-25 11:26:33 +02:00
20170727000001_setting_proxy.rb Fixed issue #1292 - Don't use proxy on localhost addresses. 2017-07-27 12:05:54 +02:00