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

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

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

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
2
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';
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
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']);
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 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';
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
8
$js_minifier->add('/web/js/site/queue.js');
Open commit View diff
8 $js_minifier->add('/web/js/site/queue.js');
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
9
$_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
Open commit View diff
9 $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
10
Open commit View diff
10
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
11
$role = "admin";
Open commit View diff
11 $role = "admin";
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
13
$template = 'queue.twig';
Open commit View diff
13 $template = 'queue.twig';
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
15
  'acl' => $_SESSION['acl'],
Open commit View diff
15 'acl' => $_SESSION['acl'],
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
16
  'acl_json' => json_encode($_SESSION['acl']),
Open commit View diff
16 'acl_json' => json_encode($_SESSION['acl']),
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
17
  'role' => $role,
Open commit View diff
17 'role' => $role,
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
18
  'lang_admin' => json_encode($lang['admin']),
Open commit View diff
18 'lang_admin' => json_encode($lang['admin']),
DerLinkman almost 4 years ago 75fdeb2

Fixed queue message error

Full commit hash
75fdeb2843f9ce470a1f899cecc7b2f0c51ea504
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
19
  'lang_queue' => json_encode($lang['queue']),
Open commit View diff
19 'lang_queue' => json_encode($lang['queue']),
DerLinkman almost 4 years ago e5d7884

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
20
  'lang_datatables' => json_encode($lang['datatables'])
Open commit View diff
20 'lang_datatables' => json_encode($lang['datatables'])
same change e5d7884

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

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

Rearranged Queue Manager + Ukraine Flag fix

Full commit hash
e5d788497a12574e4e40f81518953d643ba71590
Author
DerLinkman <[email protected]>
Date
almost 4 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';