NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/functions.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
Open commit View diff
1 <?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) {
Open commit View diff
2 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;
Open commit View diff
3 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;
Open commit View diff
4 $_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) {
Open commit View diff
5 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':
Open commit View diff
6 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")) {
Open commit View diff
7 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(
Open commit View diff
8 $_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',
Open commit View diff
9 '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),
Open commit View diff
10 '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'
Open commit View diff
11 '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
        );
Open commit View diff
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;
Open commit View diff
13 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
      }
Open commit View diff
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) {
Open commit View diff
15 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':
Open commit View diff
16 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'])) {
Open commit View diff
17 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();
Open commit View diff
18 $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'];
Open commit View diff
19 $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
          }
Open commit View diff
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 {
Open commit View diff
21 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'];
Open commit View diff
22 $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
          }
Open commit View diff
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) {
Open commit View diff
24 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']);
Open commit View diff
25 $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'];
Open commit View diff
26 $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'))) {
Open commit View diff
27 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(
Open commit View diff
28 $_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',
Open commit View diff
29 '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),
Open commit View diff
30 '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'
Open commit View diff
31 '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
              );
Open commit View diff
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;
Open commit View diff
33 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
            }
Open commit View diff
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)) {
Open commit View diff
35 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(
Open commit View diff
36 $_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',
Open commit View diff
37 '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),
Open commit View diff
38 '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'
Open commit View diff
39 '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
              );
Open commit View diff
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;
Open commit View diff
41 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
            }
Open commit View diff
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)) {
Open commit View diff
43 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 {
Open commit View diff
44 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);
Open commit View diff
45 $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
              }
Open commit View diff
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) {
Open commit View diff
47 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(
Open commit View diff
48 $_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',
Open commit View diff
49 '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),
Open commit View diff
50 '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)
Open commit View diff
51 '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
                );
Open commit View diff
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;
Open commit View diff
53 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
              }
Open commit View diff
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
            }
Open commit View diff
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 {
Open commit View diff
56 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 {
Open commit View diff
57 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);
Open commit View diff
58 $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
              }
Open commit View diff
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) {
Open commit View diff
60 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(
Open commit View diff
61 $_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',
Open commit View diff
62 '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),
Open commit View diff
63 '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)
Open commit View diff
64 '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
                );
Open commit View diff
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;
Open commit View diff
66 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
              }
Open commit View diff
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
            }
Open commit View diff
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(
Open commit View diff
69 $_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',
Open commit View diff
70 '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),
Open commit View diff
71 '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)
Open commit View diff
72 '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
            );
Open commit View diff
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
          }
Open commit View diff
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;
Open commit View diff
75 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':
Open commit View diff
76 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'])) {
Open commit View diff
77 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();
Open commit View diff
78 $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'];
Open commit View diff
79 $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
          }
Open commit View diff
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 {
Open commit View diff
81 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'];
Open commit View diff
82 $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
          }
Open commit View diff
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) {
Open commit View diff
84 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']);
Open commit View diff
85 $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'];
Open commit View diff
86 $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'))) {
Open commit View diff
87 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(
Open commit View diff
88 $_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',
Open commit View diff
89 '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),
Open commit View diff
90 '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'
Open commit View diff
91 '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
              );
Open commit View diff
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;
Open commit View diff
93 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
            }
Open commit View diff
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)
Open commit View diff
95 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')) {
Open commit View diff
96 || ($_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(
Open commit View diff
97 $_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',
Open commit View diff
98 '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),
Open commit View diff
99 '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'
Open commit View diff
100 '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
              );
Open commit View diff
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;
Open commit View diff
102 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
            }
Open commit View diff
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)) {
Open commit View diff
104 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 {
Open commit View diff
105 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);
Open commit View diff
106 $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
              }
Open commit View diff
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) {
Open commit View diff
108 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(
Open commit View diff
109 $_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',
Open commit View diff
110 '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),
Open commit View diff
111 '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)
Open commit View diff
112 '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
                );
Open commit View diff
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;
Open commit View diff
114 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
              }
Open commit View diff
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
            }
Open commit View diff
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 {
Open commit View diff
117 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 {
Open commit View diff
118 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);
Open commit View diff
119 $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
              }
