// Base64 functions var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(r){var t,e,o,a,h,n,c,d="",C=0;for(r=Base64._utf8_encode(r);C>2,h=(3&t)<<4|(e=r.charCodeAt(C++))>>4,n=(15&e)<<2|(o=r.charCodeAt(C++))>>6,c=63&o,isNaN(e)?n=c=64:isNaN(o)&&(c=64),d=d+this._keyStr.charAt(a)+this._keyStr.charAt(h)+this._keyStr.charAt(n)+this._keyStr.charAt(c);return d},decode:function(r){var t,e,o,a,h,n,c="",d=0;for(r=r.replace(/[^A-Za-z0-9\+\/\=]/g,"");d>4,e=(15&a)<<4|(h=this._keyStr.indexOf(r.charAt(d++)))>>2,o=(3&h)<<6|(n=this._keyStr.indexOf(r.charAt(d++))),c+=String.fromCharCode(t),64!=h&&(c+=String.fromCharCode(e)),64!=n&&(c+=String.fromCharCode(o));return c=Base64._utf8_decode(c)},_utf8_encode:function(r){r=r.replace(/\r\n/g,"\n");for(var t="",e=0;e127&&o<2048?(t+=String.fromCharCode(o>>6|192),t+=String.fromCharCode(63&o|128)):(t+=String.fromCharCode(o>>12|224),t+=String.fromCharCode(o>>6&63|128),t+=String.fromCharCode(63&o|128))}return t},_utf8_decode:function(r){for(var t="",e=0,o=c1=c2=0;e191&&o<224?(c2=r.charCodeAt(e+1),t+=String.fromCharCode((31&o)<<6|63&c2),e+=2):(c2=r.charCodeAt(e+1),c3=r.charCodeAt(e+2),t+=String.fromCharCode((15&o)<<12|(63&c2)<<6|63&c3),e+=3);return t}}; jQuery(function($){ // http://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery var entityMap={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="}; function jq(myid) {return "#" + myid.replace( /(:|\.|\[|\]|,|=|@)/g, "\\$1" );} function escapeHtml(n){return String(n).replace(/[&<>"'`=\/]/g,function(n){return entityMap[n]})} function validateRegex(e){var t=e.split("/"),n=e,r="";t.length>1&&(n=t[1],r=t[2]);try{return new RegExp(n,r),!0}catch(e){return!1}} function humanFileSize(i){if(Math.abs(i)<1024)return i+" B";var B=["KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],e=-1;do{i/=1024,++e}while(Math.abs(i)>=1024&&e':0==value&&'';}}, {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active,"formatter": function(value){return 1==value?'':0==value&&'';}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"250px","width":"250px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/domain-admin/all', jsonp: false, error: function () { console.log('Cannot draw domain admin table'); }, success: function (data) { return process_table_data(data, 'domainadminstable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "state": {"enabled": true}, "filtering": {"enabled": true,"delay": 1200,"position": "left","connectors": false,"placeholder": lang.filter_table}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_oauth2_clients() { ft_oauth2clientstable = FooTable.init('#oauth2clientstable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"40px","width":"40px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"id","type":"text","title":"ID","style":{"width":"50px"}}, {"name":"client_id","type":"text","title":lang.oauth2_client_id,"style":{"width":"200px"}}, {"name":"client_secret","title":lang.oauth2_client_secret,"breakpoints":"xs sm md","style":{"width":"200px"}}, {"name":"redirect_uri","title":lang.oauth2_redirect_uri, "type": "text"}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"180px","width":"180px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/oauth2-client/all', jsonp: false, error: function () { console.log('Cannot draw oauth2 clients table'); }, success: function (data) { return process_table_data(data, 'oauth2clientstable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_admins() { ft_admins = FooTable.init('#adminstable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"}, {"sorted": true,"name":"usr","title":lang.username,"style":{"width":"250px"}}, {"name":"tfa_active","title":"TFA", "filterable": false,"style":{"maxWidth":"80px","width":"80px"},"formatter": function(value){return 1==value?'':0==value&&'';}}, {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active,"formatter": function(value){return 1==value?'':0==value&&'';}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"250px","width":"250px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/admin/all', jsonp: false, error: function () { console.log('Cannot draw admin table'); }, success: function (data) { return process_table_data(data, 'adminstable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "filtering": {"enabled": false}, "state": {"enabled": true}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_fwd_hosts() { ft_forwardinghoststable = FooTable.init('#forwardinghoststable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"host","type":"text","title":lang.host,"style":{"width":"250px"}}, {"name":"source","title":lang.source,"breakpoints":"xs sm"}, {"name":"keep_spam","title":lang.spamfilter, "type": "text","style":{"maxWidth":"80px","width":"80px"},"formatter": function(value){return 'yes'==value?'':'no'==value&&'';}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"180px","width":"180px"},"type":"html","title":lang.action,"breakpoints":"xs sm"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/fwdhost/all', jsonp: false, error: function () { console.log('Cannot draw forwarding hosts table'); }, success: function (data) { return process_table_data(data, 'forwardinghoststable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_relayhosts() { ft_relayhoststable = FooTable.init('#relayhoststable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"id","type":"text","title":"ID","style":{"width":"50px"}}, {"name":"hostname","type":"text","title":lang.host,"style":{"width":"250px"}}, {"name":"username","title":lang.username,"breakpoints":"xs sm"}, {"name":"used_by_domains","title":lang.in_use_by,"style":{"width":"110px"}, "type": "text","breakpoints":"xs sm"}, {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active,"formatter": function(value){return 1==value?'':0==value&&'';}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"220px","width":"220px"},"type":"html","title":lang.action,"breakpoints":"xs sm md"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/relayhost/all', jsonp: false, error: function () { console.log('Cannot draw forwarding hosts table'); }, success: function (data) { return process_table_data(data, 'relayhoststable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_transport_maps() { ft_relayhoststable = FooTable.init('#transportstable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"id","type":"text","title":"ID","style":{"width":"50px"}}, {"name":"destination","type":"text","title":lang.destination,"style":{"width":"250px"}}, {"name":"nexthop","type":"text","title":lang.nexthop,"style":{"width":"250px"}}, {"name":"username","title":lang.username,"breakpoints":"xs sm"}, {"name":"active","filterable": false,"style":{"maxWidth":"80px","width":"80px"},"title":lang.active,"formatter": function(value){return 1==value?'':0==value&&'';}}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"220px","width":"220px"},"type":"html","title":lang.action,"breakpoints":"xs sm md"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/transport/all', jsonp: false, error: function () { console.log('Cannot draw transports table'); }, success: function (data) { return process_table_data(data, 'transportstable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle" }); } function draw_queue() { ft_queuetable = FooTable.init('#queuetable', { "columns": [ {"name":"chkbox","title":"","style":{"maxWidth":"60px","width":"60px"},"filterable": false,"sortable": false,"type":"html"}, {"name":"queue_id","type":"text","title":"QID","style":{"width":"50px"}}, {"name":"queue_name","type":"text","title":"Queue","style":{"width":"120px"}}, {"name":"arrival_time","sorted": true,"direction": "DESC","formatter":function unix_time_format(tm) { var date = new Date(tm ? tm * 1000 : 0); return date.toLocaleDateString(undefined, {year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit"});},"title":lang.arrival_time,"style":{"width":"170px"}}, {"name":"message_size","style":{"whiteSpace":"nowrap"},"title":lang.message_size,"formatter": function(value){ return humanFileSize(value); }}, {"name":"sender","title":lang.sender, "type": "text","breakpoints":"xs sm"}, {"name":"recipients","title":lang.recipients, "type": "text","style":{"word-break":"break-all","min-width":"300px"},"breakpoints":"xs sm md"}, {"name":"action","filterable": false,"sortable": false,"style":{"text-align":"right","maxWidth":"220px","width":"220px"},"type":"html","title":lang.action,"breakpoints":"xs sm md"} ], "rows": $.ajax({ dataType: 'json', url: '/api/v1/get/mailq/all', jsonp: false, error: function () { console.log('Cannot draw forwarding hosts table'); }, success: function (data) { return process_table_data(data, 'queuetable'); } }), "empty": lang.empty, "paging": {"enabled": true,"limit": 5,"size": log_pagination_size}, "sorting": {"enabled": true}, "toggleSelector": "table tbody span.footable-toggle", "on": { "ready.ft.table": function(e, ft){ table_admin_ready(ft, 'queuetable'); } } }); } function process_table_data(data, table) { if (table == 'relayhoststable') { $.each(data, function (i, item) { item.action = ''; item.chkbox = ''; }); } else if (table == 'transportstable') { $.each(data, function (i, item) { if (item.username) { item.username = '' + item.username + ''; } item.action = ''; item.chkbox = ''; }); } else if (table == 'queuetable') { $.each(data, function (i, item) { item.chkbox = ''; rcpts = $.map(item.recipients, function(i) { return escapeHtml(i); }); item.recipients = rcpts.join('
'); item.action = ''; }); } else if (table == 'forwardinghoststable') { $.each(data, function (i, item) { item.action = ''; item.chkbox = ''; }); } else if (table == 'oauth2clientstable') { $.each(data, function (i, item) { item.action = ''; item.scope = "profile"; item.grant_types = 'refresh_token password authorization_code'; item.chkbox = ''; }); } else if (table == 'domainadminstable') { $.each(data, function (i, item) { item.selected_domains = escapeHtml(item.selected_domains); item.selected_domains = item.selected_domains.toString().replace(/,/g, "
"); item.chkbox = ''; item.action = ''; }); } else if (table == 'adminstable') { $.each(data, function (i, item) { if (admin_username.toLowerCase() == item.username.toLowerCase()) { item.usr = ' ' + item.username; } else { item.usr = item.username; } item.chkbox = ''; item.action = ''; }); } return data }; // Initial table drawings draw_domain_admins(); draw_admins(); draw_fwd_hosts(); draw_relayhosts(); draw_oauth2_clients(); draw_transport_maps(); draw_queue(); $('body').on('click', 'span.footable-toggle', function () { event.stopPropagation(); }) // API IP check toggle $("#skip_ip_check_ro").click(function( event ) { $("#skip_ip_check_ro").not(this).prop('checked', false); if ($("#skip_ip_check_ro:checked").length > 0) { $('#allow_from_ro').prop('disabled', true); } else { $("#allow_from_ro").removeAttr('disabled'); } }); $("#skip_ip_check_rw").click(function( event ) { $("#skip_ip_check_rw").not(this).prop('checked', false); if ($("#skip_ip_check_rw:checked").length > 0) { $('#allow_from_rw').prop('disabled', true); } else { $("#allow_from_rw").removeAttr('disabled'); } }); // Relayhost $('#testRelayhostModal').on('show.bs.modal', function (e) { $('#test_relayhost_result').text("-"); button = $(e.relatedTarget) if (button != null) { $('#relayhost_id').val(button.data('relayhost-id')); } }) $('#test_relayhost').on('click', function (e) { e.preventDefault(); prev = $('#test_relayhost').text(); $(this).prop("disabled",true); $(this).html(' '); $.ajax({ type: 'GET', url: 'inc/ajax/relay_check.php', dataType: 'text', data: $('#test_relayhost_form').serialize(), complete: function (data) { $('#test_relayhost_result').html(data.responseText); $('#test_relayhost').prop("disabled",false); $('#test_relayhost').text(prev); } }); }) // Transport $('#testTransportModal').on('show.bs.modal', function (e) { $('#test_transport_result').text("-"); button = $(e.relatedTarget) if (button != null) { $('#transport_id').val(button.data('transport-id')); $('#transport_type').val(button.data('transport-type')); } }) // Queue item $('#showQueuedMsg').on('show.bs.modal', function (e) { $('#queue_msg_content').text(lang.loading); button = $(e.relatedTarget) if (button != null) { $('#queue_id').text(button.data('queue-id')); } $.ajax({ type: 'GET', url: '/api/v1/get/postcat/' + button.data('queue-id'), dataType: 'text', complete: function (data) { $('#queue_msg_content').text(data.responseText); } }); }) $('#test_transport').on('click', function (e) { e.preventDefault(); prev = $('#test_transport').text(); $(this).prop("disabled",true); $(this).html(' '); $.ajax({ type: 'GET', url: 'inc/ajax/transport_check.php', dataType: 'text', data: $('#test_transport_form').serialize(), complete: function (data) { $('#test_transport_result').html(data.responseText); $('#test_transport').prop("disabled",false); $('#test_transport').text(prev); } }); }) // DKIM private key modal $('#showDKIMprivKey').on('show.bs.modal', function (e) { $('#priv_key_pre').text("-"); p_related = $(e.relatedTarget) if (p_related != null) { var decoded_key = Base64.decode((p_related.data('priv-key'))); $('#priv_key_pre').text(decoded_key); } }) // FIDO2 friendly name modal $('#fido2ChangeFn').on('show.bs.modal', function (e) { rename_link = $(e.relatedTarget) if (rename_link != null) { $('#fido2_cid').val(rename_link.data('cid')); $('#fido2_subject_desc').text(Base64.decode(rename_link.data('subject'))); } }) // App links function add_table_row(table_id, type) { var row = $(''); if (type == "app_link") { cols = ''; cols += ''; cols += '' + lang.remove_row + ''; } else if (type == "f2b_regex") { cols = ''; cols += ''; cols += '' + lang.remove_row + ''; } row.append(cols); table_id.append(row); } $('#app_link_table').on('click', 'tr a', function (e) { e.preventDefault(); $(this).parents('tr').remove(); }); $('#f2b_regex_table').on('click', 'tr a', function (e) { e.preventDefault(); $(this).parents('tr').remove(); }); $('#add_app_link_row').click(function() { add_table_row($('#app_link_table'), "app_link"); }); $('#add_f2b_regex_row').click(function() { add_table_row($('#f2b_regex_table'), "f2b_regex"); }); });