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/qhandler.php

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

qhandler.php on main
Author Date Commit Line Code
Kristian Feldsam almost 5 years ago 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2
session_start();
Open commit View diff
2 session_start();
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
3
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
Open commit View diff
3 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
4
if (quarantine('hash_details', $_GET['hash']) === false && !isset($_POST)) {
Open commit View diff
4 if (quarantine('hash_details', $_GET['hash']) === false && !isset($_POST)) {
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
5
  header('Location: /admin');
Open commit View diff
5 header('Location: /admin');
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
6
  exit();
Open commit View diff
6 exit();
same change 51d48a3

[Web] qhandler - added missing twig templating

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

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
8
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
Open commit View diff
8 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
9
Open commit View diff
9
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
10
$js_minifier->add('/web/js/site/qhandler.js');
Open commit View diff
10 $js_minifier->add('/web/js/site/qhandler.js');
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
11
Open commit View diff
11
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
12
$template = 'qhandler.twig';
Open commit View diff
12 $template = 'qhandler.twig';
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
13
$template_data = [
Open commit View diff
13 $template_data = [
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
14
  'quick_release' => preg_match("/^([a-f0-9]{64})$/", $_POST['quick_release']),
Open commit View diff
14 'quick_release' => preg_match("/^([a-f0-9]{64})$/", $_POST['quick_release']),
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
15
  'quick_delete' => preg_match("/^([a-f0-9]{64})$/", $_POST['quick_delete']),
Open commit View diff
15 'quick_delete' => preg_match("/^([a-f0-9]{64})$/", $_POST['quick_delete']),
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
16
  'is_action_release_delete' => in_array($_GET['action'], array('release', 'delete')),
Open commit View diff
16 'is_action_release_delete' => in_array($_GET['action'], array('release', 'delete')),
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
17
  'is_hash_present' => preg_match("/^([a-f0-9]{64})$/", $_GET['hash']),
Open commit View diff
17 'is_hash_present' => preg_match("/^([a-f0-9]{64})$/", $_GET['hash']),
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
18
  'action' => $_GET['action'],
Open commit View diff
18 'action' => $_GET['action'],
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
19
  'hash' => $_GET['hash'],
Open commit View diff
19 'hash' => $_GET['hash'],
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
20
  'lang_quarantine' => json_encode($lang['quarantine']),
Open commit View diff
20 'lang_quarantine' => json_encode($lang['quarantine']),
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
21
];
Open commit View diff
21 ];
same change 51d48a3

[Web] qhandler - added missing twig templating

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

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
23
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
Open commit View diff
23 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
same change 51d48a3

[Web] qhandler - added missing twig templating

Full commit hash
51d48a3c7cba9e56696766d1f9d8429f9cb9488e
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
24
Open commit View diff
24