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/functions.customize.inc.php

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

functions.customize.inc.php on main
Author Date Commit Line Code
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
2
function customize($_action, $_item, $_data = null) {
Open commit View diff
2 function customize($_action, $_item, $_data = null) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
3
	global $redis;
Open commit View diff
3 global $redis;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
4
	global $lang;
Open commit View diff
4 global $lang;
FreddleSpl0it over 2 years ago 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
5
  global $LOGO_LIMITS;
Open commit View diff
5 global $LOGO_LIMITS;
FreddleSpl0it over 1 year ago 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
6
Open commit View diff
6
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
7
  switch ($_action) {
Open commit View diff
7 switch ($_action) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
8
    case 'add':
Open commit View diff
8 case 'add':
FreddleSpl0it over 3 years ago ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
9
      // disable functionality when demo mode is enabled
Open commit View diff
9 // disable functionality when demo mode is enabled
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
10
      if ($GLOBALS["DEMO_MODE"]) {
Open commit View diff
10 if ($GLOBALS["DEMO_MODE"]) {
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
11
        $_SESSION['return'][] = array(
Open commit View diff
11 $_SESSION['return'][] = array(
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
12
          'type' => 'danger',
Open commit View diff
12 'type' => 'danger',
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
13
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
13 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
14
          'msg' => 'demo_mode_enabled'
Open commit View diff
14 'msg' => 'demo_mode_enabled'
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
15
        );
Open commit View diff
15 );
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
16
        return false;
Open commit View diff
16 return false;
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
17
      }
Open commit View diff
17 }
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
18
      if ($_SESSION['mailcow_cc_role'] != "admin") {
Open commit View diff
18 if ($_SESSION['mailcow_cc_role'] != "admin") {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
19
        $_SESSION['return'][] = array(
Open commit View diff
19 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
20
          'type' => 'danger',
Open commit View diff
20 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
21
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
21 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
22
          'msg' => 'access_denied'
Open commit View diff
22 'msg' => 'access_denied'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
23
        );
Open commit View diff
23 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
24
        return false;
Open commit View diff
24 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
25
      }
Open commit View diff
25 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
26
      switch ($_item) {
Open commit View diff
26 switch ($_item) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
27
        case 'main_logo':
Open commit View diff
27 case 'main_logo':
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
28
        case 'main_logo_dark':
Open commit View diff
28 case 'main_logo_dark':
same change 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
29
          if (in_array($_data[$_item]['type'], array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png', 'image/svg+xml'))) {
Open commit View diff
29 if (in_array($_data[$_item]['type'], array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png', 'image/svg+xml'))) {
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
30
            try {
Open commit View diff
30 try {
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
31
              if (file_exists($_data[$_item]['tmp_name']) !== true) {
Open commit View diff
31 if (file_exists($_data[$_item]['tmp_name']) !== true) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
32
                $_SESSION['return'][] = array(
Open commit View diff
32 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
33
                  'type' => 'danger',
Open commit View diff
33 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
34
                  'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
34 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
35
                  'msg' => 'img_tmp_missing'
Open commit View diff
35 'msg' => 'img_tmp_missing'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
36
                );
Open commit View diff
36 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
37
                return false;
Open commit View diff
37 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
38
              }
Open commit View diff
38 }
FreddleSpl0it over 2 years ago 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
39
              if ($_data[$_item]['size'] > $LOGO_LIMITS['max_size']) {
Open commit View diff
39 if ($_data[$_item]['size'] > $LOGO_LIMITS['max_size']) {
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
40
                $_SESSION['return'][] = array(
Open commit View diff
40 $_SESSION['return'][] = array(
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
41
                  'type' => 'danger',
Open commit View diff
41 'type' => 'danger',
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
42
                  'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
42 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
43
                  'msg' => 'img_size_exceeded'
Open commit View diff
43 'msg' => 'img_size_exceeded'
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
44
                );
Open commit View diff
44 );
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
45
                return false;
Open commit View diff
45 return false;
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
46
              }
Open commit View diff
46 }
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
47
              list($width, $height) = getimagesize($_data[$_item]['tmp_name']);
Open commit View diff
47 list($width, $height) = getimagesize($_data[$_item]['tmp_name']);
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
48
              if ($width > $LOGO_LIMITS['max_width'] || $height > $LOGO_LIMITS['max_height']) {
Open commit View diff
48 if ($width > $LOGO_LIMITS['max_width'] || $height > $LOGO_LIMITS['max_height']) {
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
49
                $_SESSION['return'][] = array(
Open commit View diff
49 $_SESSION['return'][] = array(
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
50
                  'type' => 'danger',
Open commit View diff
50 'type' => 'danger',
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
51
                  'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
51 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
52
                  'msg' => 'img_dimensions_exceeded'
Open commit View diff
52 'msg' => 'img_dimensions_exceeded'
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
53
                );
Open commit View diff
53 );
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
54
                return false;
Open commit View diff
54 return false;
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
55
              }
Open commit View diff
55 }
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
56
              $image = new Imagick($_data[$_item]['tmp_name']);
Open commit View diff
56 $image = new Imagick($_data[$_item]['tmp_name']);
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
57
              if ($image->valid() !== true) {
Open commit View diff
57 if ($image->valid() !== true) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
58
                $_SESSION['return'][] = array(
Open commit View diff
58 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
59
                  'type' => 'danger',
Open commit View diff
59 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
60
                  'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
60 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
61
                  'msg' => 'img_invalid'
Open commit View diff
61 'msg' => 'img_invalid'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
62
                );
Open commit View diff
62 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
63
                return false;
Open commit View diff
63 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
64
              }
Open commit View diff
64 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
65
              $image->destroy();
Open commit View diff
65 $image->destroy();
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
66
            }
Open commit View diff
66 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
67
            catch (ImagickException $e) {
Open commit View diff
67 catch (ImagickException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
68
              $_SESSION['return'][] = array(
Open commit View diff
68 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
69
                'type' => 'danger',
Open commit View diff
69 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
70
                'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
70 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
71
                'msg' => 'img_invalid'
Open commit View diff
71 'msg' => 'img_invalid'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
72
              );
Open commit View diff
72 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
73
              return false;
Open commit View diff
73 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
74
            }
Open commit View diff
74 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
75
          }
Open commit View diff
75 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
76
          else {
Open commit View diff
76 else {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
77
            $_SESSION['return'][] = array(
Open commit View diff
77 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
78
              'type' => 'danger',
Open commit View diff
78 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
79
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
79 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
80
              'msg' => 'invalid_mime_type'
Open commit View diff
80 'msg' => 'invalid_mime_type'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
81
            );
Open commit View diff
81 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
82
            return false;
Open commit View diff
82 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
83
          }
Open commit View diff
83 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
84
          try {
Open commit View diff
84 try {
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
85
            $redis->Set(strtoupper($_item), 'data:' . $_data[$_item]['type'] . ';base64,' . base64_encode(file_get_contents($_data[$_item]['tmp_name'])));
Open commit View diff
85 $redis->Set(strtoupper($_item), 'data:' . $_data[$_item]['type'] . ';base64,' . base64_encode(file_get_contents($_data[$_item]['tmp_name'])));
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
86
          }
Open commit View diff
86 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
87
          catch (RedisException $e) {
Open commit View diff
87 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
88
            $_SESSION['return'][] = array(
Open commit View diff
88 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
89
              'type' => 'danger',
Open commit View diff
89 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
90
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
90 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
91
              'msg' => array('redis_error', $e)
Open commit View diff
91 'msg' => array('redis_error', $e)
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
92
            );
Open commit View diff
92 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
93
            return false;
Open commit View diff
93 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
94
          }
Open commit View diff
94 }
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
95
          $_SESSION['return'][] = array(
Open commit View diff
95 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
96
            'type' => 'success',
Open commit View diff
96 'type' => 'success',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
97
            'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
97 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
98
            'msg' => 'upload_success'
Open commit View diff
98 'msg' => 'upload_success'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
99
          );
Open commit View diff
99 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
100
        break;
Open commit View diff
100 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
101
      }
Open commit View diff
101 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
102
    break;
Open commit View diff
102 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
103
    case 'edit':
Open commit View diff
103 case 'edit':
FreddleSpl0it over 3 years ago ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
104
      // disable functionality when demo mode is enabled
Open commit View diff
104 // disable functionality when demo mode is enabled
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
105
      if ($GLOBALS["DEMO_MODE"]) {
Open commit View diff
105 if ($GLOBALS["DEMO_MODE"]) {
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
106
        $_SESSION['return'][] = array(
Open commit View diff
106 $_SESSION['return'][] = array(
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
107
          'type' => 'danger',
Open commit View diff
107 'type' => 'danger',
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
108
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
108 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
109
          'msg' => 'demo_mode_enabled'
Open commit View diff
109 'msg' => 'demo_mode_enabled'
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
110
        );
Open commit View diff
110 );
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
111
        return false;
Open commit View diff
111 return false;
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
112
      }
Open commit View diff
112 }
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
113
      if ($_SESSION['mailcow_cc_role'] != "admin") {
Open commit View diff
113 if ($_SESSION['mailcow_cc_role'] != "admin") {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
114
        $_SESSION['return'][] = array(
Open commit View diff
114 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
115
          'type' => 'danger',
Open commit View diff
115 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
116
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
116 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
117
          'msg' => 'access_denied'
Open commit View diff
117 'msg' => 'access_denied'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
118
        );
Open commit View diff
118 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
119
        return false;
Open commit View diff
119 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
120
      }
Open commit View diff
120 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
121
      switch ($_item) {
Open commit View diff
121 switch ($_item) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
122
        case 'app_links':
Open commit View diff
122 case 'app_links':
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
123
          $apps = (array)$_data['app'];
Open commit View diff
123 $apps = (array)$_data['app'];
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
124
          $links = (array)$_data['href'];
Open commit View diff
124 $links = (array)$_data['href'];
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
125
          $user_links = (array)$_data['user_href'];
Open commit View diff
125 $user_links = (array)$_data['user_href'];
FreddleSpl0it over 3 years ago 6e35574

[Web] add app hide option

Full commit hash
6e35574c721971216aa10da1ba6ace663ad4ca13
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
126
          $hide = (array)$_data['hide'];
Open commit View diff
126 $hide = (array)$_data['hide'];
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
127
          $out = array();
Open commit View diff
127 $out = array();
FreddleSpl0it over 3 years ago 6e35574

[Web] add app hide option

Full commit hash
6e35574c721971216aa10da1ba6ace663ad4ca13
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
128
          if (count($apps) == count($links) && count($apps) == count($user_links) && count($apps) == count($hide)) {
Open commit View diff
128 if (count($apps) == count($links) && count($apps) == count($user_links) && count($apps) == count($hide)) {
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
129
            for ($i = 0; $i < count($apps); $i++) {
Open commit View diff
129 for ($i = 0; $i < count($apps); $i++) {
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
130
              $out[] = array($apps[$i] => array(
Open commit View diff
130 $out[] = array($apps[$i] => array(
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
131
                'link' => $links[$i],
Open commit View diff
131 'link' => $links[$i],
FreddleSpl0it over 3 years ago 6e35574

[Web] add app hide option

Full commit hash
6e35574c721971216aa10da1ba6ace663ad4ca13
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
132
                'user_link' => $user_links[$i],
Open commit View diff
132 'user_link' => $user_links[$i],
same change 6e35574

[Web] add app hide option

Full commit hash
6e35574c721971216aa10da1ba6ace663ad4ca13
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
133
                'hide' => ($hide[$i] === '0' || $hide[$i] === 0) ? false : true
Open commit View diff
133 'hide' => ($hide[$i] === '0' || $hide[$i] === 0) ? false : true
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
134
              ));
Open commit View diff
134 ));
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
135
            }
Open commit View diff
135 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
136
            try {
Open commit View diff
136 try {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
137
              $redis->set('APP_LINKS', json_encode($out));
Open commit View diff
137 $redis->set('APP_LINKS', json_encode($out));
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
138
            }
Open commit View diff
138 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
139
            catch (RedisException $e) {
Open commit View diff
139 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
140
              $_SESSION['return'][] = array(
Open commit View diff
140 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
141
                'type' => 'danger',
Open commit View diff
141 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
142
                'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
142 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
143
                'msg' => array('redis_error', $e)
Open commit View diff
143 'msg' => array('redis_error', $e)
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
144
              );
Open commit View diff
144 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
145
              return false;
Open commit View diff
145 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
146
            }
Open commit View diff
146 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
147
          }
Open commit View diff
147 }
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
148
          $_SESSION['return'][] = array(
Open commit View diff
148 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
149
            'type' => 'success',
Open commit View diff
149 'type' => 'success',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
150
            'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
150 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
151
            'msg' => 'app_links'
Open commit View diff
151 'msg' => 'app_links'
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
152
          );
Open commit View diff
152 );
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
153
        break;
Open commit View diff
153 break;
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
154
        case 'ui_texts':
Open commit View diff
154 case 'ui_texts':
Aiko Appeldorn over 8 years ago 954d0e4

+ added website title

Full commit hash
954d0e4bb1e5efa65ec1308695db6907b6bbb1f5
Author
Aiko Appeldorn <[email protected]>
Date
over 8 years ago
Selected line
155
          $title_name = $_data['title_name'];
Open commit View diff
155 $title_name = $_data['title_name'];
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
156
          $main_name = $_data['main_name'];
Open commit View diff
156 $main_name = $_data['main_name'];
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
157
          $apps_name = $_data['apps_name'];
Open commit View diff
157 $apps_name = $_data['apps_name'];
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
158
          $help_text = $_data['help_text'];
Open commit View diff
158 $help_text = $_data['help_text'];
andryyy almost 7 years ago 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
159
          $ui_footer = $_data['ui_footer'];
Open commit View diff
159 $ui_footer = $_data['ui_footer'];
andryyy about 6 years ago 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
160
          $ui_announcement_text = $_data['ui_announcement_text'];
Open commit View diff
160 $ui_announcement_text = $_data['ui_announcement_text'];
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
161
          $ui_announcement_type = (in_array($_data['ui_announcement_type'], array('info', 'warning', 'danger'))) ? $_data['ui_announcement_type'] : false;
Open commit View diff
161 $ui_announcement_type = (in_array($_data['ui_announcement_type'], array('info', 'warning', 'danger'))) ? $_data['ui_announcement_type'] : false;
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
162
          $ui_announcement_active = (!empty($_data['ui_announcement_active']) ? 1 : 0);
Open commit View diff
162 $ui_announcement_active = (!empty($_data['ui_announcement_active']) ? 1 : 0);
FreddleSpl0it about 4 years ago 37b4ff8

[BS5] add theme selector

Full commit hash
37b4ff811d55f0e718ec16d6919a02be7d60262e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
163
Open commit View diff
163
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
164
          try {
Open commit View diff
164 try {
Aiko Appeldorn over 8 years ago 954d0e4

+ added website title

Full commit hash
954d0e4bb1e5efa65ec1308695db6907b6bbb1f5
Author
Aiko Appeldorn <[email protected]>
Date
over 8 years ago
Selected line
165
            $redis->set('TITLE_NAME', htmlspecialchars($title_name));
Open commit View diff
165 $redis->set('TITLE_NAME', htmlspecialchars($title_name));
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
166
            $redis->set('MAIN_NAME', htmlspecialchars($main_name));
Open commit View diff
166 $redis->set('MAIN_NAME', htmlspecialchars($main_name));
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
167
            $redis->set('APPS_NAME', htmlspecialchars($apps_name));
Open commit View diff
167 $redis->set('APPS_NAME', htmlspecialchars($apps_name));
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
168
            $redis->set('HELP_TEXT', $help_text);
Open commit View diff
168 $redis->set('HELP_TEXT', $help_text);
andryyy almost 7 years ago 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
169
            $redis->set('UI_FOOTER', $ui_footer);
Open commit View diff
169 $redis->set('UI_FOOTER', $ui_footer);
andryyy about 6 years ago 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
170
            $redis->set('UI_ANNOUNCEMENT_TEXT', $ui_announcement_text);
Open commit View diff
170 $redis->set('UI_ANNOUNCEMENT_TEXT', $ui_announcement_text);
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
171
            $redis->set('UI_ANNOUNCEMENT_TYPE', $ui_announcement_type);
Open commit View diff
171 $redis->set('UI_ANNOUNCEMENT_TYPE', $ui_announcement_type);
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
172
            $redis->set('UI_ANNOUNCEMENT_ACTIVE', $ui_announcement_active);
Open commit View diff
172 $redis->set('UI_ANNOUNCEMENT_ACTIVE', $ui_announcement_active);
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
173
          }
Open commit View diff
173 }
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
174
          catch (RedisException $e) {
Open commit View diff
174 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
175
            $_SESSION['return'][] = array(
Open commit View diff
175 $_SESSION['return'][] = array(
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
176
              'type' => 'danger',
Open commit View diff
176 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
177
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
177 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
178
              'msg' => array('redis_error', $e)
Open commit View diff
178 'msg' => array('redis_error', $e)
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
179
            );
Open commit View diff
179 );
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
180
            return false;
Open commit View diff
180 return false;
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
181
          }
Open commit View diff
181 }
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
182
          $_SESSION['return'][] = array(
Open commit View diff
182 $_SESSION['return'][] = array(
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
183
            'type' => 'success',
Open commit View diff
183 'type' => 'success',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
184
            'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
184 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
185
            'msg' => 'ui_texts'
Open commit View diff
185 'msg' => 'ui_texts'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
186
          );
Open commit View diff
186 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
187
        break;
Open commit View diff
187 break;
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
188
        case 'ip_check':
Open commit View diff
188 case 'ip_check':
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
189
          $ip_check = ($_data['ip_check_opt_in'] == "1") ? 1 : 0;
Open commit View diff
189 $ip_check = ($_data['ip_check_opt_in'] == "1") ? 1 : 0;
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
190
          try {
Open commit View diff
190 try {
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
191
            $redis->set('IP_CHECK', $ip_check);
Open commit View diff
191 $redis->set('IP_CHECK', $ip_check);
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
192
          }
Open commit View diff
192 }
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
193
          catch (RedisException $e) {
Open commit View diff
193 catch (RedisException $e) {
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
194
            $_SESSION['return'][] = array(
Open commit View diff
194 $_SESSION['return'][] = array(
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
195
              'type' => 'danger',
Open commit View diff
195 'type' => 'danger',
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
196
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
196 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
197
              'msg' => array('redis_error', $e)
Open commit View diff
197 'msg' => array('redis_error', $e)
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
198
            );
Open commit View diff
198 );
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
199
            return false;
Open commit View diff
199 return false;
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
200
          }
Open commit View diff
200 }
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
201
          $_SESSION['return'][] = array(
Open commit View diff
201 $_SESSION['return'][] = array(
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
202
            'type' => 'success',
Open commit View diff
202 'type' => 'success',
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
203
            'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
203 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
204
            'msg' => 'ip_check_opt_in_modified'
Open commit View diff
204 'msg' => 'ip_check_opt_in_modified'
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
205
          );
Open commit View diff
205 );
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
206
        break;
Open commit View diff
206 break;
FreddleSpl0it about 1 year ago ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
207
        case 'custom_login':
Open commit View diff
207 case 'custom_login':
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
208
          $hide_user_quicklink        = ($_data['hide_user_quicklink'] == "1") ? 1 : 0;
Open commit View diff
208 $hide_user_quicklink = ($_data['hide_user_quicklink'] == "1") ? 1 : 0;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
209
          $hide_domainadmin_quicklink = ($_data['hide_domainadmin_quicklink'] == "1") ? 1 : 0;
Open commit View diff
209 $hide_domainadmin_quicklink = ($_data['hide_domainadmin_quicklink'] == "1") ? 1 : 0;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
210
          $hide_admin_quicklink       = ($_data['hide_admin_quicklink'] == "1") ? 1 : 0;
Open commit View diff
210 $hide_admin_quicklink = ($_data['hide_admin_quicklink'] == "1") ? 1 : 0;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
211
          $force_sso                  = ($_data['force_sso'] == "1") ? 1 : 0;
Open commit View diff
211 $force_sso = ($_data['force_sso'] == "1") ? 1 : 0;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
212
Open commit View diff
212
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
213
          $custom_login = array(
Open commit View diff
213 $custom_login = array(
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
214
            "hide_user_quicklink" => $hide_user_quicklink,
Open commit View diff
214 "hide_user_quicklink" => $hide_user_quicklink,
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
215
            "hide_domainadmin_quicklink" => $hide_domainadmin_quicklink,
Open commit View diff
215 "hide_domainadmin_quicklink" => $hide_domainadmin_quicklink,
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
216
            "hide_admin_quicklink" => $hide_admin_quicklink,
Open commit View diff
216 "hide_admin_quicklink" => $hide_admin_quicklink,
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
217
            "force_sso" => $force_sso,
Open commit View diff
217 "force_sso" => $force_sso,
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
218
          );
Open commit View diff
218 );
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
219
          try {
Open commit View diff
219 try {
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
220
            $redis->set('CUSTOM_LOGIN', json_encode($custom_login));
Open commit View diff
220 $redis->set('CUSTOM_LOGIN', json_encode($custom_login));
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
221
          }
Open commit View diff
221 }
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
222
          catch (RedisException $e) {
Open commit View diff
222 catch (RedisException $e) {
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
223
            $_SESSION['return'][] = array(
Open commit View diff
223 $_SESSION['return'][] = array(
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
224
              'type' => 'danger',
Open commit View diff
224 'type' => 'danger',
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
225
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
225 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
226
              'msg' => array('redis_error', $e)
Open commit View diff
226 'msg' => array('redis_error', $e)
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
227
            );
Open commit View diff
227 );
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
228
            return false;
Open commit View diff
228 return false;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
229
          }
Open commit View diff
229 }
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
230
          $_SESSION['return'][] = array(
Open commit View diff
230 $_SESSION['return'][] = array(
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
231
            'type' => 'success',
Open commit View diff
231 'type' => 'success',
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
232
            'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
232 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
233
            'msg' => 'custom_login_modified'
Open commit View diff
233 'msg' => 'custom_login_modified'
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
234
          );
Open commit View diff
234 );
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
235
        break;
Open commit View diff
235 break;
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
236
      }
Open commit View diff
236 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
237
    break;
Open commit View diff
237 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
238
    case 'delete':
Open commit View diff
238 case 'delete':
FreddleSpl0it over 3 years ago ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
239
      // disable functionality when demo mode is enabled
Open commit View diff
239 // disable functionality when demo mode is enabled
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
240
      if ($GLOBALS["DEMO_MODE"]) {
Open commit View diff
240 if ($GLOBALS["DEMO_MODE"]) {
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
241
        $_SESSION['return'][] = array(
Open commit View diff
241 $_SESSION['return'][] = array(
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
242
          'type' => 'danger',
Open commit View diff
242 'type' => 'danger',
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
243
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
243 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
244
          'msg' => 'demo_mode_enabled'
Open commit View diff
244 'msg' => 'demo_mode_enabled'
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
245
        );
Open commit View diff
245 );
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
246
        return false;
Open commit View diff
246 return false;
same change ef392ef

add demo_mode for mailcow ui

Full commit hash
ef392ef6ba44c103ac9eb7e77db779f77736f032
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
247
      }
Open commit View diff
247 }
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
248
      if ($_SESSION['mailcow_cc_role'] != "admin") {
Open commit View diff
248 if ($_SESSION['mailcow_cc_role'] != "admin") {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
249
        $_SESSION['return'][] = array(
Open commit View diff
249 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
250
          'type' => 'danger',
Open commit View diff
250 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
251
          'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
251 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
252
          'msg' => 'access_denied'
Open commit View diff
252 'msg' => 'access_denied'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
253
        );
Open commit View diff
253 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
254
        return false;
Open commit View diff
254 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
255
      }
Open commit View diff
255 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
256
      switch ($_item) {
Open commit View diff
256 switch ($_item) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
257
        case 'main_logo':
Open commit View diff
257 case 'main_logo':
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
258
        case 'main_logo_dark':
Open commit View diff
258 case 'main_logo_dark':
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
259
          try {
Open commit View diff
259 try {
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
260
            if ($redis->del(strtoupper($_item))) {
Open commit View diff
260 if ($redis->del(strtoupper($_item))) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
261
              $_SESSION['return'][] = array(
Open commit View diff
261 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
262
                'type' => 'success',
Open commit View diff
262 'type' => 'success',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
263
                'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
263 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
264
                'msg' => 'reset_main_logo'
Open commit View diff
264 'msg' => 'reset_main_logo'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
265
              );
Open commit View diff
265 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
266
              return true;
Open commit View diff
266 return true;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
267
            }
Open commit View diff
267 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
268
          }
Open commit View diff
268 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
269
          catch (RedisException $e) {
Open commit View diff
269 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
270
            $_SESSION['return'][] = array(
Open commit View diff
270 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
271
              'type' => 'danger',
Open commit View diff
271 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
272
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
272 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
273
              'msg' => array('redis_error', $e)
Open commit View diff
273 'msg' => array('redis_error', $e)
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
274
            );
Open commit View diff
274 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
275
            return false;
Open commit View diff
275 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
276
          }
Open commit View diff
276 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
277
        break;
Open commit View diff
277 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
278
      }
Open commit View diff
278 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
279
    break;
Open commit View diff
279 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
280
    case 'get':
Open commit View diff
280 case 'get':
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
281
      switch ($_item) {
Open commit View diff
281 switch ($_item) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
282
        case 'app_links':
Open commit View diff
282 case 'app_links':
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
283
          try {
Open commit View diff
283 try {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
284
            $app_links = json_decode($redis->get('APP_LINKS'), true);
Open commit View diff
284 $app_links = json_decode($redis->get('APP_LINKS'), true);
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
285
          }
Open commit View diff
285 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
286
          catch (RedisException $e) {
Open commit View diff
286 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
287
            $_SESSION['return'][] = array(
Open commit View diff
287 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
288
              'type' => 'danger',
Open commit View diff
288 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
289
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
289 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
290
              'msg' => array('redis_error', $e)
Open commit View diff
290 'msg' => array('redis_error', $e)
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
291
            );
Open commit View diff
291 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
292
            return false;
Open commit View diff
292 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
293
          }
Open commit View diff
293 }
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
294
Open commit View diff
294
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
295
          if (empty($app_links)){
Open commit View diff
295 if (empty($app_links)){
Paul Sütterlin 12 months ago 3d5b578

fix: Empty App Links

Full commit hash
3d5b57889a3169dbe835febd4a832701684af44b
Author
Paul Sütterlin <[email protected]>
Date
12 months ago
Selected line
296
            return [];
Open commit View diff
296 return [];
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
297
          }
Open commit View diff
297 }
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
298
Open commit View diff
298
FreddleSpl0it over 1 year ago 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
299
          // convert from old style
Open commit View diff
299 // convert from old style
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
300
          foreach($app_links as $i => $entry){
Open commit View diff
300 foreach($app_links as $i => $entry){
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
301
            foreach($entry as $app => $link){
Open commit View diff
301 foreach($entry as $app => $link){
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
302
              if (empty($link['link']) && empty($link['user_link'])){
Open commit View diff
302 if (empty($link['link']) && empty($link['user_link'])){
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
303
                $app_links[$i][$app] = array();
Open commit View diff
303 $app_links[$i][$app] = array();
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
304
                $app_links[$i][$app]['link'] = $link;
Open commit View diff
304 $app_links[$i][$app]['link'] = $link;
same change 6f9c8de

[Web] Support old style app links

Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
305
                $app_links[$i][$app]['user_link'] = $link;
Open commit View diff
305 $app_links[$i][$app]['user_link'] = $link;
FreddleSpl0it over 3 years ago 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
306
              }
Open commit View diff
306 }
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
307
            }
Open commit View diff
307 }
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
308
          }
Open commit View diff
308 }
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
309
Open commit View diff
309
same change 415c1d0

[Web] add seperate link for logged in users

Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
310
          return $app_links;
Open commit View diff
310 return $app_links;
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
311
        break;
Open commit View diff
311 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
312
        case 'main_logo':
Open commit View diff
312 case 'main_logo':
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
313
        case 'main_logo_dark':
Open commit View diff
313 case 'main_logo_dark':
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
314
          try {
Open commit View diff
314 try {
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
315
            return $redis->get(strtoupper($_item));
Open commit View diff
315 return $redis->get(strtoupper($_item));
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
316
          }
Open commit View diff
316 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
317
          catch (RedisException $e) {
Open commit View diff
317 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
318
            $_SESSION['return'][] = array(
Open commit View diff
318 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
319
              'type' => 'danger',
Open commit View diff
319 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
320
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
320 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
321
              'msg' => array('redis_error', $e)
Open commit View diff
321 'msg' => array('redis_error', $e)
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
322
            );
Open commit View diff
322 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
323
            return false;
Open commit View diff
323 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
324
          }
Open commit View diff
324 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
325
        break;
Open commit View diff
325 break;
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
326
        case 'ui_texts':
Open commit View diff
326 case 'ui_texts':
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
327
          try {
Open commit View diff
327 try {
FreddleSpl0it 10 months ago 922d173

[Web] include hostname in default website title

Full commit hash
922d173540a109def012aa4b1530a6a813791e9c
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
328
            $mailcow_hostname = strtolower(getenv("MAILCOW_HOSTNAME"));
Open commit View diff
328 $mailcow_hostname = strtolower(getenv("MAILCOW_HOSTNAME"));
same change 922d173

[Web] include hostname in default website title

Full commit hash
922d173540a109def012aa4b1530a6a813791e9c
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
329
Open commit View diff
329
same change 922d173

[Web] include hostname in default website title

Full commit hash
922d173540a109def012aa4b1530a6a813791e9c
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
330
            $data['title_name'] = ($title_name = $redis->get('TITLE_NAME')) ? $title_name : "$mailcow_hostname - mail UI";
Open commit View diff
330 $data['title_name'] = ($title_name = $redis->get('TITLE_NAME')) ? $title_name : "$mailcow_hostname - mail UI";
same change 922d173

[Web] include hostname in default website title

Full commit hash
922d173540a109def012aa4b1530a6a813791e9c
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
331
            $data['main_name'] = ($main_name = $redis->get('MAIN_NAME')) ? $main_name : "$mailcow_hostname - mail UI";
Open commit View diff
331 $data['main_name'] = ($main_name = $redis->get('MAIN_NAME')) ? $main_name : "$mailcow_hostname - mail UI";
Kristian Feldsam almost 5 years ago f6ca438

[Web] Various i18n strings updated or added (#4196)

Full commit hash
f6ca438cf454d24396f59a25ff24c22d8092a5d3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
332
            $data['apps_name'] = ($apps_name = $redis->get('APPS_NAME')) ? $apps_name : $lang['header']['apps'];
Open commit View diff
332 $data['apps_name'] = ($apps_name = $redis->get('APPS_NAME')) ? $apps_name : $lang['header']['apps'];
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
333
            $data['help_text'] = ($help_text = $redis->get('HELP_TEXT')) ? $help_text : false;
Open commit View diff
333 $data['help_text'] = ($help_text = $redis->get('HELP_TEXT')) ? $help_text : false;
andryyy almost 7 years ago 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
334
            if (!empty($redis->get('UI_IMPRESS'))) {
Open commit View diff
334 if (!empty($redis->get('UI_IMPRESS'))) {
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
335
              $redis->set('UI_FOOTER', $redis->get('UI_IMPRESS'));
Open commit View diff
335 $redis->set('UI_FOOTER', $redis->get('UI_IMPRESS'));
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
336
              $redis->del('UI_IMPRESS');
Open commit View diff
336 $redis->del('UI_IMPRESS');
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
337
            }
Open commit View diff
337 }
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
338
            $data['ui_footer'] = ($ui_footer = $redis->get('UI_FOOTER')) ? $ui_footer : false;
Open commit View diff
338 $data['ui_footer'] = ($ui_footer = $redis->get('UI_FOOTER')) ? $ui_footer : false;
andryyy about 6 years ago 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
339
            $data['ui_announcement_text'] = ($ui_announcement_text = $redis->get('UI_ANNOUNCEMENT_TEXT')) ? $ui_announcement_text : false;
Open commit View diff
339 $data['ui_announcement_text'] = ($ui_announcement_text = $redis->get('UI_ANNOUNCEMENT_TEXT')) ? $ui_announcement_text : false;
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
340
            $data['ui_announcement_type'] = ($ui_announcement_type = $redis->get('UI_ANNOUNCEMENT_TYPE')) ? $ui_announcement_type : false;
Open commit View diff
340 $data['ui_announcement_type'] = ($ui_announcement_type = $redis->get('UI_ANNOUNCEMENT_TYPE')) ? $ui_announcement_type : false;
same change 767ae65

[Web] Allow ratelimit time frame "day"; Allow to create announcements

Full commit hash
767ae65946cc2f5519e2d1a595b5a8c3c2a3a571
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
341
            $data['ui_announcement_active'] = ($redis->get('UI_ANNOUNCEMENT_ACTIVE') == 1) ? 1 : 0;
Open commit View diff
341 $data['ui_announcement_active'] = ($redis->get('UI_ANNOUNCEMENT_ACTIVE') == 1) ? 1 : 0;
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
342
            return $data;
Open commit View diff
342 return $data;
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
343
          }
Open commit View diff
343 }
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
344
          catch (RedisException $e) {
Open commit View diff
344 catch (RedisException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
345
            $_SESSION['return'][] = array(
Open commit View diff
345 $_SESSION['return'][] = array(
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
346
              'type' => 'danger',
Open commit View diff
346 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
347
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
347 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
348
              'msg' => array('redis_error', $e)
Open commit View diff
348 'msg' => array('redis_error', $e)
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
349
            );
Open commit View diff
349 );
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
350
            return false;
Open commit View diff
350 return false;
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
351
          }
Open commit View diff
351 }
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
352
        break;
Open commit View diff
352 break;
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
353
        case 'main_logo_specs':
Open commit View diff
353 case 'main_logo_specs':
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
354
        case 'main_logo_dark_specs':
Open commit View diff
354 case 'main_logo_dark_specs':
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
355
          try {
Open commit View diff
355 try {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
356
            $image = new Imagick();
Open commit View diff
356 $image = new Imagick();
Kristian Feldsam almost 3 years ago 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
357
            if($_item == 'main_logo_specs') {
Open commit View diff
357 if($_item == 'main_logo_specs') {
same change 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
358
              $img_data = explode('base64,', customize('get', 'main_logo'));
Open commit View diff
358 $img_data = explode('base64,', customize('get', 'main_logo'));
same change 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
359
            } else {
Open commit View diff
359 } else {
same change 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
360
              $img_data = explode('base64,', customize('get', 'main_logo_dark'));
Open commit View diff
360 $img_data = explode('base64,', customize('get', 'main_logo_dark'));
same change 3540075

[Web] dark mode logo support

Full commit hash
3540075b61606a11c9f2801283ab7280640410dc
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
361
            }
Open commit View diff
361 }
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
362
            if ($img_data[1]) {
Open commit View diff
362 if ($img_data[1]) {
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
363
              $image->readImageBlob(base64_decode($img_data[1]));
Open commit View diff
363 $image->readImageBlob(base64_decode($img_data[1]));
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
364
              return $image->identifyImage();
Open commit View diff
364 return $image->identifyImage();
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
365
            }
Open commit View diff
365 }
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
366
            return false;
Open commit View diff
366 return false;
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
367
          }
Open commit View diff
367 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
368
          catch (ImagickException $e) {
Open commit View diff
368 catch (ImagickException $e) {
André almost 8 years ago a11cce6

[Web] Fixes for BCC map input fields

Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
369
            $_SESSION['return'][] = array(
Open commit View diff
369 $_SESSION['return'][] = array(
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
370
              'type' => 'danger',
Open commit View diff
370 'type' => 'danger',
André almost 8 years ago 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
371
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
371 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 7f86a80

[Web] Fix log line handling

Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
372
              'msg' => 'imagick_exception'
Open commit View diff
372 'msg' => 'imagick_exception'
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
373
            );
Open commit View diff
373 );
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
374
            return false;
Open commit View diff
374 return false;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
375
          }
Open commit View diff
375 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
376
        break;
Open commit View diff
376 break;
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
377
        case 'ip_check':
Open commit View diff
377 case 'ip_check':
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
378
          try {
Open commit View diff
378 try {
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
379
            $ip_check = ($ip_check = $redis->get('IP_CHECK')) ? $ip_check : 0;
Open commit View diff
379 $ip_check = ($ip_check = $redis->get('IP_CHECK')) ? $ip_check : 0;
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
380
            return $ip_check;
Open commit View diff
380 return $ip_check;
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
381
          }
Open commit View diff
381 }
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
382
          catch (RedisException $e) {
Open commit View diff
382 catch (RedisException $e) {
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
383
            $_SESSION['return'][] = array(
Open commit View diff
383 $_SESSION['return'][] = array(
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
384
              'type' => 'danger',
Open commit View diff
384 'type' => 'danger',
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
385
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
385 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
386
              'msg' => array('redis_error', $e)
Open commit View diff
386 'msg' => array('redis_error', $e)
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
387
            );
Open commit View diff
387 );
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
388
            return false;
Open commit View diff
388 return false;
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
389
          }
Open commit View diff
389 }
same change 1e98784

[Web] Opt-In for third party ip_check

Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
390
        break;
Open commit View diff
390 break;
FreddleSpl0it about 1 year ago ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
391
        case 'custom_login':
Open commit View diff
391 case 'custom_login':
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
392
          try {
Open commit View diff
392 try {
FreddleSpl0it about 1 year ago 03d979c

[Web] Fix get custom_login

Full commit hash
03d979c089a5bda1608c5e55b47e16c191036a25
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
393
            $custom_login = $redis->get('CUSTOM_LOGIN');
Open commit View diff
393 $custom_login = $redis->get('CUSTOM_LOGIN');
same change 03d979c

[Web] Fix get custom_login

Full commit hash
03d979c089a5bda1608c5e55b47e16c191036a25
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
394
            return $custom_login ? json_decode($custom_login, true) : array();
Open commit View diff
394 return $custom_login ? json_decode($custom_login, true) : array();
FreddleSpl0it about 1 year ago ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
395
          }
Open commit View diff
395 }
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
396
          catch (RedisException $e) {
Open commit View diff
396 catch (RedisException $e) {
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
397
            $_SESSION['return'][] = array(
Open commit View diff
397 $_SESSION['return'][] = array(
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
398
              'type' => 'danger',
Open commit View diff
398 'type' => 'danger',
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
399
              'log' => array(__FUNCTION__, $_action, $_item, $_data),
Open commit View diff
399 'log' => array(__FUNCTION__, $_action, $_item, $_data),
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
400
              'msg' => array('redis_error', $e)
Open commit View diff
400 'msg' => array('redis_error', $e)
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
401
            );
Open commit View diff
401 );
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
402
            return false;
Open commit View diff
402 return false;
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
403
          }
Open commit View diff
403 }
same change ea0944d

[Web] Add quick links to other login pages and option to disable mailcow login form

Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
404
        break;
Open commit View diff
404 break;
André almost 9 years ago 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
405
      }
Open commit View diff
405 }
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
406
    break;
Open commit View diff
406 break;
same change 8177576

[Web] Customize app menu and logo; Fix #671

Full commit hash
81775765d8c6ea6b4946f03d4ac9666697d854c3
Author
André <[email protected]>
Date
almost 9 years ago
Selected line
407
  }
Open commit View diff
407 }
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
408
}
Open commit View diff
408 }