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/user/SpamAliases.twig

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

SpamAliases.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="SpamAliases" role="tabpanel" aria-labelledby="SpamAliases">
Open commit View diff
1 <div class="tab-pane fade" id="SpamAliases" role="tabpanel" aria-labelledby="SpamAliases">
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">
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
4
      <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-SpamAliases" data-bs-toggle="collapse" aria-controls="collapse-tab-SpamAliases">
Open commit View diff
4 <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-SpamAliases" data-bs-toggle="collapse" aria-controls="collapse-tab-SpamAliases">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
5
        {{ lang.user.spam_aliases }}
Open commit View diff
5 {{ lang.user.spam_aliases }}
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>
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
7
      <span class="d-none d-md-block">{{ lang.user.spam_aliases }}</span>
Open commit View diff
7 <span class="d-none d-md-block">{{ lang.user.spam_aliases }}</span>
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
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-SpamAliases" class="card-body collapse" data-bs-parent="#user-content">
Open commit View diff
9 <div id="collapse-tab-SpamAliases" class="card-body collapse" data-bs-parent="#user-content">
FreddleSpl0it about 4 years ago f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
10
      <div class="row">
Open commit View diff
10 <div class="row">
Josh 8 months ago 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
11
        <p>{{ lang.user.spam_aliases_info|raw }}</p>
Open commit View diff
11 <p>{{ lang.user.spam_aliases_info|raw }}</p>
FreddleSpl0it about 4 years ago f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
12
        <div class="col-md-12 col-sm-12 col-12">
Open commit View diff
12 <div class="col-md-12 col-sm-12 col-12">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
13
          <table id="tla_table" class="table table-striped dt-responsive w-100"></table>
Open commit View diff
13 <table id="tla_table" class="table table-striped dt-responsive w-100"></table>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
14
        </div>
Open commit View diff
14 </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
15
      </div>
Open commit View diff
15 </div>
FreddleSpl0it about 4 years ago f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
16
      <div class="mass-actions-user">
Open commit View diff
16 <div class="mass-actions-user">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
17
        <div class="btn-group" data-acl="{{ acl.spam_alias }}">
Open commit View diff
17 <div class="btn-group" data-acl="{{ acl.spam_alias }}">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
18
          <div class="btn-group">
Open commit View diff
18 <div class="btn-group">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
19
            <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" id="toggle_multi_select_all" data-id="tla" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
Open commit View diff
19 <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" id="toggle_multi_select_all" data-id="tla" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
20
            <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.quick_actions }}</a>
Open commit View diff
20 <a class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.quick_actions }}</a>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
21
            <ul class="dropdown-menu">
Open commit View diff
21 <ul class="dropdown-menu">
Josh 8 months ago 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
22
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"1","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.hour }}</a></li>
Open commit View diff
22 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"1","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.hour }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
23
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"24","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.day }}</a></li>
Open commit View diff
23 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"24","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.day }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
24
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"168","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.week }}</a></li>
Open commit View diff
24 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"168","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.week }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
25
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"744","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.month }}</a></li>
Open commit View diff
25 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"744","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.month }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
26
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"8760","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.year }}</a></li>
Open commit View diff
26 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"8760","permanent":"0"}' href="#">{{ lang.user.expire_in }} 1 {{ lang.user.year }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
27
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"87600","permanent":"0"}' href="#">{{ lang.user.expire_in }} 10 {{ lang.user.years }}</a></li>
Open commit View diff
27 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"validity":"87600","permanent":"0"}' href="#">{{ lang.user.expire_in }} 10 {{ lang.user.years }}</a></li>
same change 0413d26

Allow making spam aliases permanent (#6888)

Full commit hash
0413d268552b845916b94eda54bc3dba0ee12798
Author
Josh <[email protected]>
Date
8 months ago
Selected line
28
              <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"permanent":"1"}' href="#">{{ lang.user.expire_never }}</a></li>
Open commit View diff
28 <li><a class="dropdown-item" data-action="edit_selected" data-id="tla" data-api-url='edit/time_limited_alias' data-api-attr='{"permanent":"1"}' href="#">{{ lang.user.expire_never }}</a></li>
FreddleSpl0it about 4 years ago f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
29
              <li><hr class="dropdown-divider"></li>
Open commit View diff
29 <li><hr class="dropdown-divider"></li>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
30
              <li><a class="dropdown-item" data-action="delete_selected" data-id="tla" data-api-url='delete/time_limited_alias' href="#">{{ lang.mailbox.remove }}</a></li>
Open commit View diff
30 <li><a class="dropdown-item" data-action="delete_selected" data-id="tla" data-api-url='delete/time_limited_alias' href="#">{{ lang.mailbox.remove }}</a></li>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
31
            </ul>
Open commit View diff
31 </ul>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

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

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
33
          <div class="btn-group">
Open commit View diff
33 <div class="btn-group">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
34
            <a class="btn btn-sm d-block d-sm-inline btn-success dropdown-toggle" data-bs-toggle="dropdown" href="#"><i class="bi bi-plus-lg"></i> {{ lang.user.alias_create_random }}, 1 {{ lang.user.year }}</a>
Open commit View diff
34 <a class="btn btn-sm d-block d-sm-inline btn-success dropdown-toggle" data-bs-toggle="dropdown" href="#"><i class="bi bi-plus-lg"></i> {{ lang.user.alias_create_random }}, 1 {{ lang.user.year }}</a>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
35
            <ul class="dropdown-menu">
Open commit View diff
35 <ul class="dropdown-menu">
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
36
              {% for domain in user_domains %}
Open commit View diff
36 {% for domain in user_domains %}
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
37
                <li>
Open commit View diff
37 <li>
Filip Marek almost 2 years ago 60ca250

add temporary email description

Full commit hash
60ca25026dd194ae8f2681df761070fa9b1ce414
Author
Filip Marek <[email protected]>
Date
almost 2 years ago
Selected line
38
                  <a class="dropdown-item" data-bs-toggle="modal" data-bs-target="#tempAliasModal" onclick='$("#tempAliasModal #temp_alias_domain").val("{{ domain }}")' href="#">
Open commit View diff
38 <a class="dropdown-item" data-bs-toggle="modal" data-bs-target="#tempAliasModal" onclick='$("#tempAliasModal #temp_alias_domain").val("{{ domain }}")' href="#">
FreddleSpl0it about 4 years ago f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
39
                    @ {{ domain }}
Open commit View diff
39 @ {{ domain }}
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
40
                  </a>
Open commit View diff
40 </a>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
41
                </li>
Open commit View diff
41 </li>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
42
              {% endfor %}
Open commit View diff
42 {% endfor %}
same change f13530d

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
43
            </ul>
Open commit View diff
43 </ul>
same change f13530d

[BS5] Replace FooTable with jquery Datatables

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

[BS5] Replace FooTable with jquery Datatables

Full commit hash
f13530d8a19d3f8a037556ae7824e96b90c65ad9
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
45
        </div>
Open commit View diff
45 </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
46
      </div>
Open commit View diff
46 </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
47
    </div>
Open commit View diff
47 </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
48
  </div>
Open commit View diff
48 </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
49
</div>
Open commit View diff
49 </div>