NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/js/site/mailbox.js

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

mailbox.js on main
Author Date Commit Line Code
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1
$(document).ready(function() {
Open commit View diff
1 $(document).ready(function() {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2
  acl_data = JSON.parse(acl);
Open commit View diff
2 acl_data = JSON.parse(acl);
andryyy over 6 years ago 26e2a12

[Web] Implement table size to quarantine, implements #3325

Full commit hash
26e2a1230a29cbeaf028b6abcad05831eb9637fe
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
3
  // Set paging
Open commit View diff
3 // Set paging
andryyy over 6 years ago ec1dce5

[Web] Minor changes

Full commit hash
ec1dce508e1ba4d92b8b5490b9ce5f3255756944
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
4
  // Clone mailbox mass actions
Open commit View diff
4 // Clone mailbox mass actions
same change ec1dce5

[Web] Minor changes

Full commit hash
ec1dce508e1ba4d92b8b5490b9ce5f3255756944
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
5
  $("div").find("[data-actions-header='true'").each(function() {
Open commit View diff
5 $("div").find("[data-actions-header='true'").each(function() {
same change ec1dce5

[Web] Minor changes

Full commit hash
ec1dce508e1ba4d92b8b5490b9ce5f3255756944
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
6
    $(this).html($(this).nextAll('.mass-actions-mailbox:first').html());
Open commit View diff
6 $(this).html($(this).nextAll('.mass-actions-mailbox:first').html());
same change ec1dce5

[Web] Minor changes

Full commit hash
ec1dce508e1ba4d92b8b5490b9ce5f3255756944
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
7
  });
Open commit View diff
7 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
8
  // Auto-fill domain quota when adding new domain
Open commit View diff
8 // Auto-fill domain quota when adding new domain
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
9
  auto_fill_quota = function(domain) {
Open commit View diff
9 auto_fill_quota = function(domain) {
andryyy over 6 years ago fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
10
    $.get("/api/v1/get/domain/" + domain, function(data){
Open commit View diff
10 $.get("/api/v1/get/domain/" + domain, function(data){
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
11
      var result = $.parseJSON(JSON.stringify(data));
Open commit View diff
11 var result = $.parseJSON(JSON.stringify(data));
friedPotat0 almost 7 years ago 1b54d75

Prevent event propagation for remaining tables

Full commit hash
1b54d757161b241537021d13d7eec97033523907
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
12
      def_new_mailbox_quota = ( result.def_new_mailbox_quota / 1048576);
Open commit View diff
12 def_new_mailbox_quota = ( result.def_new_mailbox_quota / 1048576);
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
13
      max_new_mailbox_quota = ( result.max_new_mailbox_quota / 1048576);
Open commit View diff
13 max_new_mailbox_quota = ( result.max_new_mailbox_quota / 1048576);
andryyy over 6 years ago fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
14
      if (max_new_mailbox_quota != '0') {
Open commit View diff
14 if (max_new_mailbox_quota != '0') {
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
15
        $('.addInputQuotaExhausted').hide();
Open commit View diff
15 $('.addInputQuotaExhausted').hide();
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
16
        $("#quotaBadge").html('max. ' +  max_new_mailbox_quota + ' MiB');
Open commit View diff
16 $("#quotaBadge").html('max. ' + max_new_mailbox_quota + ' MiB');
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
17
        $('#addInputQuota').attr({"disabled": false, "value": "", "type": "number", "max": max_new_mailbox_quota});
Open commit View diff
17 $('#addInputQuota').attr({"disabled": false, "value": "", "type": "number", "max": max_new_mailbox_quota});
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
18
        $('#addInputQuota').val(def_new_mailbox_quota);
Open commit View diff
18 $('#addInputQuota').val(def_new_mailbox_quota);
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
19
      }
Open commit View diff
19 }
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
20
      else {
Open commit View diff
20 else {
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
21
        $('.addInputQuotaExhausted').show();
Open commit View diff
21 $('.addInputQuotaExhausted').show();
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
22
        $("#quotaBadge").html('max. ' + max_new_mailbox_quota + ' MiB');
Open commit View diff
22 $("#quotaBadge").html('max. ' + max_new_mailbox_quota + ' MiB');
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
23
        $('#addInputQuota').attr({"disabled": true, "value": "", "type": "text", "value": "n/a"});
Open commit View diff
23 $('#addInputQuota').attr({"disabled": true, "value": "", "type": "text", "value": "n/a"});
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
24
        $('#addInputQuota').val(max_new_mailbox_quota);
Open commit View diff
24 $('#addInputQuota').val(max_new_mailbox_quota);
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
25
      }
Open commit View diff
25 }
same change fd73bbc

[Web] Show warning, when domain exhausted and only an unlimited mailbox could be created

Full commit hash
fd73bbc201119b45d13597a01fbb6cae2885a225
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
26
    });
Open commit View diff
26 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
27
  }
Open commit View diff
27 }
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
28
  $('#addSelectDomain').on('change', function() {
Open commit View diff
28 $('#addSelectDomain').on('change', function() {
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
29
    auto_fill_quota($('#addSelectDomain').val());
Open commit View diff
29 auto_fill_quota($('#addSelectDomain').val());
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
30
  });
Open commit View diff
30 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
31
  auto_fill_quota($('#addSelectDomain').val());
Open commit View diff
31 auto_fill_quota($('#addSelectDomain').val());
andryyy almost 5 years ago 7ab1405

[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes

Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
32
Open commit View diff
32
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
33
  $(".goto_checkbox").click(function( event ) {
Open commit View diff
33 $(".goto_checkbox").click(function( event ) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
34
   $("form[data-id='add_alias'] .goto_checkbox").not(this).prop('checked', false);
Open commit View diff
34 $("form[data-id='add_alias'] .goto_checkbox").not(this).prop('checked', false);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
35
    if ($("form[data-id='add_alias'] .goto_checkbox:checked").length > 0) {
Open commit View diff
35 if ($("form[data-id='add_alias'] .goto_checkbox:checked").length > 0) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
36
      $('#textarea_alias_goto').prop('disabled', true);
Open commit View diff
36 $('#textarea_alias_goto').prop('disabled', true);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
37
    }
Open commit View diff
37 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
38
    else {
Open commit View diff
38 else {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
39
      $("#textarea_alias_goto").removeAttr('disabled');
Open commit View diff
39 $("#textarea_alias_goto").removeAttr('disabled');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
40
    }
Open commit View diff
40 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
41
  });
Open commit View diff
41 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
42
  $('#addAliasModal').on('show.bs.modal', function(e) {
Open commit View diff
42 $('#addAliasModal').on('show.bs.modal', function(e) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
43
    if ($("form[data-id='add_alias'] .goto_checkbox:checked").length > 0) {
Open commit View diff
43 if ($("form[data-id='add_alias'] .goto_checkbox:checked").length > 0) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
44
      $('#textarea_alias_goto').prop('disabled', true);
Open commit View diff
44 $('#textarea_alias_goto').prop('disabled', true);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
45
    }
Open commit View diff
45 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
46
    else {
Open commit View diff
46 else {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
47
      $("#textarea_alias_goto").removeAttr('disabled');
Open commit View diff
47 $("#textarea_alias_goto").removeAttr('disabled');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
48
    }
Open commit View diff
48 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
49
  });
Open commit View diff
49 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
50
  // Log modal
Open commit View diff
50 // Log modal
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
51
  $('#syncjobLogModal').on('show.bs.modal', function(e) {
Open commit View diff
51 $('#syncjobLogModal').on('show.bs.modal', function(e) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
52
    var syncjob_id = $(e.relatedTarget).data('syncjob-id');
Open commit View diff
52 var syncjob_id = $(e.relatedTarget).data('syncjob-id');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
53
    $.ajax({
Open commit View diff
53 $.ajax({
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
54
      url: '/inc/ajax/syncjob_logs.php',
Open commit View diff
54 url: '/inc/ajax/syncjob_logs.php',
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
55
      data: { id: syncjob_id },
Open commit View diff
55 data: { id: syncjob_id },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
56
      dataType: 'text',
Open commit View diff
56 dataType: 'text',
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
57
      success: function(data){
Open commit View diff
57 success: function(data){
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
58
        $(e.currentTarget).find('#logText').text(data);
Open commit View diff
58 $(e.currentTarget).find('#logText').text(data);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
59
      },
Open commit View diff
59 },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
60
      error: function(xhr, status, error) {
Open commit View diff
60 error: function(xhr, status, error) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
61
        $(e.currentTarget).find('#logText').text(xhr.responseText);
Open commit View diff
61 $(e.currentTarget).find('#logText').text(xhr.responseText);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
62
      }
Open commit View diff
62 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
63
    });
Open commit View diff
63 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
64
  });
Open commit View diff
64 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
65
  // Log modal
Open commit View diff
65 // Log modal
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
66
  $('#dnsInfoModal').on('show.bs.modal', function(e) {
Open commit View diff
66 $('#dnsInfoModal').on('show.bs.modal', function(e) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
67
    var domain = $(e.relatedTarget).data('domain');
Open commit View diff
67 var domain = $(e.relatedTarget).data('domain');
FreddleSpl0it almost 4 years ago 3b8e17c

fix layout issues

Full commit hash
3b8e17c21ff9080f097b1c331bb572e803d7a645
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
68
    $('.dns-modal-body').html('<div class="spinner-border" role="status"><span class="visually-hidden">Loading...</span></div>');
Open commit View diff
68 $('.dns-modal-body').html('<div class="spinner-border" role="status"><span class="visually-hidden">Loading...</span></div>');
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
69
    $.ajax({
Open commit View diff
69 $.ajax({
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
70
      url: '/inc/ajax/dns_diagnostics.php',
Open commit View diff
70 url: '/inc/ajax/dns_diagnostics.php',
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
71
      data: { domain: domain },
Open commit View diff
71 data: { domain: domain },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
72
      dataType: 'text',
Open commit View diff
72 dataType: 'text',
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
73
      success: function(data){
Open commit View diff
73 success: function(data){
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
74
        $('.dns-modal-body').html(data);
Open commit View diff
74 $('.dns-modal-body').html(data);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
75
      },
Open commit View diff
75 },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
76
      error: function(xhr, status, error) {
Open commit View diff
76 error: function(xhr, status, error) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
77
        $('.dns-modal-body').html(xhr.responseText);
Open commit View diff
77 $('.dns-modal-body').html(xhr.responseText);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
78
      }
Open commit View diff
78 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
79
    });
Open commit View diff
79 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
80
  });
Open commit View diff
80 });
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
81
  // @Open Domain add modal
Open commit View diff
81 // @Open Domain add modal
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
82
  $('#addDomainModal').on('show.bs.modal', function(e) {
Open commit View diff
82 $('#addDomainModal').on('show.bs.modal', function(e) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
83
    $.ajax({
Open commit View diff
83 $.ajax({
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
84
      url: '/api/v1/get/domain/template/all',
Open commit View diff
84 url: '/api/v1/get/domain/template/all',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
85
      data: {},
Open commit View diff
85 data: {},
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
86
      dataType: 'json',
Open commit View diff
86 dataType: 'json',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
87
      success: async function(data){
Open commit View diff
87 success: async function(data){
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
88
        $('#domain_templates').find('option').remove();
Open commit View diff
88 $('#domain_templates').find('option').remove();
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
89
        $('#domain_templates').selectpicker('destroy');
Open commit View diff
89 $('#domain_templates').selectpicker('destroy');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
90
        $('#domain_templates').selectpicker();
Open commit View diff
90 $('#domain_templates').selectpicker();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
91
        for (var i = 0; i < data.length; i++){
Open commit View diff
91 for (var i = 0; i < data.length; i++){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
92
          if (data[i].template === "Default"){
Open commit View diff
92 if (data[i].template === "Default"){
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
93
            $('#domain_templates').prepend($('<option>', {
Open commit View diff
93 $('#domain_templates').prepend($('<option>', {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
94
              'value': data[i].id,
Open commit View diff
94 'value': data[i].id,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
95
              'text': data[i].template,
Open commit View diff
95 'text': data[i].template,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
96
              'data-attributes': JSON.stringify(data[i].attributes),
Open commit View diff
96 'data-attributes': JSON.stringify(data[i].attributes),
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
97
              'selected': true
Open commit View diff
97 'selected': true
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
98
            }));
Open commit View diff
98 }));
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
99
            setDomainTemplateData(data[i].attributes);
Open commit View diff
99 setDomainTemplateData(data[i].attributes);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
100
          } else {
Open commit View diff
100 } else {
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
101
            $('#domain_templates').append($('<option>', {
Open commit View diff
101 $('#domain_templates').append($('<option>', {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
102
              'value': data[i].id,
Open commit View diff
102 'value': data[i].id,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
103
              'text': data[i].template,
Open commit View diff
103 'text': data[i].template,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
104
              'data-attributes': JSON.stringify(data[i].attributes),
Open commit View diff
104 'data-attributes': JSON.stringify(data[i].attributes),
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
105
              'selected': false
Open commit View diff
105 'selected': false
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
106
            }));
Open commit View diff
106 }));
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
107
          }
Open commit View diff
107 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
108
        };
Open commit View diff
108 };
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
109
        $('#domain_templates').selectpicker("refresh");
Open commit View diff
109 $('#domain_templates').selectpicker("refresh");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
110
Open commit View diff
110
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
111
        // @selecting template
Open commit View diff
111 // @selecting template
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
112
        $('#domain_templates').on('change', function(){
Open commit View diff
112 $('#domain_templates').on('change', function(){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
113
          var selected = $('#domain_templates option:selected');
Open commit View diff
113 var selected = $('#domain_templates option:selected');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
114
          var attr = selected.data('attributes');
Open commit View diff
114 var attr = selected.data('attributes');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
115
          setDomainTemplateData(attr);
Open commit View diff
115 setDomainTemplateData(attr);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
116
        });
Open commit View diff
116 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
117
      },
Open commit View diff
117 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
118
      error: function(xhr, status, error) {
Open commit View diff
118 error: function(xhr, status, error) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
119
        console.log(error);
Open commit View diff
119 console.log(error);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
120
      }
Open commit View diff
120 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
121
    });
Open commit View diff
121 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
122
  });
Open commit View diff
122 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
123
  // @Open Mailbox add modal
Open commit View diff
123 // @Open Mailbox add modal
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
124
  $('#addMailboxModal').on('show.bs.modal', function(e) {
Open commit View diff
124 $('#addMailboxModal').on('show.bs.modal', function(e) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
125
    $.ajax({
Open commit View diff
125 $.ajax({
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
126
      url: '/api/v1/get/mailbox/template/all',
Open commit View diff
126 url: '/api/v1/get/mailbox/template/all',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
127
      data: {},
Open commit View diff
127 data: {},
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
128
      dataType: 'json',
Open commit View diff
128 dataType: 'json',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
129
      success: async function(data){
Open commit View diff
129 success: async function(data){
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
130
        $('#mailbox_templates').find('option').remove();
Open commit View diff
130 $('#mailbox_templates').find('option').remove();
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
131
        $('#mailbox_templates').selectpicker('destroy');
Open commit View diff
131 $('#mailbox_templates').selectpicker('destroy');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
132
        $('#mailbox_templates').selectpicker();
Open commit View diff
132 $('#mailbox_templates').selectpicker();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
133
        for (var i = 0; i < data.length; i++){
Open commit View diff
133 for (var i = 0; i < data.length; i++){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
134
          if (data[i].template === "Default"){
Open commit View diff
134 if (data[i].template === "Default"){
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
135
            $('#mailbox_templates').prepend($('<option>', {
Open commit View diff
135 $('#mailbox_templates').prepend($('<option>', {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
136
              'value': data[i].id,
Open commit View diff
136 'value': data[i].id,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
137
              'text': data[i].template,
Open commit View diff
137 'text': data[i].template,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
138
              'data-attributes': JSON.stringify(data[i].attributes),
Open commit View diff
138 'data-attributes': JSON.stringify(data[i].attributes),
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
139
              'selected': true
Open commit View diff
139 'selected': true
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
140
            }));
Open commit View diff
140 }));
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
141
            setMailboxTemplateData(data[i].attributes);
Open commit View diff
141 setMailboxTemplateData(data[i].attributes);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
142
          } else {
Open commit View diff
142 } else {
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
143
            $('#mailbox_templates').append($('<option>', {
Open commit View diff
143 $('#mailbox_templates').append($('<option>', {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
144
              value: data[i].id,
Open commit View diff
144 value: data[i].id,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
145
              text : data[i].template,
Open commit View diff
145 text : data[i].template,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
146
              'data-attributes': JSON.stringify(data[i].attributes),
Open commit View diff
146 'data-attributes': JSON.stringify(data[i].attributes),
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
147
              'selected': false
Open commit View diff
147 'selected': false
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
148
            }));
Open commit View diff
148 }));
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
149
          }
Open commit View diff
149 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
150
        };
Open commit View diff
150 };
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
151
        $('#mailbox_templates').selectpicker("refresh");
Open commit View diff
151 $('#mailbox_templates').selectpicker("refresh");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
152
Open commit View diff
152
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
153
        // @selecting template
Open commit View diff
153 // @selecting template
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
154
        $('#mailbox_templates').on('change', function(){
Open commit View diff
154 $('#mailbox_templates').on('change', function(){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
155
          var selected = $('#mailbox_templates option:selected');
Open commit View diff
155 var selected = $('#mailbox_templates option:selected');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
156
          var attr = selected.data('attributes');
Open commit View diff
156 var attr = selected.data('attributes');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
157
          setMailboxTemplateData(attr);
Open commit View diff
157 setMailboxTemplateData(attr);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
158
        });
Open commit View diff
158 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
159
      },
Open commit View diff
159 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
160
      error: function(xhr, status, error) {
Open commit View diff
160 error: function(xhr, status, error) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
161
        console.log(error);
Open commit View diff
161 console.log(error);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
162
      }
Open commit View diff
162 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
163
    });
Open commit View diff
163 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
164
  });
Open commit View diff
164 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
165
  // Sieve data modal
Open commit View diff
165 // Sieve data modal
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
166
  $('#sieveDataModal').on('show.bs.modal', function(e) {
Open commit View diff
166 $('#sieveDataModal').on('show.bs.modal', function(e) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
167
    var sieveScript = $(e.relatedTarget).data('sieve-script');
Open commit View diff
167 var sieveScript = $(e.relatedTarget).data('sieve-script');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
168
    $(e.currentTarget).find('#sieveDataText').html('<pre style="font-size:14px;line-height:1.1">' + sieveScript + '</pre>');
Open commit View diff
168 $(e.currentTarget).find('#sieveDataText').html('<pre style="font-size:14px;line-height:1.1">' + sieveScript + '</pre>');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
169
  });
Open commit View diff
169 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
170
  // Disable submit button on script change
Open commit View diff
170 // Disable submit button on script change
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
171
  $('.textarea-code').on('keyup', function() {
Open commit View diff
171 $('.textarea-code').on('keyup', function() {
andryyy over 6 years ago e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
172
    // Disable all "save" buttons, could be a "related button only" function, todo
Open commit View diff
172 // Disable all "save" buttons, could be a "related button only" function, todo
same change e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
173
    $('.add_sieve_script').attr({"disabled": true});
Open commit View diff
173 $('.add_sieve_script').attr({"disabled": true});
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
174
  });
Open commit View diff
174 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
175
  // Validate script data
Open commit View diff
175 // Validate script data
andryyy over 6 years ago e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
176
  $(".validate_sieve").click(function( event ) {
Open commit View diff
176 $(".validate_sieve").click(function( event ) {
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
177
    event.preventDefault();
Open commit View diff
177 event.preventDefault();
andryyy over 6 years ago e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
178
    var validation_button = $(this);
Open commit View diff
178 var validation_button = $(this);
same change e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
179
    // Get script_data textarea content from form the button was clicked in
Open commit View diff
179 // Get script_data textarea content from form the button was clicked in
same change e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
180
    var script = $('textarea[name="script_data"]', $(this).parents('form:first')).val();
Open commit View diff
180 var script = $('textarea[name="script_data"]', $(this).parents('form:first')).val();
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
181
    $.ajax({
Open commit View diff
181 $.ajax({
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
182
      url: "/inc/ajax/sieve_validation.php",
Open commit View diff
182 url: "/inc/ajax/sieve_validation.php",
Phoenix Eve Aspacio over 1 year ago d09e4ff

Convert AJAX to POST request

Full commit hash
d09e4ff0209515cca58e1c502da648b5b86287da
Author
Phoenix Eve Aspacio <[email protected]>
Date
over 1 year ago
Selected line
183
      type: "post",
Open commit View diff
183 type: "post",
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
184
      data: { script: script },
Open commit View diff
184 data: { script: script },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
185
      complete: function(data) {
Open commit View diff
185 complete: function(data) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
186
        var response = (data.responseText);
Open commit View diff
186 var response = (data.responseText);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
187
        response_obj = JSON.parse(response);
Open commit View diff
187 response_obj = JSON.parse(response);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
188
        if (response_obj.type == "success") {
Open commit View diff
188 if (response_obj.type == "success") {
andryyy over 6 years ago e1897b0

[Web] Allow to set global sieve filters

Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
189
          $(validation_button).next().attr({"disabled": false});
Open commit View diff
189 $(validation_button).next().attr({"disabled": false});
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
190
        }
Open commit View diff
190 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
191
        mailcow_alert_box(response_obj.msg, response_obj.type);
Open commit View diff
191 mailcow_alert_box(response_obj.msg, response_obj.type);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
192
      },
Open commit View diff
192 },
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
193
    });
Open commit View diff
193 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
194
  });
Open commit View diff
194 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
195
  // $(document).on('DOMNodeInserted', '#prefilter_table', function () {
Open commit View diff
195 // $(document).on('DOMNodeInserted', '#prefilter_table', function () {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
196
    // $("#active-script").closest('td').css('background-color','#b0f0a0');
Open commit View diff
196 // $("#active-script").closest('td').css('background-color','#b0f0a0');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
197
    // $("#inactive-script").closest('td').css('background-color','#b0f0a0');
Open commit View diff
197 // $("#inactive-script").closest('td').css('background-color','#b0f0a0');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
198
  // });
Open commit View diff
198 // });
Marcel Hofer over 7 years ago 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
199
  $('#addResourceModal').on('shown.bs.modal', function() {
Open commit View diff
199 $('#addResourceModal').on('shown.bs.modal', function() {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
200
    $("#multiple_bookings").val($("#multiple_bookings_select").val());
Open commit View diff
200 $("#multiple_bookings").val($("#multiple_bookings_select").val());
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
201
    if ($("#multiple_bookings").val() == "custom") {
Open commit View diff
201 if ($("#multiple_bookings").val() == "custom") {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
202
      $("#multiple_bookings_custom_div").show();
Open commit View diff
202 $("#multiple_bookings_custom_div").show();
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
203
      $("#multiple_bookings").val($("#multiple_bookings_custom").val());
Open commit View diff
203 $("#multiple_bookings").val($("#multiple_bookings_custom").val());
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
204
    }
Open commit View diff
204 }
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
205
  })
Open commit View diff
205 })
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
206
  $("#multiple_bookings_select").change(function() {
Open commit View diff
206 $("#multiple_bookings_select").change(function() {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
207
    $("#multiple_bookings").val($("#multiple_bookings_select").val());
Open commit View diff
207 $("#multiple_bookings").val($("#multiple_bookings_select").val());
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
208
    if ($("#multiple_bookings").val() == "custom") {
Open commit View diff
208 if ($("#multiple_bookings").val() == "custom") {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
209
      $("#multiple_bookings_custom_div").show();
Open commit View diff
209 $("#multiple_bookings_custom_div").show();
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
210
    }
Open commit View diff
210 }
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
211
    else {
Open commit View diff
211 else {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
212
      $("#multiple_bookings_custom_div").hide();
Open commit View diff
212 $("#multiple_bookings_custom_div").hide();
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
213
    }
Open commit View diff
213 }
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
214
  });
Open commit View diff
214 });
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
215
  $("#multiple_bookings_custom").bind ("change keypress keyup blur", function () {
Open commit View diff
215 $("#multiple_bookings_custom").bind ("change keypress keyup blur", function () {
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
216
    $("#multiple_bookings").val($("#multiple_bookings_custom").val());
Open commit View diff
216 $("#multiple_bookings").val($("#multiple_bookings_custom").val());
same change 7d2289c

Merge branch 'master' into admin-login

Full commit hash
7d2289c3a7c7710d4f213704c51ed17f768b2695
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
217
  });
Open commit View diff
217 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
218
Open commit View diff
218
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
219
  function setDomainTemplateData(template){
Open commit View diff
219 function setDomainTemplateData(template){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
220
    $("#addDomain_max_aliases").val(template.max_num_aliases_for_domain);
Open commit View diff
220 $("#addDomain_max_aliases").val(template.max_num_aliases_for_domain);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
221
    $("#addDomain_max_mailboxes").val(template.max_num_mboxes_for_domain);
Open commit View diff
221 $("#addDomain_max_mailboxes").val(template.max_num_mboxes_for_domain);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
222
    $("#addDomain_mailbox_quota_def").val(template.def_quota_for_mbox / 1048576);
Open commit View diff
222 $("#addDomain_mailbox_quota_def").val(template.def_quota_for_mbox / 1048576);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
223
    $("#addDomain_mailbox_quota_m").val(template.max_quota_for_mbox / 1048576);
Open commit View diff
223 $("#addDomain_mailbox_quota_m").val(template.max_quota_for_mbox / 1048576);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
224
    $("#addDomain_domain_quota_m").val(template.max_quota_for_domain / 1048576);
Open commit View diff
224 $("#addDomain_domain_quota_m").val(template.max_quota_for_domain / 1048576);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
225
Open commit View diff
225
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
226
    if (template.gal == 1){
Open commit View diff
226 if (template.gal == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
227
      $('#addDomain_gal').prop('checked', true);
Open commit View diff
227 $('#addDomain_gal').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
228
    } else {
Open commit View diff
228 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
229
      $('#addDomain_gal').prop('checked', false);
Open commit View diff
229 $('#addDomain_gal').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
230
    }
Open commit View diff
230 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
231
Open commit View diff
231
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
232
    if (template.active == 1){
Open commit View diff
232 if (template.active == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
233
      $('#addDomain_active').prop('checked', true);
Open commit View diff
233 $('#addDomain_active').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
234
    } else {
Open commit View diff
234 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
235
      $('#addDomain_active').prop('checked', false);
Open commit View diff
235 $('#addDomain_active').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
236
    }
Open commit View diff
236 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
237
Open commit View diff
237
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
238
    $("#addDomain_rl_value").val(template.rl_value);
Open commit View diff
238 $("#addDomain_rl_value").val(template.rl_value);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
239
    $('#addDomain_rl_frame').selectpicker('val', template.rl_frame);
Open commit View diff
239 $('#addDomain_rl_frame').selectpicker('val', template.rl_frame);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
240
    $("#dkim_selector").val(template.dkim_selector);
Open commit View diff
240 $("#dkim_selector").val(template.dkim_selector);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
241
    if (!template.key_size)
Open commit View diff
241 if (!template.key_size)
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
242
      template.key_size = 2048;
Open commit View diff
242 template.key_size = 2048;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
243
    $('#key_size').selectpicker('val', template.key_size.toString());
Open commit View diff
243 $('#key_size').selectpicker('val', template.key_size.toString());
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
244
Open commit View diff
244
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
245
    if (template.backupmx == 1){
Open commit View diff
245 if (template.backupmx == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
246
      $('#addDomain_relay_domain').prop('checked', true);
Open commit View diff
246 $('#addDomain_relay_domain').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
247
    } else {
Open commit View diff
247 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
248
      $('#addDomain_relay_domain').prop('checked', false);
Open commit View diff
248 $('#addDomain_relay_domain').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
249
    }
Open commit View diff
249 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
250
    if (template.relay_all_recipients == 1){
Open commit View diff
250 if (template.relay_all_recipients == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
251
      $('#addDomain_relay_all').prop('checked', true);
Open commit View diff
251 $('#addDomain_relay_all').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
252
    } else {
Open commit View diff
252 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
253
      $('#addDomain_relay_all').prop('checked', false);
Open commit View diff
253 $('#addDomain_relay_all').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
254
    }
Open commit View diff
254 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
255
    if (template.relay_unknown_only == 1){
Open commit View diff
255 if (template.relay_unknown_only == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
256
      $('#addDomain_relay_unknown_only').prop('checked', true);
Open commit View diff
256 $('#addDomain_relay_unknown_only').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
257
    } else {
Open commit View diff
257 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
258
      $('#addDomain_relay_unknown_only').prop('checked', false);
Open commit View diff
258 $('#addDomain_relay_unknown_only').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
259
    }
Open commit View diff
259 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
260
Open commit View diff
260
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
261
Open commit View diff
261
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
262
    // load tags
Open commit View diff
262 // load tags
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
263
    $('#addDomain_tags').val("");
Open commit View diff
263 $('#addDomain_tags').val("");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
264
    $($('#addDomain_tags').parent().find(".tag-values")[0]).val("");
Open commit View diff
264 $($('#addDomain_tags').parent().find(".tag-values")[0]).val("");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
265
    $('#addDomain_tags').parent().find(".tag-badge").remove();
Open commit View diff
265 $('#addDomain_tags').parent().find(".tag-badge").remove();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
266
    for (var i = 0; i < template.tags.length; i++)
Open commit View diff
266 for (var i = 0; i < template.tags.length; i++)
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
267
      addTag($('#addDomain_tags'), template.tags[i]);
Open commit View diff
267 addTag($('#addDomain_tags'), template.tags[i]);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
268
  }
Open commit View diff
268 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
269
  function setMailboxTemplateData(template){
Open commit View diff
269 function setMailboxTemplateData(template){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
270
    $("#addInputQuota").val(template.quota / 1048576);
Open commit View diff
270 $("#addInputQuota").val(template.quota / 1048576);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
271
Open commit View diff
271
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
272
    if (template.tagged_mail_handler === "subfolder"){
Open commit View diff
272 if (template.tagged_mail_handler === "subfolder"){
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
273
      $('#tagged_mail_handler_subfolder').prop('checked', true);
Open commit View diff
273 $('#tagged_mail_handler_subfolder').prop('checked', true);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
274
      $('#tagged_mail_handler_subject').prop('checked', false);
Open commit View diff
274 $('#tagged_mail_handler_subject').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
275
      $('#tagged_mail_handler_none').prop('checked', false);
Open commit View diff
275 $('#tagged_mail_handler_none').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
276
    } else if(template.tagged_mail_handler === "subject"){
Open commit View diff
276 } else if(template.tagged_mail_handler === "subject"){
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
277
      $('#tagged_mail_handler_subfolder').prop('checked', false);
Open commit View diff
277 $('#tagged_mail_handler_subfolder').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
278
      $('#tagged_mail_handler_subject').prop('checked', true);
Open commit View diff
278 $('#tagged_mail_handler_subject').prop('checked', true);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
279
      $('#tagged_mail_handler_none').prop('checked', false);
Open commit View diff
279 $('#tagged_mail_handler_none').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
280
    } else if(template.tagged_mail_handler === "none"){
Open commit View diff
280 } else if(template.tagged_mail_handler === "none"){
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
281
      $('#tagged_mail_handler_subfolder').prop('checked', false);
Open commit View diff
281 $('#tagged_mail_handler_subfolder').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
282
      $('#tagged_mail_handler_subject').prop('checked', false);
Open commit View diff
282 $('#tagged_mail_handler_subject').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
283
      $('#tagged_mail_handler_none').prop('checked', true);
Open commit View diff
283 $('#tagged_mail_handler_none').prop('checked', true);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
284
    } else {
Open commit View diff
284 } else {
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
285
      $('#tagged_mail_handler_subfolder').prop('checked', false);
Open commit View diff
285 $('#tagged_mail_handler_subfolder').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
286
      $('#tagged_mail_handler_subject').prop('checked', false);
Open commit View diff
286 $('#tagged_mail_handler_subject').prop('checked', false);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
287
      $('#tagged_mail_handler_none').prop('checked', true);
Open commit View diff
287 $('#tagged_mail_handler_none').prop('checked', true);
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
288
    }
Open commit View diff
288 }
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
289
Open commit View diff
289
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
290
    if (template.quarantine_notification === "never"){
Open commit View diff
290 if (template.quarantine_notification === "never"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
291
      $('#quarantine_notification_never').prop('checked', true);
Open commit View diff
291 $('#quarantine_notification_never').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
292
      $('#quarantine_notification_hourly').prop('checked', false);
Open commit View diff
292 $('#quarantine_notification_hourly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
293
      $('#quarantine_notification_daily').prop('checked', false);
Open commit View diff
293 $('#quarantine_notification_daily').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
294
      $('#quarantine_notification_weekly').prop('checked', false);
Open commit View diff
294 $('#quarantine_notification_weekly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
295
    } else if(template.quarantine_notification === "hourly"){
Open commit View diff
295 } else if(template.quarantine_notification === "hourly"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
296
      $('#quarantine_notification_never').prop('checked', false);
Open commit View diff
296 $('#quarantine_notification_never').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
297
      $('#quarantine_notification_hourly').prop('checked', true);
Open commit View diff
297 $('#quarantine_notification_hourly').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
298
      $('#quarantine_notification_daily').prop('checked', false);
Open commit View diff
298 $('#quarantine_notification_daily').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
299
      $('#quarantine_notification_weekly').prop('checked', false);
Open commit View diff
299 $('#quarantine_notification_weekly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
300
    } else if(template.quarantine_notification === "daily"){
Open commit View diff
300 } else if(template.quarantine_notification === "daily"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
301
      $('#quarantine_notification_never').prop('checked', false);
Open commit View diff
301 $('#quarantine_notification_never').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
302
      $('#quarantine_notification_hourly').prop('checked', false);
Open commit View diff
302 $('#quarantine_notification_hourly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
303
      $('#quarantine_notification_daily').prop('checked', true);
Open commit View diff
303 $('#quarantine_notification_daily').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
304
      $('#quarantine_notification_weekly').prop('checked', false);
Open commit View diff
304 $('#quarantine_notification_weekly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
305
    } else if(template.quarantine_notification === "weekly"){
Open commit View diff
305 } else if(template.quarantine_notification === "weekly"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
306
      $('#quarantine_notification_never').prop('checked', false);
Open commit View diff
306 $('#quarantine_notification_never').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
307
      $('#quarantine_notification_hourly').prop('checked', false);
Open commit View diff
307 $('#quarantine_notification_hourly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
308
      $('#quarantine_notification_daily').prop('checked', false);
Open commit View diff
308 $('#quarantine_notification_daily').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
309
      $('#quarantine_notification_weekly').prop('checked', true);
Open commit View diff
309 $('#quarantine_notification_weekly').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
310
    } else {
Open commit View diff
310 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
311
      $('#quarantine_notification_never').prop('checked', false);
Open commit View diff
311 $('#quarantine_notification_never').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
312
      $('#quarantine_notification_hourly').prop('checked', false);
Open commit View diff
312 $('#quarantine_notification_hourly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
313
      $('#quarantine_notification_daily').prop('checked', false);
Open commit View diff
313 $('#quarantine_notification_daily').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
314
      $('#quarantine_notification_weekly').prop('checked', false);
Open commit View diff
314 $('#quarantine_notification_weekly').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
315
    }
Open commit View diff
315 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
316
Open commit View diff
316
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
317
    if (template.quarantine_category === "reject"){
Open commit View diff
317 if (template.quarantine_category === "reject"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
318
      $('#quarantine_category_reject').prop('checked', true);
Open commit View diff
318 $('#quarantine_category_reject').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
319
      $('#quarantine_category_add_header').prop('checked', false);
Open commit View diff
319 $('#quarantine_category_add_header').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
320
      $('#quarantine_category_all').prop('checked', false);
Open commit View diff
320 $('#quarantine_category_all').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
321
    } else if(template.quarantine_category === "add_header"){
Open commit View diff
321 } else if(template.quarantine_category === "add_header"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
322
      $('#quarantine_category_reject').prop('checked', false);
Open commit View diff
322 $('#quarantine_category_reject').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
323
      $('#quarantine_category_add_header').prop('checked', true);
Open commit View diff
323 $('#quarantine_category_add_header').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
324
      $('#quarantine_category_all').prop('checked', false);
Open commit View diff
324 $('#quarantine_category_all').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
325
    } else if(template.quarantine_category === "all"){
Open commit View diff
325 } else if(template.quarantine_category === "all"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
326
      $('#quarantine_category_reject').prop('checked', false);
Open commit View diff
326 $('#quarantine_category_reject').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
327
      $('#quarantine_category_add_header').prop('checked', false);
Open commit View diff
327 $('#quarantine_category_add_header').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
328
      $('#quarantine_category_all').prop('checked', true);
Open commit View diff
328 $('#quarantine_category_all').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
329
    }
Open commit View diff
329 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
330
Open commit View diff
330
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
331
    if (template.tls_enforce_in == 1){
Open commit View diff
331 if (template.tls_enforce_in == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
332
      $('#tls_enforce_in').prop('checked', true);
Open commit View diff
332 $('#tls_enforce_in').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
333
    } else {
Open commit View diff
333 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
334
      $('#tls_enforce_in').prop('checked', false);
Open commit View diff
334 $('#tls_enforce_in').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
335
    }
Open commit View diff
335 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
336
    if (template.tls_enforce_out == 1){
Open commit View diff
336 if (template.tls_enforce_out == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
337
      $('#tls_enforce_out').prop('checked', true);
Open commit View diff
337 $('#tls_enforce_out').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
338
    } else {
Open commit View diff
338 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
339
      $('#tls_enforce_out').prop('checked', false);
Open commit View diff
339 $('#tls_enforce_out').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
340
    }
Open commit View diff
340 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
341
Open commit View diff
341
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
342
    var protocol_access = [];
Open commit View diff
342 var protocol_access = [];
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
343
    if (template.imap_access == 1){
Open commit View diff
343 if (template.imap_access == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
344
      protocol_access.push("imap");
Open commit View diff
344 protocol_access.push("imap");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
345
    }
Open commit View diff
345 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
346
    if (template.pop3_access == 1){
Open commit View diff
346 if (template.pop3_access == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
347
      protocol_access.push("pop3");
Open commit View diff
347 protocol_access.push("pop3");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
348
    }
Open commit View diff
348 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
349
    if (template.smtp_access == 1){
Open commit View diff
349 if (template.smtp_access == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
350
      protocol_access.push("smtp");
Open commit View diff
350 protocol_access.push("smtp");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
351
    }
Open commit View diff
351 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
352
    if (template.sieve_access == 1){
Open commit View diff
352 if (template.sieve_access == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
353
      protocol_access.push("sieve");
Open commit View diff
353 protocol_access.push("sieve");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
354
    }
Open commit View diff
354 }
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
355
    if (template.eas_access == 1){
Open commit View diff
355 if (template.eas_access == 1){
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
356
      protocol_access.push("eas");
Open commit View diff
356 protocol_access.push("eas");
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
357
    }
Open commit View diff
357 }
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
358
    if (template.dav_access == 1){
Open commit View diff
358 if (template.dav_access == 1){
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
359
      protocol_access.push("dav");
Open commit View diff
359 protocol_access.push("dav");
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
360
    }
Open commit View diff
360 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
361
    $('#protocol_access').selectpicker('val', protocol_access);
Open commit View diff
361 $('#protocol_access').selectpicker('val', protocol_access);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
362
Open commit View diff
362
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
363
    var acl = [];
Open commit View diff
363 var acl = [];
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
364
    if (template.acl_spam_alias == 1){
Open commit View diff
364 if (template.acl_spam_alias == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
365
      acl.push("spam_alias");
Open commit View diff
365 acl.push("spam_alias");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
366
    }
Open commit View diff
366 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
367
    if (template.acl_tls_policy == 1){
Open commit View diff
367 if (template.acl_tls_policy == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
368
      acl.push("tls_policy");
Open commit View diff
368 acl.push("tls_policy");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
369
    }
Open commit View diff
369 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
370
    if (template.acl_spam_score == 1){
Open commit View diff
370 if (template.acl_spam_score == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
371
      acl.push("spam_score");
Open commit View diff
371 acl.push("spam_score");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
372
    }
Open commit View diff
372 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
373
    if (template.acl_spam_policy == 1){
Open commit View diff
373 if (template.acl_spam_policy == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
374
      acl.push("spam_policy");
Open commit View diff
374 acl.push("spam_policy");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
375
    }
Open commit View diff
375 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
376
    if (template.acl_delimiter_action == 1){
Open commit View diff
376 if (template.acl_delimiter_action == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
377
      acl.push("delimiter_action");
Open commit View diff
377 acl.push("delimiter_action");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
378
    }
Open commit View diff
378 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
379
    if (template.acl_syncjobs == 1){
Open commit View diff
379 if (template.acl_syncjobs == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
380
      acl.push("syncjobs");
Open commit View diff
380 acl.push("syncjobs");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
381
    }
Open commit View diff
381 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
382
    if (template.acl_eas_reset == 1){
Open commit View diff
382 if (template.acl_eas_reset == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
383
      acl.push("eas_reset");
Open commit View diff
383 acl.push("eas_reset");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
384
    }
Open commit View diff
384 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
385
    if (template.acl_sogo_profile_reset == 1){
Open commit View diff
385 if (template.acl_sogo_profile_reset == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
386
      acl.push("sogo_profile_reset");
Open commit View diff
386 acl.push("sogo_profile_reset");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
387
    }
Open commit View diff
387 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
388
    if (template.acl_pushover == 1){
Open commit View diff
388 if (template.acl_pushover == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
389
      acl.push("pushover");
Open commit View diff
389 acl.push("pushover");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
390
    }
Open commit View diff
390 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
391
    if (template.acl_quarantine == 1){
Open commit View diff
391 if (template.acl_quarantine == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
392
      acl.push("quarantine");
Open commit View diff
392 acl.push("quarantine");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
393
    }
Open commit View diff
393 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
394
    if (template.acl_quarantine_attachments == 1){
Open commit View diff
394 if (template.acl_quarantine_attachments == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
395
      acl.push("quarantine_attachments");
Open commit View diff
395 acl.push("quarantine_attachments");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
396
    }
Open commit View diff
396 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
397
    if (template.acl_quarantine_notification == 1){
Open commit View diff
397 if (template.acl_quarantine_notification == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
398
      acl.push("quarantine_notification");
Open commit View diff
398 acl.push("quarantine_notification");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
399
    }
Open commit View diff
399 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
400
    if (template.acl_quarantine_category == 1){
Open commit View diff
400 if (template.acl_quarantine_category == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
401
      acl.push("quarantine_category");
Open commit View diff
401 acl.push("quarantine_category");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
402
    }
Open commit View diff
402 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
403
    if (template.acl_app_passwds == 1){
Open commit View diff
403 if (template.acl_app_passwds == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
404
      acl.push("app_passwds");
Open commit View diff
404 acl.push("app_passwds");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
405
    }
Open commit View diff
405 }
FreddleSpl0it almost 2 years ago fbecd60

[Web] add new pw_reset acl to mailbox templates

Full commit hash
fbecd60e563d3e924e2c085681a5dfe976e692d9
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
406
    if (template.acl_pw_reset == 1){
Open commit View diff
406 if (template.acl_pw_reset == 1){
same change fbecd60

[Web] add new pw_reset acl to mailbox templates

Full commit hash
fbecd60e563d3e924e2c085681a5dfe976e692d9
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
407
      acl.push("pw_reset");
Open commit View diff
407 acl.push("pw_reset");
same change fbecd60

[Web] add new pw_reset acl to mailbox templates

Full commit hash
fbecd60e563d3e924e2c085681a5dfe976e692d9
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
408
    }
Open commit View diff
408 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
409
    $('#user_acl').selectpicker('val', acl);
Open commit View diff
409 $('#user_acl').selectpicker('val', acl);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
410
Open commit View diff
410
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
411
    $('#rl_value').val(template.rl_value);
Open commit View diff
411 $('#rl_value').val(template.rl_value);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
412
    if (template.rl_frame){
Open commit View diff
412 if (template.rl_frame){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
413
      $('#rl_frame').selectpicker('val', template.rl_frame);
Open commit View diff
413 $('#rl_frame').selectpicker('val', template.rl_frame);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
414
    }
Open commit View diff
414 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
415
Open commit View diff
415
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
416
    if (template.active){
Open commit View diff
416 if (template.active){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
417
      $('#mbox_active').selectpicker('val', template.active.toString());
Open commit View diff
417 $('#mbox_active').selectpicker('val', template.active.toString());
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
418
    } else {
Open commit View diff
418 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
419
      $('#mbox_active').selectpicker('val', '');
Open commit View diff
419 $('#mbox_active').selectpicker('val', '');
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
420
    }
Open commit View diff
420 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
421
Open commit View diff
421
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
422
    if (template.force_pw_update == 1){
Open commit View diff
422 if (template.force_pw_update == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
423
      $('#force_pw_update').prop('checked', true);
Open commit View diff
423 $('#force_pw_update').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
424
    } else {
Open commit View diff
424 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
425
      $('#force_pw_update').prop('checked', false);
Open commit View diff
425 $('#force_pw_update').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
426
    }
Open commit View diff
426 }
Snafu about 2 months ago 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
427
    if (template.force_tfa == 1){
Open commit View diff
427 if (template.force_tfa == 1){
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
428
      $('#force_tfa').prop('checked', true);
Open commit View diff
428 $('#force_tfa').prop('checked', true);
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
429
    } else {
Open commit View diff
429 } else {
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
430
      $('#force_tfa').prop('checked', false);
Open commit View diff
430 $('#force_tfa').prop('checked', false);
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
431
    }
Open commit View diff
431 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
432
    if (template.sogo_access == 1){
Open commit View diff
432 if (template.sogo_access == 1){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
433
      $('#sogo_access').prop('checked', true);
Open commit View diff
433 $('#sogo_access').prop('checked', true);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
434
    } else {
Open commit View diff
434 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
435
      $('#sogo_access').prop('checked', false);
Open commit View diff
435 $('#sogo_access').prop('checked', false);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
436
    }
Open commit View diff
436 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
437
Open commit View diff
437
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
438
    // load tags
Open commit View diff
438 // load tags
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
439
    $('#addMailbox_tags').val("");
Open commit View diff
439 $('#addMailbox_tags').val("");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
440
    $($('#addMailbox_tags').parent().find(".tag-values")[0]).val("");
Open commit View diff
440 $($('#addMailbox_tags').parent().find(".tag-values")[0]).val("");
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
441
    $('#addMailbox_tags').parent().find(".tag-badge").remove();
Open commit View diff
441 $('#addMailbox_tags').parent().find(".tag-badge").remove();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
442
    for (var i = 0; i < template.tags.length; i++)
Open commit View diff
442 for (var i = 0; i < template.tags.length; i++)
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
443
      addTag($('#addMailbox_tags'), template.tags[i]);
Open commit View diff
443 addTag($('#addMailbox_tags'), template.tags[i]);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
444
  }
Open commit View diff
444 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
445
});
Open commit View diff
445 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
446
jQuery(function($){
Open commit View diff
446 jQuery(function($){
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
447
  // http://stackoverflow.com/questions/46155/validate-email-address-in-javascript
Open commit View diff
447 // http://stackoverflow.com/questions/46155/validate-email-address-in-javascript
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
448
  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<B.length-1);return i.toFixed(1)+" "+B[e]}
Open commit View diff
448 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<B.length-1);return i.toFixed(1)+" "+B[e]}
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
449
  function unix_time_format(i){return""==i?'<i class="bi bi-x"></i>':new Date(i?1e3*i:0).toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}
Open commit View diff
449 function unix_time_format(i){return""==i?'<i class="bi bi-x"></i>':new Date(i?1e3*i:0).toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
450
Open commit View diff
450
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
451
  $(".refresh_table").on('click', function(e) {
Open commit View diff
451 $(".refresh_table").on('click', function(e) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
452
    e.preventDefault();
Open commit View diff
452 e.preventDefault();
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
453
    var table_name = $(this).data('table');
Open commit View diff
453 var table_name = $(this).data('table');
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
454
Open commit View diff
454
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
455
    if ($.fn.DataTable.isDataTable('#' + table_name))
Open commit View diff
455 if ($.fn.DataTable.isDataTable('#' + table_name))
same change 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
456
      $('#' + table_name).DataTable().ajax.reload();
Open commit View diff
456 $('#' + table_name).DataTable().ajax.reload();
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
457
  });
Open commit View diff
457 });
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
458
  function draw_domain_table() {
Open commit View diff
458 function draw_domain_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
459
    // just recalc width if instance already exists
Open commit View diff
459 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
460
    if ($.fn.DataTable.isDataTable('#domain_table') ) {
Open commit View diff
460 if ($.fn.DataTable.isDataTable('#domain_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
461
      $('#domain_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
461 $('#domain_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
462
      return;
Open commit View diff
462 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
463
    }
Open commit View diff
463 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
464
Open commit View diff
464
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
465
    var table = $('#domain_table').DataTable({
Open commit View diff
465 var table = $('#domain_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
466
      responsive: true,
Open commit View diff
466 responsive: true,
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
467
      processing: true,
Open commit View diff
467 processing: true,
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
468
      serverSide: true,
Open commit View diff
468 serverSide: true,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
469
      stateSave: true,
Open commit View diff
469 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
470
      pageLength: pagination_size,
Open commit View diff
470 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
471
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
471 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
472
           "tr" +
Open commit View diff
472 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
473
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
473 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
474
      language: lang_datatables,
Open commit View diff
474 language: lang_datatables,
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
475
      initComplete: function(){
Open commit View diff
475 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
476
        hideTableExpandCollapseBtn('#tab-domains', '#domain_table');
Open commit View diff
476 hideTableExpandCollapseBtn('#tab-domains', '#domain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
477
      },
Open commit View diff
477 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
478
      ajax: {
Open commit View diff
478 ajax: {
FreddleSpl0it 5 months ago 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
479
        type: "POST",
Open commit View diff
479 type: "POST",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
480
        url: "/api/v1/search/domain",
Open commit View diff
480 url: "/api/v1/search/domain",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
481
        contentType: "application/json",
Open commit View diff
481 contentType: "application/json",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
482
        processData: false,
Open commit View diff
482 processData: false,
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
483
        data: function(d) {
Open commit View diff
483 data: function(d) {
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
484
          return JSON.stringify(d);
Open commit View diff
484 return JSON.stringify(d);
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
485
        },
Open commit View diff
485 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
486
        dataSrc: function(json){
Open commit View diff
486 dataSrc: function(json){
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
487
          $.each(json.data, function(i, item) {
Open commit View diff
487 $.each(json.data, function(i, item) {
FreddleSpl0it over 3 years ago 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
488
            item.domain_name = escapeHtml(item.domain_name);
Open commit View diff
488 item.domain_name = escapeHtml(item.domain_name);
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
489
            item.domain_h_name = escapeHtml(item.domain_h_name);
Open commit View diff
489 item.domain_h_name = escapeHtml(item.domain_h_name);
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
490
            if (item.domain_name != item.domain_h_name){
Open commit View diff
490 if (item.domain_name != item.domain_h_name){
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
491
              item.domain_h_name = item.domain_h_name + '<small class="d-block">' + item.domain_name + '</small>';
Open commit View diff
491 item.domain_h_name = item.domain_h_name + '<small class="d-block">' + item.domain_name + '</small>';
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
492
            }
Open commit View diff
492 }
FreddleSpl0it over 3 years ago 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
493
Open commit View diff
493
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
494
            item.aliases = item.aliases_in_domain + " / " + item.max_num_aliases_for_domain;
Open commit View diff
494 item.aliases = item.aliases_in_domain + " / " + item.max_num_aliases_for_domain;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
495
            item.mailboxes = item.mboxes_in_domain + " / " + item.max_num_mboxes_for_domain;
Open commit View diff
495 item.mailboxes = item.mboxes_in_domain + " / " + item.max_num_mboxes_for_domain;
andryyy over 6 years ago 92f8b4a

[Web] Add domain statistics

Full commit hash
92f8b4a09156c5b30d6f4fc49e82a38208d500a6
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
496
            item.quota = item.quota_used_in_domain + "/" + item.max_quota_for_domain + "/" + item.bytes_total;
Open commit View diff
496 item.quota = item.quota_used_in_domain + "/" + item.max_quota_for_domain + "/" + item.bytes_total;
same change 92f8b4a

[Web] Add domain statistics

Full commit hash
92f8b4a09156c5b30d6f4fc49e82a38208d500a6
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
497
            item.stats = item.msgs_total + "/" + item.bytes_total;
Open commit View diff
497 item.stats = item.msgs_total + "/" + item.bytes_total;
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
498
Open commit View diff
498
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
499
            if (!item.rl) item.rl = '∞';
Open commit View diff
499 if (!item.rl) item.rl = '∞';
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
500
            else {
Open commit View diff
500 else {
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
501
              item.rl = $.map(item.rl, function(e){
Open commit View diff
501 item.rl = $.map(item.rl, function(e){
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
502
                return e;
Open commit View diff
502 return e;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
503
              }).join('/1');
Open commit View diff
503 }).join('/1');
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
504
            }
Open commit View diff
504 }
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
505
Open commit View diff
505
friedPotat0 almost 7 years ago 1b54d75

Prevent event propagation for remaining tables

Full commit hash
1b54d757161b241537021d13d7eec97033523907
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
506
            item.def_quota_for_mbox = humanFileSize(item.def_quota_for_mbox);
Open commit View diff
506 item.def_quota_for_mbox = humanFileSize(item.def_quota_for_mbox);
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
507
            item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
Open commit View diff
507 item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
508
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="domain" name="multi_select" value="' + encodeURIComponent(item.domain_name) + '" />';
Open commit View diff
508 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="domain" name="multi_select" value="' + encodeURIComponent(item.domain_name) + '" />';
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
509
            item.action = '<div class="btn-group">';
Open commit View diff
509 item.action = '<div class="btn-group">';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
510
            if (role == "admin") {
Open commit View diff
510 if (role == "admin") {
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
511
              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
511 item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
512
                '<a href="#" data-action="delete_selected" data-id="single-domain" data-api-url="delete/domain" data-item="' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
512 '<a href="#" data-action="delete_selected" data-id="single-domain" data-api-url="delete/domain" data-item="' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
513
                  '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
Open commit View diff
513 '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
514
            }
Open commit View diff
514 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
515
            else {
Open commit View diff
515 else {
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
516
              item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
516 item.action += '<a href="/edit/domain/' + encodeURIComponent(item.domain_name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
517
              '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-half btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
Open commit View diff
517 '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-half btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.domain_name) + '"><i class="bi bi-globe2"></i> DNS</a></div>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
518
            }
Open commit View diff
518 }
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
519
Open commit View diff
519
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
520
            if (Array.isArray(item.tags)){
Open commit View diff
520 if (Array.isArray(item.tags)){
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
521
              var tags = '';
Open commit View diff
521 var tags = '';
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
522
              for (var i = 0; i < item.tags.length; i++)
Open commit View diff
522 for (var i = 0; i < item.tags.length; i++)
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
523
                tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.tags[i]) + '</span>';
Open commit View diff
523 tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.tags[i]) + '</span>';
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
524
              item.tags = tags;
Open commit View diff
524 item.tags = tags;
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
525
            } else {
Open commit View diff
525 } else {
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
526
              item.tags = '';
Open commit View diff
526 item.tags = '';
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
527
            }
Open commit View diff
527 }
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
528
Open commit View diff
528
andryyy almost 6 years ago d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
529
            if (item.backupmx == 1) {
Open commit View diff
529 if (item.backupmx == 1) {
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
530
              if (item.relay_unknown_only == 1) {
Open commit View diff
530 if (item.relay_unknown_only == 1) {
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
531
                item.domain_h_name = '<div class="badge fs-7 bg-info">Relay Non-Local</div> ' + item.domain_h_name;
Open commit View diff
531 item.domain_h_name = '<div class="badge fs-7 bg-info">Relay Non-Local</div> ' + item.domain_h_name;
andryyy almost 6 years ago d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
532
              } else if (item.relay_all_recipients == 1) {
Open commit View diff
532 } else if (item.relay_all_recipients == 1) {
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
533
                item.domain_h_name = '<div class="badge fs-7 bg-info">Relay All</div> ' + item.domain_h_name;
Open commit View diff
533 item.domain_h_name = '<div class="badge fs-7 bg-info">Relay All</div> ' + item.domain_h_name;
andryyy over 6 years ago 0095388

[Web] Show label for relayed domains; Return total bytes and msgs of domain in API (WIP)

Full commit hash
0095388f272a166c05d08e0b9fcb20b0818243ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
534
              } else {
Open commit View diff
534 } else {
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
535
                item.domain_h_name = '<div class="badge fs-7 bg-info">Relay</div> ' + item.domain_h_name;
Open commit View diff
535 item.domain_h_name = '<div class="badge fs-7 bg-info">Relay</div> ' + item.domain_h_name;
andryyy over 6 years ago 0095388

[Web] Show label for relayed domains; Return total bytes and msgs of domain in API (WIP)

Full commit hash
0095388f272a166c05d08e0b9fcb20b0818243ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
536
              }
Open commit View diff
536 }
andryyy over 6 years ago 4dbd2bb

[Web] Fix DNS check for relayed domain

Full commit hash
4dbd2bbf4f90b7528faf408652537ae39d23d732
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
537
            }
Open commit View diff
537 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
538
          });
Open commit View diff
538 });
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
539
Open commit View diff
539
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
540
          return json.data;
Open commit View diff
540 return json.data;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
541
        }
Open commit View diff
541 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
542
      },
Open commit View diff
542 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
543
      columns: [
Open commit View diff
543 columns: [
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
544
        {
Open commit View diff
544 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
545
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
545 // placeholder, so checkbox will not block child row toggle
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
546
          title: '',
Open commit View diff
546 title: '',
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
547
          data: null,
Open commit View diff
547 data: null,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
548
          searchable: false,
Open commit View diff
548 searchable: false,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
549
          orderable: false,
Open commit View diff
549 orderable: false,
FreddleSpl0it about 4 years ago 4ce05d4

[BS5] datatables add responsivePrio and adjust className

Full commit hash
4ce05d4d4d0aa66469c3490c4c3c0e0da7ec2699
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
550
          defaultContent: '',
Open commit View diff
550 defaultContent: '',
same change 4ce05d4

[BS5] datatables add responsivePrio and adjust className

Full commit hash
4ce05d4d4d0aa66469c3490c4c3c0e0da7ec2699
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
551
          responsivePriority: 1
Open commit View diff
551 responsivePriority: 1
andryyy about 7 years ago cf4c5df

[Web] Disable refresh button on reload, re-enable after table init

Full commit hash
cf4c5df42760ea3102d669e088f7878c12acb595
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
552
        },
Open commit View diff
552 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
553
        {
Open commit View diff
553 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
554
          title: '',
Open commit View diff
554 title: '',
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
555
          data: 'chkbox',
Open commit View diff
555 data: 'chkbox',
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
556
          searchable: false,
Open commit View diff
556 searchable: false,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
557
          orderable: false,
Open commit View diff
557 orderable: false,
FreddleSpl0it about 4 years ago 4ce05d4

[BS5] datatables add responsivePrio and adjust className

Full commit hash
4ce05d4d4d0aa66469c3490c4c3c0e0da7ec2699
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
558
          defaultContent: '',
Open commit View diff
558 defaultContent: '',
same change 4ce05d4

[BS5] datatables add responsivePrio and adjust className

Full commit hash
4ce05d4d4d0aa66469c3490c4c3c0e0da7ec2699
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
559
          responsivePriority: 2
Open commit View diff
559 responsivePriority: 2
andryyy about 7 years ago 9529b7a

[Web] Various UI fixes

Full commit hash
9529b7a542d31e0db56e26408a38bd1a2db40d49
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
560
        },
Open commit View diff
560 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
561
        {
Open commit View diff
561 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
562
          title: lang.domain,
Open commit View diff
562 title: lang.domain,
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
563
          data: 'domain_h_name',
Open commit View diff
563 data: 'domain_h_name',
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
564
          responsivePriority: 3,
Open commit View diff
564 responsivePriority: 3,
same change 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
565
          defaultContent: ''
Open commit View diff
565 defaultContent: ''
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
566
        },
Open commit View diff
566 },
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
567
        {
Open commit View diff
567 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
568
          title: lang.aliases,
Open commit View diff
568 title: lang.aliases,
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
569
          data: 'aliases',
Open commit View diff
569 data: 'aliases',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
570
          searchable: false,
Open commit View diff
570 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
571
          defaultContent: ''
Open commit View diff
571 defaultContent: ''
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
572
        },
Open commit View diff
572 },
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
573
        {
Open commit View diff
573 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
574
          title: lang.mailboxes,
Open commit View diff
574 title: lang.mailboxes,
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
575
          data: 'mailboxes',
Open commit View diff
575 data: 'mailboxes',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
576
          searchable: false,
Open commit View diff
576 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
577
          responsivePriority: 4,
Open commit View diff
577 responsivePriority: 4,
same change 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
578
          defaultContent: ''
Open commit View diff
578 defaultContent: ''
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
579
        },
Open commit View diff
579 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
580
        {
Open commit View diff
580 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
581
          title: lang.domain_quota,
Open commit View diff
581 title: lang.domain_quota,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
582
          data: 'quota',
Open commit View diff
582 data: 'quota',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
583
          searchable: false,
Open commit View diff
583 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
584
          defaultContent: '',
Open commit View diff
584 defaultContent: '',
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
585
          render: function (data, type) {
Open commit View diff
585 render: function (data, type) {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
586
            data = data.split("/");
Open commit View diff
586 data = data.split("/");
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
587
            return humanFileSize(data[0]) + " / " + humanFileSize(data[1]);
Open commit View diff
587 return humanFileSize(data[0]) + " / " + humanFileSize(data[1]);
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
588
          }
Open commit View diff
588 }
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
589
        },
Open commit View diff
589 },
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
590
        {
Open commit View diff
590 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
591
          title: lang.stats,
Open commit View diff
591 title: lang.stats,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
592
          data: 'stats',
Open commit View diff
592 data: 'stats',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
593
          searchable: false,
Open commit View diff
593 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
594
          defaultContent: '',
Open commit View diff
594 defaultContent: '',
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
595
          render: function (data, type) {
Open commit View diff
595 render: function (data, type) {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
596
            data = data.split("/");
Open commit View diff
596 data = data.split("/");
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
597
            return '<i class="bi bi-files"></i> ' + data[0] + ' / ' + humanFileSize(data[1]);
Open commit View diff
597 return '<i class="bi bi-files"></i> ' + data[0] + ' / ' + humanFileSize(data[1]);
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
598
          }
Open commit View diff
598 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
599
        },
Open commit View diff
599 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
600
        {
Open commit View diff
600 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
601
          title: lang.mailbox_defquota,
Open commit View diff
601 title: lang.mailbox_defquota,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
602
          data: 'def_quota_for_mbox',
Open commit View diff
602 data: 'def_quota_for_mbox',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
603
          searchable: false,
Open commit View diff
603 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
604
          defaultContent: ''
Open commit View diff
604 defaultContent: ''
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
605
        },
Open commit View diff
605 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
606
        {
Open commit View diff
606 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
607
          title: lang.mailbox_quota,
Open commit View diff
607 title: lang.mailbox_quota,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
608
          data: 'max_quota_for_mbox',
Open commit View diff
608 data: 'max_quota_for_mbox',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
609
          searchable: false,
Open commit View diff
609 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
610
          defaultContent: ''
Open commit View diff
610 defaultContent: ''
andryyy over 6 years ago 59a2ea0

[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN

Full commit hash
59a2ea095972112f6b9317fedeacf5d551592b76
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
611
        },
Open commit View diff
611 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
612
        {
Open commit View diff
612 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
613
          title: 'RL',
Open commit View diff
613 title: 'RL',
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
614
          data: 'rl',
Open commit View diff
614 data: 'rl',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
615
          searchable: false,
Open commit View diff
615 searchable: false,
same change 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
616
          orderable: false,
Open commit View diff
616 orderable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
617
          defaultContent: ''
Open commit View diff
617 defaultContent: ''
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
618
        },
Open commit View diff
618 },
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
619
        {
Open commit View diff
619 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
620
          title: lang.backup_mx,
Open commit View diff
620 title: lang.backup_mx,
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
621
          data: 'backupmx',
Open commit View diff
621 data: 'backupmx',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
622
          searchable: false,
Open commit View diff
622 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
623
          defaultContent: '',
Open commit View diff
623 defaultContent: '',
Kristian Feldsam over 2 years ago 4dad000

Domains datatable - server side processing ordering

Full commit hash
4dad0002cd72a6464f6193bd51092293a897078b
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
624
          render: function (data, type){
Open commit View diff
624 render: function (data, type){
same change 4dad000

Domains datatable - server side processing ordering

Full commit hash
4dad0002cd72a6464f6193bd51092293a897078b
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
625
            return 1==data ? '<i class="bi bi-check-lg"></i>' : 0==data && '<i class="bi bi-x-lg"></i>';
Open commit View diff
625 return 1==data ? '<i class="bi bi-check-lg"></i>' : 0==data && '<i class="bi bi-x-lg"></i>';
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
626
          }
Open commit View diff
626 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
627
        },
Open commit View diff
627 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
628
        {
Open commit View diff
628 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
629
          title: lang.domain_admins,
Open commit View diff
629 title: lang.domain_admins,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
630
          data: 'domain_admins',
Open commit View diff
630 data: 'domain_admins',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
631
          searchable: false,
Open commit View diff
631 searchable: false,
same change 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
632
          orderable: false,
Open commit View diff
632 orderable: false,
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
633
          defaultContent: '',
Open commit View diff
633 defaultContent: '',
same change 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
634
          className: 'none'
Open commit View diff
634 className: 'none'
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
635
        },
Open commit View diff
635 },
FreddleSpl0it over 3 years ago c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
636
        {
Open commit View diff
636 {
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
637
          title: lang.created_on,
Open commit View diff
637 title: lang.created_on,
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
638
          data: 'created',
Open commit View diff
638 data: 'created',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
639
          searchable: false,
Open commit View diff
639 searchable: false,
same change 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
640
          orderable: false,
Open commit View diff
640 orderable: false,
FreddleSpl0it over 3 years ago c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
641
          defaultContent: '',
Open commit View diff
641 defaultContent: '',
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
642
          className: 'none'
Open commit View diff
642 className: 'none'
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
643
        },
Open commit View diff
643 },
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
644
        {
Open commit View diff
644 {
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
645
          title: lang.last_modified,
Open commit View diff
645 title: lang.last_modified,
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
646
          data: 'modified',
Open commit View diff
646 data: 'modified',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
647
          searchable: false,
Open commit View diff
647 searchable: false,
same change 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
648
          orderable: false,
Open commit View diff
648 orderable: false,
FreddleSpl0it over 3 years ago c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
649
          defaultContent: '',
Open commit View diff
649 defaultContent: '',
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
650
          className: 'none'
Open commit View diff
650 className: 'none'
same change c8f69ff

show created_on, last_modified for domain, mailbox

Full commit hash
c8f69ffe77c7e8c3b4e5a40466cf37fd8513dc5e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
651
        },
Open commit View diff
651 },
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
652
        {
Open commit View diff
652 {
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
653
          title: 'Tags',
Open commit View diff
653 title: 'Tags',
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
654
          data: 'tags',
Open commit View diff
654 data: 'tags',
Kristian Feldsam over 2 years ago ac4f131

Domains and Mailboxes datatable - server side processing - filtering by tags

Full commit hash
ac4f131fa8f1629b1c831478d020f5f1b6be4261
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
655
          searchable: true,
Open commit View diff
655 searchable: true,
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
656
          orderable: false,
Open commit View diff
656 orderable: false,
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
657
          defaultContent: '',
Open commit View diff
657 defaultContent: '',
same change 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
658
          className: 'none'
Open commit View diff
658 className: 'none'
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
659
        },
Open commit View diff
659 },
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
660
        {
Open commit View diff
660 {
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
661
          title: lang.active,
Open commit View diff
661 title: lang.active,
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
662
          data: 'active',
Open commit View diff
662 data: 'active',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
663
          searchable: false,
Open commit View diff
663 searchable: false,
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
664
          defaultContent: '',
Open commit View diff
664 defaultContent: '',
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
665
          responsivePriority: 6,
Open commit View diff
665 responsivePriority: 6,
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
666
          render: function (data, type) {
Open commit View diff
666 render: function (data, type) {
goodygh over 3 years ago 800a0ac

Fix sorting for active domain in domains table

Full commit hash
800a0ace71c7b7ad5c0964df538faec7b4df8654
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
667
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
Open commit View diff
667 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
668
          }
Open commit View diff
668 }
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
669
        },
Open commit View diff
669 },
FreddleSpl0it about 4 years ago 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
670
        {
Open commit View diff
670 {
same change 09ae374

[BS5] jquery datatables disable orderable checkboxes

Full commit hash
09ae37410e5217f157c6865a2b03482ecb55a7c2
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
671
          title: lang.action,
Open commit View diff
671 title: lang.action,
FreddleSpl0it about 4 years ago df56d73

[BS5] jquery datatable - add classes to action column

Full commit hash
df56d73cecf6bc135ab25d929d52f40545eb2ceb
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
672
          data: 'action',
Open commit View diff
672 data: 'action',
Kristian Feldsam over 2 years ago 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
673
          searchable: false,
Open commit View diff
673 searchable: false,
same change 3e194c7

Domains datatable - server side processing

Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
674
          orderable: false,
Open commit View diff
674 orderable: false,
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
675
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
675 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
676
          responsivePriority: 5,
Open commit View diff
676 responsivePriority: 5,
same change 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
677
          defaultContent: ''
Open commit View diff
677 defaultContent: ''
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
678
        },
Open commit View diff
678 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
679
      ]
Open commit View diff
679 ]
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
680
    });
Open commit View diff
680 });
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
681
Open commit View diff
681
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
682
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
682 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
683
      hideTableExpandCollapseBtn('#tab-domains', '#domain_table');
Open commit View diff
683 hideTableExpandCollapseBtn('#tab-domains', '#domain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
684
    });
Open commit View diff
684 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
685
  }
Open commit View diff
685 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
686
  function draw_templates_domain_table() {
Open commit View diff
686 function draw_templates_domain_table() {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
687
    // just recalc width if instance already exists
Open commit View diff
687 // just recalc width if instance already exists
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
688
    if ($.fn.DataTable.isDataTable('#templates_domain_table') ) {
Open commit View diff
688 if ($.fn.DataTable.isDataTable('#templates_domain_table') ) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
689
      $('#templates_domain_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
689 $('#templates_domain_table').DataTable().columns.adjust().responsive.recalc();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
690
      return;
Open commit View diff
690 return;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
691
    }
Open commit View diff
691 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
692
Open commit View diff
692
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
693
    var table = $('#templates_domain_table').DataTable({
Open commit View diff
693 var table = $('#templates_domain_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
694
      responsive: true,
Open commit View diff
694 responsive: true,
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
695
      processing: true,
Open commit View diff
695 processing: true,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
696
      serverSide: false,
Open commit View diff
696 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
697
      stateSave: true,
Open commit View diff
697 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
698
      pageLength: pagination_size,
Open commit View diff
698 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
699
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
699 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
700
           "tr" +
Open commit View diff
700 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
701
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
701 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
702
      language: lang_datatables,
Open commit View diff
702 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
703
      order: [[2, 'desc']],
Open commit View diff
703 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
704
      initComplete: function(){
Open commit View diff
704 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
705
        hideTableExpandCollapseBtn('#tab-templates-domains', '#templates_domain_table');
Open commit View diff
705 hideTableExpandCollapseBtn('#tab-templates-domains', '#templates_domain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
706
      },
Open commit View diff
706 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
707
      ajax: {
Open commit View diff
707 ajax: {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
708
        type: "GET",
Open commit View diff
708 type: "GET",
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
709
        url: "/api/v1/get/domain/template/all",
Open commit View diff
709 url: "/api/v1/get/domain/template/all",
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
710
        dataSrc: function(json){
Open commit View diff
710 dataSrc: function(json){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
711
          $.each(json, function (i, item) {
Open commit View diff
711 $.each(json, function (i, item) {
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
712
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="domain_template" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
Open commit View diff
712 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="domain_template" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
713
Open commit View diff
713
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
714
            item.attributes.def_quota_for_mbox = humanFileSize(item.attributes.def_quota_for_mbox);
Open commit View diff
714 item.attributes.def_quota_for_mbox = humanFileSize(item.attributes.def_quota_for_mbox);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
715
            item.attributes.max_quota_for_mbox = humanFileSize(item.attributes.max_quota_for_mbox);
Open commit View diff
715 item.attributes.max_quota_for_mbox = humanFileSize(item.attributes.max_quota_for_mbox);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
716
            item.attributes.max_quota_for_domain = humanFileSize(item.attributes.max_quota_for_domain);
Open commit View diff
716 item.attributes.max_quota_for_domain = humanFileSize(item.attributes.max_quota_for_domain);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
717
Open commit View diff
717
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
718
            item.template = escapeHtml(item.template);
Open commit View diff
718 item.template = escapeHtml(item.template);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
719
            if (item.attributes.rl_frame === "s"){
Open commit View diff
719 if (item.attributes.rl_frame === "s"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
720
              item.attributes.rl_frame = lang_rl.second;
Open commit View diff
720 item.attributes.rl_frame = lang_rl.second;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
721
            } else if (item.attributes.rl_frame === "m"){
Open commit View diff
721 } else if (item.attributes.rl_frame === "m"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
722
              item.attributes.rl_frame = lang_rl.minute;
Open commit View diff
722 item.attributes.rl_frame = lang_rl.minute;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
723
            } else if (item.attributes.rl_frame === "h"){
Open commit View diff
723 } else if (item.attributes.rl_frame === "h"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
724
              item.attributes.rl_frame = lang_rl.hour;
Open commit View diff
724 item.attributes.rl_frame = lang_rl.hour;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
725
            } else if (item.attributes.rl_frame === "d"){
Open commit View diff
725 } else if (item.attributes.rl_frame === "d"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
726
              item.attributes.rl_frame = lang_rl.day;
Open commit View diff
726 item.attributes.rl_frame = lang_rl.day;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
727
            }
Open commit View diff
727 }
FreddleSpl0it over 1 year ago fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
728
            item.attributes.rl_value = (!item.attributes.rl_value) ? "∞" : escapeHtml(item.attributes.rl_value);
Open commit View diff
728 item.attributes.rl_value = (!item.attributes.rl_value) ? "∞" : escapeHtml(item.attributes.rl_value);
same change fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
729
            item.attributes.ratelimit = item.attributes.rl_value + " " + item.attributes.rl_frame;
Open commit View diff
729 item.attributes.ratelimit = item.attributes.rl_value + " " + item.attributes.rl_frame;
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
730
Open commit View diff
730
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
731
            if (item.template.toLowerCase() == "default"){
Open commit View diff
731 if (item.template.toLowerCase() == "default"){
same change f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
732
              item.action = '<div class="btn-group">' +
Open commit View diff
732 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
733
              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
733 '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
734
              '</div>';
Open commit View diff
734 '</div>';
same change f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
735
            }
Open commit View diff
735 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
736
            else {
Open commit View diff
736 else {
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
737
              item.action = '<div class="btn-group">' +
Open commit View diff
737 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
738
              '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
738 '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
739
              '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/domain/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
739 '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/domain/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
740
              '</div>';
Open commit View diff
740 '</div>';
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
741
            }
Open commit View diff
741 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
742
Open commit View diff
742
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
743
            if (Array.isArray(item.attributes.tags)){
Open commit View diff
743 if (Array.isArray(item.attributes.tags)){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
744
              var tags = '';
Open commit View diff
744 var tags = '';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
745
              for (var i = 0; i < item.attributes.tags.length; i++)
Open commit View diff
745 for (var i = 0; i < item.attributes.tags.length; i++)
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
746
                tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.attributes.tags[i]) + '</span>';
Open commit View diff
746 tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.attributes.tags[i]) + '</span>';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
747
              item.attributes.tags = tags;
Open commit View diff
747 item.attributes.tags = tags;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
748
            } else {
Open commit View diff
748 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
749
              item.attributes.tags = '';
Open commit View diff
749 item.attributes.tags = '';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
750
            }
Open commit View diff
750 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
751
          });
Open commit View diff
751 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
752
Open commit View diff
752
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
753
          return json;
Open commit View diff
753 return json;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
754
        }
Open commit View diff
754 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
755
      },
Open commit View diff
755 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
756
      columns: [
Open commit View diff
756 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
757
        {
Open commit View diff
757 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
758
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
758 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
759
          title: '',
Open commit View diff
759 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
760
          data: null,
Open commit View diff
760 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
761
          searchable: false,
Open commit View diff
761 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
762
          orderable: false,
Open commit View diff
762 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
763
          defaultContent: '',
Open commit View diff
763 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
764
          responsivePriority: 1
Open commit View diff
764 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
765
        },
Open commit View diff
765 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
766
        {
Open commit View diff
766 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
767
          title: '',
Open commit View diff
767 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
768
          data: 'chkbox',
Open commit View diff
768 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
769
          searchable: false,
Open commit View diff
769 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
770
          orderable: false,
Open commit View diff
770 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
771
          defaultContent: '',
Open commit View diff
771 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
772
          responsivePriority: 1
Open commit View diff
772 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
773
        },
Open commit View diff
773 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
774
        {
Open commit View diff
774 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
775
          title: "ID",
Open commit View diff
775 title: "ID",
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
776
          data: 'id',
Open commit View diff
776 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
777
          responsivePriority: 2,
Open commit View diff
777 responsivePriority: 2,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
778
          defaultContent: ''
Open commit View diff
778 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
779
        },
Open commit View diff
779 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
780
        {
Open commit View diff
780 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
781
          title: lang.template,
Open commit View diff
781 title: lang.template,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
782
          data: 'template',
Open commit View diff
782 data: 'template',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
783
          responsivePriority: 3,
Open commit View diff
783 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
784
          defaultContent: ''
Open commit View diff
784 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
785
        },
Open commit View diff
785 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
786
        {
Open commit View diff
786 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
787
          title: lang.max_aliases,
Open commit View diff
787 title: lang.max_aliases,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
788
          data: 'attributes.max_num_aliases_for_domain',
Open commit View diff
788 data: 'attributes.max_num_aliases_for_domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
789
          defaultContent: '',
Open commit View diff
789 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
790
        },
Open commit View diff
790 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
791
        {
Open commit View diff
791 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
792
          title: lang.max_mailboxes,
Open commit View diff
792 title: lang.max_mailboxes,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
793
          data: 'attributes.max_num_mboxes_for_domain',
Open commit View diff
793 data: 'attributes.max_num_mboxes_for_domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
794
          defaultContent: '',
Open commit View diff
794 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
795
        },
Open commit View diff
795 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
796
        {
Open commit View diff
796 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
797
          title: lang.mailbox_defquota,
Open commit View diff
797 title: lang.mailbox_defquota,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
798
          data: 'attributes.def_quota_for_mbox',
Open commit View diff
798 data: 'attributes.def_quota_for_mbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
799
          defaultContent: '',
Open commit View diff
799 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
800
        },
Open commit View diff
800 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
801
        {
Open commit View diff
801 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
802
          title: lang.max_quota,
Open commit View diff
802 title: lang.max_quota,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
803
          data: 'attributes.max_quota_for_mbox',
Open commit View diff
803 data: 'attributes.max_quota_for_mbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
804
          defaultContent: '',
Open commit View diff
804 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
805
        },
Open commit View diff
805 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
806
        {
Open commit View diff
806 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
807
          title: lang.domain_quota_total,
Open commit View diff
807 title: lang.domain_quota_total,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
808
          data: 'attributes.max_quota_for_domain',
Open commit View diff
808 data: 'attributes.max_quota_for_domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
809
          defaultContent: '',
Open commit View diff
809 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
810
        },
Open commit View diff
810 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
811
        {
Open commit View diff
811 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
812
          title: lang.gal,
Open commit View diff
812 title: lang.gal,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
813
          data: 'attributes.gal',
Open commit View diff
813 data: 'attributes.gal',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
814
          defaultContent: '',
Open commit View diff
814 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
815
          render: function (data, type) {
Open commit View diff
815 render: function (data, type) {
goodygh over 3 years ago bd0b4a5

Fix sorting datatable in domain templates

Full commit hash
bd0b4a521ec5be122dc7402975fc304a520d852f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
816
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
816 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
817
          }
Open commit View diff
817 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
818
        },
Open commit View diff
818 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
819
        {
Open commit View diff
819 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
820
          title: lang.backup_mx,
Open commit View diff
820 title: lang.backup_mx,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
821
          data: 'attributes.backupmx',
Open commit View diff
821 data: 'attributes.backupmx',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
822
          defaultContent: '',
Open commit View diff
822 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
823
          render: function (data, type) {
Open commit View diff
823 render: function (data, type) {
goodygh over 3 years ago bd0b4a5

Fix sorting datatable in domain templates

Full commit hash
bd0b4a521ec5be122dc7402975fc304a520d852f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
824
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
824 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
825
          }
Open commit View diff
825 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
826
        },
Open commit View diff
826 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
827
        {
Open commit View diff
827 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
828
          title: lang.relay_all,
Open commit View diff
828 title: lang.relay_all,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
829
          data: 'attributes.relay_all_recipients',
Open commit View diff
829 data: 'attributes.relay_all_recipients',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
830
          defaultContent: '',
Open commit View diff
830 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
831
          render: function (data, type) {
Open commit View diff
831 render: function (data, type) {
goodygh over 3 years ago bd0b4a5

Fix sorting datatable in domain templates

Full commit hash
bd0b4a521ec5be122dc7402975fc304a520d852f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
832
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
832 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
833
          }
Open commit View diff
833 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
834
        },
Open commit View diff
834 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
835
        {
Open commit View diff
835 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
836
          title: lang.relay_unknown,
Open commit View diff
836 title: lang.relay_unknown,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
837
          data: 'attributes.relay_unknown_only',
Open commit View diff
837 data: 'attributes.relay_unknown_only',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
838
          defaultContent: '',
Open commit View diff
838 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
839
          render: function (data, type) {
Open commit View diff
839 render: function (data, type) {
goodygh over 3 years ago bd0b4a5

Fix sorting datatable in domain templates

Full commit hash
bd0b4a521ec5be122dc7402975fc304a520d852f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
840
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
840 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
841
          }
Open commit View diff
841 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
842
        },
Open commit View diff
842 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
843
        {
Open commit View diff
843 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
844
          title: lang.active,
Open commit View diff
844 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
845
          data: 'attributes.active',
Open commit View diff
845 data: 'attributes.active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
846
          defaultContent: '',
Open commit View diff
846 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
847
          responsivePriority: 4,
Open commit View diff
847 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
848
          render: function (data, type) {
Open commit View diff
848 render: function (data, type) {
goodygh over 3 years ago bd0b4a5

Fix sorting datatable in domain templates

Full commit hash
bd0b4a521ec5be122dc7402975fc304a520d852f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
849
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
849 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
850
          }
Open commit View diff
850 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
851
        },
Open commit View diff
851 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
852
        {
Open commit View diff
852 {
FreddleSpl0it over 1 year ago fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
853
          title: lang_edit.ratelimit,
Open commit View diff
853 title: lang_edit.ratelimit,
same change fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
854
          data: 'attributes.ratelimit',
Open commit View diff
854 data: 'attributes.ratelimit',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
855
          defaultContent: '',
Open commit View diff
855 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
856
          class: 'none',
Open commit View diff
856 class: 'none',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
857
        },
Open commit View diff
857 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
858
        {
Open commit View diff
858 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
859
          title: lang.dkim_domains_selector,
Open commit View diff
859 title: lang.dkim_domains_selector,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
860
          data: 'attributes.dkim_selector',
Open commit View diff
860 data: 'attributes.dkim_selector',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
861
          defaultContent: '',
Open commit View diff
861 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
862
          class: 'none',
Open commit View diff
862 class: 'none',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
863
        },
Open commit View diff
863 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
864
        {
Open commit View diff
864 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
865
          title: lang.dkim_key_length,
Open commit View diff
865 title: lang.dkim_key_length,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
866
          data: 'attributes.key_size',
Open commit View diff
866 data: 'attributes.key_size',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
867
          defaultContent: '',
Open commit View diff
867 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
868
          class: 'none',
Open commit View diff
868 class: 'none',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
869
        },
Open commit View diff
869 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
870
        {
Open commit View diff
870 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
871
          title: 'Tags',
Open commit View diff
871 title: 'Tags',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
872
          data: 'attributes.tags',
Open commit View diff
872 data: 'attributes.tags',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
873
          defaultContent: '',
Open commit View diff
873 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
874
          className: 'none'
Open commit View diff
874 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
875
        },
Open commit View diff
875 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
876
        {
Open commit View diff
876 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
877
          title: lang.action,
Open commit View diff
877 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
878
          data: 'action',
Open commit View diff
878 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
879
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
879 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
880
          responsivePriority: 6,
Open commit View diff
880 responsivePriority: 6,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
881
          defaultContent: ''
Open commit View diff
881 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
882
        },
Open commit View diff
882 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
883
      ]
Open commit View diff
883 ]
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
884
    });
Open commit View diff
884 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
885
Open commit View diff
885
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
886
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
886 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
887
      hideTableExpandCollapseBtn('#tab-templates-domains', '#templates_domain_table');
Open commit View diff
887 hideTableExpandCollapseBtn('#tab-templates-domains', '#templates_domain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
888
    });
Open commit View diff
888 });
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
889
  }
Open commit View diff
889 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
890
  function draw_mailbox_table() {
Open commit View diff
890 function draw_mailbox_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
891
    // just recalc width if instance already exists
Open commit View diff
891 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
892
    if ($.fn.DataTable.isDataTable('#mailbox_table') ) {
Open commit View diff
892 if ($.fn.DataTable.isDataTable('#mailbox_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
893
      $('#mailbox_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
893 $('#mailbox_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
894
      return;
Open commit View diff
894 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
895
    }
Open commit View diff
895 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
896
Open commit View diff
896
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
897
    var table = $('#mailbox_table').DataTable({
Open commit View diff
897 var table = $('#mailbox_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
898
      responsive: true,
Open commit View diff
898 responsive: true,
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
899
      processing: true,
Open commit View diff
899 processing: true,
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
900
      serverSide: true,
Open commit View diff
900 serverSide: true,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
901
      stateSave: true,
Open commit View diff
901 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
902
      pageLength: pagination_size,
Open commit View diff
902 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
903
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
903 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
904
           "tr" +
Open commit View diff
904 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
905
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
905 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
906
      language: lang_datatables,
Open commit View diff
906 language: lang_datatables,
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
907
      initComplete: function(settings, json){
Open commit View diff
907 initComplete: function(settings, json){
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
908
        hideTableExpandCollapseBtn('#tab-mailboxes', '#mailbox_table');
Open commit View diff
908 hideTableExpandCollapseBtn('#tab-mailboxes', '#mailbox_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
909
      },
Open commit View diff
909 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
910
      ajax: {
Open commit View diff
910 ajax: {
FreddleSpl0it 5 months ago 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
911
        type: "POST",
Open commit View diff
911 type: "POST",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
912
        url: "/api/v1/search/mailbox",
Open commit View diff
912 url: "/api/v1/search/mailbox",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
913
        contentType: "application/json",
Open commit View diff
913 contentType: "application/json",
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
914
        processData: false,
Open commit View diff
914 processData: false,
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
915
        data: function(d) {
Open commit View diff
915 data: function(d) {
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
916
          return JSON.stringify(d);
Open commit View diff
916 return JSON.stringify(d);
same change 43f570e

[Web] switch from GET to POST for datatable requests

Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
917
        },
Open commit View diff
917 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
918
        dataSrc: function(json){
Open commit View diff
918 dataSrc: function(json){
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
919
          $.each(json.data, function (i, item) {
Open commit View diff
919 $.each(json.data, function (i, item) {
FreddleSpl0it over 3 years ago e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
920
            item.quota = {
Open commit View diff
920 item.quota = {
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
921
              sortBy: item.quota_used,
Open commit View diff
921 sortBy: item.quota_used,
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
922
              value: item.quota
Open commit View diff
922 value: item.quota
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
923
            }
Open commit View diff
923 }
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
924
            item.quota.value = (item.quota.value == 0 ? "∞" : humanFileSize(item.quota.value));
Open commit View diff
924 item.quota.value = (item.quota.value == 0 ? "∞" : humanFileSize(item.quota.value));
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
925
            item.quota.value = humanFileSize(item.quota_used) + "/" + item.quota.value;
Open commit View diff
925 item.quota.value = humanFileSize(item.quota_used) + "/" + item.quota.value;
same change e501642

[Web] fix mailboxtable sort by quota

Full commit hash
e501642b8ebc0d6af25f8a2663b4d1dbfb56bc80
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
926
Open commit View diff
926
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
927
            item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
Open commit View diff
927 item.max_quota_for_mbox = humanFileSize(item.max_quota_for_mbox);
Habetdin almost 2 years ago 6550f0a

Only show active protocols on "last login" in mailbox overview

Full commit hash
6550f0a3e889f5ee417a02e690cb577e1f8dc1d8
Author
Habetdin <[email protected]>
Date
almost 2 years ago
Selected line
928
            item.last_mail_login = (item.attributes.imap_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">IMAP @ ' + unix_time_format(Number(item.last_imap_login)) + '</div><br>' : '') +
Open commit View diff
928 item.last_mail_login = (item.attributes.imap_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">IMAP @ ' + unix_time_format(Number(item.last_imap_login)) + '</div><br>' : '') +
same change 6550f0a

Only show active protocols on "last login" in mailbox overview

Full commit hash
6550f0a3e889f5ee417a02e690cb577e1f8dc1d8
Author
Habetdin <[email protected]>
Date
almost 2 years ago
Selected line
929
                                   (item.attributes.pop3_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">POP3 @ ' + unix_time_format(Number(item.last_pop3_login)) + '</div><br>' : '') +
Open commit View diff
929 (item.attributes.pop3_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">POP3 @ ' + unix_time_format(Number(item.last_pop3_login)) + '</div><br>' : '') +
same change 6550f0a

Only show active protocols on "last login" in mailbox overview

Full commit hash
6550f0a3e889f5ee417a02e690cb577e1f8dc1d8
Author
Habetdin <[email protected]>
Date
almost 2 years ago
Selected line
930
                                   (item.attributes.smtp_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">SMTP @ ' + unix_time_format(Number(item.last_smtp_login)) + '</div><br>' : '') +
Open commit View diff
930 (item.attributes.smtp_access == 1 ? '<div class="text-start badge bg-info mb-2" style="min-width: 70px;">SMTP @ ' + unix_time_format(Number(item.last_smtp_login)) + '</div><br>' : '') +
same change 6550f0a

Only show active protocols on "last login" in mailbox overview

Full commit hash
6550f0a3e889f5ee417a02e690cb577e1f8dc1d8
Author
Habetdin <[email protected]>
Date
almost 2 years ago
Selected line
931
                                   '<div class="text-start badge bg-info" style="min-width: 70px;">SSO @ ' + unix_time_format(Number(item.last_sso_login)) + '</div>';
Open commit View diff
931 '<div class="text-start badge bg-info" style="min-width: 70px;">SSO @ ' + unix_time_format(Number(item.last_sso_login)) + '</div>';
andryyy over 5 years ago dd19874

[Web] Use api/v1/get/mailbox/reduced for faster loading of mailbox table

Full commit hash
dd198747b79a48bd7ef86bc641a353a7ccd8877b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
932
            /*
Open commit View diff
932 /*
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
933
            if (!item.rl) {
Open commit View diff
933 if (!item.rl) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
934
              item.rl = '∞';
Open commit View diff
934 item.rl = '∞';
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
935
            } else {
Open commit View diff
935 } else {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
936
              item.rl = $.map(item.rl, function(e){
Open commit View diff
936 item.rl = $.map(item.rl, function(e){
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
937
                return e;
Open commit View diff
937 return e;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
938
              }).join('/1');
Open commit View diff
938 }).join('/1');
andryyy almost 7 years ago 0d8a92a

[Web] Show ratelimit inheritance

Full commit hash
0d8a92a36525ea141bd0c50a03162cc251c0223f
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
939
              if (item.rl_scope === 'domain') {
Open commit View diff
939 if (item.rl_scope === 'domain') {
andryyy about 5 years ago 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
940
                item.rl = '<i class="bi bi-arrow-return-right"></i> ' + item.rl + ' (via ' + item.domain + ')';
Open commit View diff
940 item.rl = '<i class="bi bi-arrow-return-right"></i> ' + item.rl + ' (via ' + item.domain + ')';
andryyy almost 7 years ago 0d8a92a

[Web] Show ratelimit inheritance

Full commit hash
0d8a92a36525ea141bd0c50a03162cc251c0223f
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
941
              }
Open commit View diff
941 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
942
            }
Open commit View diff
942 }
andryyy over 5 years ago dd19874

[Web] Use api/v1/get/mailbox/reduced for faster loading of mailbox table

Full commit hash
dd198747b79a48bd7ef86bc641a353a7ccd8877b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
943
            */
Open commit View diff
943 */
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
944
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailbox" name="multi_select" value="' + encodeURIComponent(item.username) + '" />';
Open commit View diff
944 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailbox" name="multi_select" value="' + encodeURIComponent(item.username) + '" />';
andryyy about 5 years ago 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
945
            if (item.attributes.passwd_update != '0') {
Open commit View diff
945 if (item.attributes.passwd_update != '0') {
same change 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
946
              var last_pw_change = new Date(item.attributes.passwd_update.replace(/-/g, "/"));
Open commit View diff
946 var last_pw_change = new Date(item.attributes.passwd_update.replace(/-/g, "/"));
same change 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
947
              item.last_pw_change = last_pw_change.toLocaleDateString(undefined, {year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit"});
Open commit View diff
947 item.last_pw_change = last_pw_change.toLocaleDateString(undefined, {year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit"});
same change 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
948
            } else {
Open commit View diff
948 } else {
same change 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
949
              item.last_pw_change = '-';
Open commit View diff
949 item.last_pw_change = '-';
same change 47b57df

[Web] Show users last PW change, allow to select n days for last logins

Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
950
            }
Open commit View diff
950 }
andryyy about 5 years ago 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
951
            item.tls_enforce_in = '<i class="text-' + (item.attributes.tls_enforce_in == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"></i>';
Open commit View diff
951 item.tls_enforce_in = '<i class="text-' + (item.attributes.tls_enforce_in == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"></i>';
same change 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
952
            item.tls_enforce_out = '<i class="text-' + (item.attributes.tls_enforce_out == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"></i>';
Open commit View diff
952 item.tls_enforce_out = '<i class="text-' + (item.attributes.tls_enforce_out == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"></i>';
same change 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
953
            item.pop3_access = '<i class="text-' + (item.attributes.pop3_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.pop3_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
953 item.pop3_access = '<i class="text-' + (item.attributes.pop3_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.pop3_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
same change 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
954
            item.imap_access = '<i class="text-' + (item.attributes.imap_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.imap_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
954 item.imap_access = '<i class="text-' + (item.attributes.imap_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.imap_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
same change 9c075af

[Web] Bye Glyphicons, hello BS5 icons\!; [Web] Change font to Noto for better compatibility;

Full commit hash
9c075af2d93dbaec98bf6769c07da3a4587baf14
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
955
            item.smtp_access = '<i class="text-' + (item.attributes.smtp_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.smtp_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
955 item.smtp_access = '<i class="text-' + (item.attributes.smtp_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.smtp_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
FreddleSpl0it almost 4 years ago 8e0ee67

add sieve access toggle to mass-actions-mailbox

Full commit hash
8e0ee671085222f7d8fc867a3f3710950387e7ca
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
956
            item.sieve_access = '<i class="text-' + (item.attributes.sieve_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sieve_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
956 item.sieve_access = '<i class="text-' + (item.attributes.sieve_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sieve_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
957
            item.eas_access = '<i class="text-' + (item.attributes.eas_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.eas_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
957 item.eas_access = '<i class="text-' + (item.attributes.eas_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.eas_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
958
            item.dav_access = '<i class="text-' + (item.attributes.dav_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.dav_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
958 item.dav_access = '<i class="text-' + (item.attributes.dav_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.dav_access == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
959
            if (item.attributes.quarantine_notification === 'never') {
Open commit View diff
959 if (item.attributes.quarantine_notification === 'never') {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
960
              item.quarantine_notification = lang.never;
Open commit View diff
960 item.quarantine_notification = lang.never;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
961
            } else if (item.attributes.quarantine_notification === 'hourly') {
Open commit View diff
961 } else if (item.attributes.quarantine_notification === 'hourly') {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
962
              item.quarantine_notification = lang.hourly;
Open commit View diff
962 item.quarantine_notification = lang.hourly;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
963
            } else if (item.attributes.quarantine_notification === 'daily') {
Open commit View diff
963 } else if (item.attributes.quarantine_notification === 'daily') {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
964
              item.quarantine_notification = lang.daily;
Open commit View diff
964 item.quarantine_notification = lang.daily;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
965
            } else if (item.attributes.quarantine_notification === 'weekly') {
Open commit View diff
965 } else if (item.attributes.quarantine_notification === 'weekly') {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
966
              item.quarantine_notification = lang.weekly;
Open commit View diff
966 item.quarantine_notification = lang.weekly;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
967
            }
Open commit View diff
967 }
andryyy over 5 years ago ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
968
            if (item.attributes.quarantine_category === 'reject') {
Open commit View diff
968 if (item.attributes.quarantine_category === 'reject') {
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
969
              item.quarantine_category = '<span class="text-danger">' + lang.q_reject + '</span>';
Open commit View diff
969 item.quarantine_category = '<span class="text-danger">' + lang.q_reject + '</span>';
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
970
            } else if (item.attributes.quarantine_category === 'add_header') {
Open commit View diff
970 } else if (item.attributes.quarantine_category === 'add_header') {
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
971
              item.quarantine_category = '<span class="text-warning">' + lang.q_add_header + '</span>';
Open commit View diff
971 item.quarantine_category = '<span class="text-warning">' + lang.q_add_header + '</span>';
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
972
            } else if (item.attributes.quarantine_category === 'all') {
Open commit View diff
972 } else if (item.attributes.quarantine_category === 'all') {
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
973
              item.quarantine_category = lang.q_all;
Open commit View diff
973 item.quarantine_category = lang.q_all;
same change ba20db2

[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL

Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
974
            }
Open commit View diff
974 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
975
            if (acl_data.login_as === 1) {
Open commit View diff
975 if (acl_data.login_as === 1) {
andryyy almost 5 years ago 2cd0b56

[Web] Various PHP 8 fixes, partly fixes #4219

Full commit hash
2cd0b56b143b8a2741488ae1735bf6d74253247f
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
976
Open commit View diff
976
FreddleSpl0it almost 4 years ago 8e0ee67

add sieve access toggle to mass-actions-mailbox

Full commit hash
8e0ee671085222f7d8fc867a3f3710950387e7ca
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
977
              item.action = '<div class="btn-group">' +
Open commit View diff
977 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
978
              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
978 '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
979
              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
979 '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
980
              '<a href="/index.php?duallogin=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-success"><i class="bi bi-person-fill"></i> Login</a>';
Open commit View diff
980 '<a href="/index.php?duallogin=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-success"><i class="bi bi-person-fill"></i> Login</a>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
981
              if (ALLOW_ADMIN_EMAIL_LOGIN) {
Open commit View diff
981 if (ALLOW_ADMIN_EMAIL_LOGIN) {
FreddleSpl0it over 1 year ago aca01c8

[Web] Separate Login pages

Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
982
                item.action += '<a href="/sogo-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-primary"><i class="bi bi-envelope-fill"></i> SOGo</a>';
Open commit View diff
982 item.action += '<a href="/sogo-auth.php?login=' + encodeURIComponent(item.username) + '" class="login_as btn btn-sm btn-xs-lg btn-xs-half btn-primary"><i class="bi bi-envelope-fill"></i> SOGo</a>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
983
              }
Open commit View diff
983 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
984
              item.action += '</div>';
Open commit View diff
984 item.action += '</div>';
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
985
            }
Open commit View diff
985 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
986
            else {
Open commit View diff
986 else {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
987
            item.action = '<div class="btn-group">' +
Open commit View diff
987 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
988
              '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
988 '<a href="/edit/mailbox/' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
989
              '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
989 '<a href="#" data-action="delete_selected" data-id="single-mailbox" data-api-url="delete/mailbox" data-item="' + encodeURIComponent(item.username) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
990
              '</div>';
Open commit View diff
990 '</div>';
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
991
            }
Open commit View diff
991 }
FreddleSpl0it over 3 years ago e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
992
            item.in_use = {
Open commit View diff
992 item.in_use = {
same change e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
993
              sortBy: item.percent_in_use,
Open commit View diff
993 sortBy: item.percent_in_use,
same change e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
994
              value: '<div class="progress">' +
Open commit View diff
994 value: '<div class="progress">' +
andryyy over 6 years ago 92f8b4a

[Web] Add domain statistics

Full commit hash
92f8b4a09156c5b30d6f4fc49e82a38208d500a6
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
995
              '<div class="progress-bar-mailbox progress-bar progress-bar-' + item.percent_class + '" role="progressbar" aria-valuenow="' + item.percent_in_use + '" aria-valuemin="0" aria-valuemax="100" ' +
Open commit View diff
995 '<div class="progress-bar-mailbox progress-bar progress-bar-' + item.percent_class + '" role="progressbar" aria-valuenow="' + item.percent_in_use + '" aria-valuemin="0" aria-valuemax="100" ' +
FreddleSpl0it over 3 years ago e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
996
              'style="min-width:2em;width:' + item.percent_in_use + '%">' + item.percent_in_use + '%' + '</div></div>'
Open commit View diff
996 'style="min-width:2em;width:' + item.percent_in_use + '%">' + item.percent_in_use + '%' + '</div></div>'
same change e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
997
            };
Open commit View diff
997 };
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
998
            item.username = escapeHtml(item.username);
Open commit View diff
998 item.username = escapeHtml(item.username);
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
999
Open commit View diff
999
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1000
            if (Array.isArray(item.tags)){
Open commit View diff
1000 if (Array.isArray(item.tags)){
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1001
              var tags = '';
Open commit View diff
1001 var tags = '';
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1002
              for (var i = 0; i < item.tags.length; i++)
Open commit View diff
1002 for (var i = 0; i < item.tags.length; i++)
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1003
                tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.tags[i]) + '</span>';
Open commit View diff
1003 tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.tags[i]) + '</span>';
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1004
              item.tags = tags;
Open commit View diff
1004 item.tags = tags;
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1005
            } else {
Open commit View diff
1005 } else {
same change 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1006
              item.tags = '';
Open commit View diff
1006 item.tags = '';
FreddleSpl0it about 4 years ago 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1007
            }
Open commit View diff
1007 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1008
          });
Open commit View diff
1008 });
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1009
Open commit View diff
1009
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1010
          return json.data;
Open commit View diff
1010 return json.data;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1011
        }
Open commit View diff
1011 }
friedPotat0 almost 7 years ago d1153b4

Restrict row toggle for remaing tables

Full commit hash
d1153b470f6a2fad5b71e44446e1e94ad44c6d7a
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1012
      },
Open commit View diff
1012 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1013
      columns: [
Open commit View diff
1013 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1014
        {
Open commit View diff
1014 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1015
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1015 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1016
          title: '',
Open commit View diff
1016 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1017
          data: null,
Open commit View diff
1017 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1018
          searchable: false,
Open commit View diff
1018 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1019
          orderable: false,
Open commit View diff
1019 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1020
          defaultContent: '',
Open commit View diff
1020 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1021
          responsivePriority: 1
Open commit View diff
1021 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1022
        },
Open commit View diff
1022 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1023
        {
Open commit View diff
1023 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1024
          title: '',
Open commit View diff
1024 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1025
          data: 'chkbox',
Open commit View diff
1025 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1026
          searchable: false,
Open commit View diff
1026 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1027
          orderable: false,
Open commit View diff
1027 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1028
          defaultContent: '',
Open commit View diff
1028 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1029
          responsivePriority: 2
Open commit View diff
1029 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1030
        },
Open commit View diff
1030 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1031
        {
Open commit View diff
1031 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1032
          title: lang.username,
Open commit View diff
1032 title: lang.username,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1033
          data: 'username',
Open commit View diff
1033 data: 'username',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1034
          responsivePriority: 3,
Open commit View diff
1034 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1035
          defaultContent: ''
Open commit View diff
1035 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1036
        },
Open commit View diff
1036 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1037
        {
Open commit View diff
1037 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1038
          title: lang.domain_quota,
Open commit View diff
1038 title: lang.domain_quota,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1039
          data: 'quota.value',
Open commit View diff
1039 data: 'quota.value',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1040
          searchable: false,
Open commit View diff
1040 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1041
          responsivePriority: 8,
Open commit View diff
1041 responsivePriority: 8,
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1042
          defaultContent: ''
Open commit View diff
1042 defaultContent: ''
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1043
        },
Open commit View diff
1043 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1044
        {
Open commit View diff
1044 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1045
          title: lang.last_mail_login,
Open commit View diff
1045 title: lang.last_mail_login,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1046
          data: 'last_mail_login',
Open commit View diff
1046 data: 'last_mail_login',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1047
          searchable: false,
Open commit View diff
1047 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1048
          defaultContent: '',
Open commit View diff
1048 defaultContent: '',
Habetdin almost 2 years ago 6550f0a

Only show active protocols on "last login" in mailbox overview

Full commit hash
6550f0a3e889f5ee417a02e690cb577e1f8dc1d8
Author
Habetdin <[email protected]>
Date
almost 2 years ago
Selected line
1049
          responsivePriority: 7
Open commit View diff
1049 responsivePriority: 7
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1050
        },
Open commit View diff
1050 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1051
        {
Open commit View diff
1051 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1052
          title: lang.last_pw_change,
Open commit View diff
1052 title: lang.last_pw_change,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1053
          data: 'last_pw_change',
Open commit View diff
1053 data: 'last_pw_change',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1054
          searchable: false,
Open commit View diff
1054 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1055
          defaultContent: ''
Open commit View diff
1055 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1056
        },
Open commit View diff
1056 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1057
        {
Open commit View diff
1057 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1058
          title: lang.in_use,
Open commit View diff
1058 title: lang.in_use,
FreddleSpl0it over 3 years ago e1cd719

[Web] fix mbox percentage sorting

Full commit hash
e1cd719a178b77a388662a9ec50b1e8faf118ea6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1059
          data: 'in_use.value',
Open commit View diff
1059 data: 'in_use.value',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1060
          searchable: false,
Open commit View diff
1060 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1061
          defaultContent: '',
Open commit View diff
1061 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1062
          responsivePriority: 9,
Open commit View diff
1062 responsivePriority: 9,
Kristian Feldsam over 2 years ago efcca61

Mailboxes datatable - server side processing ordering

Full commit hash
efcca61f5a4f33bff53758390b3f18a452744cd1
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1063
          className: 'dt-data-w100'
Open commit View diff
1063 className: 'dt-data-w100'
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1064
        },
Open commit View diff
1064 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1065
        {
Open commit View diff
1065 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1066
          title: lang.fname,
Open commit View diff
1066 title: lang.fname,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1067
          data: 'name',
Open commit View diff
1067 data: 'name',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1068
          defaultContent: '',
Open commit View diff
1068 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1069
          className: 'none'
Open commit View diff
1069 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1070
        },
Open commit View diff
1070 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1071
        {
Open commit View diff
1071 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1072
          title: lang.domain,
Open commit View diff
1072 title: lang.domain,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1073
          data: 'domain',
Open commit View diff
1073 data: 'domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1074
          defaultContent: '',
Open commit View diff
1074 defaultContent: '',
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1075
          className: 'none',
Open commit View diff
1075 className: 'none',
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1076
        },
Open commit View diff
1076 },
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1077
        {
Open commit View diff
1077 {
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1078
          title: lang.iam,
Open commit View diff
1078 title: lang.iam,
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1079
          data: 'authsource',
Open commit View diff
1079 data: 'authsource',
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1080
          defaultContent: '',
Open commit View diff
1080 defaultContent: '',
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1081
          className: 'none',
Open commit View diff
1081 className: 'none',
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1082
          render: function (data, type) {
Open commit View diff
1082 render: function (data, type) {
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1083
            return '<span class="badge bg-primary">' + data + '<i class="ms-2 bi bi-person-circle"></i></i></span>';
Open commit View diff
1083 return '<span class="badge bg-primary">' + data + '<i class="ms-2 bi bi-person-circle"></i></i></span>';
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1084
          }
Open commit View diff
1084 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1085
        },
Open commit View diff
1085 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1086
        {
Open commit View diff
1086 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1087
          title: lang.tls_enforce_in,
Open commit View diff
1087 title: lang.tls_enforce_in,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1088
          data: 'tls_enforce_in',
Open commit View diff
1088 data: 'tls_enforce_in',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1089
          defaultContent: '',
Open commit View diff
1089 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1090
          className: 'none'
Open commit View diff
1090 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1091
        },
Open commit View diff
1091 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1092
        {
Open commit View diff
1092 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1093
          title: lang.tls_enforce_out,
Open commit View diff
1093 title: lang.tls_enforce_out,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1094
          data: 'tls_enforce_out',
Open commit View diff
1094 data: 'tls_enforce_out',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1095
          defaultContent: '',
Open commit View diff
1095 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1096
          className: 'none'
Open commit View diff
1096 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1097
        },
Open commit View diff
1097 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1098
        {
Open commit View diff
1098 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1099
          title: 'SMTP',
Open commit View diff
1099 title: 'SMTP',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1100
          data: 'smtp_access',
Open commit View diff
1100 data: 'smtp_access',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1101
          defaultContent: '',
Open commit View diff
1101 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1102
          className: 'none'
Open commit View diff
1102 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1103
        },
Open commit View diff
1103 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1104
        {
Open commit View diff
1104 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1105
          title: 'IMAP',
Open commit View diff
1105 title: 'IMAP',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1106
          data: 'imap_access',
Open commit View diff
1106 data: 'imap_access',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1107
          defaultContent: '',
Open commit View diff
1107 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1108
          className: 'none'
Open commit View diff
1108 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1109
        },
Open commit View diff
1109 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1110
        {
Open commit View diff
1110 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1111
          title: 'POP3',
Open commit View diff
1111 title: 'POP3',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1112
          data: 'pop3_access',
Open commit View diff
1112 data: 'pop3_access',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1113
          defaultContent: '',
Open commit View diff
1113 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1114
          className: 'none'
Open commit View diff
1114 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1115
        },
Open commit View diff
1115 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1116
        {
Open commit View diff
1116 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1117
          title: 'SIEVE',
Open commit View diff
1117 title: 'SIEVE',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1118
          data: 'sieve_access',
Open commit View diff
1118 data: 'sieve_access',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1119
          defaultContent: '',
Open commit View diff
1119 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1120
          className: 'none'
Open commit View diff
1120 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1121
        },
Open commit View diff
1121 },
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1122
        {
Open commit View diff
1122 {
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1123
          title: 'EAS',
Open commit View diff
1123 title: 'EAS',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1124
          data: 'eas_access',
Open commit View diff
1124 data: 'eas_access',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1125
          defaultContent: '',
Open commit View diff
1125 defaultContent: '',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1126
          className: 'none'
Open commit View diff
1126 className: 'none'
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1127
        },
Open commit View diff
1127 },
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1128
        {
Open commit View diff
1128 {
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1129
          title: 'DAV',
Open commit View diff
1129 title: 'DAV',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1130
          data: 'dav_access',
Open commit View diff
1130 data: 'dav_access',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1131
          defaultContent: '',
Open commit View diff
1131 defaultContent: '',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1132
          className: 'none'
Open commit View diff
1132 className: 'none'
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1133
        },
Open commit View diff
1133 },
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1134
        {
Open commit View diff
1134 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1135
          title: lang.quarantine_notification,
Open commit View diff
1135 title: lang.quarantine_notification,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1136
          data: 'quarantine_notification',
Open commit View diff
1136 data: 'quarantine_notification',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1137
          defaultContent: '',
Open commit View diff
1137 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1138
          className: 'none'
Open commit View diff
1138 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1139
        },
Open commit View diff
1139 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1140
        {
Open commit View diff
1140 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1141
          title: lang.quarantine_category,
Open commit View diff
1141 title: lang.quarantine_category,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1142
          data: 'quarantine_category',
Open commit View diff
1142 data: 'quarantine_category',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1143
          defaultContent: '',
Open commit View diff
1143 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1144
          className: 'none'
Open commit View diff
1144 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1145
        },
Open commit View diff
1145 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1146
        {
Open commit View diff
1146 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1147
          title: lang.msg_num,
Open commit View diff
1147 title: lang.msg_num,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1148
          data: 'messages',
Open commit View diff
1148 data: 'messages',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1149
          searchable: false,
Open commit View diff
1149 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1150
          defaultContent: '',
Open commit View diff
1150 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1151
          responsivePriority: 5
Open commit View diff
1151 responsivePriority: 5
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1152
        },
Open commit View diff
1152 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1153
        {
Open commit View diff
1153 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1154
          title: lang.created_on,
Open commit View diff
1154 title: lang.created_on,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1155
          data: 'created',
Open commit View diff
1155 data: 'created',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1156
          defaultContent: '',
Open commit View diff
1156 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1157
          className: 'none'
Open commit View diff
1157 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1158
        },
Open commit View diff
1158 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1159
        {
Open commit View diff
1159 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1160
          title: lang.last_modified,
Open commit View diff
1160 title: lang.last_modified,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1161
          data: 'modified',
Open commit View diff
1161 data: 'modified',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1162
          defaultContent: '',
Open commit View diff
1162 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1163
          className: 'none'
Open commit View diff
1163 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1164
        },
Open commit View diff
1164 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1165
        {
Open commit View diff
1165 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1166
          title: 'Tags',
Open commit View diff
1166 title: 'Tags',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1167
          data: 'tags',
Open commit View diff
1167 data: 'tags',
Kristian Feldsam over 2 years ago ac4f131

Domains and Mailboxes datatable - server side processing - filtering by tags

Full commit hash
ac4f131fa8f1629b1c831478d020f5f1b6be4261
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1168
          searchable: true,
Open commit View diff
1168 searchable: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1169
          defaultContent: '',
Open commit View diff
1169 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1170
          className: 'none'
Open commit View diff
1170 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1171
        },
Open commit View diff
1171 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1172
        {
Open commit View diff
1172 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1173
          title: lang.active,
Open commit View diff
1173 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1174
          data: 'active',
Open commit View diff
1174 data: 'active',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1175
          searchable: false,
Open commit View diff
1175 searchable: false,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1176
          defaultContent: '',
Open commit View diff
1176 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1177
          responsivePriority: 4,
Open commit View diff
1177 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1178
          render: function (data, type) {
Open commit View diff
1178 render: function (data, type) {
goodygh over 3 years ago c3ed01c

Fix sorting for active mailboxes

Full commit hash
c3ed01c9b59069eb62b87362f8bcf15d30c83216
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1179
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
Open commit View diff
1179 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1180
          }
Open commit View diff
1180 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1181
        },
Open commit View diff
1181 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1182
        {
Open commit View diff
1182 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1183
          title: lang.action,
Open commit View diff
1183 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1184
          data: 'action',
Open commit View diff
1184 data: 'action',
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1185
          searchable: false,
Open commit View diff
1185 searchable: false,
same change 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1186
          orderable: false,
Open commit View diff
1186 orderable: false,
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1187
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
1187 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1188
          responsivePriority: 6,
Open commit View diff
1188 responsivePriority: 6,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1189
          defaultContent: ''
Open commit View diff
1189 defaultContent: ''
Kristian Feldsam over 2 years ago 28cec99

Mailboxes datatable - server side processing

Full commit hash
28cec9969931de92b128c086b1f113c35e600210
Author
Kristian Feldsam <[email protected]>
Date
over 2 years ago
Selected line
1190
        }
Open commit View diff
1190 }
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1191
      ]
Open commit View diff
1191 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1192
    });
Open commit View diff
1192 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1193
Open commit View diff
1193
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1194
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1194 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1195
      hideTableExpandCollapseBtn('#tab-mailboxes', '#mailbox_table');
Open commit View diff
1195 hideTableExpandCollapseBtn('#tab-mailboxes', '#mailbox_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1196
    });
Open commit View diff
1196 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1197
  }
Open commit View diff
1197 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1198
  function draw_templates_mbox_table() {
Open commit View diff
1198 function draw_templates_mbox_table() {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1199
    // just recalc width if instance already exists
Open commit View diff
1199 // just recalc width if instance already exists
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1200
    if ($.fn.DataTable.isDataTable('#templates_mbox_table') ) {
Open commit View diff
1200 if ($.fn.DataTable.isDataTable('#templates_mbox_table') ) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1201
      $('#templates_mbox_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1201 $('#templates_mbox_table').DataTable().columns.adjust().responsive.recalc();
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1202
      return;
Open commit View diff
1202 return;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1203
    }
Open commit View diff
1203 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1204
Open commit View diff
1204
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1205
    var table = $('#templates_mbox_table').DataTable({
Open commit View diff
1205 var table = $('#templates_mbox_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1206
      responsive: true,
Open commit View diff
1206 responsive: true,
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1207
      processing: true,
Open commit View diff
1207 processing: true,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1208
      serverSide: false,
Open commit View diff
1208 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1209
      stateSave: true,
Open commit View diff
1209 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1210
      pageLength: pagination_size,
Open commit View diff
1210 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1211
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1211 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1212
           "tr" +
Open commit View diff
1212 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1213
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1213 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1214
      language: lang_datatables,
Open commit View diff
1214 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1215
      order: [[2, 'desc']],
Open commit View diff
1215 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1216
      initComplete: function(){
Open commit View diff
1216 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1217
        hideTableExpandCollapseBtn('#tab-templates-mbox', '#templates_mbox_table');
Open commit View diff
1217 hideTableExpandCollapseBtn('#tab-templates-mbox', '#templates_mbox_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1218
      },
Open commit View diff
1218 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1219
      ajax: {
Open commit View diff
1219 ajax: {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1220
        type: "GET",
Open commit View diff
1220 type: "GET",
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1221
        url: "/api/v1/get/mailbox/template/all",
Open commit View diff
1221 url: "/api/v1/get/mailbox/template/all",
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1222
        dataSrc: function(json){
Open commit View diff
1222 dataSrc: function(json){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1223
          $.each(json, function (i, item) {
Open commit View diff
1223 $.each(json, function (i, item) {
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1224
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailbox_template" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
Open commit View diff
1224 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailbox_template" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1225
Open commit View diff
1225
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1226
            item.template = escapeHtml(item.template);
Open commit View diff
1226 item.template = escapeHtml(item.template);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1227
            if (item.attributes.rl_frame === "s"){
Open commit View diff
1227 if (item.attributes.rl_frame === "s"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1228
              item.attributes.rl_frame = lang_rl.second;
Open commit View diff
1228 item.attributes.rl_frame = lang_rl.second;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1229
            } else if (item.attributes.rl_frame === "m"){
Open commit View diff
1229 } else if (item.attributes.rl_frame === "m"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1230
              item.attributes.rl_frame = lang_rl.minute;
Open commit View diff
1230 item.attributes.rl_frame = lang_rl.minute;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1231
            } else if (item.attributes.rl_frame === "h"){
Open commit View diff
1231 } else if (item.attributes.rl_frame === "h"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1232
              item.attributes.rl_frame = lang_rl.hour;
Open commit View diff
1232 item.attributes.rl_frame = lang_rl.hour;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1233
            } else if (item.attributes.rl_frame === "d"){
Open commit View diff
1233 } else if (item.attributes.rl_frame === "d"){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1234
              item.attributes.rl_frame = lang_rl.day;
Open commit View diff
1234 item.attributes.rl_frame = lang_rl.day;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1235
            }
Open commit View diff
1235 }
FreddleSpl0it over 1 year ago fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1236
            item.attributes.rl_value = (!item.attributes.rl_value) ? "∞" : escapeHtml(item.attributes.rl_value);
Open commit View diff
1236 item.attributes.rl_value = (!item.attributes.rl_value) ? "∞" : escapeHtml(item.attributes.rl_value);
same change fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1237
            item.attributes.ratelimit = item.attributes.rl_value + " " + item.attributes.rl_frame;
Open commit View diff
1237 item.attributes.ratelimit = item.attributes.rl_value + " " + item.attributes.rl_frame;
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1238
Open commit View diff
1238
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1239
            item.attributes.quota = humanFileSize(item.attributes.quota);
Open commit View diff
1239 item.attributes.quota = humanFileSize(item.attributes.quota);
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1240
Open commit View diff
1240
goodygh over 3 years ago a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1241
            item.attributes.tls_enforce_in = '<i class="text-' + (item.attributes.tls_enforce_in == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"><span class="sorting-value">' + (item.attributes.tls_enforce_in == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1241 item.attributes.tls_enforce_in = '<i class="text-' + (item.attributes.tls_enforce_in == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"><span class="sorting-value">' + (item.attributes.tls_enforce_in == 1 ? '1' : '0') + '</span></i>';
same change a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1242
            item.attributes.tls_enforce_out = '<i class="text-' + (item.attributes.tls_enforce_out == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"><span class="sorting-value">' + (item.attributes.tls_enforce_out == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1242 item.attributes.tls_enforce_out = '<i class="text-' + (item.attributes.tls_enforce_out == 1 ? 'success bi bi-lock-fill' : 'danger bi bi-unlock-fill') + '"><span class="sorting-value">' + (item.attributes.tls_enforce_out == 1 ? '1' : '0') + '</span></i>';
same change a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1243
            item.attributes.pop3_access = '<i class="text-' + (item.attributes.pop3_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.pop3_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.pop3_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1243 item.attributes.pop3_access = '<i class="text-' + (item.attributes.pop3_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.pop3_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.pop3_access == 1 ? '1' : '0') + '</span></i>';
same change a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1244
            item.attributes.imap_access = '<i class="text-' + (item.attributes.imap_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.imap_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.imap_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1244 item.attributes.imap_access = '<i class="text-' + (item.attributes.imap_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.imap_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.imap_access == 1 ? '1' : '0') + '</span></i>';
same change a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1245
            item.attributes.smtp_access = '<i class="text-' + (item.attributes.smtp_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.smtp_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.smtp_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1245 item.attributes.smtp_access = '<i class="text-' + (item.attributes.smtp_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.smtp_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.smtp_access == 1 ? '1' : '0') + '</span></i>';
same change a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1246
            item.attributes.sieve_access = '<i class="text-' + (item.attributes.sieve_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sieve_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.sieve_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1246 item.attributes.sieve_access = '<i class="text-' + (item.attributes.sieve_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sieve_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.sieve_access == 1 ? '1' : '0') + '</span></i>';
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1247
            item.attributes.eas_access = '<i class="text-' + (item.attributes.eas_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.eas_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.eas_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1247 item.attributes.eas_access = '<i class="text-' + (item.attributes.eas_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.eas_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.eas_access == 1 ? '1' : '0') + '</span></i>';
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1248
            item.attributes.dav_access = '<i class="text-' + (item.attributes.dav_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.dav_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.dav_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1248 item.attributes.dav_access = '<i class="text-' + (item.attributes.dav_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.dav_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.dav_access == 1 ? '1' : '0') + '</span></i>';
goodygh over 3 years ago a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1249
            item.attributes.sogo_access = '<i class="text-' + (item.attributes.sogo_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sogo_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.sogo_access == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1249 item.attributes.sogo_access = '<i class="text-' + (item.attributes.sogo_access == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.sogo_access == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.sogo_access == 1 ? '1' : '0') + '</span></i>';
Snafu about 2 months ago 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1250
            item.attributes.force_tfa = '<i class="text-' + (item.attributes.force_tfa == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.force_tfa == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.force_tfa == 1 ? '1' : '0') + '</span></i>';
Open commit View diff
1250 item.attributes.force_tfa = '<i class="text-' + (item.attributes.force_tfa == 1 ? 'success' : 'danger') + ' bi bi-' + (item.attributes.force_tfa == 1 ? 'check-lg' : 'x-lg') + '"><span class="sorting-value">' + (item.attributes.force_tfa == 1 ? '1' : '0') + '</span></i>';
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1251
            if (item.attributes.quarantine_notification === 'never') {
Open commit View diff
1251 if (item.attributes.quarantine_notification === 'never') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1252
              item.attributes.quarantine_notification = lang.never;
Open commit View diff
1252 item.attributes.quarantine_notification = lang.never;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1253
            } else if (item.attributes.quarantine_notification === 'hourly') {
Open commit View diff
1253 } else if (item.attributes.quarantine_notification === 'hourly') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1254
              item.attributes.quarantine_notification = lang.hourly;
Open commit View diff
1254 item.attributes.quarantine_notification = lang.hourly;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1255
            } else if (item.attributes.quarantine_notification === 'daily') {
Open commit View diff
1255 } else if (item.attributes.quarantine_notification === 'daily') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1256
              item.attributes.quarantine_notification = lang.daily;
Open commit View diff
1256 item.attributes.quarantine_notification = lang.daily;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1257
            } else if (item.attributes.quarantine_notification === 'weekly') {
Open commit View diff
1257 } else if (item.attributes.quarantine_notification === 'weekly') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1258
              item.attributes.quarantine_notification = lang.weekly;
Open commit View diff
1258 item.attributes.quarantine_notification = lang.weekly;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1259
            }
Open commit View diff
1259 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1260
            if (item.attributes.quarantine_category === 'reject') {
Open commit View diff
1260 if (item.attributes.quarantine_category === 'reject') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1261
              item.attributes.quarantine_category = '<span class="text-danger">' + lang.q_reject + '</span>';
Open commit View diff
1261 item.attributes.quarantine_category = '<span class="text-danger">' + lang.q_reject + '</span>';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1262
            } else if (item.attributes.quarantine_category === 'add_header') {
Open commit View diff
1262 } else if (item.attributes.quarantine_category === 'add_header') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1263
              item.attributes.quarantine_category = '<span class="text-warning">' + lang.q_add_header + '</span>';
Open commit View diff
1263 item.attributes.quarantine_category = '<span class="text-warning">' + lang.q_add_header + '</span>';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1264
            } else if (item.attributes.quarantine_category === 'all') {
Open commit View diff
1264 } else if (item.attributes.quarantine_category === 'all') {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1265
              item.attributes.quarantine_category = lang.q_all;
Open commit View diff
1265 item.attributes.quarantine_category = lang.q_all;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1266
            }
Open commit View diff
1266 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1267
Open commit View diff
1267
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
1268
            if (item.template.toLowerCase() == "default"){
Open commit View diff
1268 if (item.template.toLowerCase() == "default"){
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1269
              item.action = '<div class="btn-group">' +
Open commit View diff
1269 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1270
                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1270 '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1271
                '</div>';
Open commit View diff
1271 '</div>';
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
1272
            }
Open commit View diff
1272 }
same change f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
1273
            else {
Open commit View diff
1273 else {
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1274
              item.action = '<div class="btn-group">' +
Open commit View diff
1274 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1275
                '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1275 '<a href="/edit/template/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1276
                '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/mailbox/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1276 '<a href="#" data-action="delete_selected" data-id="single-template" data-api-url="delete/mailbox/template" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1277
                '</div>';
Open commit View diff
1277 '</div>';
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
1278
            }
Open commit View diff
1278 }
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1279
Open commit View diff
1279
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1280
            if (Array.isArray(item.attributes.tags)){
Open commit View diff
1280 if (Array.isArray(item.attributes.tags)){
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1281
              var tags = '';
Open commit View diff
1281 var tags = '';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1282
              for (var i = 0; i < item.attributes.tags.length; i++)
Open commit View diff
1282 for (var i = 0; i < item.attributes.tags.length; i++)
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1283
                tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.attributes.tags[i]) + '</span>';
Open commit View diff
1283 tags += '<span class="badge bg-primary tag-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(item.attributes.tags[i]) + '</span>';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1284
              item.attributes.tags = tags;
Open commit View diff
1284 item.attributes.tags = tags;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1285
            } else {
Open commit View diff
1285 } else {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1286
              item.attributes.tags = '';
Open commit View diff
1286 item.attributes.tags = '';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1287
            }
Open commit View diff
1287 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1288
          });
Open commit View diff
1288 });
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1289
Open commit View diff
1289
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1290
          return json;
Open commit View diff
1290 return json;
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1291
        }
Open commit View diff
1291 }
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1292
      },
Open commit View diff
1292 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1293
      columns: [
Open commit View diff
1293 columns: [
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1294
        {
Open commit View diff
1294 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1295
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1295 // placeholder, so checkbox will not block child row toggle
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1296
          title: '',
Open commit View diff
1296 title: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1297
          data: null,
Open commit View diff
1297 data: null,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1298
          searchable: false,
Open commit View diff
1298 searchable: false,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1299
          orderable: false,
Open commit View diff
1299 orderable: false,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1300
          defaultContent: '',
Open commit View diff
1300 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1301
          responsivePriority: 1
Open commit View diff
1301 responsivePriority: 1
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1302
        },
Open commit View diff
1302 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1303
        {
Open commit View diff
1303 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1304
          title: '',
Open commit View diff
1304 title: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1305
          data: 'chkbox',
Open commit View diff
1305 data: 'chkbox',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1306
          searchable: false,
Open commit View diff
1306 searchable: false,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1307
          orderable: false,
Open commit View diff
1307 orderable: false,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1308
          defaultContent: '',
Open commit View diff
1308 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1309
          responsivePriority: 1
Open commit View diff
1309 responsivePriority: 1
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1310
        },
Open commit View diff
1310 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1311
        {
Open commit View diff
1311 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1312
          title: "ID",
Open commit View diff
1312 title: "ID",
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1313
          data: 'id',
Open commit View diff
1313 data: 'id',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1314
          responsivePriority: 2,
Open commit View diff
1314 responsivePriority: 2,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1315
          defaultContent: ''
Open commit View diff
1315 defaultContent: ''
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1316
        },
Open commit View diff
1316 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1317
        {
Open commit View diff
1317 {
DerLinkman over 3 years ago f4731ee

Cleanup + Language Fixes

Full commit hash
f4731eecdb029be7393177bc76c6e649e40320b2
Author
DerLinkman <[email protected]>
Date
over 3 years ago
Selected line
1318
          title: lang.template,
Open commit View diff
1318 title: lang.template,
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1319
          data: 'template',
Open commit View diff
1319 data: 'template',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1320
          responsivePriority: 3,
Open commit View diff
1320 responsivePriority: 3,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1321
          defaultContent: ''
Open commit View diff
1321 defaultContent: ''
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1322
        },
Open commit View diff
1322 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1323
        {
Open commit View diff
1323 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1324
          title: lang.domain_quota,
Open commit View diff
1324 title: lang.domain_quota,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1325
          data: 'attributes.quota',
Open commit View diff
1325 data: 'attributes.quota',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1326
          defaultContent: '',
Open commit View diff
1326 defaultContent: '',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1327
        },
Open commit View diff
1327 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1328
        {
Open commit View diff
1328 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1329
          title: lang.tls_enforce_in,
Open commit View diff
1329 title: lang.tls_enforce_in,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1330
          data: 'attributes.tls_enforce_in',
Open commit View diff
1330 data: 'attributes.tls_enforce_in',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1331
          defaultContent: ''
Open commit View diff
1331 defaultContent: ''
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1332
        },
Open commit View diff
1332 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1333
        {
Open commit View diff
1333 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1334
          title: lang.tls_enforce_out,
Open commit View diff
1334 title: lang.tls_enforce_out,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1335
          data: 'attributes.tls_enforce_out',
Open commit View diff
1335 data: 'attributes.tls_enforce_out',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1336
          defaultContent: ''
Open commit View diff
1336 defaultContent: ''
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1337
        },
Open commit View diff
1337 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1338
        {
Open commit View diff
1338 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1339
          title: 'SMTP',
Open commit View diff
1339 title: 'SMTP',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1340
          data: 'attributes.smtp_access',
Open commit View diff
1340 data: 'attributes.smtp_access',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1341
          defaultContent: '',
Open commit View diff
1341 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1342
        },
Open commit View diff
1342 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1343
        {
Open commit View diff
1343 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1344
          title: 'IMAP',
Open commit View diff
1344 title: 'IMAP',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1345
          data: 'attributes.imap_access',
Open commit View diff
1345 data: 'attributes.imap_access',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1346
          defaultContent: '',
Open commit View diff
1346 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1347
        },
Open commit View diff
1347 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1348
        {
Open commit View diff
1348 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1349
          title: 'POP3',
Open commit View diff
1349 title: 'POP3',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1350
          data: 'attributes.pop3_access',
Open commit View diff
1350 data: 'attributes.pop3_access',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1351
          defaultContent: '',
Open commit View diff
1351 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1352
        },
Open commit View diff
1352 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1353
        {
Open commit View diff
1353 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1354
          title: 'SIEVE',
Open commit View diff
1354 title: 'SIEVE',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1355
          data: 'attributes.sieve_access',
Open commit View diff
1355 data: 'attributes.sieve_access',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1356
          defaultContent: '',
Open commit View diff
1356 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1357
        },
Open commit View diff
1357 },
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1358
        {
Open commit View diff
1358 {
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1359
          title: 'EAS',
Open commit View diff
1359 title: 'EAS',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1360
          data: 'attributes.eas_access',
Open commit View diff
1360 data: 'attributes.eas_access',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1361
          defaultContent: '',
Open commit View diff
1361 defaultContent: '',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1362
        },
Open commit View diff
1362 },
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1363
        {
Open commit View diff
1363 {
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1364
          title: 'DAV',
Open commit View diff
1364 title: 'DAV',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1365
          data: 'attributes.dav_access',
Open commit View diff
1365 data: 'attributes.dav_access',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1366
          defaultContent: '',
Open commit View diff
1366 defaultContent: '',
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
1367
        },
Open commit View diff
1367 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1368
        {
Open commit View diff
1368 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1369
          title: 'SOGO',
Open commit View diff
1369 title: 'SOGO',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1370
          data: 'attributes.sogo_access',
Open commit View diff
1370 data: 'attributes.sogo_access',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1371
          defaultContent: '',
Open commit View diff
1371 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1372
        },
Open commit View diff
1372 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1373
        {
Open commit View diff
1373 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1374
          title: lang.quarantine_notification,
Open commit View diff
1374 title: lang.quarantine_notification,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1375
          data: 'attributes.quarantine_notification',
Open commit View diff
1375 data: 'attributes.quarantine_notification',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1376
          defaultContent: '',
Open commit View diff
1376 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1377
          className: 'none'
Open commit View diff
1377 className: 'none'
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1378
        },
Open commit View diff
1378 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1379
        {
Open commit View diff
1379 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1380
          title: lang.quarantine_category,
Open commit View diff
1380 title: lang.quarantine_category,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1381
          data: 'attributes.quarantine_category',
Open commit View diff
1381 data: 'attributes.quarantine_category',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1382
          defaultContent: '',
Open commit View diff
1382 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1383
          className: 'none'
Open commit View diff
1383 className: 'none'
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1384
        },
Open commit View diff
1384 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1385
        {
Open commit View diff
1385 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1386
          title: lang.force_pw_update,
Open commit View diff
1386 title: lang.force_pw_update,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1387
          data: 'attributes.force_pw_update',
Open commit View diff
1387 data: 'attributes.force_pw_update',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1388
          defaultContent: '',
Open commit View diff
1388 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1389
          class: 'none',
Open commit View diff
1389 class: 'none',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1390
          render: function (data, type) {
Open commit View diff
1390 render: function (data, type) {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1391
            return 1==data?'<i class="bi bi-check-lg"></i>':'<i class="bi bi-x-lg"></i>';
Open commit View diff
1391 return 1==data?'<i class="bi bi-check-lg"></i>':'<i class="bi bi-x-lg"></i>';
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1392
          }
Open commit View diff
1392 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1393
        },
Open commit View diff
1393 },
Snafu about 2 months ago 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1394
        {
Open commit View diff
1394 {
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1395
          title: lang.force_tfa,
Open commit View diff
1395 title: lang.force_tfa,
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1396
          data: 'attributes.force_tfa',
Open commit View diff
1396 data: 'attributes.force_tfa',
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1397
          defaultContent: ''
Open commit View diff
1397 defaultContent: ''
same change 0fafda6

Fix force_tfa not available in mailbox template #7216

Full commit hash
0fafda696bc9ee997e3c2a368b28f4600037aaca
Author
Snafu <[email protected]>
Date
about 2 months ago
Selected line
1398
        },
Open commit View diff
1398 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1399
        {
Open commit View diff
1399 {
FreddleSpl0it over 1 year ago fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1400
          title: lang_edit.ratelimit,
Open commit View diff
1400 title: lang_edit.ratelimit,
same change fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1401
          data: 'attributes.ratelimit',
Open commit View diff
1401 data: 'attributes.ratelimit',
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1402
          defaultContent: '',
Open commit View diff
1402 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1403
          class: 'none',
Open commit View diff
1403 class: 'none',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1404
        },
Open commit View diff
1404 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1405
        {
Open commit View diff
1405 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1406
          title: 'Tags',
Open commit View diff
1406 title: 'Tags',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1407
          data: 'attributes.tags',
Open commit View diff
1407 data: 'attributes.tags',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1408
          defaultContent: '',
Open commit View diff
1408 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1409
          className: 'none'
Open commit View diff
1409 className: 'none'
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1410
        },
Open commit View diff
1410 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1411
        {
Open commit View diff
1411 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1412
          title: lang.active,
Open commit View diff
1412 title: lang.active,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1413
          data: 'attributes.active',
Open commit View diff
1413 data: 'attributes.active',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1414
          defaultContent: '',
Open commit View diff
1414 defaultContent: '',
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1415
          responsivePriority: 4,
Open commit View diff
1415 responsivePriority: 4,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1416
          render: function (data, type) {
Open commit View diff
1416 render: function (data, type) {
goodygh over 3 years ago a9dc13d

Fix sorting datatable in mailbox templates

Full commit hash
a9dc13d567022361a3a4eb88d6d36273134a8516
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1417
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
Open commit View diff
1417 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1418
          }
Open commit View diff
1418 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1419
        },
Open commit View diff
1419 },
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1420
        {
Open commit View diff
1420 {
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1421
          title: lang.action,
Open commit View diff
1421 title: lang.action,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1422
          data: 'action',
Open commit View diff
1422 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1423
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
1423 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1424
          responsivePriority: 6,
Open commit View diff
1424 responsivePriority: 6,
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1425
          defaultContent: ''
Open commit View diff
1425 defaultContent: ''
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1426
        },
Open commit View diff
1426 },
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1427
      ]
Open commit View diff
1427 ]
same change 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1428
    });
Open commit View diff
1428 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1429
Open commit View diff
1429
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1430
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1430 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1431
      hideTableExpandCollapseBtn('#tab-templates-mbox', '#templates_mbox_table');
Open commit View diff
1431 hideTableExpandCollapseBtn('#tab-templates-mbox', '#templates_mbox_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1432
    });
Open commit View diff
1432 });
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1433
  }
Open commit View diff
1433 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1434
  function draw_resource_table() {
Open commit View diff
1434 function draw_resource_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1435
    // just recalc width if instance already exists
Open commit View diff
1435 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1436
    if ($.fn.DataTable.isDataTable('#resource_table') ) {
Open commit View diff
1436 if ($.fn.DataTable.isDataTable('#resource_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1437
      $('#resource_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1437 $('#resource_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1438
      return;
Open commit View diff
1438 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1439
    }
Open commit View diff
1439 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1440
Open commit View diff
1440
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1441
    var table = $('#resource_table').DataTable({
Open commit View diff
1441 var table = $('#resource_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1442
      responsive: true,
Open commit View diff
1442 responsive: true,
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1443
      processing: true,
Open commit View diff
1443 processing: true,
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1444
      serverSide: false,
Open commit View diff
1444 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1445
      stateSave: true,
Open commit View diff
1445 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1446
      pageLength: pagination_size,
Open commit View diff
1446 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1447
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1447 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1448
           "tr" +
Open commit View diff
1448 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1449
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1449 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1450
      language: lang_datatables,
Open commit View diff
1450 language: lang_datatables,
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1451
      initComplete: function(settings, json){
Open commit View diff
1451 initComplete: function(settings, json){
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1452
        hideTableExpandCollapseBtn('#tab-resources', '#resource_table');
Open commit View diff
1452 hideTableExpandCollapseBtn('#tab-resources', '#resource_table');
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1453
        filterByDomain(json, 5, table);
Open commit View diff
1453 filterByDomain(json, 5, table);
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1454
      },
Open commit View diff
1454 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1455
      ajax: {
Open commit View diff
1455 ajax: {
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1456
        type: "GET",
Open commit View diff
1456 type: "GET",
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1457
        url: "/api/v1/get/resource/all",
Open commit View diff
1457 url: "/api/v1/get/resource/all",
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1458
        dataSrc: function(json){
Open commit View diff
1458 dataSrc: function(json){
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1459
          $.each(json, function (i, item) {
Open commit View diff
1459 $.each(json, function (i, item) {
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1460
            if (item.multiple_bookings == '0') {
Open commit View diff
1460 if (item.multiple_bookings == '0') {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1461
              item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-success">' + lang.booking_0_short + '</span>';
Open commit View diff
1461 item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-success">' + lang.booking_0_short + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1462
            } else if (item.multiple_bookings == '-1') {
Open commit View diff
1462 } else if (item.multiple_bookings == '-1') {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1463
              item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-warning">' + lang.booking_lt0_short + '</span>';
Open commit View diff
1463 item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-warning">' + lang.booking_lt0_short + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1464
            } else {
Open commit View diff
1464 } else {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1465
              item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-danger">' + lang.booking_custom_short + ' (' + item.multiple_bookings + ')</span>';
Open commit View diff
1465 item.multiple_bookings = '<span id="active-script" class="badge fs-6 bg-danger">' + lang.booking_custom_short + ' (' + item.multiple_bookings + ')</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1466
            }
Open commit View diff
1466 }
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1467
            item.action = '<div class="btn-group">' +
Open commit View diff
1467 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1468
              '<a href="/edit/resource/' + encodeURIComponent(item.name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1468 '<a href="/edit/resource/' + encodeURIComponent(item.name) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1469
              '<a href="#" data-action="delete_selected" data-id="single-resource" data-api-url="delete/resource" data-item="' + item.name + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1469 '<a href="#" data-action="delete_selected" data-id="single-resource" data-api-url="delete/resource" data-item="' + item.name + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1470
              '</div>';
Open commit View diff
1470 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1471
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="resource" name="multi_select" value="' + encodeURIComponent(item.name) + '" />';
Open commit View diff
1471 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="resource" name="multi_select" value="' + encodeURIComponent(item.name) + '" />';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1472
            item.name = escapeHtml(item.name);
Open commit View diff
1472 item.name = escapeHtml(item.name);
Niklas Meyer about 4 years ago 1edd401

[Web] escapehtml in mailbox.js (#4604)

Full commit hash
1edd4012e4d3f0ab9456d5750e7be19ee55ee1f5
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
1473
            item.description = escapeHtml(item.description);
Open commit View diff
1473 item.description = escapeHtml(item.description);
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1474
          });
Open commit View diff
1474 });
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1475
Open commit View diff
1475
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1476
          return json;
Open commit View diff
1476 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1477
        }
Open commit View diff
1477 }
friedPotat0 almost 7 years ago c48ae23

Restrict toggle for tbl with specific breakpoints

Full commit hash
c48ae234cebc96260baca88c3e67523ce52c7591
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1478
      },
Open commit View diff
1478 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1479
      columns: [
Open commit View diff
1479 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1480
        {
Open commit View diff
1480 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1481
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1481 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1482
          title: '',
Open commit View diff
1482 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1483
          data: null,
Open commit View diff
1483 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1484
          searchable: false,
Open commit View diff
1484 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1485
          orderable: false,
Open commit View diff
1485 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1486
          defaultContent: '',
Open commit View diff
1486 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1487
          responsivePriority: 1
Open commit View diff
1487 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1488
        },
Open commit View diff
1488 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1489
        {
Open commit View diff
1489 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1490
          title: '',
Open commit View diff
1490 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1491
          data: 'chkbox',
Open commit View diff
1491 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1492
          searchable: false,
Open commit View diff
1492 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1493
          orderable: false,
Open commit View diff
1493 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1494
          defaultContent: '',
Open commit View diff
1494 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1495
          responsivePriority: 2
Open commit View diff
1495 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1496
        },
Open commit View diff
1496 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1497
        {
Open commit View diff
1497 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1498
          title: lang.description,
Open commit View diff
1498 title: lang.description,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1499
          data: 'description',
Open commit View diff
1499 data: 'description',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1500
          responsivePriority: 3,
Open commit View diff
1500 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1501
          defaultContent: ''
Open commit View diff
1501 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1502
        },
Open commit View diff
1502 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1503
        {
Open commit View diff
1503 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1504
          title: lang.alias,
Open commit View diff
1504 title: lang.alias,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1505
          data: 'name',
Open commit View diff
1505 data: 'name',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1506
          defaultContent: ''
Open commit View diff
1506 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1507
        },
Open commit View diff
1507 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1508
        {
Open commit View diff
1508 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1509
          title: lang.kind,
Open commit View diff
1509 title: lang.kind,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1510
          data: 'kind',
Open commit View diff
1510 data: 'kind',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1511
          defaultContent: ''
Open commit View diff
1511 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1512
        },
Open commit View diff
1512 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1513
        {
Open commit View diff
1513 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1514
          title: lang.domain,
Open commit View diff
1514 title: lang.domain,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1515
          data: 'domain',
Open commit View diff
1515 data: 'domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1516
          responsivePriority: 4,
Open commit View diff
1516 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1517
          defaultContent: ''
Open commit View diff
1517 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1518
        },
Open commit View diff
1518 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1519
        {
Open commit View diff
1519 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1520
          title: lang.multiple_bookings,
Open commit View diff
1520 title: lang.multiple_bookings,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1521
          data: 'multiple_bookings',
Open commit View diff
1521 data: 'multiple_bookings',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1522
          defaultContent: ''
Open commit View diff
1522 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1523
        },
Open commit View diff
1523 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1524
        {
Open commit View diff
1524 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1525
          title: lang.active,
Open commit View diff
1525 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1526
          data: 'active',
Open commit View diff
1526 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1527
          defaultContent: '',
Open commit View diff
1527 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1528
          render: function (data, type) {
Open commit View diff
1528 render: function (data, type) {
goodygh over 3 years ago 0252790

Fix sorting for active resources

Full commit hash
025279009dc7db57f938631c72ec3e2287c04964
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1529
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
Open commit View diff
1529 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1530
          }
Open commit View diff
1530 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1531
        },
Open commit View diff
1531 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1532
        {
Open commit View diff
1532 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1533
          title: lang.action,
Open commit View diff
1533 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1534
          data: 'action',
Open commit View diff
1534 data: 'action',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1535
          responsivePriority: 5,
Open commit View diff
1535 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1536
          defaultContent: '',
Open commit View diff
1536 defaultContent: '',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1537
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right'
Open commit View diff
1537 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right'
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1538
        },
Open commit View diff
1538 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1539
      ]
Open commit View diff
1539 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1540
    });
Open commit View diff
1540 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1541
Open commit View diff
1541
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1542
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1542 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1543
      hideTableExpandCollapseBtn('#tab-resources', '#resource_table');
Open commit View diff
1543 hideTableExpandCollapseBtn('#tab-resources', '#resource_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1544
    });
Open commit View diff
1544 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1545
  }
Open commit View diff
1545 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1546
  function draw_bcc_table() {
Open commit View diff
1546 function draw_bcc_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1547
    $.get("/api/v1/get/bcc-destination-options", function(data){
Open commit View diff
1547 $.get("/api/v1/get/bcc-destination-options", function(data){
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1548
      var optgroup = "";
Open commit View diff
1548 var optgroup = "";
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1549
      // Domains
Open commit View diff
1549 // Domains
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1550
      if (data.domains && data.domains.length > 0) {
Open commit View diff
1550 if (data.domains && data.domains.length > 0) {
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1551
        optgroup = "<optgroup label='" + lang.domains + "'>";
Open commit View diff
1551 optgroup = "<optgroup label='" + lang.domains + "'>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1552
        $.each(data.domains, function(index, domain){
Open commit View diff
1552 $.each(data.domains, function(index, domain){
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1553
          optgroup += "<option value='" + domain + "'>" + domain + "</option>";
Open commit View diff
1553 optgroup += "<option value='" + domain + "'>" + domain + "</option>";
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1554
        });
Open commit View diff
1554 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1555
        optgroup += "</optgroup>";
Open commit View diff
1555 optgroup += "</optgroup>";
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1556
        $('#bcc-local-dest').append(optgroup);
Open commit View diff
1556 $('#bcc-local-dest').append(optgroup);
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1557
      }
Open commit View diff
1557 }
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1558
      // Alias domains
Open commit View diff
1558 // Alias domains
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1559
      if (data.alias_domains && data.alias_domains.length > 0) {
Open commit View diff
1559 if (data.alias_domains && data.alias_domains.length > 0) {
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1560
        optgroup = "<optgroup label='" + lang.domain_aliases + "'>";
Open commit View diff
1560 optgroup = "<optgroup label='" + lang.domain_aliases + "'>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1561
        $.each(data.alias_domains, function(index, alias_domain){
Open commit View diff
1561 $.each(data.alias_domains, function(index, alias_domain){
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1562
          optgroup += "<option value='" + alias_domain + "'>" + alias_domain + "</option>";
Open commit View diff
1562 optgroup += "<option value='" + alias_domain + "'>" + alias_domain + "</option>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1563
        });
Open commit View diff
1563 });
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1564
        optgroup += "</optgroup>"
Open commit View diff
1564 optgroup += "</optgroup>"
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1565
        $('#bcc-local-dest').append(optgroup);
Open commit View diff
1565 $('#bcc-local-dest').append(optgroup);
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1566
      }
Open commit View diff
1566 }
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1567
      // Mailboxes and aliases
Open commit View diff
1567 // Mailboxes and aliases
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1568
      if (data.mailboxes && Object.keys(data.mailboxes).length > 0) {
Open commit View diff
1568 if (data.mailboxes && Object.keys(data.mailboxes).length > 0) {
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1569
        $.each(data.mailboxes, function(mailbox, aliases){
Open commit View diff
1569 $.each(data.mailboxes, function(mailbox, aliases){
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1570
          optgroup = "<optgroup label='" + mailbox + "'>";
Open commit View diff
1570 optgroup = "<optgroup label='" + mailbox + "'>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1571
          $.each(aliases, function(index, alias){
Open commit View diff
1571 $.each(aliases, function(index, alias){
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1572
            optgroup += "<option value='" + alias + "'>" + alias + "</option>";
Open commit View diff
1572 optgroup += "<option value='" + alias + "'>" + alias + "</option>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1573
          });
Open commit View diff
1573 });
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1574
          optgroup += "</optgroup>";
Open commit View diff
1574 optgroup += "</optgroup>";
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1575
          $('#bcc-local-dest').append(optgroup);
Open commit View diff
1575 $('#bcc-local-dest').append(optgroup);
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1576
        });
Open commit View diff
1576 });
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1577
      }
Open commit View diff
1577 }
same change aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
1578
      // Recreate picker
Open commit View diff
1578 // Recreate picker
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1579
      $('#bcc-local-dest').selectpicker('refresh');
Open commit View diff
1579 $('#bcc-local-dest').selectpicker('refresh');
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1580
    });
Open commit View diff
1580 });
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1581
Open commit View diff
1581
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1582
    // just recalc width if instance already exists
Open commit View diff
1582 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1583
    if ($.fn.DataTable.isDataTable('#bcc_table') ) {
Open commit View diff
1583 if ($.fn.DataTable.isDataTable('#bcc_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1584
      $('#bcc_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1584 $('#bcc_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1585
      return;
Open commit View diff
1585 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1586
    }
Open commit View diff
1586 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1587
Open commit View diff
1587
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1588
    var table = $('#bcc_table').DataTable({
Open commit View diff
1588 var table = $('#bcc_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1589
      responsive: true,
Open commit View diff
1589 responsive: true,
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1590
      processing: true,
Open commit View diff
1590 processing: true,
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1591
      serverSide: false,
Open commit View diff
1591 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1592
      stateSave: true,
Open commit View diff
1592 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1593
      pageLength: pagination_size,
Open commit View diff
1593 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1594
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1594 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1595
           "tr" +
Open commit View diff
1595 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1596
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1596 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1597
      language: lang_datatables,
Open commit View diff
1597 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1598
      order: [[2, 'desc']],
Open commit View diff
1598 order: [[2, 'desc']],
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1599
      initComplete: function(settings, json){
Open commit View diff
1599 initComplete: function(settings, json){
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1600
        hideTableExpandCollapseBtn('#collapse-tab-bcc', '#bcc_table');
Open commit View diff
1600 hideTableExpandCollapseBtn('#collapse-tab-bcc', '#bcc_table');
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1601
        filterByDomain(json, 6, table);
Open commit View diff
1601 filterByDomain(json, 6, table);
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1602
      },
Open commit View diff
1602 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1603
      ajax: {
Open commit View diff
1603 ajax: {
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1604
        type: "GET",
Open commit View diff
1604 type: "GET",
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1605
        url: "/api/v1/get/bcc/all",
Open commit View diff
1605 url: "/api/v1/get/bcc/all",
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1606
        dataSrc: function(json){
Open commit View diff
1606 dataSrc: function(json){
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1607
          $.each(json, function (i, item) {
Open commit View diff
1607 $.each(json, function (i, item) {
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1608
            item.action = '<div class="btn-group">' +
Open commit View diff
1608 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1609
              '<a href="/edit/bcc/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1609 '<a href="/edit/bcc/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1610
              '<a href="#" data-action="delete_selected" data-id="single-bcc" data-api-url="delete/bcc" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1610 '<a href="#" data-action="delete_selected" data-id="single-bcc" data-api-url="delete/bcc" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1611
              '</div>';
Open commit View diff
1611 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1612
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="bcc" name="multi_select" value="' + item.id + '" />';
Open commit View diff
1612 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="bcc" name="multi_select" value="' + item.id + '" />';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1613
            item.local_dest = escapeHtml(item.local_dest);
Open commit View diff
1613 item.local_dest = escapeHtml(item.local_dest);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1614
            item.bcc_dest = escapeHtml(item.bcc_dest);
Open commit View diff
1614 item.bcc_dest = escapeHtml(item.bcc_dest);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1615
            if (item.type == 'sender') {
Open commit View diff
1615 if (item.type == 'sender') {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1616
              item.type = '<span id="active-script" class="badge fs-6 bg-success">' + lang.bcc_sender_map + '</span>';
Open commit View diff
1616 item.type = '<span id="active-script" class="badge fs-6 bg-success">' + lang.bcc_sender_map + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1617
            } else {
Open commit View diff
1617 } else {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1618
              item.type = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.bcc_rcpt_map + '</span>';
Open commit View diff
1618 item.type = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.bcc_rcpt_map + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1619
            }
Open commit View diff
1619 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1620
          });
Open commit View diff
1620 });
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1621
Open commit View diff
1621
same change fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1622
          return json;
Open commit View diff
1622 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1623
        }
Open commit View diff
1623 }
friedPotat0 almost 7 years ago c48ae23

Restrict toggle for tbl with specific breakpoints

Full commit hash
c48ae234cebc96260baca88c3e67523ce52c7591
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1624
      },
Open commit View diff
1624 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1625
      columns: [
Open commit View diff
1625 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1626
        {
Open commit View diff
1626 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1627
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1627 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1628
          title: '',
Open commit View diff
1628 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1629
          data: null,
Open commit View diff
1629 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1630
          searchable: false,
Open commit View diff
1630 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1631
          orderable: false,
Open commit View diff
1631 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1632
          defaultContent: '',
Open commit View diff
1632 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1633
          responsivePriority: 1
Open commit View diff
1633 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1634
        },
Open commit View diff
1634 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1635
        {
Open commit View diff
1635 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1636
          title: '',
Open commit View diff
1636 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1637
          data: 'chkbox',
Open commit View diff
1637 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1638
          searchable: false,
Open commit View diff
1638 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1639
          orderable: false,
Open commit View diff
1639 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1640
          defaultContent: '',
Open commit View diff
1640 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1641
          responsivePriority: 2
Open commit View diff
1641 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1642
        },
Open commit View diff
1642 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1643
        {
Open commit View diff
1643 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1644
          title: 'ID',
Open commit View diff
1644 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1645
          data: 'id',
Open commit View diff
1645 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1646
          responsivePriority: 3,
Open commit View diff
1646 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1647
          defaultContent: ''
Open commit View diff
1647 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1648
        },
Open commit View diff
1648 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1649
        {
Open commit View diff
1649 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1650
          title: lang.bcc_type,
Open commit View diff
1650 title: lang.bcc_type,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1651
          data: 'type',
Open commit View diff
1651 data: 'type',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1652
          defaultContent: ''
Open commit View diff
1652 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1653
        },
Open commit View diff
1653 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1654
        {
Open commit View diff
1654 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1655
          title: lang.bcc_local_dest,
Open commit View diff
1655 title: lang.bcc_local_dest,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1656
          data: 'local_dest',
Open commit View diff
1656 data: 'local_dest',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1657
          defaultContent: ''
Open commit View diff
1657 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1658
        },
Open commit View diff
1658 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1659
        {
Open commit View diff
1659 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1660
          title: lang.bcc_destinations,
Open commit View diff
1660 title: lang.bcc_destinations,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1661
          data: 'bcc_dest',
Open commit View diff
1661 data: 'bcc_dest',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1662
          defaultContent: ''
Open commit View diff
1662 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1663
        },
Open commit View diff
1663 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1664
        {
Open commit View diff
1664 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1665
          title: lang.domain,
Open commit View diff
1665 title: lang.domain,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1666
          data: 'domain',
Open commit View diff
1666 data: 'domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1667
          responsivePriority: 4,
Open commit View diff
1667 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1668
          defaultContent: ''
Open commit View diff
1668 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1669
        },
Open commit View diff
1669 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1670
        {
Open commit View diff
1670 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1671
          title: lang.active,
Open commit View diff
1671 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1672
          data: 'active',
Open commit View diff
1672 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1673
          defaultContent: '',
Open commit View diff
1673 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1674
          render: function (data, type) {
Open commit View diff
1674 render: function (data, type) {
goodygh over 3 years ago 78a8fac

Fix sorting for active bcc-map and recipient-map

Full commit hash
78a8fac6afadbbcaa0672ccb34092b45221ca45f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1675
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
Open commit View diff
1675 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'&#8212;');
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1676
          }
Open commit View diff
1676 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1677
        },
Open commit View diff
1677 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1678
        {
Open commit View diff
1678 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1679
          title: lang.action,
Open commit View diff
1679 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1680
          data: 'action',
Open commit View diff
1680 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1681
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
1681 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1682
          responsivePriority: 5,
Open commit View diff
1682 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1683
          defaultContent: ''
Open commit View diff
1683 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1684
        },
Open commit View diff
1684 },
FreddleSpl0it about 4 years ago fb7e00c

[BS5] Replace FooTable with jquery Datatables

Full commit hash
fb7e00c158060f6367be45bc916947d7d713e2a8
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1685
      ]
Open commit View diff
1685 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1686
    });
Open commit View diff
1686 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1687
Open commit View diff
1687
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1688
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1688 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1689
      hideTableExpandCollapseBtn('#collapse-tab-bcc', '#bcc_table');
Open commit View diff
1689 hideTableExpandCollapseBtn('#collapse-tab-bcc', '#bcc_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1690
    });
Open commit View diff
1690 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1691
  }
Open commit View diff
1691 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1692
  function draw_recipient_map_table() {
Open commit View diff
1692 function draw_recipient_map_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1693
    // just recalc width if instance already exists
Open commit View diff
1693 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1694
    if ($.fn.DataTable.isDataTable('#recipient_map_table') ) {
Open commit View diff
1694 if ($.fn.DataTable.isDataTable('#recipient_map_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1695
      $('#recipient_map_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1695 $('#recipient_map_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1696
      return;
Open commit View diff
1696 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1697
    }
Open commit View diff
1697 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1698
Open commit View diff
1698
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1699
    var table = $('#recipient_map_table').DataTable({
Open commit View diff
1699 var table = $('#recipient_map_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1700
      responsive: true,
Open commit View diff
1700 responsive: true,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1701
      processing: true,
Open commit View diff
1701 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1702
      serverSide: false,
Open commit View diff
1702 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1703
      stateSave: true,
Open commit View diff
1703 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1704
      pageLength: pagination_size,
Open commit View diff
1704 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1705
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1705 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1706
           "tr" +
Open commit View diff
1706 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1707
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1707 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1708
      language: lang_datatables,
Open commit View diff
1708 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1709
      order: [[2, 'desc']],
Open commit View diff
1709 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1710
      initComplete: function(){
Open commit View diff
1710 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1711
        hideTableExpandCollapseBtn('#collapse-tab-bcc-filters', '#recipient_map_table');
Open commit View diff
1711 hideTableExpandCollapseBtn('#collapse-tab-bcc-filters', '#recipient_map_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1712
      },
Open commit View diff
1712 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1713
      ajax: {
Open commit View diff
1713 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1714
        type: "GET",
Open commit View diff
1714 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1715
        url: "/api/v1/get/recipient_map/all",
Open commit View diff
1715 url: "/api/v1/get/recipient_map/all",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1716
        dataSrc: function(json){
Open commit View diff
1716 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1717
          if (role !== "admin") return null;
Open commit View diff
1717 if (role !== "admin") return null;
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1718
Open commit View diff
1718
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1719
          $.each(json, function (i, item) {
Open commit View diff
1719 $.each(json, function (i, item) {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1720
            item.recipient_map_old = escapeHtml(item.recipient_map_old);
Open commit View diff
1720 item.recipient_map_old = escapeHtml(item.recipient_map_old);
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1721
            item.recipient_map_new = escapeHtml(item.recipient_map_new);
Open commit View diff
1721 item.recipient_map_new = escapeHtml(item.recipient_map_new);
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1722
            item.action = '<div class="btn-group">' +
Open commit View diff
1722 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1723
              '<a href="/edit/recipient_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1723 '<a href="/edit/recipient_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1724
              '<a href="#" data-action="delete_selected" data-id="single-recipient_map" data-api-url="delete/recipient_map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1724 '<a href="#" data-action="delete_selected" data-id="single-recipient_map" data-api-url="delete/recipient_map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1725
              '</div>';
Open commit View diff
1725 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1726
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="recipient_map" name="multi_select" value="' + item.id + '" />';
Open commit View diff
1726 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="recipient_map" name="multi_select" value="' + item.id + '" />';
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1727
          });
Open commit View diff
1727 });
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1728
Open commit View diff
1728
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1729
          return json;
Open commit View diff
1729 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1730
        }
Open commit View diff
1730 }
friedPotat0 almost 7 years ago c48ae23

Restrict toggle for tbl with specific breakpoints

Full commit hash
c48ae234cebc96260baca88c3e67523ce52c7591
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1731
      },
Open commit View diff
1731 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1732
      columns: [
Open commit View diff
1732 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1733
        {
Open commit View diff
1733 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1734
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1734 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1735
          title: '',
Open commit View diff
1735 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1736
          data: null,
Open commit View diff
1736 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1737
          searchable: false,
Open commit View diff
1737 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1738
          orderable: false,
Open commit View diff
1738 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1739
          defaultContent: '',
Open commit View diff
1739 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1740
          responsivePriority: 1
Open commit View diff
1740 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1741
        },
Open commit View diff
1741 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1742
        {
Open commit View diff
1742 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1743
          title: '',
Open commit View diff
1743 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1744
          data: 'chkbox',
Open commit View diff
1744 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1745
          searchable: false,
Open commit View diff
1745 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1746
          orderable: false,
Open commit View diff
1746 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1747
          defaultContent: '',
Open commit View diff
1747 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1748
          responsivePriority: 2
Open commit View diff
1748 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1749
        },
Open commit View diff
1749 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1750
        {
Open commit View diff
1750 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1751
          title: 'ID',
Open commit View diff
1751 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1752
          data: 'id',
Open commit View diff
1752 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1753
          responsivePriority: 3,
Open commit View diff
1753 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1754
          defaultContent: ''
Open commit View diff
1754 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1755
        },
Open commit View diff
1755 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1756
        {
Open commit View diff
1756 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1757
          title: lang.recipient_map_old,
Open commit View diff
1757 title: lang.recipient_map_old,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1758
          data: 'recipient_map_old',
Open commit View diff
1758 data: 'recipient_map_old',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1759
          defaultContent: ''
Open commit View diff
1759 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1760
        },
Open commit View diff
1760 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1761
        {
Open commit View diff
1761 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1762
          title: lang.recipient_map_new,
Open commit View diff
1762 title: lang.recipient_map_new,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1763
          data: 'recipient_map_new',
Open commit View diff
1763 data: 'recipient_map_new',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1764
          defaultContent: '',
Open commit View diff
1764 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1765
          responsivePriority: 4
Open commit View diff
1765 responsivePriority: 4
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1766
        },
Open commit View diff
1766 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1767
        {
Open commit View diff
1767 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1768
          title: lang.active,
Open commit View diff
1768 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1769
          data: 'active',
Open commit View diff
1769 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1770
          defaultContent: '',
Open commit View diff
1770 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1771
          render: function (data, type) {
Open commit View diff
1771 render: function (data, type) {
goodygh over 3 years ago 78a8fac

Fix sorting for active bcc-map and recipient-map

Full commit hash
78a8fac6afadbbcaa0672ccb34092b45221ca45f
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1772
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
1772 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1773
          }
Open commit View diff
1773 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1774
        },
Open commit View diff
1774 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1775
        {
Open commit View diff
1775 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1776
          title: lang.action,
Open commit View diff
1776 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1777
          data: 'action',
Open commit View diff
1777 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1778
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
1778 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1779
          responsivePriority: 5,
Open commit View diff
1779 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1780
          defaultContent: ''
Open commit View diff
1780 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1781
        },
Open commit View diff
1781 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1782
      ]
Open commit View diff
1782 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1783
    });
Open commit View diff
1783 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1784
Open commit View diff
1784
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1785
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1785 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1786
      hideTableExpandCollapseBtn('#collapse-tab-bcc-filters', '#recipient_map_table');
Open commit View diff
1786 hideTableExpandCollapseBtn('#collapse-tab-bcc-filters', '#recipient_map_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1787
    });
Open commit View diff
1787 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1788
  }
Open commit View diff
1788 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1789
  function draw_tls_policy_table() {
Open commit View diff
1789 function draw_tls_policy_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1790
    // just recalc width if instance already exists
Open commit View diff
1790 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1791
    if ($.fn.DataTable.isDataTable('#tls_policy_table') ) {
Open commit View diff
1791 if ($.fn.DataTable.isDataTable('#tls_policy_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1792
      $('#tls_policy_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1792 $('#tls_policy_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1793
      return;
Open commit View diff
1793 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1794
    }
Open commit View diff
1794 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1795
Open commit View diff
1795
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1796
    var table = $('#tls_policy_table').DataTable({
Open commit View diff
1796 var table = $('#tls_policy_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1797
      responsive: true,
Open commit View diff
1797 responsive: true,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1798
      processing: true,
Open commit View diff
1798 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1799
      serverSide: false,
Open commit View diff
1799 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1800
      stateSave: true,
Open commit View diff
1800 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1801
      pageLength: pagination_size,
Open commit View diff
1801 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1802
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1802 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1803
           "tr" +
Open commit View diff
1803 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1804
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1804 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1805
      language: lang_datatables,
Open commit View diff
1805 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1806
      order: [[2, 'desc']],
Open commit View diff
1806 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1807
      initComplete: function(){
Open commit View diff
1807 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1808
        hideTableExpandCollapseBtn('#tab-tls-policy', '#tls_policy_table');
Open commit View diff
1808 hideTableExpandCollapseBtn('#tab-tls-policy', '#tls_policy_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1809
      },
Open commit View diff
1809 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1810
      ajax: {
Open commit View diff
1810 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1811
        type: "GET",
Open commit View diff
1811 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1812
        url: "/api/v1/get/tls-policy-map/all",
Open commit View diff
1812 url: "/api/v1/get/tls-policy-map/all",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1813
        dataSrc: function(json){
Open commit View diff
1813 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1814
          if (role !== "admin") return null;
Open commit View diff
1814 if (role !== "admin") return null;
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1815
Open commit View diff
1815
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1816
          $.each(json, function (i, item) {
Open commit View diff
1816 $.each(json, function (i, item) {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1817
            item.dest = escapeHtml(item.dest);
Open commit View diff
1817 item.dest = escapeHtml(item.dest);
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1818
            item.policy = '<b>' + escapeHtml(item.policy) + '</b>';
Open commit View diff
1818 item.policy = '<b>' + escapeHtml(item.policy) + '</b>';
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1819
            if (item.parameters == '') {
Open commit View diff
1819 if (item.parameters == '') {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1820
              item.parameters = '<code>-</code>';
Open commit View diff
1820 item.parameters = '<code>-</code>';
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1821
            } else {
Open commit View diff
1821 } else {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1822
              item.parameters = '<code>' + escapeHtml(item.parameters) + '</code>';
Open commit View diff
1822 item.parameters = '<code>' + escapeHtml(item.parameters) + '</code>';
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1823
            }
Open commit View diff
1823 }
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1824
            item.action = '<div class="btn-group">' +
Open commit View diff
1824 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1825
              '<a href="/edit/tls_policy_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1825 '<a href="/edit/tls_policy_map/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1826
              '<a href="#" data-action="delete_selected" data-id="single-tls-policy-map" data-api-url="delete/tls-policy-map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1826 '<a href="#" data-action="delete_selected" data-id="single-tls-policy-map" data-api-url="delete/tls-policy-map" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1827
              '</div>';
Open commit View diff
1827 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1828
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="tls-policy-map" name="multi_select" value="' + item.id + '" />';
Open commit View diff
1828 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="tls-policy-map" name="multi_select" value="' + item.id + '" />';
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1829
          });
Open commit View diff
1829 });
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1830
Open commit View diff
1830
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1831
          return json;
Open commit View diff
1831 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1832
        }
Open commit View diff
1832 }
friedPotat0 almost 7 years ago c48ae23

Restrict toggle for tbl with specific breakpoints

Full commit hash
c48ae234cebc96260baca88c3e67523ce52c7591
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1833
      },
Open commit View diff
1833 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1834
      columns: [
Open commit View diff
1834 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1835
        {
Open commit View diff
1835 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1836
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1836 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1837
          title: '',
Open commit View diff
1837 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1838
          data: null,
Open commit View diff
1838 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1839
          searchable: false,
Open commit View diff
1839 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1840
          orderable: false,
Open commit View diff
1840 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1841
          defaultContent: '',
Open commit View diff
1841 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1842
          responsivePriority: 1
Open commit View diff
1842 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1843
        },
Open commit View diff
1843 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1844
        {
Open commit View diff
1844 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1845
          title: '',
Open commit View diff
1845 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1846
          data: 'chkbox',
Open commit View diff
1846 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1847
          searchable: false,
Open commit View diff
1847 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1848
          orderable: false,
Open commit View diff
1848 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1849
          defaultContent: '',
Open commit View diff
1849 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1850
          responsivePriority: 2
Open commit View diff
1850 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1851
        },
Open commit View diff
1851 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1852
        {
Open commit View diff
1852 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1853
          title: 'ID',
Open commit View diff
1853 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1854
          data: 'id',
Open commit View diff
1854 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1855
          responsivePriority: 3,
Open commit View diff
1855 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1856
          defaultContent: ''
Open commit View diff
1856 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1857
        },
Open commit View diff
1857 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1858
        {
Open commit View diff
1858 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1859
          title: lang.tls_map_dest,
Open commit View diff
1859 title: lang.tls_map_dest,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1860
          data: 'dest',
Open commit View diff
1860 data: 'dest',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1861
          defaultContent: '',
Open commit View diff
1861 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1862
          responsivePriority: 4
Open commit View diff
1862 responsivePriority: 4
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1863
        },
Open commit View diff
1863 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1864
        {
Open commit View diff
1864 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1865
          title: lang.tls_map_policy,
Open commit View diff
1865 title: lang.tls_map_policy,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1866
          data: 'policy',
Open commit View diff
1866 data: 'policy',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1867
          defaultContent: ''
Open commit View diff
1867 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1868
        },
Open commit View diff
1868 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1869
        {
Open commit View diff
1869 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1870
          title: lang.tls_map_parameters,
Open commit View diff
1870 title: lang.tls_map_parameters,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1871
          data: 'parameters',
Open commit View diff
1871 data: 'parameters',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1872
          defaultContent: ''
Open commit View diff
1872 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1873
        },
Open commit View diff
1873 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1874
        {
Open commit View diff
1874 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1875
          title: lang.active,
Open commit View diff
1875 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1876
          data: 'active',
Open commit View diff
1876 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1877
          defaultContent: '',
Open commit View diff
1877 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1878
          render: function (data, type) {
Open commit View diff
1878 render: function (data, type) {
goodygh over 3 years ago 3fe8aaa

Fix sorting for active tls-policy-map

Full commit hash
3fe8aaa719081abe058e87ac92cfe7ace812b1b9
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
1879
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
1879 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1880
          }
Open commit View diff
1880 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1881
        },
Open commit View diff
1881 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1882
        {
Open commit View diff
1882 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1883
          title: lang.action,
Open commit View diff
1883 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1884
          data: 'action',
Open commit View diff
1884 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1885
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
1885 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1886
          responsivePriority: 5,
Open commit View diff
1886 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1887
          defaultContent: ''
Open commit View diff
1887 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1888
        },
Open commit View diff
1888 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1889
      ]
Open commit View diff
1889 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1890
    });
Open commit View diff
1890 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1891
Open commit View diff
1891
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1892
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
1892 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1893
      hideTableExpandCollapseBtn('#tab-tls-policy', '#tls_policy_table');
Open commit View diff
1893 hideTableExpandCollapseBtn('#tab-tls-policy', '#tls_policy_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1894
    });
Open commit View diff
1894 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1895
  }
Open commit View diff
1895 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1896
  function draw_alias_table() {
Open commit View diff
1896 function draw_alias_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1897
    // just recalc width if instance already exists
Open commit View diff
1897 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1898
    if ($.fn.DataTable.isDataTable('#alias_table') ) {
Open commit View diff
1898 if ($.fn.DataTable.isDataTable('#alias_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1899
      $('#alias_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
1899 $('#alias_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1900
      return;
Open commit View diff
1900 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1901
    }
Open commit View diff
1901 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1902
Open commit View diff
1902
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1903
    var table = $('#alias_table').DataTable({
Open commit View diff
1903 var table = $('#alias_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1904
      responsive: true,
Open commit View diff
1904 responsive: true,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1905
      processing: true,
Open commit View diff
1905 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1906
      serverSide: false,
Open commit View diff
1906 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1907
      stateSave: true,
Open commit View diff
1907 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1908
      pageLength: pagination_size,
Open commit View diff
1908 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1909
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
1909 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1910
           "tr" +
Open commit View diff
1910 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1911
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
1911 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1912
      language: lang_datatables,
Open commit View diff
1912 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1913
      order: [[2, 'desc']],
Open commit View diff
1913 order: [[2, 'desc']],
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1914
      initComplete: function(settings, json){
Open commit View diff
1914 initComplete: function(settings, json){
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1915
        hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
Open commit View diff
1915 hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1916
        filterByDomain(json, 5, table);
Open commit View diff
1916 filterByDomain(json, 5, table);
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1917
      },
Open commit View diff
1917 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1918
      ajax: {
Open commit View diff
1918 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1919
        type: "GET",
Open commit View diff
1919 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1920
        url: "/api/v1/get/alias/all",
Open commit View diff
1920 url: "/api/v1/get/alias/all",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1921
        dataSrc: function(json){
Open commit View diff
1921 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1922
          $.each(json, function (i, item) {
Open commit View diff
1922 $.each(json, function (i, item) {
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1923
            item.action = '<div class="btn-group">' +
Open commit View diff
1923 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1924
              '<a href="/edit/alias/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
1924 '<a href="/edit/alias/' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1925
              '<a href="#" data-action="delete_selected" data-id="single-alias" data-api-url="delete/alias" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
1925 '<a href="#" data-action="delete_selected" data-id="single-alias" data-api-url="delete/alias" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1926
              '</div>';
Open commit View diff
1926 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
1927
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
Open commit View diff
1927 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias" name="multi_select" value="' + encodeURIComponent(item.id) + '" />';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1928
            item.goto = escapeHtml(item.goto.replace(/,/g, " "));
Open commit View diff
1928 item.goto = escapeHtml(item.goto.replace(/,/g, " "));
André Peters over 7 years ago 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1929
            if (item.public_comment !== null) {
Open commit View diff
1929 if (item.public_comment !== null) {
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1930
              item.public_comment = escapeHtml(item.public_comment);
Open commit View diff
1930 item.public_comment = escapeHtml(item.public_comment);
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1931
            }
Open commit View diff
1931 }
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1932
            else {
Open commit View diff
1932 else {
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1933
              item.public_comment = '-';
Open commit View diff
1933 item.public_comment = '-';
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1934
            }
Open commit View diff
1934 }
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1935
            if (item.private_comment !== null) {
Open commit View diff
1935 if (item.private_comment !== null) {
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1936
              item.private_comment = escapeHtml(item.private_comment);
Open commit View diff
1936 item.private_comment = escapeHtml(item.private_comment);
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1937
            }
Open commit View diff
1937 }
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1938
            else {
Open commit View diff
1938 else {
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1939
              item.private_comment = '-';
Open commit View diff
1939 item.private_comment = '-';
same change 3d8a463

Merge branch 'master' into admin-login

Full commit hash
3d8a46357be0ff1cf9a4758ab2ed70c90b1900e4
Author
André Peters <[email protected]>
Date
over 7 years ago
Selected line
1940
            }
Open commit View diff
1940 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1941
            if (item.is_catch_all == 1) {
Open commit View diff
1941 if (item.is_catch_all == 1) {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1942
              item.address = '<div class="badge fs-6 bg-secondary">' + lang.catch_all + '</div> ' + escapeHtml(item.address);
Open commit View diff
1942 item.address = '<div class="badge fs-6 bg-secondary">' + lang.catch_all + '</div> ' + escapeHtml(item.address);
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1943
            }
Open commit View diff
1943 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1944
            else {
Open commit View diff
1944 else {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1945
              item.address = escapeHtml(item.address);
Open commit View diff
1945 item.address = escapeHtml(item.address);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1946
            }
Open commit View diff
1946 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1947
            if (item.goto == "null@localhost") {
Open commit View diff
1947 if (item.goto == "null@localhost") {
andryyy about 5 years ago 5065667

[Postfix] Allow to set and override a relayhost per mailbox

Full commit hash
5065667ae467261d6a2336ec01faf9d26998044c
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
1948
              item.goto = '⤷ <i class="bi bi-trash" style="font-size:12px"></i>';
Open commit View diff
1948 item.goto = '⤷ <i class="bi bi-trash" style="font-size:12px"></i>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1949
            }
Open commit View diff
1949 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1950
            else if (item.goto == "spam@localhost") {
Open commit View diff
1950 else if (item.goto == "spam@localhost") {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1951
              item.goto = '<span class="badge fs-6 bg-danger">' + lang.goto_spam + '</span>';
Open commit View diff
1951 item.goto = '<span class="badge fs-6 bg-danger">' + lang.goto_spam + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1952
            }
Open commit View diff
1952 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1953
            else if (item.goto == "ham@localhost") {
Open commit View diff
1953 else if (item.goto == "ham@localhost") {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1954
              item.goto = '<span class="badge fs-6 bg-success">' + lang.goto_ham + '</span>';
Open commit View diff
1954 item.goto = '<span class="badge fs-6 bg-success">' + lang.goto_ham + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1955
            }
Open commit View diff
1955 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1956
            if (item.in_primary_domain !== "") {
Open commit View diff
1956 if (item.in_primary_domain !== "") {
FreddleSpl0it over 4 years ago e62069d

[BS5] change bootstrap in js

Full commit hash
e62069d3db7e7049c1c799ace32dab78b3de2fe5
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
1957
              item.domain = '<i data-domainname="' + item.domain + '" class="bi bi-info-circle-fill alias-domain-info text-info" data-bs-toggle="tooltip" title="' + lang.target_domain + ': ' + item.in_primary_domain + '"></i> ' + item.domain;
Open commit View diff
1957 item.domain = '<i data-domainname="' + item.domain + '" class="bi bi-info-circle-fill alias-domain-info text-info" data-bs-toggle="tooltip" title="' + lang.target_domain + ': ' + item.in_primary_domain + '"></i> ' + item.domain;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1958
            }
Open commit View diff
1958 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1959
          });
Open commit View diff
1959 });
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1960
Open commit View diff
1960
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1961
          return json;
Open commit View diff
1961 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
1962
        }
Open commit View diff
1962 }
friedPotat0 almost 7 years ago d1153b4

Restrict row toggle for remaing tables

Full commit hash
d1153b470f6a2fad5b71e44446e1e94ad44c6d7a
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
1963
      },
Open commit View diff
1963 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
1964
      columns: [
Open commit View diff
1964 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1965
        {
Open commit View diff
1965 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1966
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
1966 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1967
          title: '',
Open commit View diff
1967 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1968
          data: null,
Open commit View diff
1968 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1969
          searchable: false,
Open commit View diff
1969 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1970
          orderable: false,
Open commit View diff
1970 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1971
          defaultContent: '',
Open commit View diff
1971 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1972
          responsivePriority: 1
Open commit View diff
1972 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1973
        },
Open commit View diff
1973 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1974
        {
Open commit View diff
1974 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1975
          title: '',
Open commit View diff
1975 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1976
          data: 'chkbox',
Open commit View diff
1976 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1977
          searchable: false,
Open commit View diff
1977 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1978
          orderable: false,
Open commit View diff
1978 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1979
          defaultContent: '',
Open commit View diff
1979 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1980
          responsivePriority: 2
Open commit View diff
1980 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1981
        },
Open commit View diff
1981 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1982
        {
Open commit View diff
1982 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1983
          title: 'ID',
Open commit View diff
1983 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1984
          data: 'id',
Open commit View diff
1984 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1985
          responsivePriority: 3,
Open commit View diff
1985 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1986
          defaultContent: ''
Open commit View diff
1986 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1987
        },
Open commit View diff
1987 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1988
        {
Open commit View diff
1988 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1989
          title: lang.alias,
Open commit View diff
1989 title: lang.alias,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1990
          data: 'address',
Open commit View diff
1990 data: 'address',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1991
          responsivePriority: 4,
Open commit View diff
1991 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1992
          defaultContent: ''
Open commit View diff
1992 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1993
        },
Open commit View diff
1993 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1994
        {
Open commit View diff
1994 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1995
          title: lang.target_address,
Open commit View diff
1995 title: lang.target_address,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1996
          data: 'goto',
Open commit View diff
1996 data: 'goto',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1997
          defaultContent: ''
Open commit View diff
1997 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1998
        },
Open commit View diff
1998 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
1999
        {
Open commit View diff
1999 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2000
          title: lang.domain,
Open commit View diff
2000 title: lang.domain,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2001
          data: 'domain',
Open commit View diff
2001 data: 'domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2002
          defaultContent: '',
Open commit View diff
2002 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2003
          responsivePriority: 5,
Open commit View diff
2003 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2004
        },
Open commit View diff
2004 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2005
        {
Open commit View diff
2005 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2006
          title: lang.sogo_visible,
Open commit View diff
2006 title: lang.sogo_visible,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2007
          data: 'sogo_visible',
Open commit View diff
2007 data: 'sogo_visible',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2008
          defaultContent: '',
Open commit View diff
2008 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2009
          render: function(data, type){
Open commit View diff
2009 render: function(data, type){
goodygh over 3 years ago c737ff4

Fix sorting datatable in aliases

Full commit hash
c737ff418030431d8562cd87c62034d63fa31ecc
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
2010
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
2010 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2011
          }
Open commit View diff
2011 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2012
        },
Open commit View diff
2012 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2013
        {
Open commit View diff
2013 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2014
          title: lang.public_comment,
Open commit View diff
2014 title: lang.public_comment,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2015
          data: 'public_comment',
Open commit View diff
2015 data: 'public_comment',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2016
          defaultContent: ''
Open commit View diff
2016 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2017
        },
Open commit View diff
2017 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2018
        {
Open commit View diff
2018 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2019
          title: lang.private_comment,
Open commit View diff
2019 title: lang.private_comment,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2020
          data: 'private_comment',
Open commit View diff
2020 data: 'private_comment',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2021
          defaultContent: ''
Open commit View diff
2021 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2022
        },
Open commit View diff
2022 },
FreddleSpl0it 11 months ago f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2023
        {
Open commit View diff
2023 {
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2024
          title: lang.internal,
Open commit View diff
2024 title: lang.internal,
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2025
          data: 'internal',
Open commit View diff
2025 data: 'internal',
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2026
          defaultContent: '',
Open commit View diff
2026 defaultContent: '',
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2027
          responsivePriority: 6,
Open commit View diff
2027 responsivePriority: 6,
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2028
          render: function (data, type) {
Open commit View diff
2028 render: function (data, type) {
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2029
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
2029 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2030
          }
Open commit View diff
2030 }
same change f67c053

[Rspamd][Web] Internal alias support

Full commit hash
f67c0530f56495d4b7a2c3b8816a8140c2f25586
Author
FreddleSpl0it <[email protected]>
Date
11 months ago
Selected line
2031
        },
Open commit View diff
2031 },
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2032
        {
Open commit View diff
2032 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2033
          title: lang.active,
Open commit View diff
2033 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2034
          data: 'active',
Open commit View diff
2034 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2035
          defaultContent: '',
Open commit View diff
2035 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2036
          responsivePriority: 6,
Open commit View diff
2036 responsivePriority: 6,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2037
          render: function (data, type) {
Open commit View diff
2037 render: function (data, type) {
goodygh over 3 years ago c737ff4

Fix sorting datatable in aliases

Full commit hash
c737ff418030431d8562cd87c62034d63fa31ecc
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
2038
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
2038 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2039
          }
Open commit View diff
2039 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2040
        },
Open commit View diff
2040 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2041
        {
Open commit View diff
2041 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2042
          title: lang.action,
Open commit View diff
2042 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2043
          data: 'action',
Open commit View diff
2043 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2044
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
2044 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2045
          responsivePriority: 5,
Open commit View diff
2045 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2046
          defaultContent: ''
Open commit View diff
2046 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2047
        },
Open commit View diff
2047 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2048
      ]
Open commit View diff
2048 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2049
    });
Open commit View diff
2049 });
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2050
Open commit View diff
2050
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2051
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
2051 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2052
      hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
Open commit View diff
2052 hideTableExpandCollapseBtn('#tab-mbox-aliases', '#alias_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2053
    });
Open commit View diff
2053 });
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2054
Open commit View diff
2054
Kristian Feldsam over 3 years ago e5e6418

[web] fixed tooltips in ajax loaded alias table

Full commit hash
e5e6418be869a373b4af152e3f5a051a0d616146
Author
Kristian Feldsam <[email protected]>
Date
over 3 years ago
Selected line
2055
    table.on( 'draw', function (){
Open commit View diff
2055 table.on( 'draw', function (){
same change e5e6418

[web] fixed tooltips in ajax loaded alias table

Full commit hash
e5e6418be869a373b4af152e3f5a051a0d616146
Author
Kristian Feldsam <[email protected]>
Date
over 3 years ago
Selected line
2056
        $('#alias_table [data-bs-toggle="tooltip"]').tooltip();
Open commit View diff
2056 $('#alias_table [data-bs-toggle="tooltip"]').tooltip();
same change e5e6418

[web] fixed tooltips in ajax loaded alias table

Full commit hash
e5e6418be869a373b4af152e3f5a051a0d616146
Author
Kristian Feldsam <[email protected]>
Date
over 3 years ago
Selected line
2057
    });
Open commit View diff
2057 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2058
  }
Open commit View diff
2058 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2059
  function draw_aliasdomain_table() {
Open commit View diff
2059 function draw_aliasdomain_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2060
    // just recalc width if instance already exists
Open commit View diff
2060 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2061
    if ($.fn.DataTable.isDataTable('#aliasdomain_table') ) {
Open commit View diff
2061 if ($.fn.DataTable.isDataTable('#aliasdomain_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2062
      $('#aliasdomain_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
2062 $('#aliasdomain_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2063
      return;
Open commit View diff
2063 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2064
    }
Open commit View diff
2064 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2065
Open commit View diff
2065
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2066
    var table = $('#aliasdomain_table').DataTable({
Open commit View diff
2066 var table = $('#aliasdomain_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2067
      responsive: true,
Open commit View diff
2067 responsive: true,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2068
      processing: true,
Open commit View diff
2068 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2069
      serverSide: false,
Open commit View diff
2069 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2070
      stateSave: true,
Open commit View diff
2070 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2071
      pageLength: pagination_size,
Open commit View diff
2071 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2072
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
2072 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2073
           "tr" +
Open commit View diff
2073 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2074
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
2074 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2075
      language: lang_datatables,
Open commit View diff
2075 language: lang_datatables,
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2076
      initComplete: function(){
Open commit View diff
2076 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2077
        hideTableExpandCollapseBtn('#tab-domain-aliases', '#aliasdomain_table');
Open commit View diff
2077 hideTableExpandCollapseBtn('#tab-domain-aliases', '#aliasdomain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2078
      },
Open commit View diff
2078 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2079
      ajax: {
Open commit View diff
2079 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2080
        type: "GET",
Open commit View diff
2080 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2081
        url: "/api/v1/get/alias-domain/all",
Open commit View diff
2081 url: "/api/v1/get/alias-domain/all",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2082
        dataSrc: function(json){
Open commit View diff
2082 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2083
          $.each(json, function (i, item) {
Open commit View diff
2083 $.each(json, function (i, item) {
FreddleSpl0it over 3 years ago 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2084
            item.alias_domain = escapeHtml(item.alias_domain);
Open commit View diff
2084 item.alias_domain = escapeHtml(item.alias_domain);
same change 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2085
Open commit View diff
2085
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2086
            item.action = '<div class="btn-group">' +
Open commit View diff
2086 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2087
              '<a href="/edit/aliasdomain/' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
2087 '<a href="/edit/aliasdomain/' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2088
              '<a href="#" data-action="delete_selected" data-id="single-alias-domain" data-api-url="delete/alias-domain" data-item="' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
2088 '<a href="#" data-action="delete_selected" data-id="single-alias-domain" data-api-url="delete/alias-domain" data-item="' + encodeURIComponent(item.alias_domain) + '" class="btn btn-sm btn-xs-lg btn-xs-third btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2089
              '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-third btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.alias_domain) + '"><i class="bi bi-globe2"></i> DNS</a></div>' +
Open commit View diff
2089 '<a href="#dnsInfoModal" class="btn btn-sm btn-xs-lg btn-xs-third btn-info" data-bs-toggle="modal" data-domain="' + encodeURIComponent(item.alias_domain) + '"><i class="bi bi-globe2"></i> DNS</a></div>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2090
              '</div>';
Open commit View diff
2090 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2091
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias-domain" name="multi_select" value="' + encodeURIComponent(item.alias_domain) + '" />';
Open commit View diff
2091 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="alias-domain" name="multi_select" value="' + encodeURIComponent(item.alias_domain) + '" />';
andryyy almost 7 years ago 893ce5a

[Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default

Full commit hash
893ce5a7895108a63d70bea324e64b330fc8f400
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
2092
            if(item.parent_is_backupmx == '1') {
Open commit View diff
2092 if(item.parent_is_backupmx == '1') {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2093
              item.target_domain = '<span><a href="/edit/domain/' + item.target_domain + '">' + item.target_domain + '</a> <div class="badge fs-6 bg-warning">' + lang.alias_domain_backupmx + '</div></span>';
Open commit View diff
2093 item.target_domain = '<span><a href="/edit/domain/' + item.target_domain + '">' + item.target_domain + '</a> <div class="badge fs-6 bg-warning">' + lang.alias_domain_backupmx + '</div></span>';
andryyy almost 7 years ago 893ce5a

[Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default

Full commit hash
893ce5a7895108a63d70bea324e64b330fc8f400
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
2094
            } else {
Open commit View diff
2094 } else {
same change 893ce5a

[Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default

Full commit hash
893ce5a7895108a63d70bea324e64b330fc8f400
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
2095
              item.target_domain = '<span><a href="/edit/domain/' + item.target_domain + '">' + item.target_domain + '</a></span>';
Open commit View diff
2095 item.target_domain = '<span><a href="/edit/domain/' + item.target_domain + '">' + item.target_domain + '</a></span>';
same change 893ce5a

[Web] Allow to add external sender addresses, can be disabled by domain admin ACL and is disabled by default

Full commit hash
893ce5a7895108a63d70bea324e64b330fc8f400
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
2096
            }
Open commit View diff
2096 }
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2097
          });
Open commit View diff
2097 });
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2098
Open commit View diff
2098
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2099
          return json;
Open commit View diff
2099 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2100
        }
Open commit View diff
2100 }
friedPotat0 almost 7 years ago c48ae23

Restrict toggle for tbl with specific breakpoints

Full commit hash
c48ae234cebc96260baca88c3e67523ce52c7591
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
2101
      },
Open commit View diff
2101 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2102
      columns: [
Open commit View diff
2102 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2103
        {
Open commit View diff
2103 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2104
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
2104 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2105
          title: '',
Open commit View diff
2105 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2106
          data: null,
Open commit View diff
2106 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2107
          searchable: false,
Open commit View diff
2107 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2108
          orderable: false,
Open commit View diff
2108 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2109
          defaultContent: '',
Open commit View diff
2109 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2110
          responsivePriority: 1
Open commit View diff
2110 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2111
        },
Open commit View diff
2111 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2112
        {
Open commit View diff
2112 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2113
          title: '',
Open commit View diff
2113 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2114
          data: 'chkbox',
Open commit View diff
2114 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2115
          searchable: false,
Open commit View diff
2115 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2116
          orderable: false,
Open commit View diff
2116 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2117
          defaultContent: '',
Open commit View diff
2117 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2118
          responsivePriority: 2
Open commit View diff
2118 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2119
        },
Open commit View diff
2119 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2120
        {
Open commit View diff
2120 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2121
          title: lang.alias,
Open commit View diff
2121 title: lang.alias,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2122
          data: 'alias_domain',
Open commit View diff
2122 data: 'alias_domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2123
          responsivePriority: 3,
Open commit View diff
2123 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2124
          defaultContent: ''
Open commit View diff
2124 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2125
        },
Open commit View diff
2125 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2126
        {
Open commit View diff
2126 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2127
          title: lang.target_domain,
Open commit View diff
2127 title: lang.target_domain,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2128
          data: 'target_domain',
Open commit View diff
2128 data: 'target_domain',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2129
          responsivePriority: 4,
Open commit View diff
2129 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2130
          defaultContent: ''
Open commit View diff
2130 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2131
        },
Open commit View diff
2131 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2132
        {
Open commit View diff
2132 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2133
          title: lang.active,
Open commit View diff
2133 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2134
          data: 'active',
Open commit View diff
2134 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2135
          defaultContent: '',
Open commit View diff
2135 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2136
          render: function (data, type) {
Open commit View diff
2136 render: function (data, type) {
goodygh over 3 years ago 44585e1

Fix sorting datatable in domain aliases

Full commit hash
44585e1c15fe014870b015735cf4cdd707327af0
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
2137
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
2137 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2138
          }
Open commit View diff
2138 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2139
        },
Open commit View diff
2139 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2140
        {
Open commit View diff
2140 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2141
          title: lang.action,
Open commit View diff
2141 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2142
          data: 'action',
Open commit View diff
2142 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2143
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
2143 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2144
          responsivePriority: 5,
Open commit View diff
2144 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2145
          defaultContent: ''
Open commit View diff
2145 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2146
        },
Open commit View diff
2146 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2147
      ]
Open commit View diff
2147 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2148
    });
Open commit View diff
2148 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2149
Open commit View diff
2149
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2150
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
2150 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2151
      hideTableExpandCollapseBtn('#tab-domain-aliases', '#aliasdomain_table');
Open commit View diff
2151 hideTableExpandCollapseBtn('#tab-domain-aliases', '#aliasdomain_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2152
    });
Open commit View diff
2152 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2153
  }
Open commit View diff
2153 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2154
  function draw_sync_job_table() {
Open commit View diff
2154 function draw_sync_job_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2155
    // just recalc width if instance already exists
Open commit View diff
2155 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2156
    if ($.fn.DataTable.isDataTable('#sync_job_table') ) {
Open commit View diff
2156 if ($.fn.DataTable.isDataTable('#sync_job_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2157
      $('#sync_job_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
2157 $('#sync_job_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2158
      return;
Open commit View diff
2158 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2159
    }
Open commit View diff
2159 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2160
Open commit View diff
2160
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2161
    var table = $('#sync_job_table').DataTable({
Open commit View diff
2161 var table = $('#sync_job_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2162
      responsive: true,
Open commit View diff
2162 responsive: true,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2163
      processing: true,
Open commit View diff
2163 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2164
      serverSide: false,
Open commit View diff
2164 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2165
      stateSave: true,
Open commit View diff
2165 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2166
      pageLength: pagination_size,
Open commit View diff
2166 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2167
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
2167 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2168
           "tr" +
Open commit View diff
2168 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2169
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
2169 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2170
      language: lang_datatables,
Open commit View diff
2170 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2171
      order: [[2, 'desc']],
Open commit View diff
2171 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2172
      initComplete: function(){
Open commit View diff
2172 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2173
        hideTableExpandCollapseBtn('#tab-syncjobs', '#sync_job_table');
Open commit View diff
2173 hideTableExpandCollapseBtn('#tab-syncjobs', '#sync_job_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2174
      },
Open commit View diff
2174 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2175
      ajax: {
Open commit View diff
2175 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2176
        type: "GET",
Open commit View diff
2176 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2177
        url: "/api/v1/get/syncjobs/all/no_log",
Open commit View diff
2177 url: "/api/v1/get/syncjobs/all/no_log",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2178
        dataSrc: function(json){
Open commit View diff
2178 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2179
          $.each(json, function (i, item) {
Open commit View diff
2179 $.each(json, function (i, item) {
FreddleSpl0it over 4 years ago e62069d

[BS5] change bootstrap in js

Full commit hash
e62069d3db7e7049c1c799ace32dab78b3de2fe5
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
2180
            item.log = '<a href="#syncjobLogModal" data-bs-toggle="modal" data-syncjob-id="' + encodeURIComponent(item.id) + '">' + lang.open_logs + '</a>'
Open commit View diff
2180 item.log = '<a href="#syncjobLogModal" data-bs-toggle="modal" data-syncjob-id="' + encodeURIComponent(item.id) + '">' + lang.open_logs + '</a>'
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2181
            item.user2 = escapeHtml(item.user2);
Open commit View diff
2181 item.user2 = escapeHtml(item.user2);
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2182
            if (!item.exclude > 0) {
Open commit View diff
2182 if (!item.exclude > 0) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2183
              item.exclude = '-';
Open commit View diff
2183 item.exclude = '-';
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2184
            } else {
Open commit View diff
2184 } else {
Niklas Meyer about 4 years ago 1edd401

[Web] escapehtml in mailbox.js (#4604)

Full commit hash
1edd4012e4d3f0ab9456d5750e7be19ee55ee1f5
Author
Niklas Meyer <[email protected]>
Date
about 4 years ago
Selected line
2185
              item.exclude  = '<code>' + escapeHtml(item.exclude) + '</code>';
Open commit View diff
2185 item.exclude = '<code>' + escapeHtml(item.exclude) + '</code>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2186
            }
Open commit View diff
2186 }
FreddleSpl0it over 3 years ago 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2187
            item.server_w_port = escapeHtml(item.user1) + '@' + escapeHtml(item.host1) + ':' + escapeHtml(item.port1);
Open commit View diff
2187 item.server_w_port = escapeHtml(item.user1) + '@' + escapeHtml(item.host1) + ':' + escapeHtml(item.port1);
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2188
            item.action = '<div class="btn-group">' +
Open commit View diff
2188 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2189
              '<a href="/edit/syncjob/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
2189 '<a href="/edit/syncjob/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2190
              '<a href="#" data-action="delete_selected" data-id="single-syncjob" data-api-url="delete/syncjob" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
2190 '<a href="#" data-action="delete_selected" data-id="single-syncjob" data-api-url="delete/syncjob" data-item="' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2191
              '</div>';
Open commit View diff
2191 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2192
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="syncjob" name="multi_select" value="' + item.id + '" />';
Open commit View diff
2192 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="syncjob" name="multi_select" value="' + item.id + '" />';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2193
            if (item.is_running == 1) {
Open commit View diff
2193 if (item.is_running == 1) {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2194
              item.is_running = '<span id="active-script" class="badge fs-6 bg-success">' + lang.running + '</span>';
Open commit View diff
2194 item.is_running = '<span id="active-script" class="badge fs-6 bg-success">' + lang.running + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2195
            } else {
Open commit View diff
2195 } else {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2196
              item.is_running = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.waiting + '</span>';
Open commit View diff
2196 item.is_running = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.waiting + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2197
            }
Open commit View diff
2197 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2198
            if (!item.last_run > 0) {
Open commit View diff
2198 if (!item.last_run > 0) {
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2199
              item.last_run = lang.waiting;
Open commit View diff
2199 item.last_run = lang.waiting;
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2200
            }
Open commit View diff
2200 }
Kristian Feldsam almost 5 years ago 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2201
            if (item.success == null) {
Open commit View diff
2201 if (item.success == null) {
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2202
              item.success = '-';
Open commit View diff
2202 item.success = '-';
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2203
              item.exit_status = '';
Open commit View diff
2203 item.exit_status = '';
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2204
            } else {
Open commit View diff
2204 } else {
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2205
              item.success = '<i class="text-' + (item.success == 1 ? 'success' : 'danger') + ' bi bi-' + (item.success == 1 ? 'check-lg' : 'x-lg') + '"></i>';
Open commit View diff
2205 item.success = '<i class="text-' + (item.success == 1 ? 'success' : 'danger') + ' bi bi-' + (item.success == 1 ? 'check-lg' : 'x-lg') + '"></i>';
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2206
            }
Open commit View diff
2206 }
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2207
            if (lang['syncjob_'+item.exit_status]) {
Open commit View diff
2207 if (lang['syncjob_'+item.exit_status]) {
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2208
              item.exit_status = lang['syncjob_'+item.exit_status];
Open commit View diff
2208 item.exit_status = lang['syncjob_'+item.exit_status];
Kristian Feldsam almost 5 years ago 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2209
            } else if (item.success != '-') {
Open commit View diff
2209 } else if (item.success != '-') {
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2210
              item.exit_status = lang.syncjob_check_log;
Open commit View diff
2210 item.exit_status = lang.syncjob_check_log;
Kristian Feldsam almost 5 years ago 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2211
            }
Open commit View diff
2211 }
same change 54c4d7e

[Dovecot: Imapsync] Parse, save and show last run status (#4253)

Full commit hash
54c4d7e49c53fbbc4f5df697b27b9dfa37052533
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2212
            item.exit_status = item.success + ' ' + item.exit_status;
Open commit View diff
2212 item.exit_status = item.success + ' ' + item.exit_status;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2213
          });
Open commit View diff
2213 });
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2214
Open commit View diff
2214
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2215
          return json;
Open commit View diff
2215 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2216
        }
Open commit View diff
2216 }
friedPotat0 almost 7 years ago d1153b4

Restrict row toggle for remaing tables

Full commit hash
d1153b470f6a2fad5b71e44446e1e94ad44c6d7a
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
2217
      },
Open commit View diff
2217 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2218
      columns: [
Open commit View diff
2218 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2219
        {
Open commit View diff
2219 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2220
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
2220 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2221
          title: '',
Open commit View diff
2221 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2222
          data: null,
Open commit View diff
2222 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2223
          searchable: false,
Open commit View diff
2223 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2224
          orderable: false,
Open commit View diff
2224 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2225
          defaultContent: '',
Open commit View diff
2225 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2226
          responsivePriority: 1
Open commit View diff
2226 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2227
        },
Open commit View diff
2227 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2228
        {
Open commit View diff
2228 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2229
          title: '',
Open commit View diff
2229 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2230
          data: 'chkbox',
Open commit View diff
2230 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2231
          searchable: false,
Open commit View diff
2231 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2232
          orderable: false,
Open commit View diff
2232 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2233
          defaultContent: '',
Open commit View diff
2233 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2234
          responsivePriority: 2
Open commit View diff
2234 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2235
        },
Open commit View diff
2235 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2236
        {
Open commit View diff
2236 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2237
          title: 'ID',
Open commit View diff
2237 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2238
          data: 'id',
Open commit View diff
2238 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2239
          responsivePriority: 3,
Open commit View diff
2239 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2240
          defaultContent: ''
Open commit View diff
2240 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2241
        },
Open commit View diff
2241 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2242
        {
Open commit View diff
2242 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2243
          title: lang.owner,
Open commit View diff
2243 title: lang.owner,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2244
          data: 'user2',
Open commit View diff
2244 data: 'user2',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2245
          responsivePriority: 4,
Open commit View diff
2245 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2246
          defaultContent: ''
Open commit View diff
2246 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2247
        },
Open commit View diff
2247 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2248
        {
Open commit View diff
2248 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2249
          title: 'Server',
Open commit View diff
2249 title: 'Server',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2250
          data: 'server_w_port',
Open commit View diff
2250 data: 'server_w_port',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2251
          defaultContent: ''
Open commit View diff
2251 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2252
        },
Open commit View diff
2252 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2253
        {
Open commit View diff
2253 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2254
          title: lang.last_run,
Open commit View diff
2254 title: lang.last_run,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2255
          data: 'last_run',
Open commit View diff
2255 data: 'last_run',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2256
          defaultContent: ''
Open commit View diff
2256 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2257
        },
Open commit View diff
2257 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2258
        {
Open commit View diff
2258 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2259
          title: lang.syncjob_last_run_result,
Open commit View diff
2259 title: lang.syncjob_last_run_result,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2260
          data: 'exit_status',
Open commit View diff
2260 data: 'exit_status',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2261
          defaultContent: ''
Open commit View diff
2261 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2262
        },
Open commit View diff
2262 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2263
        {
Open commit View diff
2263 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2264
          title: 'Log',
Open commit View diff
2264 title: 'Log',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2265
          data: 'log',
Open commit View diff
2265 data: 'log',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2266
          defaultContent: ''
Open commit View diff
2266 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2267
        },
Open commit View diff
2267 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2268
        {
Open commit View diff
2268 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2269
          title: lang.active,
Open commit View diff
2269 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2270
          data: 'active',
Open commit View diff
2270 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2271
          defaultContent: '',
Open commit View diff
2271 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2272
          render: function (data, type) {
Open commit View diff
2272 render: function (data, type) {
goodygh over 3 years ago 96f954a

Fix sorting for active syncjobs

Full commit hash
96f954a4e2b591cb8b9e1a2ad61f055fe50a1989
Author
goodygh <[email protected]>
Date
over 3 years ago
Selected line
2273
            return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
Open commit View diff
2273 return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':0==data&&'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2274
          }
Open commit View diff
2274 }
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2275
        },
Open commit View diff
2275 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2276
        {
Open commit View diff
2276 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2277
          title: lang.status,
Open commit View diff
2277 title: lang.status,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2278
          data: 'is_running',
Open commit View diff
2278 data: 'is_running',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2279
          defaultContent: ''
Open commit View diff
2279 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2280
        },
Open commit View diff
2280 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2281
        {
Open commit View diff
2281 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2282
          title: lang.excludes,
Open commit View diff
2282 title: lang.excludes,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2283
          data: 'exclude',
Open commit View diff
2283 data: 'exclude',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2284
          defaultContent: '',
Open commit View diff
2284 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2285
          className: 'none'
Open commit View diff
2285 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2286
        },
Open commit View diff
2286 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2287
        {
Open commit View diff
2287 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2288
          title: lang.mins_interval,
Open commit View diff
2288 title: lang.mins_interval,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2289
          data: 'mins_interval',
Open commit View diff
2289 data: 'mins_interval',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2290
          defaultContent: '',
Open commit View diff
2290 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2291
          className: 'none'
Open commit View diff
2291 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2292
        },
Open commit View diff
2292 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2293
        {
Open commit View diff
2293 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2294
          title: lang.action,
Open commit View diff
2294 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2295
          data: 'action',
Open commit View diff
2295 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2296
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
2296 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2297
          responsivePriority: 5,
Open commit View diff
2297 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2298
          defaultContent: ''
Open commit View diff
2298 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2299
        },
Open commit View diff
2299 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2300
      ]
Open commit View diff
2300 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2301
    });
Open commit View diff
2301 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2302
Open commit View diff
2302
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2303
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
2303 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2304
      hideTableExpandCollapseBtn('#tab-syncjobs', '#sync_job_table');
Open commit View diff
2304 hideTableExpandCollapseBtn('#tab-syncjobs', '#sync_job_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2305
    });
Open commit View diff
2305 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2306
  }
Open commit View diff
2306 }
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2307
  function draw_filter_table() {
Open commit View diff
2307 function draw_filter_table() {
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2308
    // just recalc width if instance already exists
Open commit View diff
2308 // just recalc width if instance already exists
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2309
    if ($.fn.DataTable.isDataTable('#filter_table') ) {
Open commit View diff
2309 if ($.fn.DataTable.isDataTable('#filter_table') ) {
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2310
      $('#filter_table').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
2310 $('#filter_table').DataTable().columns.adjust().responsive.recalc();
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2311
      return;
Open commit View diff
2311 return;
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2312
    }
Open commit View diff
2312 }
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2313
Open commit View diff
2313
same change c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2314
    var table = $('#filter_table').DataTable({
Open commit View diff
2314 var table = $('#filter_table').DataTable({
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2315
      responsive: true,
Open commit View diff
2315 responsive: true,
FreddleSpl0it about 4 years ago c9b883d

[BS5] fix datatables

Full commit hash
c9b883dff5fbfc8d107dabdd2454f8ab8f2a7f29
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2316
      autoWidth: false,
Open commit View diff
2316 autoWidth: false,
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2317
      processing: true,
Open commit View diff
2317 processing: true,
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2318
      serverSide: false,
Open commit View diff
2318 serverSide: false,
FreddleSpl0it over 3 years ago b22f74c

[Web] persist table settings + fix quarantine sort

Full commit hash
b22f74cb5985456eb659ee237c392632e4515166
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2319
      stateSave: true,
Open commit View diff
2319 stateSave: true,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2320
      pageLength: pagination_size,
Open commit View diff
2320 pageLength: pagination_size,
FreddleSpl0it over 3 years ago 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2321
      dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
2321 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2322
           "tr" +
Open commit View diff
2322 "tr" +
same change 7966f01

[Web] switch table length + filter field positions

Full commit hash
7966f010a2d487603f990fa352818f9e5087216e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2323
           "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
2323 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2324
      language: lang_datatables,
Open commit View diff
2324 language: lang_datatables,
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2325
      order: [[2, 'desc']],
Open commit View diff
2325 order: [[2, 'desc']],
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2326
      initComplete: function(){
Open commit View diff
2326 initComplete: function(){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2327
        hideTableExpandCollapseBtn('#tab-filters', '#filter_table');
Open commit View diff
2327 hideTableExpandCollapseBtn('#tab-filters', '#filter_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2328
      },
Open commit View diff
2328 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2329
      ajax: {
Open commit View diff
2329 ajax: {
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2330
        type: "GET",
Open commit View diff
2330 type: "GET",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2331
        url: "/api/v1/get/filters/all",
Open commit View diff
2331 url: "/api/v1/get/filters/all",
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2332
        dataSrc: function(json){
Open commit View diff
2332 dataSrc: function(json){
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2333
          $.each(json, function (i, item) {
Open commit View diff
2333 $.each(json, function (i, item) {
andryyy almost 6 years ago d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
2334
            if (item.active == 1) {
Open commit View diff
2334 if (item.active == 1) {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2335
              item.active = '<span id="active-script" class="badge fs-6 bg-success">' + lang.active + '</span>';
Open commit View diff
2335 item.active = '<span id="active-script" class="badge fs-6 bg-success">' + lang.active + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2336
            } else {
Open commit View diff
2336 } else {
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2337
              item.active = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.inactive + '</span>';
Open commit View diff
2337 item.active = '<span id="inactive-script" class="badge fs-6 bg-warning">' + lang.inactive + '</span>';
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2338
            }
Open commit View diff
2338 }
FreddleSpl0it over 3 years ago 6704377

[Web] escape more html data

Full commit hash
6704377402138576e25b5daa062f7d5ba203987e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2339
            item.script_desc = escapeHtml(item.script_desc);
Open commit View diff
2339 item.script_desc = escapeHtml(item.script_desc);
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
2340
            item.script_data = '<pre class="text-break" style="margin:0px">' + escapeHtml(item.script_data) + '</pre>'
Open commit View diff
2340 item.script_data = '<pre class="text-break" style="margin:0px">' + escapeHtml(item.script_data) + '</pre>'
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2341
            item.filter_type = '<div class="badge fs-6 bg-secondary">' + item.filter_type.charAt(0).toUpperCase() + item.filter_type.slice(1).toLowerCase() + '</div>'
Open commit View diff
2341 item.filter_type = '<div class="badge fs-6 bg-secondary">' + item.filter_type.charAt(0).toUpperCase() + item.filter_type.slice(1).toLowerCase() + '</div>'
FreddleSpl0it about 4 years ago fdb56de

[BS5] jquery datatable - add classes to action column

Full commit hash
fdb56de0a833042c72d5fcd528607482f89f7a05
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2342
            item.action = '<div class="btn-group">' +
Open commit View diff
2342 item.action = '<div class="btn-group">' +
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2343
              '<a href="/edit/filter/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
Open commit View diff
2343 '<a href="/edit/filter/' + item.id + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-secondary"><i class="bi bi-pencil-fill"></i> ' + lang.edit + '</a>' +
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2344
              '<a href="#" data-action="delete_selected" data-id="single-filter" data-api-url="delete/filter" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Open commit View diff
2344 '<a href="#" data-action="delete_selected" data-id="single-filter" data-api-url="delete/filter" data-item="' + encodeURIComponent(item.id) + '" class="btn btn-sm btn-xs-lg btn-xs-half btn-danger"><i class="bi bi-trash"></i> ' + lang.remove + '</a>' +
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2345
              '</div>';
Open commit View diff
2345 '</div>';
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2346
            item.chkbox = '<input type="checkbox" class="form-check-input" data-id="filter_item" name="multi_select" value="' + item.id + '" />'
Open commit View diff
2346 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="filter_item" name="multi_select" value="' + item.id + '" />'
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2347
          });
Open commit View diff
2347 });
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2348
Open commit View diff
2348
same change 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2349
          return json;
Open commit View diff
2349 return json;
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2350
        }
Open commit View diff
2350 }
friedPotat0 almost 7 years ago d1153b4

Restrict row toggle for remaing tables

Full commit hash
d1153b470f6a2fad5b71e44446e1e94ad44c6d7a
Author
friedPotat0 <[email protected]>
Date
almost 7 years ago
Selected line
2351
      },
Open commit View diff
2351 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2352
      columns: [
Open commit View diff
2352 columns: [
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2353
        {
Open commit View diff
2353 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2354
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
2354 // placeholder, so checkbox will not block child row toggle
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2355
          title: '',
Open commit View diff
2355 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2356
          data: null,
Open commit View diff
2356 data: null,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2357
          searchable: false,
Open commit View diff
2357 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2358
          orderable: false,
Open commit View diff
2358 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2359
          defaultContent: '',
Open commit View diff
2359 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2360
          responsivePriority: 1
Open commit View diff
2360 responsivePriority: 1
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2361
        },
Open commit View diff
2361 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2362
        {
Open commit View diff
2362 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2363
          title: '',
Open commit View diff
2363 title: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2364
          data: 'chkbox',
Open commit View diff
2364 data: 'chkbox',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2365
          searchable: false,
Open commit View diff
2365 searchable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2366
          orderable: false,
Open commit View diff
2366 orderable: false,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2367
          defaultContent: '',
Open commit View diff
2367 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2368
          responsivePriority: 2
Open commit View diff
2368 responsivePriority: 2
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2369
        },
Open commit View diff
2369 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2370
        {
Open commit View diff
2370 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2371
          title: 'ID',
Open commit View diff
2371 title: 'ID',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2372
          data: 'id',
Open commit View diff
2372 data: 'id',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2373
          responsivePriority: 2,
Open commit View diff
2373 responsivePriority: 2,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2374
          defaultContent: ''
Open commit View diff
2374 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2375
        },
Open commit View diff
2375 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2376
        {
Open commit View diff
2376 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2377
          title: lang.active,
Open commit View diff
2377 title: lang.active,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2378
          data: 'active',
Open commit View diff
2378 data: 'active',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2379
          responsivePriority: 3,
Open commit View diff
2379 responsivePriority: 3,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2380
          defaultContent: ''
Open commit View diff
2380 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2381
        },
Open commit View diff
2381 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2382
        {
Open commit View diff
2382 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2383
          title: 'Type',
Open commit View diff
2383 title: 'Type',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2384
          data: 'filter_type',
Open commit View diff
2384 data: 'filter_type',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2385
          responsivePriority: 4,
Open commit View diff
2385 responsivePriority: 4,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2386
          defaultContent: ''
Open commit View diff
2386 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2387
        },
Open commit View diff
2387 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2388
        {
Open commit View diff
2388 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2389
          title: lang.owner,
Open commit View diff
2389 title: lang.owner,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2390
          data: 'username',
Open commit View diff
2390 data: 'username',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2391
          defaultContent: ''
Open commit View diff
2391 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2392
        },
Open commit View diff
2392 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2393
        {
Open commit View diff
2393 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2394
          title: lang.description,
Open commit View diff
2394 title: lang.description,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2395
          data: 'script_desc',
Open commit View diff
2395 data: 'script_desc',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2396
          defaultContent: ''
Open commit View diff
2396 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2397
        },
Open commit View diff
2397 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2398
        {
Open commit View diff
2398 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2399
          title: 'Script',
Open commit View diff
2399 title: 'Script',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2400
          data: 'script_data',
Open commit View diff
2400 data: 'script_data',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2401
          defaultContent: '',
Open commit View diff
2401 defaultContent: '',
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2402
          className: 'none'
Open commit View diff
2402 className: 'none'
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2403
        },
Open commit View diff
2403 },
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2404
        {
Open commit View diff
2404 {
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2405
          title: lang.action,
Open commit View diff
2405 title: lang.action,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2406
          data: 'action',
Open commit View diff
2406 data: 'action',
FreddleSpl0it over 3 years ago 72e8180

[Web] datatable adjustment

Full commit hash
72e8180c6be0f8ae9444e4ae10129ffa830c0c9b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2407
          className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
Open commit View diff
2407 className: 'dt-sm-head-hidden dt-data-w100 dtr-col-md dt-text-right',
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2408
          responsivePriority: 5,
Open commit View diff
2408 responsivePriority: 5,
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2409
          defaultContent: ''
Open commit View diff
2409 defaultContent: ''
same change 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2410
        },
Open commit View diff
2410 },
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2411
      ]
Open commit View diff
2411 ]
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2412
    });
Open commit View diff
2412 });
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2413
Open commit View diff
2413
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2414
    table.on('responsive-resize', function (e, datatable, columns){
Open commit View diff
2414 table.on('responsive-resize', function (e, datatable, columns){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2415
      hideTableExpandCollapseBtn('#tab-filters', '#filter_table');
Open commit View diff
2415 hideTableExpandCollapseBtn('#tab-filters', '#filter_table');
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2416
    });
Open commit View diff
2416 });
Marcel Hofer over 7 years ago cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2417
  };
Open commit View diff
2417 };
same change cac67db

add config ALLOW_ADMIN_EMAIL_LOGIN and implement password-less SOGo login admins

Full commit hash
cac67db20314e6a023ef4b8a059d82765bb3023e
Author
Marcel Hofer <[email protected]>
Date
over 7 years ago
Selected line
2418
Open commit View diff
2418
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2419
  function hideTableExpandCollapseBtn(tab, table){
Open commit View diff
2419 function hideTableExpandCollapseBtn(tab, table){
same change 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2420
    if ($(table).hasClass('collapsed'))
Open commit View diff
2420 if ($(table).hasClass('collapsed'))
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2421
      $(tab).find(".table_collapse_option").show();
Open commit View diff
2421 $(tab).find(".table_collapse_option").show();
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2422
    else
Open commit View diff
2422 else
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2423
      $(tab).find(".table_collapse_option").hide();
Open commit View diff
2423 $(tab).find(".table_collapse_option").hide();
FreddleSpl0it over 3 years ago 8782304

[Web] show fold/unfold action if child rows exists

Full commit hash
8782304e8dea57fc7991af0654f3f89c48ba2792
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2424
  }
Open commit View diff
2424 }
FreddleSpl0it almost 2 years ago 29d8cfe

[Web] Set min-width and text-align for last login badges

Full commit hash
29d8cfe2bab1ac2afe59ee98fa75115fb3d55c9f
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
2425
Open commit View diff
2425
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2426
  function filterByDomain(json, column, table){
Open commit View diff
2426 function filterByDomain(json, column, table){
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2427
    var tableId = $(table.table().container()).attr('id');
Open commit View diff
2427 var tableId = $(table.table().container()).attr('id');
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2428
    // Create the `select` element
Open commit View diff
2428 // Create the `select` element
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2429
    var select = $('<select class="btn btn-sm btn-xs-lg btn-light text-start mx-2"><option value="">'+lang.all_domains+'</option></select>')
Open commit View diff
2429 var select = $('<select class="btn btn-sm btn-xs-lg btn-light text-start mx-2"><option value="">'+lang.all_domains+'</option></select>')
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2430
      .insertBefore(
Open commit View diff
2430 .insertBefore(
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2431
        $('#'+tableId+' .dataTables_filter > label > input')
Open commit View diff
2431 $('#'+tableId+' .dataTables_filter > label > input')
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2432
      )
Open commit View diff
2432 )
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2433
      .on( 'change', function(){
Open commit View diff
2433 .on( 'change', function(){
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2434
        table.column(column)
Open commit View diff
2434 table.column(column)
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2435
          .search($(this).val())
Open commit View diff
2435 .search($(this).val())
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2436
          .draw();
Open commit View diff
2436 .draw();
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2437
      });
Open commit View diff
2437 });
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2438
Open commit View diff
2438
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2439
    // get all domains
Open commit View diff
2439 // get all domains
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2440
    var domains = [];
Open commit View diff
2440 var domains = [];
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2441
    json.forEach(obj => {
Open commit View diff
2441 json.forEach(obj => {
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2442
      Object.entries(obj).forEach(([key, value]) => {
Open commit View diff
2442 Object.entries(obj).forEach(([key, value]) => {
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2443
        if(key === 'domain') {
Open commit View diff
2443 if(key === 'domain') {
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2444
          domains.push(value)
Open commit View diff
2444 domains.push(value)
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2445
        }
Open commit View diff
2445 }
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2446
      });
Open commit View diff
2446 });
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2447
    });
Open commit View diff
2447 });
FreddleSpl0it almost 2 years ago 29d8cfe

[Web] Set min-width and text-align for last login badges

Full commit hash
29d8cfe2bab1ac2afe59ee98fa75115fb3d55c9f
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
2448
Open commit View diff
2448
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2449
    // get unique domain list
Open commit View diff
2449 // get unique domain list
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2450
    domains = domains.filter(function(value, index, array) {
Open commit View diff
2450 domains = domains.filter(function(value, index, array) {
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2451
      return array.indexOf(value) === index;
Open commit View diff
2451 return array.indexOf(value) === index;
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2452
    });
Open commit View diff
2452 });
FreddleSpl0it almost 2 years ago 29d8cfe

[Web] Set min-width and text-align for last login badges

Full commit hash
29d8cfe2bab1ac2afe59ee98fa75115fb3d55c9f
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
2453
Open commit View diff
2453
Kristian Feldsam almost 3 years ago 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2454
    // add domains to select
Open commit View diff
2454 // add domains to select
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2455
    domains.forEach(function(domain) {
Open commit View diff
2455 domains.forEach(function(domain) {
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2456
        select.append($('<option>' + domain + '</option>'));
Open commit View diff
2456 select.append($('<option>' + domain + '</option>'));
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2457
    });
Open commit View diff
2457 });
same change 8e5cd90

[Web] Filter tables by Domain where possible

Full commit hash
8e5cd907072a75cee8116367b234362e97616c53
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2458
  }
Open commit View diff
2458 }
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
2459
Open commit View diff
2459
Marco Jarjour about 4 years ago fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2460
  // detect element visibility changes
Open commit View diff
2460 // detect element visibility changes
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2461
  function onVisible(element, callback) {
Open commit View diff
2461 function onVisible(element, callback) {
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2462
    $(document).ready(function() {
Open commit View diff
2462 $(document).ready(function() {
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
2463
      let element_object = document.querySelector(element);
Open commit View diff
2463 let element_object = document.querySelector(element);
FreddleSpl0it about 4 years ago 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2464
      if (element_object === null) return;
Open commit View diff
2464 if (element_object === null) return;
same change 496c68d

[BS5] datatables handle null values

Full commit hash
496c68d2af64bd101a0be17a9c62a987da4fbc7e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2465
Open commit View diff
2465
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
2466
      let observer = new IntersectionObserver((entries, observer) => {
Open commit View diff
2466 let observer = new IntersectionObserver((entries, observer) => {
Marco Jarjour about 4 years ago fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2467
        entries.forEach(entry => {
Open commit View diff
2467 entries.forEach(entry => {
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2468
          if(entry.intersectionRatio > 0) {
Open commit View diff
2468 if(entry.intersectionRatio > 0) {
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2469
            callback(element_object);
Open commit View diff
2469 callback(element_object);
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
2470
            observer.unobserve(element_object);
Open commit View diff
2470 observer.unobserve(element_object);
Marco Jarjour about 4 years ago fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2471
          }
Open commit View diff
2471 }
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2472
        });
Open commit View diff
2472 });
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
2473
      })
Open commit View diff
2473 })
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
2474
Open commit View diff
2474
FreddleSpl0it about 3 years ago aabcd10

[Web] fix bcc localdest selectpicker

Full commit hash
aabcd1053969e7bd3601c0dd7e7aa3e5b333cb97
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
2475
      observer.observe(element_object);
Open commit View diff
2475 observer.observe(element_object);
Marco Jarjour about 4 years ago fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2476
    });
Open commit View diff
2476 });
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2477
  }
Open commit View diff
2477 }
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2478
Open commit View diff
2478
same change fb10764

Execute API calls only when needed

Full commit hash
fb1076416768557ad2b55aa409eac837fe7d329d
Author
Marco Jarjour <[email protected]>
Date
about 4 years ago
Selected line
2479
  // Load only if the tab is visible
Open commit View diff
2479 // Load only if the tab is visible
FreddleSpl0it about 4 years ago 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2480
  onVisible("[id^=domain_table]", () => draw_domain_table());
Open commit View diff
2480 onVisible("[id^=domain_table]", () => draw_domain_table());
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2481
  onVisible("[id^=templates_domain_table]", () => draw_templates_domain_table());
Open commit View diff
2481 onVisible("[id^=templates_domain_table]", () => draw_templates_domain_table());
FreddleSpl0it about 4 years ago 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2482
  onVisible("[id^=mailbox_table]", () => draw_mailbox_table());
Open commit View diff
2482 onVisible("[id^=mailbox_table]", () => draw_mailbox_table());
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2483
  onVisible("[id^=templates_mbox_table]", () => draw_templates_mbox_table());
Open commit View diff
2483 onVisible("[id^=templates_mbox_table]", () => draw_templates_mbox_table());
FreddleSpl0it about 4 years ago 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2484
  onVisible("[id^=resource_table]", () => draw_resource_table());
Open commit View diff
2484 onVisible("[id^=resource_table]", () => draw_resource_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2485
  onVisible("[id^=alias_table]", () => draw_alias_table());
Open commit View diff
2485 onVisible("[id^=alias_table]", () => draw_alias_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2486
  onVisible("[id^=aliasdomain_table]", () => draw_aliasdomain_table());
Open commit View diff
2486 onVisible("[id^=aliasdomain_table]", () => draw_aliasdomain_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2487
  onVisible("[id^=sync_job_table]", () => draw_sync_job_table());
Open commit View diff
2487 onVisible("[id^=sync_job_table]", () => draw_sync_job_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2488
  onVisible("[id^=filter_table]", () => draw_filter_table());
Open commit View diff
2488 onVisible("[id^=filter_table]", () => draw_filter_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2489
  onVisible("[id^=bcc_table]", () => draw_bcc_table());
Open commit View diff
2489 onVisible("[id^=bcc_table]", () => draw_bcc_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2490
  onVisible("[id^=recipient_map_table]", () => draw_recipient_map_table());
Open commit View diff
2490 onVisible("[id^=recipient_map_table]", () => draw_recipient_map_table());
same change 351c803

[BS5] change onVisible querySelectors to table id

Full commit hash
351c803623ae91812c6918a1fcfbe4d1f7385452
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2491
  onVisible("[id^=tls_policy_table]", () => draw_tls_policy_table());
Open commit View diff
2491 onVisible("[id^=tls_policy_table]", () => draw_tls_policy_table());
andryyy almost 7 years ago 4c952dd

[Web] Remove old transport-map from mailbox.js

Full commit hash
4c952dda3b585dbfa6251780093bcaa24acd1854
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
2492
});
Open commit View diff
2492 });