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

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

user.php on main
Author Date Commit Line Code
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 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.user.inc.php';
Open commit View diff
3 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/triggers.user.inc.php';
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 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
/*
Open commit View diff
5 /*
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
6
/ USER
Open commit View diff
6 / USER
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
7
*/
Open commit View diff
7 */
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
8
Open commit View diff
8
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
9
// Protect route: user only
Open commit View diff
9 // Protect route: user only
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
10
protect_route(['user']);
Open commit View diff
10 protect_route(['user']);
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
11
Open commit View diff
11
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
12
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
Open commit View diff
12 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/header.inc.php';
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
13
$_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
Open commit View diff
13 $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
14
$username = $_SESSION['mailcow_cc_username'];
Open commit View diff
14 $username = $_SESSION['mailcow_cc_username'];
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
15
$mailboxdata = mailbox('get', 'mailbox_details', $username);
Open commit View diff
15 $mailboxdata = mailbox('get', 'mailbox_details', $username);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
16
$pushover_data = pushover('get', $username);
Open commit View diff
16 $pushover_data = pushover('get', $username);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
17
$tfa_data = get_tfa();
Open commit View diff
17 $tfa_data = get_tfa();
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
18
$fido2_data = fido2(array("action" => "get_friendly_names"));
Open commit View diff
18 $fido2_data = fido2(array("action" => "get_friendly_names"));
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
19
Open commit View diff
19
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
20
$clientconfigstr = "host=" . urlencode($mailcow_hostname) . "&email=" . urlencode($username) . "&name=" . urlencode($mailboxdata['name']) . "&ui=" . urlencode(strtok($_SERVER['HTTP_HOST'], ':')) . "&port=" . urlencode($autodiscover_config['caldav']['port']);
Open commit View diff
20 $clientconfigstr = "host=" . urlencode($mailcow_hostname) . "&email=" . urlencode($username) . "&name=" . urlencode($mailboxdata['name']) . "&ui=" . urlencode(strtok($_SERVER['HTTP_HOST'], ':')) . "&port=" . urlencode($autodiscover_config['caldav']['port']);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
21
if ($autodiscover_config['useEASforOutlook'] == 'yes')
Open commit View diff
21 if ($autodiscover_config['useEASforOutlook'] == 'yes')
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
22
$clientconfigstr .= "&outlookEAS=1";
Open commit View diff
22 $clientconfigstr .= "&outlookEAS=1";
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
23
if (file_exists('thunderbird-plugins/version.csv')) {
Open commit View diff
23 if (file_exists('thunderbird-plugins/version.csv')) {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
24
  $fh = fopen('thunderbird-plugins/version.csv', 'r');
Open commit View diff
24 $fh = fopen('thunderbird-plugins/version.csv', 'r');
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
25
  if ($fh) {
Open commit View diff
25 if ($fh) {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
26
    while (($row = fgetcsv($fh, 1000, ';')) !== FALSE) {
Open commit View diff
26 while (($row = fgetcsv($fh, 1000, ';')) !== FALSE) {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
27
      if ($row[0] == '[email protected]') {
Open commit View diff
27 if ($row[0] == '[email protected]') {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
28
        $clientconfigstr .= "&connector=" . urlencode($row[1]);
Open commit View diff
28 $clientconfigstr .= "&connector=" . urlencode($row[1]);
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
29
      }
Open commit View diff
29 }
same change f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
30
    }
Open commit View diff
30 }
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
31
    fclose($fh);
Open commit View diff
31 fclose($fh);
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years 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
}
Open commit View diff
33 }
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
34
Open commit View diff
34
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
35
// Get user information about aliases
Open commit View diff
35 // Get user information about aliases
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
36
$user_get_alias_details = user_get_alias_details($username);
Open commit View diff
36 $user_get_alias_details = user_get_alias_details($username);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
37
$user_get_alias_details['direct_aliases'] = array_filter($user_get_alias_details['direct_aliases']);
Open commit View diff
37 $user_get_alias_details['direct_aliases'] = array_filter($user_get_alias_details['direct_aliases']);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
38
$user_get_alias_details['shared_aliases'] = array_filter($user_get_alias_details['shared_aliases']);
Open commit View diff
38 $user_get_alias_details['shared_aliases'] = array_filter($user_get_alias_details['shared_aliases']);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
39
$user_domains[] = mailbox('get', 'mailbox_details', $username)['domain'];
Open commit View diff
39 $user_domains[] = mailbox('get', 'mailbox_details', $username)['domain'];
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
40
$user_alias_domains = $user_get_alias_details['alias_domains'];
Open commit View diff
40 $user_alias_domains = $user_get_alias_details['alias_domains'];
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
41
if (!empty($user_alias_domains)) {
Open commit View diff
41 if (!empty($user_alias_domains)) {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
42
  $user_domains = array_merge($user_domains, $user_alias_domains);
Open commit View diff
42 $user_domains = array_merge($user_domains, $user_alias_domains);
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
43
}
Open commit View diff
43 }
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
44
Open commit View diff
44
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
45
// get number of app passwords
Open commit View diff
45 // get number of app passwords
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
46
$number_of_app_passwords = 0;
Open commit View diff
46 $number_of_app_passwords = 0;
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
47
foreach (app_passwd("get") as $app_password)
Open commit View diff
47 foreach (app_passwd("get") as $app_password)
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
48
{
Open commit View diff
48 {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
49
    $app_password = app_passwd("details", $app_password['id']);
Open commit View diff
49 $app_password = app_passwd("details", $app_password['id']);
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
50
    if ($app_password['active'])
Open commit View diff
50 if ($app_password['active'])
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
51
    {
Open commit View diff
51 {
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
52
        $number_of_app_passwords++;
Open commit View diff
52 $number_of_app_passwords++;
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
53
    }
Open commit View diff
53 }
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
54
}
Open commit View diff
54 }
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
55
Open commit View diff
55
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
56
$template = 'user.twig';
Open commit View diff
56 $template = 'user.twig';
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
57
$template_data = [
Open commit View diff
57 $template_data = [
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
58
  'acl' => $_SESSION['acl'],
Open commit View diff
58 'acl' => $_SESSION['acl'],
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
59
  'acl_json' => json_encode($_SESSION['acl']),
Open commit View diff
59 'acl_json' => json_encode($_SESSION['acl']),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
60
  'user_spam_score' => mailbox('get', 'spam_score', $username),
Open commit View diff
60 'user_spam_score' => mailbox('get', 'spam_score', $username),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
61
  'tfa_data' => $tfa_data,
Open commit View diff
61 'tfa_data' => $tfa_data,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
62
  'tfa_id' => @$_SESSION['tfa_id'],
Open commit View diff
62 'tfa_id' => @$_SESSION['tfa_id'],
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
63
  'fido2_data' => $fido2_data,
Open commit View diff
63 'fido2_data' => $fido2_data,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
64
  'mailboxdata' => $mailboxdata,
Open commit View diff
64 'mailboxdata' => $mailboxdata,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
65
  'clientconfigstr' => $clientconfigstr,
Open commit View diff
65 'clientconfigstr' => $clientconfigstr,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
66
  'user_get_alias_details' => $user_get_alias_details,
Open commit View diff
66 'user_get_alias_details' => $user_get_alias_details,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
67
  'get_tagging_options' => mailbox('get', 'delimiter_action', $username),
Open commit View diff
67 'get_tagging_options' => mailbox('get', 'delimiter_action', $username),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
68
  'get_tls_policy' => mailbox('get', 'tls_policy', $username),
Open commit View diff
68 'get_tls_policy' => mailbox('get', 'tls_policy', $username),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
69
  'quarantine_notification' => mailbox('get', 'quarantine_notification', $username),
Open commit View diff
69 'quarantine_notification' => mailbox('get', 'quarantine_notification', $username),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
70
  'quarantine_category' => mailbox('get', 'quarantine_category', $username),
Open commit View diff
70 'quarantine_category' => mailbox('get', 'quarantine_category', $username),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
71
  'user_domains' => $user_domains,
Open commit View diff
71 'user_domains' => $user_domains,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
72
  'pushover_data' => $pushover_data,
Open commit View diff
72 'pushover_data' => $pushover_data,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
73
  'lang_user' => json_encode($lang['user']),
Open commit View diff
73 'lang_user' => json_encode($lang['user']),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
74
  'number_of_app_passwords' => $number_of_app_passwords,
Open commit View diff
74 'number_of_app_passwords' => $number_of_app_passwords,
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
75
  'lang_datatables' => json_encode($lang['datatables']),
Open commit View diff
75 'lang_datatables' => json_encode($lang['datatables']),
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
76
];
Open commit View diff
76 ];
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
77
Open commit View diff
77
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
78
$js_minifier->add('/web/js/site/user.js');
Open commit View diff
78 $js_minifier->add('/web/js/site/user.js');
same change f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
79
$js_minifier->add('/web/js/site/pwgen.js');
Open commit View diff
79 $js_minifier->add('/web/js/site/pwgen.js');
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
80
Open commit View diff
80
Kristian Feldsam about 5 years ago f73ac28

[Web] Improve responsive design (#4171)

Full commit hash
f73ac284e5a49f9c6238eb8fb82f714df3de92fa
Author
Kristian Feldsam <[email protected]>
Date
about 5 years ago
Selected line
81
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';
Open commit View diff
81 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';