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/templates/admin/tab-config-f2b.twig

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

tab-config-f2b.twig on main
Author Date Commit Line Code
SnailShea about 3 years ago b903cf3

Fixes several instances of missing </span>, extra role='tabpanel' and misspelled 'collapse'

Full commit hash
b903cf38881364fffacf445dad32a51b343ac458
Author
SnailShea <[email protected]>
Date
about 3 years ago
Selected line
1
<div class="tab-pane fade" id="tab-config-f2b" role="tabpanel" aria-labelledby="tab-config-f2b">
Open commit View diff
1 <div class="tab-pane fade" id="tab-config-f2b" role="tabpanel" aria-labelledby="tab-config-f2b">
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2
  <div class="card mb-4">
Open commit View diff
2 <div class="card mb-4">
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
3
    <div class="card-header d-flex fs-5">
Open commit View diff
3 <div class="card-header d-flex fs-5">
SnailShea about 3 years ago b903cf3

Fixes several instances of missing </span>, extra role='tabpanel' and misspelled 'collapse'

Full commit hash
b903cf38881364fffacf445dad32a51b343ac458
Author
SnailShea <[email protected]>
Date
about 3 years ago
Selected line
4
      <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-f2b" data-bs-toggle="collapse" aria-controls="collapse-tab-config-f2b">
Open commit View diff
4 <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-f2b" data-bs-toggle="collapse" aria-controls="collapse-tab-config-f2b">
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
5
        {{ lang.admin.f2b_parameters }}
Open commit View diff
5 {{ lang.admin.f2b_parameters }}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
6
      </button>
Open commit View diff
6 </button>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
7
      <span class="d-none d-md-block">{{ lang.admin.f2b_parameters }}</span>
Open commit View diff
7 <span class="d-none d-md-block">{{ lang.admin.f2b_parameters }}</span>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
8
    </div>
Open commit View diff
8 </div>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
9
    <div id="collapse-tab-config-f2b" class="card-body collapse" data-bs-parent="#admin-content">
Open commit View diff
9 <div id="collapse-tab-config-f2b" class="card-body collapse" data-bs-parent="#admin-content">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
10
      <form class="form" data-id="f2b" role="form" method="post">
Open commit View diff
10 <form class="form" data-id="f2b" role="form" method="post">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
11
        <div class="mb-4">
Open commit View diff
11 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
12
          <label for="f2b_ban_time">{{ lang.admin.f2b_ban_time }}:</label>
