NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

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

Trace

data/web/admin/dashboard.php

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

dashboard.php on main
Author Date Commit Line Code
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
André almost 8 years ago 9f0be1d

[Web] Fix require_once to always include document root

Full commit hash
9f0be1d8a84b3077e23ec96921b1bea5815adb0a
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
2
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
Open commit View diff
2 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
FreddleSpl0it over 1 year ago aca01c8

[Web] Separate Login pages

Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
3
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/triggers.admin.inc.php';
Open commit View diff
3 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/triggers.admin.inc.php';
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
4
Open commit View diff
4
FreddleSpl0it 5 months ago ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
5
protect_route(['admin']);
Open commit View diff
5 protect_route(['admin']);
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
6
Open commit View diff
6
André almost 8 years ago 9f0be1d

[Web] Fix require_once to always include document root

Full commit hash
9f0be1d8a84b3077e23ec96921b1bea5815adb0a
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
7
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
Open commit View diff
7 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
8
$_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
Open commit View diff
8 $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
andryyy over 6 years ago 8aa77a0

[Web] Finally fix solr and clam status...

Full commit hash
8aa77a034ca60046d22b5489afd9ece3e5274ce1
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
9
$clamd_status = (preg_match("/^([yY][eE][sS]|[yY])+$/", $_ENV["SKIP_CLAMD"])) ? false : true;
Open commit View diff
9 $clamd_status = (preg_match("/^([yY][eE][sS]|[yY])+$/", $_ENV["SKIP_CLAMD"])) ? false : true;
Marvin A. Ruder over 1 year ago cd3b1ab

Allow disabling Olefy

Full commit hash
cd3b1ab828bdaacacbffebfd755c0fa919610f1c
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
10
$olefy_status = (preg_match("/^([yY][eE][sS]|[yY])+$/", $_ENV["SKIP_OLEFY"])) ? false : true;
Open commit View diff
10 $olefy_status = (preg_match("/^([yY][eE][sS]|[yY])+$/", $_ENV["SKIP_OLEFY"])) ? false : true;
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
11
Open commit View diff
11
FreddleSpl0it over 3 years ago 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
12
Open commit View diff
12
same change 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
13
if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CACHE')) {
Open commit View diff
13 if (!isset($_SESSION['gal']) && $license_cache = $redis->Get('LICENSE_STATUS_CACHE')) {
same change 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
14
  $_SESSION['gal'] = json_decode($license_cache, true);
Open commit View diff
14 $_SESSION['gal'] = json_decode($license_cache, true);
same change 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
15
}
Open commit View diff
15 }
same change 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
16
Open commit View diff
16
FreddleSpl0it over 1 year ago aca01c8

[Web] Separate Login pages

Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
17
$js_minifier->add('/web/js/site/dashboard.js');
Open commit View diff
17 $js_minifier->add('/web/js/site/dashboard.js');
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
18
Open commit View diff
18
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
19
// vmail df
Open commit View diff
19 // vmail df
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
20
$exec_fields = array('cmd' => 'system', 'task' => 'df', 'dir' => '/var/vmail');
Open commit View diff
20 $exec_fields = array('cmd' => 'system', 'task' => 'df', 'dir' => '/var/vmail');
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
21
$vmail_df = explode(',', (string)json_decode(docker('post', 'dovecot-mailcow', 'exec', $exec_fields), true));
Open commit View diff
21 $vmail_df = explode(',', (string)json_decode(docker('post', 'dovecot-mailcow', 'exec', $exec_fields), true));
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
22
Open commit View diff
22
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
23
// containers
Open commit View diff
23 // containers
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
24
$containers_info = (array) docker('info');
Open commit View diff
24 $containers_info = (array) docker('info');
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
25
if ($clamd_status === false) unset($containers_info['clamd-mailcow']);
Open commit View diff
25 if ($clamd_status === false) unset($containers_info['clamd-mailcow']);
Marvin A. Ruder over 1 year ago cd3b1ab

Allow disabling Olefy

