public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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/edit.js
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
edit.js
on main
Author
Date
Commit
Line
Code
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
- 1
$(document).ready(function() {
$(document).ready(function() {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2
$(".arrow-toggle").on('click', function(e) { e.preventDefault(); $(this).find('.arrow').toggleClass("animation"); });
$(".arrow-toggle").on('click', function(e) { e.preventDefault(); $(this).find('.arrow').toggleClass("animation"); });
same change
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
$("#pushover_delete").click(function() { return confirm(lang.delete_ays); });
$("#pushover_delete").click(function() { return confirm(lang.delete_ays); });
same change
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
$(".goto_checkbox").click(function( event ) {
$(".goto_checkbox").click(function( event ) {
same change
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
$("form[data-id='editalias'] .goto_checkbox").not(this).prop('checked', false);
$("form[data-id='editalias'] .goto_checkbox").not(this).prop('checked', 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
- 6
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 0) {
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 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
- 7
$('#textarea_alias_goto').prop('disabled', true);
$('#textarea_alias_goto').prop('disabled', 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
- 8
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 9
else {
else {
same change
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
$("#textarea_alias_goto").removeAttr('disabled');
$("#textarea_alias_goto").removeAttr('disabled');
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 11
}
}
same change
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
});
});
same change
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
$("#disable_sender_check").click(function( event ) {
$("#disable_sender_check").click(function( event ) {
same change
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
if ($("form[data-id='editmailbox'] #disable_sender_check:checked").length > 0) {
if ($("form[data-id='editmailbox'] #disable_sender_check:checked").length > 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
- 15
$('#editSelectSenderACL').prop('disabled', true);
$('#editSelectSenderACL').prop('disabled', 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
- 16
$('#editSelectSenderACL').selectpicker('refresh');
$('#editSelectSenderACL').selectpicker('refresh');
same change
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
}
}
same change
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
else {
else {
same change
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
$('#editSelectSenderACL').prop('disabled', false);
$('#editSelectSenderACL').prop('disabled', 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
- 20
$('#editSelectSenderACL').selectpicker('refresh');
$('#editSelectSenderACL').selectpicker('refresh');
same change
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
}
}
same change
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
});
});
same change
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
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 0) {
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 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
- 24
$('#textarea_alias_goto').prop('disabled', true);
$('#textarea_alias_goto').prop('disabled', 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
- 25
}
}
same change
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
same change
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
$("#mailbox-password-warning-close").click(function( event ) {
$("#mailbox-password-warning-close").click(function( event ) {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 28
$('#mailbox-passwd-hidden-info').addClass('hidden');
$('#mailbox-passwd-hidden-info').addClass('hidden');
same change
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
$('#mailbox-passwd-form-groups').removeClass('hidden');
$('#mailbox-passwd-form-groups').removeClass('hidden');
same change
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
});
});
same change
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
// Sender ACL
// Sender ACL
same change
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
if ($("#editSelectSenderACL option[value='\*']:selected").length > 0){
if ($("#editSelectSenderACL option[value='\*']:selected").length > 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
- 33
$("#sender_acl_disabled").show();
$("#sender_acl_disabled").show();
same change
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
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 35
$('#editSelectSenderACL').change(function() {
$('#editSelectSenderACL').change(function() {
same change
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
if ($("#editSelectSenderACL option[value='\*']:selected").length > 0){
if ($("#editSelectSenderACL option[value='\*']:selected").length > 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
- 37
$("#sender_acl_disabled").show();
$("#sender_acl_disabled").show();
same change
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
}
}
same change
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
else {
else {
same change
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
$("#sender_acl_disabled").hide();
$("#sender_acl_disabled").hide();
same change
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
}
}
same change
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
});
});
same change
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
// Resources
// Resources
same change
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
if ($("#editSelectMultipleBookings").val() == "custom") {
if ($("#editSelectMultipleBookings").val() == "custom") {
same change
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
$("#multiple_bookings_custom_div").show();
$("#multiple_bookings_custom_div").show();
same change
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
$('input[name=multiple_bookings]').val($("#multiple_bookings_custom").val());
$('input[name=multiple_bookings]').val($("#multiple_bookings_custom").val());
same change
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
}
}
same change
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
$("#editSelectMultipleBookings").change(function() {
$("#editSelectMultipleBookings").change(function() {
same change
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
$('input[name=multiple_bookings]').val($("#editSelectMultipleBookings").val());
$('input[name=multiple_bookings]').val($("#editSelectMultipleBookings").val());
same change
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
if ($('input[name=multiple_bookings]').val() == "custom") {
if ($('input[name=multiple_bookings]').val() == "custom") {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 51
$("#multiple_bookings_custom_div").show();
$("#multiple_bookings_custom_div").show();
same change
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
}
}
same change
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
else {
else {
same change
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
$("#multiple_bookings_custom_div").hide();
$("#multiple_bookings_custom_div").hide();
same change
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
}
}
same change
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
});
});
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 57
$("#multiple_bookings_custom").bind("change keypress keyup blur", function() {
$("#multiple_bookings_custom").bind("change keypress keyup blur", function() {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 58
$('input[name=multiple_bookings]').val($("#multiple_bookings_custom").val());
$('input[name=multiple_bookings]').val($("#multiple_bookings_custom").val());
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 59
});
});
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 60
FreddleSpl0it
almost 2 years ago
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 61
$("#show_mailbox_rename_form").click(function() {
$("#show_mailbox_rename_form").click(function() {
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 62
$("#rename_warning").hide();
$("#rename_warning").hide();
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 63
$("#rename_form").removeClass("d-none");
$("#rename_form").removeClass("d-none");
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 64
});
});
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 65
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
- 66
// load tags
// load 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
- 67
if ($('#tags').length){
if ($('#tags').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
- 68
var tagsEl = $('#tags').parent().find('.tag-values')[0];
var tagsEl = $('#tags').parent().find('.tag-values')[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
- 69
var tags = JSON.parse($(tagsEl).val());
var tags = JSON.parse($(tagsEl).val());
same change
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
$(tagsEl).val("");
$(tagsEl).val("");
same change
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
same change
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
for (var i = 0; i < tags.length; i++)
for (var i = 0; i < tags.length; 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
- 73
addTag($('#tags'), tags[i]);
addTag($('#tags'), tags[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
- 74
}
}
same change
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
});
});
same change
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
same change
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
jQuery(function($){
jQuery(function($){
same change
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
// http://stackoverflow.com/questions/46155/validate-email-address-in-javascript
// http://stackoverflow.com/questions/46155/validate-email-address-in-javascript
same change
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
function validateEmail(email) {
function validateEmail(email) {
same change
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
var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
var re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{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
- 81
return re.test(email);
return re.test(email);
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 82
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 83
function draw_wl_policy_domain_table() {
function draw_wl_policy_domain_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
- 84
$('#wl_policy_domain_table').DataTable({
$('#wl_policy_domain_table').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
- 85
responsive: true,
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
- 86
processing: true,
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
- 87
serverSide: false,
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
- 88
stateSave: true,
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
- 89
pageLength: pagination_size,
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
- 90
dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
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
- 91
"tr" +
"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
- 92
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
"<'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
- 93
language: lang_datatables,
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
- 94
ajax: {
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
- 95
type: "GET",
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
- 96
url: '/api/v1/get/policy_wl_domain/' + table_for_domain,
url: '/api/v1/get/policy_wl_domain/' + table_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
- 97
dataSrc: function(data){
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
- 98
$.each(data, function (i, item) {
$.each(data, function (i, 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
- 99
if (!validateEmail(item.object)) {
if (!validateEmail(item.object)) {
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
- 100
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="policy_wl_domain" name="multi_select" value="' + item.prefid + '" />';
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="policy_wl_domain" name="multi_select" value="' + item.prefid + '" />';
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
}
}
same change
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
else {
else {
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
- 103
item.chkbox = '<input type="checkbox" class="form-check-input" disabled title="' + lang_user.spamfilter_table_domain_policy + '" />';
item.chkbox = '<input type="checkbox" class="form-check-input" disabled title="' + lang_user.spamfilter_table_domain_policy + '" />';
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
- 104
}
}
same change
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
});
});
same change
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
same change
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
return data;
return 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
- 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
},
},
same change
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
columns: [
columns: [
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 111
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 112
// placeholder, so checkbox will not block child row toggle
// 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
- 113
title: '',
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
- 114
data: null,
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
- 115
searchable: false,
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
- 116
orderable: false,
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
- 117
defaultContent: ''
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
},
},
same change
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
{
{
same change
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: '',
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
- 121
data: 'chkbox',
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
- 122
searchable: false,
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
- 123
orderable: false,
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
- 124
defaultContent: ''
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
- 125
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 126
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 127
title: 'ID',
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
- 128
data: 'prefid',
data: 'prefid',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 129
defaultContent: ''
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
- 130
},
},
same change
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
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 132
title: lang_user.spamfilter_table_rule,
title: lang_user.spamfilter_table_rule,
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 133
data: 'value',
data: 'value',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 134
defaultContent: ''
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
- 135
},
},
same change
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
{
{
same change
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
title: 'Scope',
title: 'Scope',
same change
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: 'object',
data: 'object',
same change
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
defaultContent: ''
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
- 140
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 141
]
]
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 142
});
});
same change
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
}
}
same change
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
function draw_bl_policy_domain_table() {
function draw_bl_policy_domain_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
- 145
$('#bl_policy_domain_table').DataTable({
$('#bl_policy_domain_table').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
- 146
responsive: true,
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
- 147
processing: true,
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
- 148
serverSide: false,
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
- 149
stateSave: true,
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
- 150
pageLength: pagination_size,
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
- 151
dom: "<'row'<'col-sm-12 col-md-6'f><'col-sm-12 col-md-6'l>>" +
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
- 152
"tr" +
"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
- 153
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
"<'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
- 154
language: lang_datatables,
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
- 155
ajax: {
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
- 156
type: "GET",
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
- 157
url: '/api/v1/get/policy_bl_domain/' + table_for_domain,
url: '/api/v1/get/policy_bl_domain/' + table_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
- 158
dataSrc: function(data){
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
- 159
$.each(data, function (i, item) {
$.each(data, function (i, 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
- 160
if (!validateEmail(item.object)) {
if (!validateEmail(item.object)) {
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
- 161
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="policy_bl_domain" name="multi_select" value="' + item.prefid + '" />';
item.chkbox = '<input type="checkbox" class="form-check-input" data-id="policy_bl_domain" name="multi_select" value="' + item.prefid + '" />';
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
- 162
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 163
else {
else {
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
- 164
item.chkbox = '<input type="checkbox" class="form-check-input" disabled tooltip="' + lang_user.spamfilter_table_domain_policy + '" />';
item.chkbox = '<input type="checkbox" class="form-check-input" disabled tooltip="' + lang_user.spamfilter_table_domain_policy + '" />';
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
- 165
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 166
});
});
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 167
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 168
return data;
return 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
- 169
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 170
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 171
columns: [
columns: [
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 172
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 173
// placeholder, so checkbox will not block child row toggle
// 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
- 174
title: '',
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
- 175
data: null,
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
- 176
searchable: false,
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
- 177
orderable: false,
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
- 178
defaultContent: ''
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
- 179
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 180
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 181
title: '',
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
- 182
data: 'chkbox',
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
- 183
searchable: false,
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
- 184
orderable: false,
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
- 185
defaultContent: ''
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
- 186
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 187
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 188
title: 'ID',
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
- 189
data: 'prefid',
data: 'prefid',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 190
defaultContent: ''
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
- 191
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 192
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 193
title: lang_user.spamfilter_table_rule,
title: lang_user.spamfilter_table_rule,
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 194
data: 'value',
data: 'value',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 195
defaultContent: ''
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
- 196
},
},
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 197
{
{
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 198
title: 'Scope',
title: 'Scope',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 199
data: 'object',
data: 'object',
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 200
defaultContent: ''
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
- 201
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 202
]
]
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 203
});
});
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 204
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 205
FreddleSpl0it
over 2 years ago
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 206
function add_table_row(table_id, type) {
function add_table_row(table_id, type) {
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 207
var row = $('<tr />');
var row = $('<tr />');
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 208
if (type == "mbox_attr") {
if (type == "mbox_attr") {
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 209
cols = '<td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="attribute" required></td>';
cols = '<td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="attribute" required></td>';
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 210
cols += '<td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="value" required></td>';
cols += '<td><input class="input-sm input-xs-lg form-control" data-id="mbox_attr" type="text" name="value" required></td>';
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 211
cols += '<td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">' + lang_admin.remove_row + '</a></td>';
cols += '<td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">' + lang_admin.remove_row + '</a></td>';
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 212
}
}
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 213
row.append(cols);
row.append(cols);
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 214
table_id.append(row);
table_id.append(row);
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 215
}
}
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 216
$('#mbox_attr_table').on('click', 'tr a', function (e) {
$('#mbox_attr_table').on('click', 'tr a', function (e) {
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 217
e.preventDefault();
e.preventDefault();
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 218
$(this).parents('tr').remove();
$(this).parents('tr').remove();
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 219
});
});
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 220
$('#add_mbox_attr_row').click(function() {
$('#add_mbox_attr_row').click(function() {
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 221
add_table_row($('#mbox_attr_table'), "mbox_attr");
add_table_row($('#mbox_attr_table'), "mbox_attr");
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 222
});
});
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
- 223
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 224
// detect element visibility changes
// detect element visibility changes
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 225
function onVisible(element, callback) {
function onVisible(element, callback) {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 226
$(document).ready(function() {
$(document).ready(function() {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 227
element_object = document.querySelector(element);
element_object = document.querySelector(element);
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 228
if (element_object === null) return;
if (element_object === null) 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
- 229
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 230
new IntersectionObserver((entries, observer) => {
new IntersectionObserver((entries, observer) => {
same change
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
entries.forEach(entry => {
entries.forEach(entry => {
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 232
if(entry.intersectionRatio > 0) {
if(entry.intersectionRatio > 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
- 233
callback(element_object);
callback(element_object);
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 234
observer.disconnect();
observer.disconnect();
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 235
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 236
});
});
same change
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
}).observe(element_object);
}).observe(element_object);
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 238
});
});
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 239
}
}
same change
6ff3f3f
[Web] Set pageLength to pagination_size + repect savedState...
- Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977- Author
- realizelol <[email protected]>
- Date
- over 3 years ago
- Selected line
- 240
// Draw Table if tab is active
// Draw Table if tab is 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
- 241
onVisible("[id^=wl_policy_domain_table]", () => draw_wl_policy_domain_table());
onVisible("[id^=wl_policy_domain_table]", () => draw_wl_policy_domain_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
- 242
onVisible("[id^=bl_policy_domain_table]", () => draw_bl_policy_domain_table());
onVisible("[id^=bl_policy_domain_table]", () => draw_bl_policy_domain_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
- 243
});
});