| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?php
- namespace MGModule\DNSManager2\models\custom\globalsetting;
- use MGModule\DNSManager2\mgLibs\custom;
- class GlobalSettingEnum extends custom\BasicEnumAbstract
- {
- const DEFAULT_TEMPLATE = 'default_template';
- const CLIENT_TEMPLATE_SWITCH = 'client_template_switch';
- const LINK_TO_DNS_MANAGER = 'link_to_dns_management';
- const DELETE_LOGS_OLDER_THAN = 'delete_logs_older_than';
- const DELETE_NOTIFICATIONS_OLDER_THAN = 'delete_notifications_older_than';
- const LOG_SUCCESSFUL_ACTIONS = 'log_successful_actions';
- const LOG_ZONE_ACTIONS = 'log_zone_actions';
- const CLIENT_NOTIFICATION_ZONE_CREATED = 'client_notification_zone_created';
- const CLIENT_NOTIFICATION_ZONE_ALTERED = 'client_notification_zone_altered';
- const CLIENT_NOTIFICATION_ZONE_REMOVED = 'client_notification_zone_removed';
- const ADMIN_NOTIFICATION_CRON_SYNCHRONIZATOR = 'admin_notification_cron_synchronizator';
- const ADMIN_NOTIFICATION_CRON_MIGRATOR = 'admin_notification_cron_migrator';
- const ADMIN_NOTIFICATION_CRON_CLEANER = 'admin_notification_cron_cleaner';
- const CRON_MIGRATION_RUN_EACH = 'cron_migration_run_each';
- const CRON_MIGRATION_ZONES_PER_RUN = 'cron_migration_zones_per_run';
- const CRON_IMPORT_RUN_EACH = 'cron_import_run_each';
- const CRON_IMPORT_ZONES_PER_RUN = 'cron_import_zones_per_run';
- const CRON_SYNC_RUN_EACH = 'cron_sync_run_each';
- const CRON_SYNC_ZONES_PER_RUN = 'cron_sync_zones_per_run';
- const CRON_SYNC_RECHECK_ZONES = 'cron_sync_recheck_zones';
- const CRON_CLEANER_RUN_EACH= 'cron_cleaner_run_each';
- const CRON_CLEANER_ZONES_PER_RUN = 'cron_cleaner_zones_per_run';
- const CRON_CLEANER_ZONE_NO_PACKAGE_MATCH = 'cron_cleaner_zone_no_package_match';
- const CRON_CLEANER_ZONE_UNMODIFIED_LONGER_THAN = 'cron_cleaner_zone_unmodified_longer_than';
- const CRON_CLEANER_ZONE_DOMAIN_NOT_EXIST = 'cron_cleaner_zone_domain_not_exist';
- const CRON_CLEANER_ZONE_AT_LEAST_ONE = 'cron_cleaner_zone_at_least_one';
- const CRON_CLEANER_PTR_SERVICE_TERMINATED_CANCELED = 'cron_cleaner_ptr_service_terminated_canceled';
- const CRON_CLEANER_PTR_SERVICE_CANCELED = 'cron_cleaner_ptr_service_cancelled';
- const CRON_CLEANER_PTR_SERVICE_TERMINATED = 'cron_cleaner_ptr_service_terminated';
- const CRON_CLEANER_PTR_SERVICE_SUSPENDED = 'cron_cleaner_ptr_service_suspended';
- const PREVENT_ZONE_DELETE_AFTER_TERMINATE = 'prevent_zone_delete_after_terminate';
- const DO_NOT_REMOVE_EMPTY_PTR_ZONES = 'do_not_remove_empty_ptr_zones';
- const SHOW_PRODUCT_NAME = 'show_product_name';
- const CRON_BACKUP_RUN_EACH = 'cron_backup_run_each';
- const CRON_BACKUP_DELETE_AFTER = 'cron_backup_delete_after';
- const CRON_BACKUP_LIMIT = 'cron_backup_limit';
- const CLIENT_NOTIFICATION_ZONE_CREATED_EXCLUDE = 'client_notification_zone_created_exclude';
- const CLIENT_NOTIFICATION_ZONE_ALTERED_EXCLUDE = 'client_notification_zone_altered_exclude';
- const CLIENT_NOTIFICATION_ZONE_REMOVED_EXCLUDE = 'client_notification_zone_removed_exclude';
- const ADMIN_NOTIFICATION_CRON_SYNCHRONIZATOR_INCLUDE = 'admin_notification_cron_synchronizator_include';
- const ADMIN_NOTIFICATION_CRON_MIGRATOR_INCLUDE = 'admin_notification_cron_migrator_include';
- const ADMIN_NOTIFICATION_CRON_CLEANER_INCLUDE = 'admin_notification_cron_cleaner_include';
-
- const CRON_RUN_TIME_PERIOD = 'cron_run_time_period';
- const CRON_LAST_RUN = 'cron_last_run';
- const CRON_MIGRATOR_LAST_RUN = 'cron_migrator_last_run';
- const CRON_IMPORTER_LAST_RUN = 'cron_importer_last_run';
- const CRON_SYNC_LAST_RUN = 'cron_sync_last_run';
- const CRON_CLEANER_LAST_RUN = 'cron_cleaner_last_run';
-
- const CRON_CLEANER_LAST_ID = 'cron_cleaner_last_id';
- const CRON_SYNC_LAST_ID = 'cron_sync_last_id';
-
- const TUTORIAL_DISABLED = 'tutorial_disabled';
- const CRON_SYNC_NOTIFY_ONLY = 'cron_sync_notify_only';
- const CRON_CLEANER_NOTIFY_ONLY = 'cron_cleaner_notify_only';
-
- const SERVICE_ONLY_IPS = 'service_only_ips';
- const RDNS_SUBNET_CUSTOM_IP = 'rdns_subnet_custom_ip';
- const RDNS_CUSTOM_IP = 'rdns_custom_ip';
- const EMPTY_POST_FIX = 'empty_post_fix';
- const OWNED_DOMAINS_ONLY = 'owned_domains_only';
-
- const ZONE_CREATE_CUSTOM_IP = 'zone_create_custom_ip';
-
- const IMPORT_AUTOCHECK_MATCHES = 'auto_check_matches_on_import';
- const CRON_CLEANER_ZONE_INACTIVE_SERVICES = 'cron_cleaner_no_active_service';
- const CRON_CLEANER_ZONE_INACTIVE_DOMAINS = 'cron_cleaner_no_active_domains';
- const LINK_TO_DNS_SETS_MANAGER = 'link_to_dns_sets_management';
- const LINK_TO_CLIENTAREA_IMPORT_EXPORT = 'link_to_clientarea_import_export';
- const SOA_IS_NOT_NS_STATUS = 'soa_is_not_ns_status';
- const WHOIS_MISSING_STATUS = 'whois_missing_status';
- const IS_OK_STATUS = 'is_ok_status';
- const IS_PENDING_STATUS = 'is_pending_status';
- const SOA_IS_NOT_NS_STATUS_TEXT = 'soa_is_not_ns_status_text';
- const WHOIS_MISSING_STATUS_TEXT = 'whois_missing_status_text';
- const IS_OK_STATUS_TEXT = 'is_ok_status_text';
- const IS_PENDING_STATUS_TEXT = 'is_pending_status_text';
-
- const DNS_BLOCKED_STRINGS = 'dns_blocked_strings';
- const RDNS_BLOCKED_STRINGS = 'rdns_blocked_strings';
- const USE_RDNS_BLOCKED_SAME_AS_FOR_DNS = 'use_rdns_blocked_same_as_for_dns';
- const BLOCKED_STRINGS_EXCLUDED_CLIENTS = 'blocked_strings_excluded_clients';
- const IMPORT_ACTIVE_SERVICES = 'active_services_on_import';
- const IMPORT_ACTIVE_USERS = 'active_users_on_import';
- const IMPORT_PRIORITY = 'import_priority';
- const RDNS_IN_CLIENTAREA = 'clientarea_rdns';
- const CLIENTAREA_RNDS_ONLY = 'clientarea_rdns_only';
- const CLIENTAREA_RNDS_BLOCK = 'clientarea_rdns_block';
- const CLIENTAREA_IMPORT_EXPORT_LIMIT = 'clientarea_import_export_limit';
- const DOMAIN_ITEM_OPTION = 'domainItemOptions';
- const PRODUCT_ITEM_OPTION = 'productItemOptions';
- const ADDON_ITEM_OPTION = 'addonItemOptions';
- const OTHER_ITEM_OPTION = 'otherItemOptions';
- const EXCLUDE_USED_ZONE_FROM_OPTIONS = 'excludeUsedZoneFromOptions';
- const SHOW_NAMESERVERS = 'showNameservers';
- const SHOW_DNSMANAGERBUTTON = 'showDnsManagerButton';
- const SHOW_FULL_RECORD_NAME = 'show_full_record_name';
- }
|