Full commit hash
cd3b1ab828bdaacacbffebfd755c0fa919610f1c
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
26
if ($olefy_status === false) unset($containers_info['olefy-mailcow']);
Open commit View diff
26 if ($olefy_status === false) unset($containers_info['olefy-mailcow']);
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
27
ksort($containers_info);
Open commit View diff
27 ksort($containers_info);
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
28
$containers = array();
Open commit View diff
28 $containers = array();
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
29
foreach ($containers_info as $container => $container_info) {
Open commit View diff
29 foreach ($containers_info as $container => $container_info) {
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
30
  if (!isset($container_info['State']) || !is_array($container_info['State']) || !isset($container_info['State']['StartedAt'])){
Open commit View diff
30 if (!isset($container_info['State']) || !is_array($container_info['State']) || !isset($container_info['State']['StartedAt'])){
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
31
    continue;
Open commit View diff
31 continue;
same change b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
32
  }
Open commit View diff
32 }
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
33
  date_default_timezone_set('UTC');
Open commit View diff
33 date_default_timezone_set('UTC');
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
34
  $StartedAt = date_parse($container_info['State']['StartedAt']);
Open commit View diff
34 $StartedAt = date_parse($container_info['State']['StartedAt']);
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
35
  if ($StartedAt['hour'] !== false) {
Open commit View diff
35 if ($StartedAt['hour'] !== false) {
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
36
    $date = new \DateTime();
Open commit View diff
36 $date = new \DateTime();
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
37
    $date->setTimestamp(mktime(
Open commit View diff
37 $date->setTimestamp(mktime(
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
38
      $StartedAt['hour'],
Open commit View diff
38 $StartedAt['hour'],
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
39
      $StartedAt['minute'],
Open commit View diff
39 $StartedAt['minute'],
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
40
      $StartedAt['second'],
Open commit View diff
40 $StartedAt['second'],
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
41
      $StartedAt['month'],
Open commit View diff
41 $StartedAt['month'],
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
42
      $StartedAt['day'],
Open commit View diff
42 $StartedAt['day'],
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
43
      $StartedAt['year']));
Open commit View diff
43 $StartedAt['year']));
FreddleSpl0it over 2 years ago a0e55cb

[Web] fix blank /debug page with invalid timezone

Full commit hash
a0e55cb9b17933f355bbaf773295a2592c950211
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
44
    try {
Open commit View diff
44 try {
same change a0e55cb

[Web] fix blank /debug page with invalid timezone

Full commit hash
a0e55cb9b17933f355bbaf773295a2592c950211
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
45
      $user_tz = new DateTimeZone(getenv('TZ'));
Open commit View diff
45 $user_tz = new DateTimeZone(getenv('TZ'));
same change a0e55cb

[Web] fix blank /debug page with invalid timezone

Full commit hash
a0e55cb9b17933f355bbaf773295a2592c950211
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
46
      $date->setTimezone($user_tz);
Open commit View diff
46 $date->setTimezone($user_tz);
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
47
      $container_info['State']['StartedAtHR'] = $date->format('r');
Open commit View diff
47 $container_info['State']['StartedAtHR'] = $date->format('r');
FreddleSpl0it over 2 years ago a0e55cb

[Web] fix blank /debug page with invalid timezone

Full commit hash
a0e55cb9b17933f355bbaf773295a2592c950211
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
48
    } catch(Exception $e) {
Open commit View diff
48 } catch(Exception $e) {
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
49
      $container_info['State']['StartedAtHR'] = '?';
Open commit View diff
49 $container_info['State']['StartedAtHR'] = '?';
FreddleSpl0it over 2 years ago a0e55cb

[Web] fix blank /debug page with invalid timezone

Full commit hash
a0e55cb9b17933f355bbaf773295a2592c950211
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
50
    }
Open commit View diff
50 }
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
51
  }
Open commit View diff
51 }
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
52
  else {
Open commit View diff
52 else {
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
53
    $container_info['State']['StartedAtHR'] = '?';
Open commit View diff
53 $container_info['State']['StartedAtHR'] = '?';
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
54
  }
Open commit View diff
54 }
Niklas Meyer over 1 year ago b90375b

php: use correct php image + workaround of #6149 (#6159)

Full commit hash
b90375b6e5f76d8653002eb13f52901b28e2adc5
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
55
  $containers[$container] = $container_info;
Open commit View diff
55 $containers[$container] = $container_info;
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
56
}
Open commit View diff
56 }
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
57
Open commit View diff
57
FreddleSpl0it almost 4 years ago 4387e47

