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/queue.js

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

queue.js on main
Author Date Commit Line Code
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
1
jQuery(function($){
Open commit View diff
1 jQuery(function($){
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
2
Open commit View diff
2
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
3
  $(".refresh_table").on('click', function(e) {
Open commit View diff
3 $(".refresh_table").on('click', function(e) {
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
5
    var table_name = $(this).data('table');
Open commit View diff
5 var table_name = $(this).data('table');
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
6
    $('#' + table_name).DataTable().ajax.reload();
Open commit View diff
6 $('#' + table_name).DataTable().ajax.reload();
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
7
  });
Open commit View diff
7 });
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
8
Open commit View diff
8
DerLinkman almost 4 years ago 75fdeb2

Fixed queue message error

Full commit hash
75fdeb2843f9ce470a1f899cecc7b2f0c51ea504
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
9
Open commit View diff
9
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
10
  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
10 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]}
DerLinkman almost 4 years ago 75fdeb2

Fixed queue message error

Full commit hash
75fdeb2843f9ce470a1f899cecc7b2f0c51ea504
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
11
Open commit View diff
11
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
12
  // Queue item
Open commit View diff
12 // Queue item
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
13
  $('#showQueuedMsg').on('show.bs.modal', function (e) {
Open commit View diff
13 $('#showQueuedMsg').on('show.bs.modal', function (e) {
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
14
    $('#queue_msg_content').text(lang.loading);
Open commit View diff
14 $('#queue_msg_content').text(lang.loading);
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
15
    button = $(e.relatedTarget)
Open commit View diff
15 button = $(e.relatedTarget)
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
16
    if (button != null) {
Open commit View diff
16 if (button != 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
17
      $('#queue_id').text(button.data('queue-id'));
Open commit View diff
17 $('#queue_id').text(button.data('queue-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
18
    }
Open commit View diff
18 }
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
19
    $.ajax({
Open commit View diff
19 $.ajax({
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
20
      type: 'GET',
Open commit View diff
20 type: 'GET',
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
21
      url: '/api/v1/get/postcat/' + button.data('queue-id'),
Open commit View diff
21 url: '/api/v1/get/postcat/' + button.data('queue-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
22
      dataType: 'text',
Open commit View diff
22 dataType: 'text',
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
23
      complete: function (data) {
Open commit View diff
23 complete: function (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
24
        $('#queue_msg_content').text(data.responseText);
Open commit View diff
24 $('#queue_msg_content').text(data.responseText);
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
25
      }
Open commit View diff
25 }
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
26
    });
Open commit View diff
26 });
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
27
  })
Open commit View diff
27 })
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
28
Open commit View diff
28
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
29
  function draw_queue() {
Open commit View diff
29 function draw_queue() {
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
30
  // just recalc width if instance already exists
Open commit View diff
30 // just recalc width if instance already exists
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
31
  if ($.fn.DataTable.isDataTable('#queuetable') ) {
Open commit View diff
31 if ($.fn.DataTable.isDataTable('#queuetable') ) {
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
32
    $('#queuetable').DataTable().columns.adjust().responsive.recalc();
Open commit View diff
32 $('#queuetable').DataTable().columns.adjust().responsive.recalc();
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
34
  }
Open commit View diff
34 }
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
35
Open commit View diff
35
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
36
  $('#queuetable').DataTable({
Open commit View diff
36 $('#queuetable').DataTable({
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
37
    responsive: true,
Open commit View diff
37 responsive: true,
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
38
    processing: true,
Open commit View diff
38 processing: true,
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
39
    serverSide: false,
Open commit View diff
39 serverSide: 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
40
    stateSave: true,
Open commit View diff
40 stateSave: true,
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
41
    pageLength: pagination_size,
Open commit View diff
41 pageLength: pagination_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
42
    dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
Open commit View diff
42 dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
43
         "tr" +
Open commit View diff
43 "tr" +
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
44
         "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
Open commit View diff
44 "<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
45
    language: lang_datatables,
Open commit View diff
45 language: lang_datatables,
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
46
    ajax: {
Open commit View diff
46 ajax: {
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
47
      type: "GET",
Open commit View diff
47 type: "GET",
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
48
      url: "/api/v1/get/mailq/all",
Open commit View diff
48 url: "/api/v1/get/mailq/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
49
      dataSrc: function(data){
Open commit View diff
49 dataSrc: function(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
50
        $.each(data, function (i, item) {
Open commit View diff
50 $.each(data, function (i, item) {
FreddleSpl0it 2 months ago 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
51
          item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailqitems" name="multi_select" value="' + escapeHtml(item.queue_id) + '" />';
Open commit View diff
51 item.chkbox = '<input type="checkbox" class="form-check-input" data-id="mailqitems" name="multi_select" value="' + escapeHtml(item.queue_id) + '" />';
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
52
          rcpts = $.map(item.recipients, function(i) {
Open commit View diff
52 rcpts = $.map(item.recipients, function(i) {
same change 6ff3f3f

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

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

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
55
          item.recipients = rcpts.join('<hr style="margin:1px!important">');
Open commit View diff
55 item.recipients = rcpts.join('<hr style="margin:1px!important">');
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
56
          item.action = '<div class="btn-group">' +
Open commit View diff
56 item.action = '<div class="btn-group">' +
FreddleSpl0it 2 months ago 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
57
            '<a href="#" data-bs-toggle="modal" data-bs-target="#showQueuedMsg" data-queue-id="' + escapeHtml(item.queue_id) + '" class="btn btn-xs btn-secondary">' + lang.show_message + '</a>' +
Open commit View diff
57 '<a href="#" data-bs-toggle="modal" data-bs-target="#showQueuedMsg" data-queue-id="' + escapeHtml(item.queue_id) + '" class="btn btn-xs btn-secondary">' + lang.show_message + '</a>' +
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
58
            '</div>';
Open commit View diff
58 '</div>';
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
59
          });
Open commit View diff
59 });
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
60
          return data;
Open commit View diff
60 return data;
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
61
        }
Open commit View diff
61 }
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
62
      },
Open commit View diff
62 },
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
63
      columns: [
Open commit View diff
63 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
64
        {
Open commit View diff
64 {
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
65
          // placeholder, so checkbox will not block child row toggle
Open commit View diff
65 // 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
66
          title: '',
Open commit View diff
66 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
67
          data: null,
Open commit View diff
67 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
68
          searchable: false,
Open commit View diff
68 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
69
          orderable: false,
Open commit View diff
69 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
70
          defaultContent: ''
Open commit View diff
70 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
71
        },
Open commit View diff
71 },
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
73
          title: '',
Open commit View diff
73 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
74
          data: 'chkbox',
Open commit View diff
74 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
75
          searchable: false,
Open commit View diff
75 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
76
          orderable: false,
Open commit View diff
76 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
77
          defaultContent: ''
Open commit View diff
77 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
78
        },
Open commit View diff
78 },
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
79
        {
Open commit View diff
79 {
same change 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
          title: 'QID',
Open commit View diff
80 title: 'QID',
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
81
          data: 'queue_id',
Open commit View diff
81 data: 'queue_id',
FreddleSpl0it 2 months ago 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
82
          defaultContent: '',
Open commit View diff
82 defaultContent: '',
same change 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
83
          render: $.fn.dataTable.render.text()
Open commit View diff
83 render: $.fn.dataTable.render.text()
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
84
        },
Open commit View diff
84 },
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
86
          title: 'Queue',
Open commit View diff
86 title: 'Queue',
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
87
          data: 'queue_name',
Open commit View diff
87 data: 'queue_name',
FreddleSpl0it 2 months ago 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
88
          defaultContent: '',
Open commit View diff
88 defaultContent: '',
same change 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
89
          render: $.fn.dataTable.render.text()
Open commit View diff
89 render: $.fn.dataTable.render.text()
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
90
        },
Open commit View diff
90 },
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
92
          title: lang_admin.arrival_time,
Open commit View diff
92 title: lang_admin.arrival_time,
same change 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
          data: 'arrival_time',
Open commit View diff
93 data: 'arrival_time',
same change 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
          defaultContent: '',
Open commit View diff
94 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
95
          render: function (data, type){
Open commit View diff
95 render: function (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
96
            var date = new Date(data ? data * 1000 : 0);
Open commit View diff
96 var date = new Date(data ? data * 1000 : 0);
same change 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
            return date.toLocaleDateString(undefined, {year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit"});
Open commit View diff
97 return date.toLocaleDateString(undefined, {year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit"});
same change 6ff3f3f

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

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

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
100
        {
Open commit View diff
100 {
same change 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
          title: lang_admin.message_size,
Open commit View diff
101 title: lang_admin.message_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
102
          data: 'message_size',
Open commit View diff
102 data: 'message_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
103
          defaultContent: '',
Open commit View diff
103 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
104
          render: function (data, type){
Open commit View diff
104 render: function (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
105
            return humanFileSize(data);
Open commit View diff
105 return humanFileSize(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
106
          }
Open commit View diff
106 }
same change 6ff3f3f

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

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

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
109
          title: lang_admin.sender,
Open commit View diff
109 title: lang_admin.sender,
same change 6ff3f3f

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
110
          data: 'sender',
Open commit View diff
110 data: 'sender',
FreddleSpl0it 2 months ago 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
111
          defaultContent: '',
Open commit View diff
111 defaultContent: '',
same change 33547d1

[Web] escape HTML in sieve filter edit view and queue manager

Full commit hash
33547d1d73237270e6d2f21edace5b2317856a1c
Author
FreddleSpl0it <[email protected]>
Date
2 months ago
Selected line
112
          render: $.fn.dataTable.render.text()
Open commit View diff
112 render: $.fn.dataTable.render.text()
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
113
        },
Open commit View diff
113 },
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
115
          title: lang_admin.recipients,
Open commit View diff
115 title: lang_admin.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
116
          data: 'recipients',
Open commit View diff
116 data: '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
117
          defaultContent: ''
Open commit View diff
117 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
118
        },
Open commit View diff
118 },
same change 6ff3f3f

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

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

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

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
120
          title: lang_admin.action,
Open commit View diff
120 title: lang_admin.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
121
          data: 'action',
Open commit View diff
121 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
122
          className: 'dt-sm-head-hidden dt-text-right',
Open commit View diff
122 className: 'dt-sm-head-hidden 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
123
          defaultContent: ''
Open commit View diff
123 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
124
        },
Open commit View diff
124 },
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
125
      ]
Open commit View diff
125 ]
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
126
    });
Open commit View diff
126 });
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
127
  }
Open commit View diff
127 }
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
128
Open commit View diff
128
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
129
  draw_queue();
Open commit View diff
129 draw_queue();
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
130
Open commit View diff
130
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
131
})
Open commit View diff
131 })