Open commit View diff
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) {
Open commit View diff
121 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(
Open commit View diff
122 $_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',
Open commit View diff
123 '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),
Open commit View diff
124 '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)
Open commit View diff
125 '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
                );
Open commit View diff
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;
Open commit View diff
127 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
              }
Open commit View diff
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
            }
Open commit View diff
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(
Open commit View diff
130 $_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',
Open commit View diff
131 '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),
Open commit View diff
132 '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)
Open commit View diff
133 '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
            );
Open commit View diff
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
          }
Open commit View diff
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;
Open commit View diff
136 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
      }
Open commit View diff
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;
Open commit View diff
138 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':
Open commit View diff
139 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) {
Open commit View diff
140 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':
Open commit View diff
141 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)) {
Open commit View diff
142 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;
Open commit View diff
143 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
          }
Open commit View diff
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 {
Open commit View diff
145 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)) {
Open commit View diff
146 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);
Open commit View diff
147 $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];
Open commit View diff
148 $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];
Open commit View diff
149 $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;
Open commit View diff
150 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
            }
Open commit View diff
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 {
Open commit View diff
152 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;
Open commit View diff
153 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
            }
Open commit View diff
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
          }
Open commit View diff
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) {
Open commit View diff
156 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(
Open commit View diff
157 $_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',
Open commit View diff
158 '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),
Open commit View diff
159 '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)
Open commit View diff
160 '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
            );
Open commit View diff
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;
Open commit View diff
162 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
          }
Open commit View diff
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;
Open commit View diff
164 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;
Open commit View diff
165 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':
Open commit View diff
166 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)
Open commit View diff
167 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')) {
Open commit View diff
168 || ($_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;
Open commit View diff
169 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
          }
Open commit View diff
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 {
Open commit View diff
171 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)) {
Open commit View diff
172 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);
Open commit View diff
173 $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];
Open commit View diff
174 $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];
Open commit View diff
175 $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;
Open commit View diff
176 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
            }
Open commit View diff
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 {
Open commit View diff
178 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;
Open commit View diff
179 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
            }
Open commit View diff
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
          }
Open commit View diff
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) {
Open commit View diff
182 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(
Open commit View diff
183 $_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',
Open commit View diff
184 '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),
Open commit View diff
185 '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)
Open commit View diff
186 '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
            );
Open commit View diff
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;
Open commit View diff
188 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
          }
Open commit View diff
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;
Open commit View diff
190 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;
Open commit View diff
191 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
      }
Open commit View diff
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;
Open commit View diff
193 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':
Open commit View diff
194 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;
Open commit View diff
195 $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']))) {
Open commit View diff
196 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(
Open commit View diff
197 $_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',
Open commit View diff
198 '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),
Open commit View diff
199 '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'
Open commit View diff
200 '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
        );
Open commit View diff
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;
Open commit View diff
202 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
      }
Open commit View diff
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 {
Open commit View diff
204 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);
Open commit View diff
205 $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) {
Open commit View diff
206 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) {
Open commit View diff
207 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)) {
Open commit View diff
208 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);
Open commit View diff
209 $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
            }
Open commit View diff
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
          }
Open commit View diff
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
        }
Open commit View diff
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) {
Open commit View diff
213 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']);
Open commit View diff
214 $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(
Open commit View diff
215 $_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',
Open commit View diff
216 '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),
Open commit View diff
217 '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'
Open commit View diff
218 '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
          );
Open commit View diff
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;
Open commit View diff
220 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
        }
Open commit View diff
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 {
Open commit View diff
222 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(
Open commit View diff
223 $_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',
Open commit View diff
224 '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),
Open commit View diff
225 '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'
Open commit View diff
226 '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
          );
Open commit View diff
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;
Open commit View diff
228 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
        }
Open commit View diff
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
      }
Open commit View diff
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) {
Open commit View diff
231 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(
Open commit View diff
232 $_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',
Open commit View diff
233 '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),
Open commit View diff
234 '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)
Open commit View diff
235 '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
        );
Open commit View diff
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;
Open commit View diff
237 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
      }
Open commit View diff
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;
Open commit View diff
239 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;
Open commit View diff
240 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
  }
Open commit View diff
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
}
Open commit View diff
242 }