Open commit View diff
12 <label for="f2b_ban_time">{{ lang.admin.f2b_ban_time }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
13
          <input type="number" class="form-control" id="f2b_ban_time" name="ban_time" value="{{ f2b_data.ban_time }}" required>
Open commit View diff
13 <input type="number" class="form-control" id="f2b_ban_time" name="ban_time" value="{{ f2b_data.ban_time }}" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
14
        </div>
Open commit View diff
14 </div>
Thorbjörn Jörger over 3 years ago c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
15
        <div class="mb-4">
Open commit View diff
15 <div class="mb-4">
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
16
          <label for="f2b_max_ban_time">{{ lang.admin.f2b_max_ban_time }}:</label>
Open commit View diff
16 <label for="f2b_max_ban_time">{{ lang.admin.f2b_max_ban_time }}:</label>
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
17
          <input type="number" class="form-control" id="f2b_max_ban_time" name="max_ban_time" value="{{ f2b_data.max_ban_time }}" required>
Open commit View diff
17 <input type="number" class="form-control" id="f2b_max_ban_time" name="max_ban_time" value="{{ f2b_data.max_ban_time }}" required>
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
18
        </div>
Open commit View diff
18 </div>
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
19
        <div class="mb-4">
Open commit View diff
19 <div class="mb-4">
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
20
          <input class="form-check-input" type="checkbox" value="1" name="ban_time_increment" id="f2b_ban_time_increment" {% if f2b_data.ban_time_increment == 1 %}checked{% endif %}>
Open commit View diff
20 <input class="form-check-input" type="checkbox" value="1" name="ban_time_increment" id="f2b_ban_time_increment" {% if f2b_data.ban_time_increment == 1 %}checked{% endif %}>
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
21
          <label class="form-check-label" for="f2b_ban_time_increment">{{ lang.admin.f2b_ban_time_increment }}</label>
Open commit View diff
21 <label class="form-check-label" for="f2b_ban_time_increment">{{ lang.admin.f2b_ban_time_increment }}</label>
same change c28a6b8

Added ban_time_increment and max_ban_time to UI

Full commit hash
c28a6b89f030caca6e208790f80751588d1868ce
Author
Thorbjörn Jörger <[email protected]>
Date
over 3 years ago
Selected line
22
        </div>
Open commit View diff
22 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
23
        <div class="mb-4">
Open commit View diff
23 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
24
          <label for="f2b_max_attempts">{{ lang.admin.f2b_max_attempts }}:</label>
Open commit View diff
24 <label for="f2b_max_attempts">{{ lang.admin.f2b_max_attempts }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
25
          <input type="number" class="form-control" id="f2b_max_attempts" name="max_attempts" value="{{ f2b_data.max_attempts }}" required>
Open commit View diff
25 <input type="number" class="form-control" id="f2b_max_attempts" name="max_attempts" value="{{ f2b_data.max_attempts }}" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
26
        </div>
Open commit View diff
26 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
27
        <div class="mb-4">
Open commit View diff
27 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
28
          <label for="f2b_retry_window">{{ lang.admin.f2b_retry_window }}:</label>
Open commit View diff
28 <label for="f2b_retry_window">{{ lang.admin.f2b_retry_window }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
29
          <input type="number" class="form-control" id="f2b_retry_window" name="retry_window" value="{{ f2b_data.retry_window }}" required>
Open commit View diff
29 <input type="number" class="form-control" id="f2b_retry_window" name="retry_window" value="{{ f2b_data.retry_window }}" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
30
        </div>
Open commit View diff
30 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
31
        <div class="mb-4">
Open commit View diff
31 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
32
          <label for="f2b_netban_ipv4">{{ lang.admin.f2b_netban_ipv4 }}:</label>
Open commit View diff
32 <label for="f2b_netban_ipv4">{{ lang.admin.f2b_netban_ipv4 }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
33
          <div class="input-group">
Open commit View diff
33 <div class="input-group">
FreddleSpl0it over 4 years ago 9b80394

[BS5] change bootstrap general

Full commit hash
9b8039440c5ec9c12c265b6ff0dc4489bb4fbf3c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
34
            <span class="input-group-text">/</span>
Open commit View diff
34 <span class="input-group-text">/</span>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
35
            <input type="number" class="form-control" id="f2b_netban_ipv4" name="netban_ipv4" value="{{ f2b_data.netban_ipv4 }}" required>
Open commit View diff
35 <input type="number" class="form-control" id="f2b_netban_ipv4" name="netban_ipv4" value="{{ f2b_data.netban_ipv4 }}" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
36
          </div>
Open commit View diff
36 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
37
        </div>
Open commit View diff
37 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
38
        <div class="mb-4">
Open commit View diff
38 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
39
          <label for="f2b_netban_ipv6">{{ lang.admin.f2b_netban_ipv6 }}:</label>
Open commit View diff
39 <label for="f2b_netban_ipv6">{{ lang.admin.f2b_netban_ipv6 }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
40
          <div class="input-group">
Open commit View diff
40 <div class="input-group">
FreddleSpl0it over 4 years ago 9b80394

[BS5] change bootstrap general

Full commit hash
9b8039440c5ec9c12c265b6ff0dc4489bb4fbf3c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
41
            <span class="input-group-text">/</span>
Open commit View diff
41 <span class="input-group-text">/</span>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
42
            <input type="number" class="form-control" id="f2b_netban_ipv6" name="netban_ipv6" value="{{ f2b_data.netban_ipv6 }}" required>
Open commit View diff
42 <input type="number" class="form-control" id="f2b_netban_ipv6" name="netban_ipv6" value="{{ f2b_data.netban_ipv6 }}" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
43
          </div>
Open commit View diff
43 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
44
        </div>
Open commit View diff
44 </div>
FreddleSpl0it about 3 years ago 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
45
        <div class="mb-4">
Open commit View diff
45 <div class="mb-4">
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
46
          <div class="form-check form-switch">
Open commit View diff
46 <div class="form-check form-switch">
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
47
            <input class="form-check-input" type="checkbox" id="f2b_manage_external" value="1" name="manage_external" {% if f2b_data.manage_external == 1 %}checked{% endif %}>
Open commit View diff
47 <input class="form-check-input" type="checkbox" id="f2b_manage_external" value="1" name="manage_external" {% if f2b_data.manage_external == 1 %}checked{% endif %}>
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
48
            <label class="form-check-label" for="f2b_manage_external">{{ lang.admin.f2b_manage_external }}</label>
Open commit View diff
48 <label class="form-check-label" for="f2b_manage_external">{{ lang.admin.f2b_manage_external }}</label>
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
49
          </div>
Open commit View diff
49 </div>
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
50
          <p class="text-muted">{{ lang.admin.f2b_manage_external_info }}</p>
Open commit View diff
50 <p class="text-muted">{{ lang.admin.f2b_manage_external_info }}</p>
same change 65cbc47

[Web] add manage f2b external option

Full commit hash
65cbc478b8ac644c826bbb5153bd557f29cda10f
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
51
        </div>
Open commit View diff
51 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
52
        <hr>
Open commit View diff
52 <hr>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
53
        <p class="text-muted">{{ lang.admin.f2b_list_info|raw }}</p>
Open commit View diff
53 <p class="text-muted">{{ lang.admin.f2b_list_info|raw }}</p>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
54
        <div class="mb-2">
Open commit View diff
54 <div class="mb-2">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
55
          <label for="f2b_whitelist">{{ lang.admin.f2b_whitelist }}:</label>
Open commit View diff
55 <label for="f2b_whitelist">{{ lang.admin.f2b_whitelist }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
56
          <textarea class="form-control" id="f2b_whitelist" name="whitelist" rows="5">{{ f2b_data.whitelist }}</textarea>
Open commit View diff
56 <textarea class="form-control" id="f2b_whitelist" name="whitelist" rows="5">{{ f2b_data.whitelist }}</textarea>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
57
        </div>
Open commit View diff
57 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
58
        <div class="mb-4">
Open commit View diff
58 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
59
          <label for="f2b_blacklist">{{ lang.admin.f2b_blacklist }}:</label>
Open commit View diff
59 <label for="f2b_blacklist">{{ lang.admin.f2b_blacklist }}:</label>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
60
          <textarea class="form-control" id="f2b_blacklist" name="blacklist" rows="5">{{ f2b_data.blacklist }}</textarea>
Open commit View diff
60 <textarea class="form-control" id="f2b_blacklist" name="blacklist" rows="5">{{ f2b_data.blacklist }}</textarea>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
61
        </div>
Open commit View diff
61 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
62
        <div class="btn-group">
Open commit View diff
62 <div class="btn-group">
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
63
          <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="self" data-id="f2b" data-api-url='edit/fail2ban' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
63 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="self" data-id="f2b" data-api-url='edit/fail2ban' data-api-attr='{}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
64
          <a href="#" role="button" class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" data-bs-toggle="modal" data-container="netfilter-mailcow" data-bs-target="#RestartContainer"><i class="bi bi-arrow-repeat"></i> {{ lang.header.restart_netfilter }}</a>
Open commit View diff
64 <a href="#" role="button" class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" data-bs-toggle="modal" data-container="netfilter-mailcow" data-bs-target="#RestartContainer"><i class="bi bi-arrow-repeat"></i> {{ lang.header.restart_netfilter }}</a>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
65
        </div>
Open commit View diff
65 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
66
      </form>
Open commit View diff
66 </form>
FreddleSpl0it over 4 years ago 0b3b5e2

[BS5] change bootstrap data-attributes

Full commit hash
0b3b5e230b5f8cb1466c7468a3391976efd61bf3
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
67
      <legend data-bs-target="#f2b_regex_filters" style="margin-top:40px;cursor:pointer" unselectable="on" data-bs-toggle="collapse">
Open commit View diff
67 <legend data-bs-target="#f2b_regex_filters" style="margin-top:40px;cursor:pointer" unselectable="on" data-bs-toggle="collapse">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
68
        <i style="font-size:10pt;" class="bi bi-plus-square"></i> {{ lang.admin.f2b_filter }}
Open commit View diff
68 <i style="font-size:10pt;" class="bi bi-plus-square"></i> {{ lang.admin.f2b_filter }}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
69
      </legend>
Open commit View diff
69 </legend>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
70
      <hr />
Open commit View diff
70 <hr />
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
71
      <div id="f2b_regex_filters" class="collapse">
Open commit View diff
71 <div id="f2b_regex_filters" class="collapse">
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
72
        <p class="text-muted">{{ lang.admin.f2b_regex_info }}</p>
Open commit View diff
72 <p class="text-muted">{{ lang.admin.f2b_regex_info }}</p>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
73
        <form class="form-inline" data-id="f2b_regex" role="form" method="post">
Open commit View diff
73 <form class="form-inline" data-id="f2b_regex" role="form" method="post">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
74
          <table class="table table-condensed" id="f2b_regex_table">
Open commit View diff
74 <table class="table table-condensed" id="f2b_regex_table">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
75
            <tr>
Open commit View diff
75 <tr>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
76
              <th width="50px">ID</th>
Open commit View diff
76 <th width="50px">ID</th>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
77
              <th>RegExp</th>
Open commit View diff
77 <th>RegExp</th>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
78
              <th width="100px">&nbsp;</th>
Open commit View diff
78 <th width="100px">&nbsp;</th>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
79
            </tr>
Open commit View diff
79 </tr>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
80
            {% for regex_id, regex_val in f2b_data.regex %}
Open commit View diff
80 {% for regex_id, regex_val in f2b_data.regex %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
81
              <tr>
Open commit View diff
81 <tr>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
82
                <td><input disabled class="input-sm input-xs-lg form-control" style="text-align:center" data-id="f2b_regex" type="text" name="app" required value="{{ regex_id }}"></td>
Open commit View diff
82 <td><input disabled class="input-sm input-xs-lg form-control" style="text-align:center" data-id="f2b_regex" type="text" name="app" required value="{{ regex_id }}"></td>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
83
                <td><input class="input-sm input-xs-lg form-control regex-input" data-id="f2b_regex" type="text" name="regex" required value="{{ regex_val }}"></td>
Open commit View diff
83 <td><input class="input-sm input-xs-lg form-control regex-input" data-id="f2b_regex" type="text" name="regex" required value="{{ regex_val }}"></td>
FreddleSpl0it about 4 years ago 8a49b50

[BS5] fix minor issues

Full commit hash
8a49b50f330a73abe260b390edc46b2ab5748a92
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
84
                <td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">{{ lang.admin.remove_row }}</a></td>
Open commit View diff
84 <td><a href="#" role="button" class="btn btn-sm btn-xs-lg btn-secondary h-100 w-100" type="button">{{ lang.admin.remove_row }}</a></td>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
85
              </tr>
Open commit View diff
85 </tr>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
86
            {% endfor %}
Open commit View diff
86 {% endfor %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
87
          </table>
Open commit View diff
87 </table>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
88
          <p><div class="btn-group">
Open commit View diff
88 <p><div class="btn-group">
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
89
            <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="admin" data-id="f2b_regex" data-reload="no" data-api-url='edit/fail2ban' data-api-attr='{"action":"edit-regex"}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
89 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-success" data-action="edit_selected" data-item="admin" data-id="f2b_regex" data-reload="no" data-api-url='edit/fail2ban' data-api-attr='{"action":"edit-regex"}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
90
            <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary admin-ays-dialog" data-action="edit_selected" data-item="self" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"reset-regex"}' href="#">{{ lang.admin.reset_default }}</button>
Open commit View diff
90 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary admin-ays-dialog" data-action="edit_selected" data-item="self" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"reset-regex"}' href="#">{{ lang.admin.reset_default }}</button>
same change b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
91
            <button class="btn btn-sm d-block d-sm-inline btn-secondary" type="button" id="add_f2b_regex_row"><i class="bi bi-plus-lg"></i> {{ lang.admin.add_row }}</button>
Open commit View diff
91 <button class="btn btn-sm d-block d-sm-inline btn-secondary" type="button" id="add_f2b_regex_row"><i class="bi bi-plus-lg"></i> {{ lang.admin.add_row }}</button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
92
          </div></p>
Open commit View diff
92 </div></p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
93
        </form>
Open commit View diff
93 </form>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
94
      </div>
Open commit View diff
94 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
95
Open commit View diff
95
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
96
      <p class="text-muted">{{ lang.admin.ban_list_info|raw }}</p>
Open commit View diff
96 <p class="text-muted">{{ lang.admin.ban_list_info|raw }}</p>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
97
      {% if not f2b_data.active_bans and not f2b_data.perm_bans %}
Open commit View diff
97 {% if not f2b_data.active_bans and not f2b_data.perm_bans %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
98
        <i>{{ lang.admin.no_active_bans }}</i>
Open commit View diff
98 <i>{{ lang.admin.no_active_bans }}</i>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
99
      {% endif %}
Open commit View diff
99 {% endif %}
FreddleSpl0it about 3 years ago e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
100
      <form class="form-inline" data-id="f2b_banlist" role="form" method="post">
Open commit View diff
100 <form class="form-inline" data-id="f2b_banlist" role="form" method="post">
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
101
        <div class="input-group mb-3">
Open commit View diff
101 <div class="input-group mb-3">
FreddleSpl0it over 2 years ago 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
102
          <input type="text" class="form-control" aria-label="Banlist url" value="{{ f2b_banlist_url }}" id="banlist_url">
Open commit View diff
102 <input type="text" class="form-control" aria-label="Banlist url" value="{{ f2b_banlist_url }}" id="banlist_url">
FreddleSpl0it about 3 years ago e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
103
          {% if is_https %}
Open commit View diff
103 {% if is_https %}
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
104
          <button class="btn btn-secondary" type="button" onclick="copyToClipboard('banlist_url')"><i class="bi bi-clipboard"></i></button>
Open commit View diff
104 <button class="btn btn-secondary" type="button" onclick="copyToClipboard('banlist_url')"><i class="bi bi-clipboard"></i></button>
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
105
          {% endif %}
Open commit View diff
105 {% endif %}
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
106
          <button class="btn btn-secondary" type="button" data-action="edit_selected" data-item="{{ f2b_data.banlist_id }}" data-id="f2b_banlist" data-api-url='edit/fail2ban/banlist' data-api-attr='{}'><i class="bi bi-arrow-clockwise"></i></button>
Open commit View diff
106 <button class="btn btn-secondary" type="button" data-action="edit_selected" data-item="{{ f2b_data.banlist_id }}" data-id="f2b_banlist" data-api-url='edit/fail2ban/banlist' data-api-attr='{}'><i class="bi bi-arrow-clockwise"></i></button>
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
107
        </div>
Open commit View diff
107 </div>
same change e2e8fbe

[Web] add f2b_banlist endpoint

Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
108
      </form>
Open commit View diff
108 </form>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
109
      {% for active_ban in f2b_data.active_bans %}
Open commit View diff
109 {% for active_ban in f2b_data.active_bans %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
110
        <p>
Open commit View diff
110 <p>
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
111
          <span class="badge fs-7 bg-info d-block d-sm-inline-block">
Open commit View diff
111 <span class="badge fs-7 bg-info d-block d-sm-inline-block">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
112
            <i class="bi bi-funnel-fill"></i>
Open commit View diff
112 <i class="bi bi-funnel-fill"></i>
Nick Bouwhuis over 1 year ago ceebc56

feat/replace bgp.he.net with bgp.tools

Full commit hash
ceebc56e62b8845241325e6d29b585cdbd0c1bbd
Author
Nick Bouwhuis <[email protected]>
Date
over 1 year ago
Selected line
113
            <a href="https://bgp.tools/prefix/{{ active_ban.ip }}" target="_blank">
Open commit View diff
113 <a href="https://bgp.tools/prefix/{{ active_ban.ip }}" target="_blank">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
114
              {{ active_ban.network }}
Open commit View diff
114 {{ active_ban.network }}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
115
            </a>
Open commit View diff
115 </a>
Kristian Feldsam almost 3 years ago 6d98051

[Web] styling enhancements

Full commit hash
6d9805109aa83b53fff3f08a17d0bd9ad323d9d9
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
116
            ({{ active_ban.banned_until }})
Open commit View diff
116 ({{ active_ban.banned_until }})
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
117
          </span>
Open commit View diff
117 </span>
same change 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
118
          <span class="d-none d-sm-inline"> - </span>
Open commit View diff
118 <span class="d-none d-sm-inline"> - </span>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
119
            {% if active_ban.queued_for_unban == 0 %}
Open commit View diff
119 {% if active_ban.queued_for_unban == 0 %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
120
            <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"unban"}' href="#">[{{ lang.admin.queue_unban }}]</a>
Open commit View diff
120 <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"unban"}' href="#">[{{ lang.admin.queue_unban }}]</a>
Denis Evers about 1 year ago 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
121
            <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"whitelist"}' href="#">[allowlist]</a>
Open commit View diff
121 <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"whitelist"}' href="#">[allowlist]</a>
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
122
            <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"blacklist"}' href="#">[denylist (<b>{{ lang.admin.needs_restart }}</b>)]</a>
Open commit View diff
122 <a data-action="edit_selected" data-item="{{ active_ban.network }}" data-id="f2b-quick" data-api-url='edit/fail2ban' data-api-attr='{"action":"blacklist"}' href="#">[denylist (<b>{{ lang.admin.needs_restart }}</b>)]</a>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
123
            {% else %}
Open commit View diff
123 {% else %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
124
            <i>{{ lang.admin.unban_pending }}</i>
Open commit View diff
124 <i>{{ lang.admin.unban_pending }}</i>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
125
            {% endif %}
Open commit View diff
125 {% endif %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
126
        </p>
Open commit View diff
126 </p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
127
      {% endfor %}
Open commit View diff
127 {% endfor %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
128
      <hr>
Open commit View diff
128 <hr>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
129
      {% for perm_ban in f2b_data.perm_bans %}
Open commit View diff
129 {% for perm_ban in f2b_data.perm_bans %}
Kristian Feldsam almost 5 years ago 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
130
        <p>
Open commit View diff
130 <p>
Kristian Feldsam almost 3 years ago 871ae5d

[Web] mobile devices styling fixes and enhancements

Full commit hash
871ae5d7d285b216021e782ab57ab403d2dfd194
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
131
          <span class="badge fs-7 bg-danger d-block d-sm-inline-block">
Open commit View diff
131 <span class="badge fs-7 bg-danger d-block d-sm-inline-block">
Kristian Feldsam almost 5 years ago 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
132
            <i class="bi bi-funnel-fill"></i>
Open commit View diff
132 <i class="bi bi-funnel-fill"></i>
Nick Bouwhuis over 1 year ago ceebc56

feat/replace bgp.he.net with bgp.tools

Full commit hash
ceebc56e62b8845241325e6d29b585cdbd0c1bbd
Author
Nick Bouwhuis <[email protected]>
Date
over 1 year ago
Selected line
133
            <a href="https://bgp.tools/prefix/{{ perm_ban.ip }}" target="_blank">
Open commit View diff
133 <a href="https://bgp.tools/prefix/{{ perm_ban.ip }}" target="_blank">
Kristian Feldsam almost 5 years ago 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
134
              {{ perm_ban.network }}
Open commit View diff
134 {{ perm_ban.network }}
same change 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
135
            </a>
Open commit View diff
135 </a>
same change 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
136
          </span>
Open commit View diff
136 </span>
same change 254778f

[Web] Fixed netfilter list of banned IPs

Full commit hash
254778fb2058e58c5115a0e8a261774c74c8b9f3
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
137
        </p>
Open commit View diff
137 </p>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
138
      {% endfor %}
Open commit View diff
138 {% endfor %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
139
    </div>
Open commit View diff
139 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
140
  </div>
Open commit View diff
140 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
141
</div>
Open commit View diff
141 </div>