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/build/013-mailcow.js
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
013-mailcow.js
on main
Author
Date
Commit
Line
Code
FreddleSpl0it
over 3 years ago
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1
const LOCALE = undefined;
const LOCALE = undefined;
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2
const DATETIME_FORMAT = {
const DATETIME_FORMAT = {
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 3
year: "numeric",
year: "numeric",
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 4
month: "2-digit",
month: "2-digit",
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 5
day: "2-digit",
day: "2-digit",
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 6
hour: "2-digit",
hour: "2-digit",
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 7
minute: "2-digit",
minute: "2-digit",
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 8
second: "2-digit"
second: "2-digit"
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 9
};
};
same change
cf1cc24
[Web] Fix temporary email aliases sorting
- Full commit hash
cf1cc24e33ec0410f79be808c52507844ac4e18e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 10
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 11
$(document).ready(function() {
$(document).ready(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 12
// mailcow alert box generator
// mailcow alert box generator
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 13
window.mailcow_alert_box = function(message, type) {
window.mailcow_alert_box = function(message, type) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 14
msg = $('<span/>').text(message).text();
msg = $('<span/>').text(message).text();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 15
if (type == 'danger' || type == 'info') {
if (type == 'danger' || type == 'info') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 16
auto_hide = 0;
auto_hide = 0;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 17
$('#' + localStorage.getItem("add_modal")).modal('show');
$('#' + localStorage.getItem("add_modal")).modal('show');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 18
localStorage.removeItem("add_modal");
localStorage.removeItem("add_modal");
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 19
} else {
} else {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 20
auto_hide = 5000;
auto_hide = 5000;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 21
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 22
$.notify({message: msg},{z_index: 20000, delay: auto_hide, type: type,placement: {from: "bottom",align: "right"},animate: {enter: 'animated fadeInUp',exit: 'animated fadeOutDown'}});
$.notify({message: msg},{z_index: 20000, delay: auto_hide, type: type,placement: {from: "bottom",align: "right"},animate: {enter: 'animated fadeInUp',exit: 'animated fadeOutDown'}});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 23
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 24
Patrik Kernstock
10 months ago
5c5287c
Fixed wrong footer escaping
- Full commit hash
5c5287ca21da04d9efa5058b200aa3df6aeb8305- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 25
$(".generate_password").click(async function( event ) {
$(".generate_password").click(async function( event ) {
same change
5c5287c
Fixed wrong footer escaping
- Full commit hash
5c5287ca21da04d9efa5058b200aa3df6aeb8305- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 26
try {
try {
FreddleSpl0it
over 3 years ago
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 27
var password_policy = await window.fetch("/api/v1/get/passwordpolicy", { method:'GET', cache:'no-cache' });
var password_policy = await window.fetch("/api/v1/get/passwordpolicy", { method:'GET', cache:'no-cache' });
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 28
var password_policy = await password_policy.json();
var password_policy = await password_policy.json();
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 29
random_passwd_length = password_policy.length;
random_passwd_length = password_policy.length;
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 30
} catch(err) {
} catch(err) {
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 31
var random_passwd_length = 8;
var random_passwd_length = 8;
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 32
}
}
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 33
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 34
event.preventDefault();
event.preventDefault();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 35
$('[data-hibp]').trigger('input');
$('[data-hibp]').trigger('input');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 36
if (typeof($(this).closest("form").data('pwgen-length')) == "number") {
if (typeof($(this).closest("form").data('pwgen-length')) == "number") {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 37
var random_passwd = GPW.pronounceable($(this).closest("form").data('pwgen-length'))
var random_passwd = GPW.pronounceable($(this).closest("form").data('pwgen-length'))
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 38
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 39
else {
else {
FreddleSpl0it
over 3 years ago
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 40
var random_passwd = GPW.pronounceable(random_passwd_length)
var random_passwd = GPW.pronounceable(random_passwd_length)
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 41
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 42
$(this).closest("form").find('[data-pwgen-field]').attr('type', 'text');
$(this).closest("form").find('[data-pwgen-field]').attr('type', 'text');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 43
$(this).closest("form").find('[data-pwgen-field]').val(random_passwd);
$(this).closest("form").find('[data-pwgen-field]').val(random_passwd);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 44
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 45
function str_rot13(str) {
function str_rot13(str) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 46
return (str + '').replace(/[a-z]/gi, function(s){
return (str + '').replace(/[a-z]/gi, function(s){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 47
return String.fromCharCode(s.charCodeAt(0) + (s.toLowerCase() < 'n' ? 13 : -13))
return String.fromCharCode(s.charCodeAt(0) + (s.toLowerCase() < 'n' ? 13 : -13))
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 48
})
})
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 49
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 50
$(".rot-enc").html(function(){
$(".rot-enc").html(function(){
Patrik Kernstock
10 months ago
702ed85
Fixed footer escaping
- Full commit hash
702ed85dfd0747216da1b74fb535e58f8c19ca40- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 51
footer_html = $(this).html();
footer_html = $(this).html();
same change
702ed85
Fixed footer escaping
- Full commit hash
702ed85dfd0747216da1b74fb535e58f8c19ca40- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 52
footer_html = footer_html.replace(/</g, '<').replace(/>/g, '>')
footer_html = footer_html.replace(/</g, '<').replace(/>/g, '>')
same change
702ed85
Fixed footer escaping
- Full commit hash
702ed85dfd0747216da1b74fb535e58f8c19ca40- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 53
.replace(/&/g, '&').replace(/&nzc;/g, '&')
.replace(/&/g, '&').replace(/&nzc;/g, '&')
same change
702ed85
Fixed footer escaping
- Full commit hash
702ed85dfd0747216da1b74fb535e58f8c19ca40- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 54
.replace(/"/g, '"').replace(/'/g, "'");
.replace(/"/g, '"').replace(/'/g, "'");
same change
702ed85
Fixed footer escaping
- Full commit hash
702ed85dfd0747216da1b74fb535e58f8c19ca40- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 55
return str_rot13(footer_html)
return str_rot13(footer_html)
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 56
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 57
// https://stackoverflow.com/questions/4399005/implementing-jquerys-shake-effect-with-animate
// https://stackoverflow.com/questions/4399005/implementing-jquerys-shake-effect-with-animate
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 58
function shake(div,interval,distance,times) {
function shake(div,interval,distance,times) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 59
if(typeof interval === 'undefined') {
if(typeof interval === 'undefined') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 60
interval = 100;
interval = 100;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 61
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 62
if(typeof distance === 'undefined') {
if(typeof distance === 'undefined') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 63
distance = 10;
distance = 10;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 64
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 65
if(typeof times === 'undefined') {
if(typeof times === 'undefined') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 66
times = 4;
times = 4;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 67
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 68
$(div).css('position','relative');
$(div).css('position','relative');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 69
for(var iter=0;iter<(times+1);iter++){
for(var iter=0;iter<(times+1);iter++){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 70
$(div).animate({ left: ((iter%2==0 ? distance : distance*-1))}, interval);
$(div).animate({ left: ((iter%2==0 ? distance : distance*-1))}, interval);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 71
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 72
$(div).animate({ left: 0},interval);
$(div).animate({ left: 0},interval);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 73
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 74
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 75
// form cache
// form cache
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 76
$('[data-cached-form="true"]').formcache({key: $(this).data('id')});
$('[data-cached-form="true"]').formcache({key: $(this).data('id')});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 77
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 78
// tooltips
// tooltips
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 79
$(function () {
$(function () {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 80
$('[data-bs-toggle="tooltip"]').tooltip()
$('[data-bs-toggle="tooltip"]').tooltip()
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 81
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 82
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 83
// remember last navigation pill
// remember last navigation pill
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 84
(function () {
(function () {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 85
'use strict';
'use strict';
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 86
// remember desktop tabs
// remember desktop tabs
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 87
$('button[data-bs-toggle="tab"]').on('click', function (e) {
$('button[data-bs-toggle="tab"]').on('click', function (e) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 88
if ($(this).data('dont-remember') == 1) {
if ($(this).data('dont-remember') == 1) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 89
return true;
return true;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 90
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 91
var id = $(this).parents('[role="tablist"]').attr('id');
var id = $(this).parents('[role="tablist"]').attr('id');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 92
var key = 'lastTag';
var key = 'lastTag';
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 93
if (id) {
if (id) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 94
key += ':' + id;
key += ':' + id;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 95
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 96
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 97
var tab_id = $(e.target).attr('data-bs-target').substring(1);
var tab_id = $(e.target).attr('data-bs-target').substring(1);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 98
localStorage.setItem(key, tab_id);
localStorage.setItem(key, tab_id);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 99
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 100
// remember mobile tabs
// remember mobile tabs
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 101
$('button[data-bs-target^="#collapse-tab-"]').on('click', function (e) {
$('button[data-bs-target^="#collapse-tab-"]').on('click', function (e) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 102
// only remember tab if its being opened
// only remember tab if its being opened
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 103
if ($(this).hasClass('collapsed')) return false;
if ($(this).hasClass('collapsed')) return false;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 104
var tab_id = $(this).closest('div[role="tabpanel"]').attr('id');
var tab_id = $(this).closest('div[role="tabpanel"]').attr('id');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 105
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 106
if ($(this).data('dont-remember') == 1) {
if ($(this).data('dont-remember') == 1) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 107
return true;
return true;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 108
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 109
var id = $(this).parents('[role="tablist"]').attr('id');;
var id = $(this).parents('[role="tablist"]').attr('id');;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 110
var key = 'lastTag';
var key = 'lastTag';
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 111
if (id) {
if (id) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 112
key += ':' + id;
key += ':' + id;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 113
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 114
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 115
localStorage.setItem(key, tab_id);
localStorage.setItem(key, tab_id);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 116
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 117
// open last tab
// open last tab
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 118
$('[role="tablist"]').each(function (idx, elem) {
$('[role="tablist"]').each(function (idx, elem) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 119
var id = $(elem).attr('id');
var id = $(elem).attr('id');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 120
var key = 'lastTag';
var key = 'lastTag';
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 121
if (id) {
if (id) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 122
key += ':' + id;
key += ':' + id;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 123
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 124
var lastTab = localStorage.getItem(key);
var lastTab = localStorage.getItem(key);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 125
if (lastTab) {
if (lastTab) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 126
$('[data-bs-target="#' + lastTab + '"]').click();
$('[data-bs-target="#' + lastTab + '"]').click();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 127
var tab = $('[id^="' + lastTab + '"]');
var tab = $('[id^="' + lastTab + '"]');
Kristian Feldsam
almost 3 years ago
871ae5d
[Web] mobile devices styling fixes and enhancements
- Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 128
$(tab).find('.card-body.collapse:first').collapse('show');
$(tab).find('.card-body.collapse:first').collapse('show');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 129
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 130
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 131
})();
})();
Patrik Kernstock
10 months ago
5c5287c
Fixed wrong footer escaping
- Full commit hash
5c5287ca21da04d9efa5058b200aa3df6aeb8305- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 132
Kristian Feldsam
almost 3 years ago
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 133
// responsive tabs, scroll to opened tab
// responsive tabs, scroll to opened tab
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 134
$(document).on("shown.bs.collapse shown.bs.tab", function (e) {
$(document).on("shown.bs.collapse shown.bs.tab", function (e) {
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 135
var target = $(e.target);
var target = $(e.target);
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 136
if($(window).width() <= 767) {
if($(window).width() <= 767) {
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 137
var offset = target.offset().top - 60;
var offset = target.offset().top - 60;
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 138
$("html, body").stop().animate({
$("html, body").stop().animate({
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 139
scrollTop: offset
scrollTop: offset
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 140
}, 100);
}, 100);
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 141
}
}
same change
d0ba061
[Web] mobile devices - scroll window to opened tab
- Full commit hash
d0ba061f7a79119ec2b191772ce8f0ab14af22e5- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 142
});
});
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 143
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 144
// IE fix to hide scrollbars when table body is empty
// IE fix to hide scrollbars when table body is empty
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 145
$('tbody').filter(function (index) {
$('tbody').filter(function (index) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 146
return $(this).children().length < 1;
return $(this).children().length < 1;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 147
}).remove();
}).remove();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 148
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 149
// selectpicker
// selectpicker
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 150
$('select').selectpicker({
$('select').selectpicker({
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 151
'styleBase': 'btn btn-xs-lg',
'styleBase': 'btn btn-xs-lg',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 152
'noneSelectedText': lang_footer.nothing_selected
'noneSelectedText': lang_footer.nothing_selected
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 153
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 154
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 155
// haveibeenpwned and passwd policy
// haveibeenpwned and passwd policy
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 156
$.ajax({
$.ajax({
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 157
url: '/api/v1/get/passwordpolicy/html',
url: '/api/v1/get/passwordpolicy/html',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 158
type: 'GET',
type: 'GET',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 159
success: function(res) {
success: function(res) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 160
$(".hibp-out").after(res);
$(".hibp-out").after(res);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 161
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 162
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 163
$('[data-hibp]').after('<p class="small haveibeenpwned"><i class="bi bi-shield-fill-exclamation"></i> ' + lang_footer.hibp_check + '</p><span class="hibp-out"></span>');
$('[data-hibp]').after('<p class="small haveibeenpwned"><i class="bi bi-shield-fill-exclamation"></i> ' + lang_footer.hibp_check + '</p><span class="hibp-out"></span>');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 164
$('[data-hibp]').on('input', function() {
$('[data-hibp]').on('input', function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 165
out_field = $(this).next('.haveibeenpwned').next('.hibp-out').text('').attr('class', 'hibp-out');
out_field = $(this).next('.haveibeenpwned').next('.hibp-out').text('').attr('class', 'hibp-out');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 166
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 167
$('.haveibeenpwned:not(.task-running)').on('click', function() {
$('.haveibeenpwned:not(.task-running)').on('click', function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 168
var hibp_field = $(this)
var hibp_field = $(this)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 169
$(hibp_field).addClass('task-running');
$(hibp_field).addClass('task-running');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 170
var hibp_result = $(hibp_field).next('.hibp-out')
var hibp_result = $(hibp_field).next('.hibp-out')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 171
var password_field = $(this).prev('[data-hibp]')
var password_field = $(this).prev('[data-hibp]')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 172
if ($(password_field).val() == '') {
if ($(password_field).val() == '') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 173
shake(password_field);
shake(password_field);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 174
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 175
else {
else {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 176
$(hibp_result).attr('class', 'hibp-out badge fs-5 bg-info');
$(hibp_result).attr('class', 'hibp-out badge fs-5 bg-info');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 177
$(hibp_result).text(lang_footer.loading);
$(hibp_result).text(lang_footer.loading);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 178
var password_digest = $.sha1($(password_field).val())
var password_digest = $.sha1($(password_field).val())
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 179
var digest_five = password_digest.substring(0, 5).toUpperCase();
var digest_five = password_digest.substring(0, 5).toUpperCase();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 180
var queryURL = "https://api.pwnedpasswords.com/range/" + digest_five;
var queryURL = "https://api.pwnedpasswords.com/range/" + digest_five;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 181
var compl_digest = password_digest.substring(5, 41).toUpperCase();
var compl_digest = password_digest.substring(5, 41).toUpperCase();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 182
$.ajax({
$.ajax({
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 183
url: queryURL,
url: queryURL,
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 184
type: 'GET',
type: 'GET',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 185
success: function(res) {
success: function(res) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 186
if (res.search(compl_digest) > -1){
if (res.search(compl_digest) > -1){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 187
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-danger');
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-danger');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 188
$(hibp_result).text(lang_footer.hibp_nok)
$(hibp_result).text(lang_footer.hibp_nok)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 189
} else {
} else {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 190
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-success');
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-success');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 191
$(hibp_result).text(lang_footer.hibp_ok)
$(hibp_result).text(lang_footer.hibp_ok)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 192
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 193
$(hibp_field).removeClass('task-running');
$(hibp_field).removeClass('task-running');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 194
},
},
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 195
error: function(xhr, status, error) {
error: function(xhr, status, error) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 196
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-warning');
$(hibp_result).removeClass('badge fs-5 bg-info').addClass('badge fs-5 bg-warning');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 197
$(hibp_result).text('API error: ' + xhr.responseText)
$(hibp_result).text('API error: ' + xhr.responseText)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 198
$(hibp_field).removeClass('task-running');
$(hibp_field).removeClass('task-running');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 199
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 200
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 201
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 202
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 203
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 204
// Disable disallowed inputs
// Disable disallowed inputs
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 205
$('[data-acl="0"]').each(function(event){
$('[data-acl="0"]').each(function(event){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 206
if ($(this).is("a")) {
if ($(this).is("a")) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 207
$(this).removeAttr("data-bs-toggle");
$(this).removeAttr("data-bs-toggle");
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 208
$(this).removeAttr("data-bs-target");
$(this).removeAttr("data-bs-target");
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 209
$(this).removeAttr("data-action");
$(this).removeAttr("data-action");
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 210
$(this).click(function(event) {
$(this).click(function(event) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 211
event.preventDefault();
event.preventDefault();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 212
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 213
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 214
if ($(this).is("select")) {
if ($(this).is("select")) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 215
$(this).selectpicker('destroy');
$(this).selectpicker('destroy');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 216
$(this).replaceWith(function() {
$(this).replaceWith(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 217
return '<label class="control-label"><b>' + this.innerText + '</b></label>';
return '<label class="control-label"><b>' + this.innerText + '</b></label>';
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 218
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 219
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 220
if ($(this).hasClass('btn-group')) {
if ($(this).hasClass('btn-group')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 221
$(this).find('a').each(function(){
$(this).find('a').each(function(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 222
$(this).removeClass('dropdown-toggle')
$(this).removeClass('dropdown-toggle')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 223
.removeAttr('data-bs-toggle')
.removeAttr('data-bs-toggle')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 224
.removeAttr('data-bs-target')
.removeAttr('data-bs-target')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 225
.removeAttr('data-action')
.removeAttr('data-action')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 226
.removeAttr('id')
.removeAttr('id')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 227
.attr("disabled", true);
.attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 228
$(this).click(function(event) {
$(this).click(function(event) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 229
event.preventDefault();
event.preventDefault();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 230
return;
return;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 231
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 232
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 233
$(this).find('button').each(function() {
$(this).find('button').each(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 234
$(this).attr("disabled", true);
$(this).attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 235
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 236
} else if ($(this).hasClass('input-group')) {
} else if ($(this).hasClass('input-group')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 237
$(this).find('input').each(function() {
$(this).find('input').each(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 238
$(this).removeClass('dropdown-toggle')
$(this).removeClass('dropdown-toggle')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 239
.removeAttr('data-bs-toggle')
.removeAttr('data-bs-toggle')
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 240
.attr("disabled", true);
.attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 241
$(this).click(function(event) {
$(this).click(function(event) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 242
event.preventDefault();
event.preventDefault();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 243
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 244
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 245
$(this).find('button').each(function() {
$(this).find('button').each(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 246
$(this).attr("disabled", true);
$(this).attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 247
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 248
} else if ($(this).hasClass('form-group')) {
} else if ($(this).hasClass('form-group')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 249
$(this).find('input').each(function() {
$(this).find('input').each(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 250
$(this).attr("disabled", true);
$(this).attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 251
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 252
} else if ($(this).hasClass('btn')) {
} else if ($(this).hasClass('btn')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 253
$(this).attr("disabled", true);
$(this).attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 254
} else if ($(this).attr('data-provide') == 'slider') {
} else if ($(this).attr('data-provide') == 'slider') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 255
$(this).attr('disabled', true);
$(this).attr('disabled', true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 256
} else if ($(this).is(':checkbox')) {
} else if ($(this).is(':checkbox')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 257
$(this).attr("disabled", true);
$(this).attr("disabled", true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 258
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 259
$(this).data("toggle", "tooltip");
$(this).data("toggle", "tooltip");
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 260
$(this).attr("title", lang_acl.prohibited);
$(this).attr("title", lang_acl.prohibited);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 261
$(this).tooltip();
$(this).tooltip();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 262
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 263
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 264
// disable submit after submitting form (not API driven buttons)
// disable submit after submitting form (not API driven buttons)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 265
$('form').submit(function() {
$('form').submit(function() {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 266
if ($('form button[type="submit"]').data('submitted') == '1') {
if ($('form button[type="submit"]').data('submitted') == '1') {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 267
return false;
return false;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 268
} else {
} else {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 269
$(this).find('button[type="submit"]').first().text(lang_footer.loading);
$(this).find('button[type="submit"]').first().text(lang_footer.loading);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 270
$('form button[type="submit"]').attr('data-submitted', '1');
$('form button[type="submit"]').attr('data-submitted', '1');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 271
function disableF5(e) { if ((e.which || e.keyCode) == 116 || (e.which || e.keyCode) == 82) e.preventDefault(); };
function disableF5(e) { if ((e.which || e.keyCode) == 116 || (e.which || e.keyCode) == 82) e.preventDefault(); };
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 272
$(document).on("keydown", disableF5);
$(document).on("keydown", disableF5);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 273
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 274
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 275
// Textarea line numbers
// Textarea line numbers
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 276
$(".textarea-code").numberedtextarea({allowTabChar: true});
$(".textarea-code").numberedtextarea({allowTabChar: true});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 277
// trigger container restart
// trigger container restart
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 278
$('#RestartContainer').on('show.bs.modal', function(e) {
$('#RestartContainer').on('show.bs.modal', function(e) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 279
var container = $(e.relatedTarget).data('container');
var container = $(e.relatedTarget).data('container');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 280
$('#containerName').text(container);
$('#containerName').text(container);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 281
$('#triggerRestartContainer').click(function(){
$('#triggerRestartContainer').click(function(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 282
$(this).prop("disabled",true);
$(this).prop("disabled",true);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 283
$(this).html('<div class="spinner-border text-white" role="status"><span class="visually-hidden">Loading...</span></div>');
$(this).html('<div class="spinner-border text-white" role="status"><span class="visually-hidden">Loading...</span></div>');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 284
$('#statusTriggerRestartContainer').html(lang_footer.restarting_container);
$('#statusTriggerRestartContainer').html(lang_footer.restarting_container);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 285
$.ajax({
$.ajax({
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 286
method: 'get',
method: 'get',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 287
url: '/inc/ajax/container_ctrl.php',
url: '/inc/ajax/container_ctrl.php',
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 288
timeout: docker_timeout,
timeout: docker_timeout,
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 289
data: {
data: {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 290
'service': container,
'service': container,
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 291
'action': 'restart'
'action': 'restart'
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 292
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 293
})
})
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 294
.always( function (data, status) {
.always( function (data, status) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 295
$('#statusTriggerRestartContainer').append(data);
$('#statusTriggerRestartContainer').append(data);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 296
var htmlResponse = $.parseHTML(data)
var htmlResponse = $.parseHTML(data)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 297
if ($(htmlResponse).find('span').hasClass('text-success')) {
if ($(htmlResponse).find('span').hasClass('text-success')) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 298
$('#triggerRestartContainer').html('<i class="bi bi-check-lg"></i> ');
$('#triggerRestartContainer').html('<i class="bi bi-check-lg"></i> ');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 299
setTimeout(function(){
setTimeout(function(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 300
$('#RestartContainer').modal('toggle');
$('#RestartContainer').modal('toggle');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 301
window.location = window.location.href.split("#")[0];
window.location = window.location.href.split("#")[0];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 302
}, 1200);
}, 1200);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 303
} else {
} else {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 304
$('#triggerRestartContainer').html('<i class="bi bi-slash-lg"></i> ');
$('#triggerRestartContainer').html('<i class="bi bi-slash-lg"></i> ');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 305
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 306
})
})
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 307
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 308
})
})
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 309
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 310
// Jquery Datatables, enable responsive plugin
// Jquery Datatables, enable responsive plugin
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 311
$.extend($.fn.dataTable.defaults, {
$.extend($.fn.dataTable.defaults, {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 312
responsive: true
responsive: true
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 313
});
});
FreddleSpl0it
over 3 years ago
099db33
[Web] disable datatable default row click listener
- Full commit hash
099db33e447fac10a47d3b2d974209cfcd0ad1fa- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 314
// disable default datatable click listener
// disable default datatable click listener
same change
099db33
[Web] disable datatable default row click listener
- Full commit hash
099db33e447fac10a47d3b2d974209cfcd0ad1fa- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 315
$(document).off('click', 'tbody>tr');
$(document).off('click', 'tbody>tr');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 316
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 317
// tag boxes
// tag boxes
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 318
$('.tag-box .tag-add').click(function(){
$('.tag-box .tag-add').click(function(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 319
addTag(this);
addTag(this);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 320
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 321
$(".tag-box .tag-input").keydown(function (e) {
$(".tag-box .tag-input").keydown(function (e) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 322
if (e.which == 13){
if (e.which == 13){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 323
e.preventDefault();
e.preventDefault();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 324
addTag(this);
addTag(this);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 325
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 326
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 327
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 328
// Dark Mode Loader
// Dark Mode Loader
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 329
$('#dark-mode-toggle').click(toggleDarkMode);
$('#dark-mode-toggle').click(toggleDarkMode);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 330
if ($('#dark-mode-theme').length) {
if ($('#dark-mode-theme').length) {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 331
$('#dark-mode-toggle').prop('checked', true);
$('#dark-mode-toggle').prop('checked', true);
Kristian Feldsam
almost 3 years ago
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 332
$('.main-logo').addClass('d-none');
$('.main-logo').addClass('d-none');
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 333
$('.main-logo-dark').removeClass('d-none');
$('.main-logo-dark').removeClass('d-none');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 334
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_light.png');
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_light.png');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 335
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_light.png');
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_light.png');
Kristian Feldsam
almost 3 years ago
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 336
} else {
} else {
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 337
$('.main-logo').removeClass('d-none');
$('.main-logo').removeClass('d-none');
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 338
$('.main-logo-dark').addClass('d-none');
$('.main-logo-dark').addClass('d-none');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 339
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 340
function toggleDarkMode(){
function toggleDarkMode(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 341
if($('#dark-mode-theme').length){
if($('#dark-mode-theme').length){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 342
$('#dark-mode-theme').remove();
$('#dark-mode-theme').remove();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 343
$('#dark-mode-toggle').prop('checked', false);
$('#dark-mode-toggle').prop('checked', false);
Kristian Feldsam
almost 3 years ago
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 344
$('.main-logo').removeClass('d-none');
$('.main-logo').removeClass('d-none');
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 345
$('.main-logo-dark').addClass('d-none');
$('.main-logo-dark').addClass('d-none');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 346
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_dark.png');
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_dark.png');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 347
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_dark.png');
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_dark.png');
rezzorix
4 months ago
03eccd4
added/fix: use mailcow_theme in bundled dark mode JS
- Full commit hash
03eccd4e42a0ccb92e2e25e866c934b97663bda0- Author
- rezzorix <[email protected]>
- Date
- 4 months ago
- Selected line
- 348
localStorage.setItem('mailcow_theme', 'light');
localStorage.setItem('mailcow_theme', 'light');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 349
}else{
}else{
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 350
$('head').append('<link id="dark-mode-theme" rel="stylesheet" type="text/css" href="/css/themes/mailcow-darkmode.css">');
$('head').append('<link id="dark-mode-theme" rel="stylesheet" type="text/css" href="/css/themes/mailcow-darkmode.css">');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 351
$('#dark-mode-toggle').prop('checked', true);
$('#dark-mode-toggle').prop('checked', true);
Kristian Feldsam
almost 3 years ago
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 352
$('.main-logo').addClass('d-none');
$('.main-logo').addClass('d-none');
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 353
$('.main-logo-dark').removeClass('d-none');
$('.main-logo-dark').removeClass('d-none');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 354
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_light.png');
if ($('#rspamd_logo').length) $('#rspamd_logo').attr('src', '/img/rspamd_logo_light.png');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 355
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_light.png');
if ($('#rspamd_logo_sm').length) $('#rspamd_logo_sm').attr('src', '/img/rspamd_logo_light.png');
rezzorix
4 months ago
03eccd4
added/fix: use mailcow_theme in bundled dark mode JS
- Full commit hash
03eccd4e42a0ccb92e2e25e866c934b97663bda0- Author
- rezzorix <[email protected]>
- Date
- 4 months ago
- Selected line
- 356
localStorage.setItem('mailcow_theme', 'dark');
localStorage.setItem('mailcow_theme', 'dark');
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 357
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 358
}
}
FreddleSpl0it
over 3 years ago
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 359
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 360
// Reveal Password Input
// Reveal Password Input
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 361
$(".reveal-password-input").on('click', '.toggle-password', function() {
$(".reveal-password-input").on('click', '.toggle-password', function() {
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 362
$(this).parent().find('.toggle-password').children().toggleClass("bi-eye bi-eye-slash");
$(this).parent().find('.toggle-password').children().toggleClass("bi-eye bi-eye-slash");
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 363
var input = $(this).parent().find('.password-field')
var input = $(this).parent().find('.password-field')
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 364
if (input.attr("type") === "password") {
if (input.attr("type") === "password") {
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 365
input.attr("type", "text");
input.attr("type", "text");
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 366
} else {
} else {
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 367
input.attr("type", "password");
input.attr("type", "password");
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 368
}
}
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 369
});
});
Tom Udding
over 3 years ago
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 370
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 371
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 372
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 373
// https://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery
// https://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 374
function escapeHtml(n){var entityMap={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="}; return String(n).replace(/[&<>"'`=\/]/g,function(n){return entityMap[n]})}
function escapeHtml(n){var entityMap={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="}; return String(n).replace(/[&<>"'`=\/]/g,function(n){return entityMap[n]})}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 375
function unescapeHtml(t){var n={"&":"&","<":"<",">":">",""":'"',"'":"'","/":"/","`":"`","=":"="};return String(t).replace(/&|<|>|"|'|/|`|=/g,function(t){return n[t]})}
function unescapeHtml(t){var n={"&":"&","<":"<",">":">",""":'"',"'":"'","/":"/","`":"`","=":"="};return String(t).replace(/&|<|>|"|'|/|`|=/g,function(t){return n[t]})}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 376
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 377
function addTag(tagAddElem, tag = null){
function addTag(tagAddElem, tag = null){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 378
var tagboxElem = $(tagAddElem).parent();
var tagboxElem = $(tagAddElem).parent();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 379
var tagInputElem = $(tagboxElem).find(".tag-input")[0];
var tagInputElem = $(tagboxElem).find(".tag-input")[0];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 380
var tagValuesElem = $(tagboxElem).find(".tag-values")[0];
var tagValuesElem = $(tagboxElem).find(".tag-values")[0];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 381
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 382
if (!tag)
if (!tag)
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 383
tag = $(tagInputElem).val();
tag = $(tagInputElem).val();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 384
if (!tag) return;
if (!tag) return;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 385
var value_tags = [];
var value_tags = [];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 386
try {
try {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 387
value_tags = JSON.parse($(tagValuesElem).val());
value_tags = JSON.parse($(tagValuesElem).val());
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 388
} catch {}
} catch {}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 389
if (!Array.isArray(value_tags)) value_tags = [];
if (!Array.isArray(value_tags)) value_tags = [];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 390
if (value_tags.includes(tag)) return;
if (value_tags.includes(tag)) return;
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 391
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 392
$('<span class="badge bg-primary tag-badge btn-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(tag) + '</span>').insertBefore('.tag-input').click(function(){
$('<span class="badge bg-primary tag-badge btn-badge"><i class="bi bi-tag-fill"></i> ' + escapeHtml(tag) + '</span>').insertBefore('.tag-input').click(function(){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 393
var del_tag = unescapeHtml($(this).text());
var del_tag = unescapeHtml($(this).text());
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 394
var del_tags = [];
var del_tags = [];
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 395
try {
try {
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 396
del_tags = JSON.parse($(tagValuesElem).val());
del_tags = JSON.parse($(tagValuesElem).val());
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 397
} catch {}
} catch {}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 398
if (Array.isArray(del_tags)){
if (Array.isArray(del_tags)){
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 399
del_tags.splice(del_tags.indexOf(del_tag), 1);
del_tags.splice(del_tags.indexOf(del_tag), 1);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 400
$(tagValuesElem).val(JSON.stringify(del_tags));
$(tagValuesElem).val(JSON.stringify(del_tags));
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 401
}
}
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 402
$(this).remove();
$(this).remove();
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 403
});
});
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 404
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 405
value_tags.push(tag);
value_tags.push(tag);
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 406
$(tagValuesElem).val(JSON.stringify(value_tags));
$(tagValuesElem).val(JSON.stringify(value_tags));
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 407
$(tagInputElem).val('');
$(tagInputElem).val('');
same change
240b2c6
Fix timestamps not sorting in datatables
- Full commit hash
240b2c63f6d2b544782ad0c661cb589c2231fff2- Author
- Tom Udding <[email protected]>
- Date
- over 3 years ago
- Selected line
- 408
}
}
FreddleSpl0it
about 3 years ago
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 409
function copyToClipboard(id) {
function copyToClipboard(id) {
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 410
var copyText = document.getElementById(id);
var copyText = document.getElementById(id);
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 411
copyText.select();
copyText.select();
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 412
copyText.setSelectionRange(0, 99999);
copyText.setSelectionRange(0, 99999);
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 413
// only works with https connections
// only works with https connections
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 414
navigator.clipboard.writeText(copyText.value);
navigator.clipboard.writeText(copyText.value);
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 415
mailcow_alert_box(lang.copy_to_clipboard, "success");
mailcow_alert_box(lang.copy_to_clipboard, "success");
Patrik Kernstock
10 months ago
5c5287c
Fixed wrong footer escaping
- Full commit hash
5c5287ca21da04d9efa5058b200aa3df6aeb8305- Author
- Patrik Kernstock <[email protected]>
- Date
- 10 months ago
- Selected line
- 416
}
}