public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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
<?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) {
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;
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;
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;
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
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) {
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':
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
// 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"]) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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") {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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) {
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':
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':
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'))) {
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 {
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) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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']) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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']);
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']) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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']);
$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) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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();
$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
}
}
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) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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
}
}
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 {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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 {
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'])));
$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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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;
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':
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
// 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"]) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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") {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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) {
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':
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'];
$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'];
$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'];
$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'];
$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();
$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)) {
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++) {
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(
$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],
'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],
'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
'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
));
));
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
}
}
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 {
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));
$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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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
}
}
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(
$_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',
'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),
'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'
'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
);
);
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 153
break;
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':
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'];
$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'];
$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'];
$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'];
$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'];
$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'];
$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;
$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);
$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
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 {
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));
$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));
$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));
$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);
$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);
$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);
$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);
$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);
$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
}
}
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 174
catch (RedisException $e) {
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(
$_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',
'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),
'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)
'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
);
);
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 180
return false;
return false;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 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(
$_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',
'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),
'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'
'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
);
);
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;
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':
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;
$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 {
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);
$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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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(
$_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',
'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),
'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'
'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
);
);
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;
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':
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;
$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;
$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;
$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;
$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
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(
$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,
"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,
"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,
"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,
"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
);
);
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 {
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));
$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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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;
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':
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
// 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"]) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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") {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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) {
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':
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':
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 {
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))) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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;
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
}
}
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;
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':
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) {
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':
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 {
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);
$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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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
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)){
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 [];
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
}
}
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
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
// 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){
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){
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'])){
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();
$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;
$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;
$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
}
}
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
}
}
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
}
}
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
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;
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;
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':
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':
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 {
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));
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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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;
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':
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 {
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"));
$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
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";
$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";
$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'];
$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;
$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'))) {
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'));
$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');
$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
}
}
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;
$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;
$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;
$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;
$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;
return $data;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 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) {
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(
$_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',
'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),
'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)
'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
);
);
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 350
return false;
return false;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 351
}
}
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 352
break;
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':
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':
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 {
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();
$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') {
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'));
$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 {
} 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'));
$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
}
}
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]) {
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]));
$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();
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
}
}
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;
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
}
}
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) {
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(
$_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',
'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),
'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'
'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
);
);
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;
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
}
}
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;
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':
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 {
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;
$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;
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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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;
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':
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 {
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');
$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();
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
}
}
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) {
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(
$_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',
'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),
'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)
'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
);
);
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;
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
}
}
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;
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
}
}
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;
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
}
}
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
}
}