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.quota_notification.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.quota_notification.inc.php
on main
Author
Date
Commit
Line
Code
andryyy
over 7 years ago
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 1
<?php
<?php
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 2
function quota_notification($_action, $_data = null) {
function quota_notification($_action, $_data = null) {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 3
global $redis;
global $redis;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 4
$_data_log = $_data;
$_data_log = $_data;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 5
if ($_SESSION['mailcow_cc_role'] != "admin") {
if ($_SESSION['mailcow_cc_role'] != "admin") {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 6
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 7
'type' => 'danger',
'type' => 'danger',
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 8
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 9
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 10
);
);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 11
return false;
return false;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 12
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 13
switch ($_action) {
switch ($_action) {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 14
case 'edit':
case 'edit':
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 15
$retention_size = $_data['retention_size'];
$retention_size = $_data['retention_size'];
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 16
if ($_data['release_format'] == 'attachment' || $_data['release_format'] == 'raw') {
if ($_data['release_format'] == 'attachment' || $_data['release_format'] == 'raw') {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 17
$release_format = $_data['release_format'];
$release_format = $_data['release_format'];
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 18
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 19
else {
else {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 20
$release_format = 'raw';
$release_format = 'raw';
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 21
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 22
$subject = $_data['subject'];
$subject = $_data['subject'];
andryyy
almost 7 years ago
62a386f
[Web] Remove invalid chars from sender for quota and quarantine notifications
- Full commit hash
62a386f94e4c17b49a661b57a65ea90a8e8b1054- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 23
$sender = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $_data['sender']);
$sender = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $_data['sender']);
same change
62a386f
[Web] Remove invalid chars from sender for quota and quarantine notifications
- Full commit hash
62a386f94e4c17b49a661b57a65ea90a8e8b1054- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 24
if (filter_var($sender, FILTER_VALIDATE_EMAIL) === false) {
if (filter_var($sender, FILTER_VALIDATE_EMAIL) === false) {
same change
62a386f
[Web] Remove invalid chars from sender for quota and quarantine notifications
- Full commit hash
62a386f94e4c17b49a661b57a65ea90a8e8b1054- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 25
$sender = '';
$sender = '';
same change
62a386f
[Web] Remove invalid chars from sender for quota and quarantine notifications
- Full commit hash
62a386f94e4c17b49a661b57a65ea90a8e8b1054- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 26
}
}
andryyy
over 7 years ago
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 27
$html = $_data['html_tmpl'];
$html = $_data['html_tmpl'];
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 28
try {
try {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 29
$redis->Set('QW_SENDER', $sender);
$redis->Set('QW_SENDER', $sender);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 30
$redis->Set('QW_SUBJ', $subject);
$redis->Set('QW_SUBJ', $subject);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 31
$redis->Set('QW_HTML', $html);
$redis->Set('QW_HTML', $html);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 32
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 33
catch (RedisException $e) {
catch (RedisException $e) {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 34
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 35
'type' => 'danger',
'type' => 'danger',
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 36
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 37
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 38
);
);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 39
return false;
return false;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 40
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 41
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 42
'type' => 'success',
'type' => 'success',
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 43
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 44
'msg' => 'saved_settings'
'msg' => 'saved_settings'
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 45
);
);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 46
break;
break;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 47
case 'get':
case 'get':
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 48
try {
try {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 49
$settings['subject'] = $redis->Get('QW_SUBJ');
$settings['subject'] = $redis->Get('QW_SUBJ');
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 50
$settings['sender'] = $redis->Get('QW_SENDER');
$settings['sender'] = $redis->Get('QW_SENDER');
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 51
$settings['html_tmpl'] = htmlspecialchars($redis->Get('QW_HTML'));
$settings['html_tmpl'] = htmlspecialchars($redis->Get('QW_HTML'));
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 52
if (empty($settings['html_tmpl'])) {
if (empty($settings['html_tmpl'])) {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 53
$settings['html_tmpl'] = htmlspecialchars(file_get_contents("/tpls/quota.tpl"));
$settings['html_tmpl'] = htmlspecialchars(file_get_contents("/tpls/quota.tpl"));
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 54
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 55
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 56
catch (RedisException $e) {
catch (RedisException $e) {
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 57
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 58
'type' => 'danger',
'type' => 'danger',
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 59
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 60
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 61
);
);
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 62
return false;
return false;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 63
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 64
return $settings;
return $settings;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 65
break;
break;
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 66
}
}
same change
1e76400
[Web] Use INTL_IDNA_VARIANT_UTS46 in idn_to_ascii (thanks to @Knight1 !)
- Full commit hash
1e764009bf2c71f6a18f8ef4e303f7a63cb5a653- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 67
}
}
andryyy
about 5 years ago
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 68
function quota_notification_bcc($_action, $_data = null) {
function quota_notification_bcc($_action, $_data = null) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 69
global $redis;
global $redis;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 70
$_data_log = $_data;
$_data_log = $_data;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 71
if ($_SESSION['mailcow_cc_role'] != "admin" && $_SESSION['mailcow_cc_role'] != "domainadmin") {
if ($_SESSION['mailcow_cc_role'] != "admin" && $_SESSION['mailcow_cc_role'] != "domainadmin") {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 72
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 73
'type' => 'danger',
'type' => 'danger',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 74
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 75
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 76
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 77
return false;
return false;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 78
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 79
switch ($_action) {
switch ($_action) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 80
case 'edit':
case 'edit':
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 81
$domain = $_data['domain'];
$domain = $_data['domain'];
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 82
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $domain)) {
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $domain)) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 83
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 84
'type' => 'danger',
'type' => 'danger',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 85
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 86
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 87
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 88
return false;
return false;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 89
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 90
$active = intval($_data['active']);
$active = intval($_data['active']);
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 91
$bcc_rcpts = array_map('trim', preg_split( "/( |,|;|\n)/", $_data['bcc_rcpt']));
$bcc_rcpts = array_map('trim', preg_split( "/( |,|;|\n)/", $_data['bcc_rcpt']));
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 92
foreach ($bcc_rcpts as $i => &$rcpt) {
foreach ($bcc_rcpts as $i => &$rcpt) {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 93
$rcpt = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $rcpt);
$rcpt = preg_replace('/[\x00-\x1F\x80-\xFF]/', '', $rcpt);
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 94
if (!empty($rcpt) && filter_var($rcpt, FILTER_VALIDATE_EMAIL) === false) {
if (!empty($rcpt) && filter_var($rcpt, FILTER_VALIDATE_EMAIL) === false) {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 95
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 96
'type' => 'danger',
'type' => 'danger',
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 97
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 98
'msg' => array('goto_invalid', htmlspecialchars($rcpt))
'msg' => array('goto_invalid', htmlspecialchars($rcpt))
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 99
);
);
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 100
unset($bcc_rcpts[$i]);
unset($bcc_rcpts[$i]);
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 101
continue;
continue;
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 102
}
}
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 103
}
}
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 104
$bcc_rcpts = array_unique($bcc_rcpts);
$bcc_rcpts = array_unique($bcc_rcpts);
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 105
$bcc_rcpts = array_filter($bcc_rcpts);
$bcc_rcpts = array_filter($bcc_rcpts);
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 106
if (empty($bcc_rcpts)) {
if (empty($bcc_rcpts)) {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 107
$active = 0;
$active = 0;
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 108
andryyy
about 5 years ago
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 109
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 110
try {
try {
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 111
$redis->hSet('QW_BCC', $domain, json_encode(array('bcc_rcpts' => $bcc_rcpts, 'active' => $active)));
$redis->hSet('QW_BCC', $domain, json_encode(array('bcc_rcpts' => $bcc_rcpts, 'active' => $active)));
andryyy
about 5 years ago
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 112
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 113
catch (RedisException $e) {
catch (RedisException $e) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 114
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 115
'type' => 'danger',
'type' => 'danger',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 116
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 117
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 118
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 119
return false;
return false;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 120
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 121
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 122
'type' => 'success',
'type' => 'success',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 123
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 124
'msg' => 'saved_settings'
'msg' => 'saved_settings'
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 125
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 126
break;
break;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 127
case 'get':
case 'get':
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 128
$domain = $_data;
$domain = $_data;
andryyy
about 5 years ago
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 129
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $domain)) {
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $domain)) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 130
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 131
'type' => 'danger',
'type' => 'danger',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 132
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 133
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 134
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 135
return false;
return false;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 136
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 137
try {
try {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 138
return json_decode($redis->hGet('QW_BCC', $domain), true);
return json_decode($redis->hGet('QW_BCC', $domain), true);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 139
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 140
catch (RedisException $e) {
catch (RedisException $e) {
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 141
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 142
'type' => 'danger',
'type' => 'danger',
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 143
'log' => array(__FUNCTION__, $_action, $_data_log),
'log' => array(__FUNCTION__, $_action, $_data_log),
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 144
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 145
);
);
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 146
return false;
return false;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 147
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 148
break;
break;
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 149
}
}
same change
e21e0b9
[Web] Time limited aliases: show create date; create aliases with 1yr retention by default; create temp alias in alias domain; better random names; accept any validity time
- Full commit hash
e21e0b9dbf70c49141b365bf68532a7cc3dd3964- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 150
}
}