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/inc/lib/vendor/autoload.php

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

autoload.php on main
Author Date Commit Line Code
andryyy about 9 years ago f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
Open commit View diff
2
same change f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
3
// autoload.php @generated by Composer
Open commit View diff
3 // autoload.php @generated by Composer
same change f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
4
Open commit View diff
4
FreddleSpl0it almost 4 years ago 27e7407

Update Twig to 3.4.3

Full commit hash
27e740740733248427814723d0a8b36df94082ef
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
5
if (PHP_VERSION_ID < 50600) {
Open commit View diff
5 if (PHP_VERSION_ID < 50600) {
Peter almost 2 years ago 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
6
    if (!headers_sent()) {
Open commit View diff
6 if (!headers_sent()) {
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
7
        header('HTTP/1.1 500 Internal Server Error');
Open commit View diff
7 header('HTTP/1.1 500 Internal Server Error');
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
8
    }
Open commit View diff
8 }
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
9
    $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
Open commit View diff
9 $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
10
    if (!ini_get('display_errors')) {
Open commit View diff
10 if (!ini_get('display_errors')) {
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
11
        if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
Open commit View diff
11 if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
12
            fwrite(STDERR, $err);
Open commit View diff
12 fwrite(STDERR, $err);
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
13
        } elseif (!headers_sent()) {
Open commit View diff
13 } elseif (!headers_sent()) {
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
14
            echo $err;
Open commit View diff
14 echo $err;
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
15
        }
Open commit View diff
15 }
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
16
    }
Open commit View diff
16 }
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
17
    trigger_error(
Open commit View diff
17 trigger_error(
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
18
        $err,
Open commit View diff
18 $err,
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
19
        E_USER_ERROR
Open commit View diff
19 E_USER_ERROR
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
20
    );
Open commit View diff
20 );
FreddleSpl0it almost 4 years ago 27e7407

Update Twig to 3.4.3

Full commit hash
27e740740733248427814723d0a8b36df94082ef
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
21
}
Open commit View diff
21 }
same change 27e7407

Update Twig to 3.4.3

Full commit hash
27e740740733248427814723d0a8b36df94082ef
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
22
Open commit View diff
22
andryyy about 9 years ago f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
23
require_once __DIR__ . '/composer/autoload_real.php';
Open commit View diff
23 require_once __DIR__ . '/composer/autoload_real.php';
same change f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
24
Open commit View diff
24
same change f1e4b4f

Added TOTP, minor fixes

Full commit hash
f1e4b4fb39c4001a7bd0d9088e6ab5851c71f00e
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
25
return ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b::getLoader();
Open commit View diff
25 return ComposerAutoloaderInit873464e4bd965a3168f133248b1b218b::getLoader();