display public ips on debug page

Full commit hash
4387e4764f10da6b3f38b71abe2759c974df789b
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
58
// get mailcow data
Open commit View diff
58 // get mailcow data
FreddleSpl0it almost 4 years ago a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
59
$hostname = getenv('MAILCOW_HOSTNAME');
Open commit View diff
59 $hostname = getenv('MAILCOW_HOSTNAME');
same change a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
60
$timezone = getenv('TZ');
Open commit View diff
60 $timezone = getenv('TZ');
same change a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
61
Open commit View diff
61
FreddleSpl0it over 1 year ago aca01c8

[Web] Separate Login pages

Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
62
$template = 'dashboard.twig';
Open commit View diff
62 $template = 'dashboard.twig';
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
63
$template_data = [
Open commit View diff
63 $template_data = [
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
64
  'log_lines' => getenv('LOG_LINES'),
Open commit View diff
64 'log_lines' => getenv('LOG_LINES'),
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
65
  'vmail_df' => $vmail_df,
Open commit View diff
65 'vmail_df' => $vmail_df,
FreddleSpl0it almost 4 years ago a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
66
  'hostname' => $hostname,
Open commit View diff
66 'hostname' => $hostname,
same change a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
67
  'timezone' => $timezone,
Open commit View diff
67 'timezone' => $timezone,
FreddleSpl0it over 3 years ago 0cf5915

[Web] fix SAL display

Full commit hash
0cf59159cd8e92e3699615e1bbe64071b3a5fa79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
68
  'gal' => @$_SESSION['gal'],
Open commit View diff
68 'gal' => @$_SESSION['gal'],
FreddleSpl0it almost 4 years ago fb7e234

move guid to debug.php

Full commit hash
fb7e2341207eb7bc51dac37f4663ef105e0f302f
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
69
  'license_guid' => license('guid'),
Open commit View diff
69 'license_guid' => license('guid'),
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
70
  'clamd_status' => $clamd_status,
Open commit View diff
70 'clamd_status' => $clamd_status,
Marvin A. Ruder over 1 year ago cd3b1ab

Allow disabling Olefy

Full commit hash
cd3b1ab828bdaacacbffebfd755c0fa919610f1c
Author
Marvin A. Ruder <[email protected]>
Date
over 1 year ago
Selected line
71
  'olefy_status' => $olefy_status,
Open commit View diff
71 'olefy_status' => $olefy_status,
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
72
  'containers' => $containers,
Open commit View diff
72 'containers' => $containers,
FreddleSpl0it over 3 years ago 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
73
  'ip_check' => customize('get', 'ip_check'),
Open commit View diff
73 'ip_check' => customize('get', 'ip_check'),
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
74
  'lang_admin' => json_encode($lang['admin']),
Open commit View diff
74 'lang_admin' => json_encode($lang['admin']),
FreddleSpl0it almost 4 years ago a3c0737

[BS5] add host statistics

Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
75
  'lang_debug' => json_encode($lang['debug']),
Open commit View diff
75 'lang_debug' => json_encode($lang['debug']),
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
76
  'lang_datatables' => json_encode($lang['datatables']),
Open commit View diff
76 'lang_datatables' => json_encode($lang['datatables']),
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
77
];
Open commit View diff
77 ];
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
78
Open commit View diff
78
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
79
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
Open commit View diff
79 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
andryyy over 7 years ago 5b5976b

[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket

Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
80
Open commit View diff
80
André Peters almost 7 years ago 4f6d407

Revert "extend debug page to show assigned domain quota"

Full commit hash
4f6d407fdd8f3b1645ea58bc39a4a8afe91bb758
Author
André Peters <[email protected]>
Date
almost 7 years ago
Selected line
81
Open commit View diff
81