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.ratelimit.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.ratelimit.inc.php
on main
Author
Date
Commit
Line
Code
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 1
<?php
<?php
FreddleSpl0it
about 3 years ago
e784c98
[Web] add "add mailbox_from_template" function
- Full commit hash
e784c98a5a88cfcaf13e45071cc6038b3dee59fa- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2
function ratelimit($_action, $_scope, $_data = null, $_extra = null) {
function ratelimit($_action, $_scope, $_data = null, $_extra = null) {
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 3
global $redis;
global $redis;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 4
$_data_log = $_data;
$_data_log = $_data;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 5
switch ($_action) {
switch ($_action) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 6
case 'edit':
case 'edit':
FreddleSpl0it
over 1 year ago
8048e0a
[Web] Fix permission exception in IdP actions
- Full commit hash
8048e0a53c793ed587cba0b5ee5eadb80efed88e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 7
if (!hasACLAccess("ratelimit")) {
if (!hasACLAccess("ratelimit")) {
André
almost 8 years ago
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 8
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 9
'type' => 'danger',
'type' => 'danger',
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 10
'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),
'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 11
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 12
);
);
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 13
return false;
return false;
same change
c9554ca
[Compose] Update watchdog image
- Full commit hash
c9554ca02291e64e56a786217de8d4b34b25544d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 14
}
}
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 15
switch ($_scope) {
switch ($_scope) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 16
case 'domain':
case 'domain':
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 17
if (!is_array($_data['object'])) {
if (!is_array($_data['object'])) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 18
$objects = array();
$objects = array();
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 19
$objects[] = $_data['object'];
$objects[] = $_data['object'];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 20
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 21
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 22
$objects = $_data['object'];
$objects = $_data['object'];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 23
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 24
foreach ($objects as $object) {
foreach ($objects as $object) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 25
$rl_value = intval($_data['rl_value']);
$rl_value = intval($_data['rl_value']);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 26
$rl_frame = $_data['rl_frame'];
$rl_frame = $_data['rl_frame'];
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
- 27
if (!in_array($rl_frame, array('s', 'm', 'h', 'd'))) {
if (!in_array($rl_frame, array('s', 'm', 'h', 'd'))) {
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 28
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 29
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 30
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 31
'msg' => 'rl_timeframe'
'msg' => 'rl_timeframe'
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 32
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 33
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 34
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 35
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $object)) {
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $object)) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 36
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 37
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 38
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 39
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 40
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 41
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 42
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 43
if (empty($rl_value)) {
if (empty($rl_value)) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 44
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 45
$redis->hDel('RL_VALUE', $object);
$redis->hDel('RL_VALUE', $object);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 46
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 47
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 48
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 49
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 50
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 51
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 52
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 53
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 54
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 55
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 56
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 57
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 58
$redis->hSet('RL_VALUE', $object, $rl_value . ' / 1' . $rl_frame);
$redis->hSet('RL_VALUE', $object, $rl_value . ' / 1' . $rl_frame);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 59
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 60
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 61
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 62
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 63
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 64
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 65
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 66
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 67
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 68
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 69
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 70
'type' => 'success',
'type' => 'success',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 71
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
André
almost 8 years ago
d28fd40
[Web] Allow to set rate limit in add_domain modal
- Full commit hash
d28fd4070b8b21ca58185e8af56e5142c7847004- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 72
'msg' => array('rl_saved', $object)
'msg' => array('rl_saved', $object)
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 73
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 74
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 75
break;
break;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 76
case 'mailbox':
case 'mailbox':
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 77
if (!is_array($_data['object'])) {
if (!is_array($_data['object'])) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 78
$objects = array();
$objects = array();
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 79
$objects[] = $_data['object'];
$objects[] = $_data['object'];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 80
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 81
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 82
$objects = $_data['object'];
$objects = $_data['object'];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 83
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 84
foreach ($objects as $object) {
foreach ($objects as $object) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 85
$rl_value = intval($_data['rl_value']);
$rl_value = intval($_data['rl_value']);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 86
$rl_frame = $_data['rl_frame'];
$rl_frame = $_data['rl_frame'];
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
- 87
if (!in_array($rl_frame, array('s', 'm', 'h', 'd'))) {
if (!in_array($rl_frame, array('s', 'm', 'h', 'd'))) {
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 88
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 89
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 90
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 91
'msg' => 'rl_timeframe'
'msg' => 'rl_timeframe'
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 92
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 93
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 94
}
}
FreddleSpl0it
over 1 year ago
8048e0a
[Web] Fix permission exception in IdP actions
- Full commit hash
8048e0a53c793ed587cba0b5ee5eadb80efed88e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 95
if (!hasMailboxObjectAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $object)
if (!hasMailboxObjectAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $object)
same change
8048e0a
[Web] Fix permission exception in IdP actions
- Full commit hash
8048e0a53c793ed587cba0b5ee5eadb80efed88e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 96
|| ($_SESSION['mailcow_cc_role'] != 'admin' && $_SESSION['mailcow_cc_role'] != 'domainadmin' && $_SESSION['access_all_exception'] != '1')) {
|| ($_SESSION['mailcow_cc_role'] != 'admin' && $_SESSION['mailcow_cc_role'] != 'domainadmin' && $_SESSION['access_all_exception'] != '1')) {
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 97
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 98
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 99
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 100
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 101
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 102
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 103
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 104
if (empty($rl_value)) {
if (empty($rl_value)) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 105
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 106
$redis->hDel('RL_VALUE', $object);
$redis->hDel('RL_VALUE', $object);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 107
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 108
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 109
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 110
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 111
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 112
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 113
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 114
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 115
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 116
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 117
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 118
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 119
$redis->hSet('RL_VALUE', $object, $rl_value . ' / 1' . $rl_frame);
$redis->hSet('RL_VALUE', $object, $rl_value . ' / 1' . $rl_frame);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 120
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 121
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 122
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 123
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 124
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 125
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 126
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 127
continue;
continue;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 128
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 129
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 130
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 131
'type' => 'success',
'type' => 'success',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 132
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
André
almost 8 years ago
d28fd40
[Web] Allow to set rate limit in add_domain modal
- Full commit hash
d28fd4070b8b21ca58185e8af56e5142c7847004- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 133
'msg' => array('rl_saved', $object)
'msg' => array('rl_saved', $object)
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 134
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 135
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 136
break;
break;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 137
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 138
break;
break;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 139
case 'get':
case 'get':
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 140
switch ($_scope) {
switch ($_scope) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 141
case 'domain':
case 'domain':
FreddleSpl0it
over 1 year ago
8048e0a
[Web] Fix permission exception in IdP actions
- Full commit hash
8048e0a53c793ed587cba0b5ee5eadb80efed88e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 142
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $_data)) {
if (!hasDomainAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $_data)) {
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 143
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 144
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 145
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 146
if ($rl_value = $redis->hGet('RL_VALUE', $_data)) {
if ($rl_value = $redis->hGet('RL_VALUE', $_data)) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 147
$rl = explode(' / 1', $rl_value);
$rl = explode(' / 1', $rl_value);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 148
$data['value'] = $rl[0];
$data['value'] = $rl[0];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 149
$data['frame'] = $rl[1];
$data['frame'] = $rl[1];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 150
return $data;
return $data;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 151
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 152
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 153
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 154
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 155
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 156
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 157
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 158
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 159
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 160
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 161
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 162
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 163
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 164
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 165
break;
break;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 166
case 'mailbox':
case 'mailbox':
FreddleSpl0it
over 1 year ago
8048e0a
[Web] Fix permission exception in IdP actions
- Full commit hash
8048e0a53c793ed587cba0b5ee5eadb80efed88e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 167
if (!hasMailboxObjectAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $_data)
if (!hasMailboxObjectAccess($_SESSION['mailcow_cc_username'], $_SESSION['mailcow_cc_role'], $_data)
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 168
|| ($_SESSION['mailcow_cc_role'] != 'admin' && $_SESSION['mailcow_cc_role'] != 'domainadmin')) {
|| ($_SESSION['mailcow_cc_role'] != 'admin' && $_SESSION['mailcow_cc_role'] != 'domainadmin')) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 169
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 170
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 171
try {
try {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 172
if ($rl_value = $redis->hGet('RL_VALUE', $_data)) {
if ($rl_value = $redis->hGet('RL_VALUE', $_data)) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 173
$rl = explode(' / 1', $rl_value);
$rl = explode(' / 1', $rl_value);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 174
$data['value'] = $rl[0];
$data['value'] = $rl[0];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 175
$data['frame'] = $rl[1];
$data['frame'] = $rl[1];
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 176
return $data;
return $data;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 177
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 178
else {
else {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 179
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 180
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 181
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 182
catch (RedisException $e) {
catch (RedisException $e) {
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 183
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 184
'type' => 'danger',
'type' => 'danger',
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 185
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 186
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 187
);
);
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 188
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 189
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 190
return false;
return false;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 191
break;
break;
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 192
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 193
break;
break;
andryyy
over 7 years ago
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 194
case 'delete':
case 'delete':
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 195
$data['hash'] = $_data;
$data['hash'] = $_data;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 196
if ($_SESSION['mailcow_cc_role'] != 'admin' || !preg_match('/^RL[0-9A-Za-z=]+$/i', trim($data['hash']))) {
if ($_SESSION['mailcow_cc_role'] != 'admin' || !preg_match('/^RL[0-9A-Za-z=]+$/i', trim($data['hash']))) {
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 197
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 198
'type' => 'danger',
'type' => 'danger',
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 199
'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),
'log' => array(__FUNCTION__, $_action, $_type, $_data_log, $_attr),
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 200
'msg' => 'access_denied'
'msg' => 'access_denied'
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 201
);
);
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 202
return false;
return false;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 203
}
}
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 204
try {
try {
andryyy
about 6 years ago
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 205
$data_rllog = $redis->lRange('RL_LOG', 0, -1);
$data_rllog = $redis->lRange('RL_LOG', 0, -1);
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 206
if ($data_rllog) {
if ($data_rllog) {
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 207
foreach ($data_rllog as $json_line) {
foreach ($data_rllog as $json_line) {
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 208
if (preg_match('/' . $data['hash'] . '/i', $json_line)) {
if (preg_match('/' . $data['hash'] . '/i', $json_line)) {
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 209
$redis->lRem('RL_LOG', $json_line, 0);
$redis->lRem('RL_LOG', $json_line, 0);
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 210
}
}
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 211
}
}
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 212
}
}
same change
92df429
[Web] Delete log lines containing ratelimit hash key when removing rate limit hashes from db
- Full commit hash
92df42999e27f4ff94b7698793070ed34dfca07c- Author
- andryyy <[email protected]>
- Date
- about 6 years ago
- Selected line
- 213
if ($redis->type($data['hash']) == Redis::REDIS_HASH) {
if ($redis->type($data['hash']) == Redis::REDIS_HASH) {
andryyy
over 7 years ago
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 214
$redis->delete($data['hash']);
$redis->delete($data['hash']);
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 215
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 216
'type' => 'success',
'type' => 'success',
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 217
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 218
'msg' => 'hash_deleted'
'msg' => 'hash_deleted'
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 219
);
);
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 220
return true;
return true;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 221
}
}
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 222
else {
else {
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 223
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 224
'type' => 'warning',
'type' => 'warning',
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 225
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 226
'msg' => 'hash_not_found'
'msg' => 'hash_not_found'
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 227
);
);
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 228
return false;
return false;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 229
}
}
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 230
}
}
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 231
catch (RedisException $e) {
catch (RedisException $e) {
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 232
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 233
'type' => 'danger',
'type' => 'danger',
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 234
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
'log' => array(__FUNCTION__, $_action, $_scope, $_data_log),
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 235
'msg' => array('redis_error', $e)
'msg' => array('redis_error', $e)
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 236
);
);
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 237
return false;
return false;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 238
}
}
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 239
return false;
return false;
same change
5b5976b
[Web] Show ratelimited messages, allow to delete Redis hash to reset status of a bucket
- Full commit hash
5b5976ba230b6c31ed8811062446deb660d99eef- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 240
break;
break;
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 241
}
}
same change
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 242
}
}