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/edit/aliasdomain.twig

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

aliasdomain.twig on main
Author Date Commit Line Code
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
1
{% extends 'edit.twig' %}
Open commit View diff
1 {% extends 'edit.twig' %}
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
2
Open commit View diff
2
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
3
{% block inner_content %}
Open commit View diff
3 {% block inner_content %}
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
4
{% if result %}
Open commit View diff
4 {% if result %}
Kristian Feldsam almost 3 years ago d48193f

[Web] edit object - added space after heaading

Full commit hash
d48193fd0e11837a6c09da95b476cbe841f473fa
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
5
<h4 class="mb-4">{{ lang.edit.edit_alias_domain }}</h4>
Open commit View diff
5 <h4 class="mb-4">{{ lang.edit.edit_alias_domain }}</h4>
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
6
<form class="form-horizontal" data-id="editaliasdomain" role="form" method="post">
Open commit View diff
6 <form class="form-horizontal" data-id="editaliasdomain" 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
7
  <input type="hidden" value="0" name="active">
Open commit View diff
7 <input type="hidden" value="0" name="active">
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
8
  <div class="row mb-2">
Open commit View diff
8 <div class="row 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
9
    <label class="control-label col-sm-2" for="target_domain">{{ lang.edit.target_domain }}</label>
Open commit View diff
9 <label class="control-label col-sm-2" for="target_domain">{{ lang.edit.target_domain }}</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
10
    <div class="col-sm-10">
Open commit View diff
10 <div class="col-sm-10">
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
11
      <select class="full-width-select" data-live-search="true" id="addSelectDomain" name="target_domain" required>
Open commit View diff
11 <select class="full-width-select" data-live-search="true" id="addSelectDomain" name="target_domain" 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
12
        {% for domain in domains %}
Open commit View diff
12 {% for domain in domains %}
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
          <option{% if result.target_domain == domain %} selected{% endif %}>{{ domain }}</option>
Open commit View diff
13 <option{% if result.target_domain == domain %} selected{% endif %}>{{ domain }}</option>
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
        {% endfor %}
Open commit View diff
14 {% 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
15
      </select>
Open commit View diff
15 </select>
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
16
    </div>
Open commit View diff
16 </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
17
  </div>
Open commit View diff
17 </div>
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
18
  <div class="row mb-2">
Open commit View diff
18 <div class="row mb-2">
FreddleSpl0it over 4 years ago 003d709

[BS5] change bootstrap general

Full commit hash
003d70990eabb36b621ff2d3471aeb972bf79c8c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
19
    <div class="offset-sm-2 col-sm-10">
Open commit View diff
19 <div class="offset-sm-2 col-sm-10">
Kristian Feldsam almost 3 years ago 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
20
      <div class="form-check">
Open commit View diff
20 <div class="form-check">
same change 8e53230

[Web] checkbox styling

Full commit hash
8e5323023a1ffd4f05477663f229b064a6c1e787
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
21
        <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if result.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
Open commit View diff
21 <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if result.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
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
22
      </div>
Open commit View diff
22 </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
23
    </div>
Open commit View diff
23 </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
24
  </div>
Open commit View diff
24 </div>
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
25
  <div class="row mb-4">
Open commit View diff
25 <div class="row mb-4">
FreddleSpl0it over 4 years ago 003d709

[BS5] change bootstrap general

Full commit hash
003d70990eabb36b621ff2d3471aeb972bf79c8c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
26
    <div class="offset-sm-2 col-sm-10">
Open commit View diff
26 <div class="offset-sm-2 col-sm-10">
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
27
      <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editaliasdomain" data-item="{{ alias_domain }}" data-api-url='edit/alias-domain' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
27 <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editaliasdomain" data-item="{{ alias_domain }}" data-api-url='edit/alias-domain' data-api-attr='{}' href="#">{{ lang.edit.save }}</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
28
    </div>
Open commit View diff
28 </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
29
  </div>
Open commit View diff
29 </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
30
</form>
Open commit View diff
30 </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
31
<hr>
Open commit View diff
31 <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
32
<form data-id="domratelimit" class="form-inline well" method="post">
Open commit View diff
32 <form data-id="domratelimit" class="form-inline well" method="post">
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
33
  <label class="control-label mb-2">{{ lang.acl.ratelimit }}</label>
Open commit View diff
33 <label class="control-label mb-2">{{ lang.acl.ratelimit }}</label>
Kristian Feldsam almost 3 years ago e4e8abb

[Web] Ratelimit settings as input group

Full commit hash
e4e8abb1b9f04b6852d2b64e8ae99476d27ee11a
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
34
  <div class="input-group mb-4">
Open commit View diff
34 <div class="input-group mb-4">
same change e4e8abb

[Web] Ratelimit settings as input group

Full commit hash
e4e8abb1b9f04b6852d2b64e8ae99476d27ee11a
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
35
    <input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
Open commit View diff
35 <input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
Kristian Feldsam almost 3 years ago d48193f

[Web] edit object - added space after heaading

Full commit hash
d48193fd0e11837a6c09da95b476cbe841f473fa
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
36
    <select name="rl_frame" class="form-control">
Open commit View diff
36 <select name="rl_frame" class="form-control">
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
37
    {% include 'mailbox/rl-frame.twig' %}
Open commit View diff
37 {% include 'mailbox/rl-frame.twig' %}
Kristian Feldsam almost 3 years ago d48193f

[Web] edit object - added space after heaading

Full commit hash
d48193fd0e11837a6c09da95b476cbe841f473fa
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
38
    </select>
Open commit View diff
38 </select>
Kristian Feldsam almost 3 years ago e4e8abb

[Web] Ratelimit settings as input group

Full commit hash
e4e8abb1b9f04b6852d2b64e8ae99476d27ee11a
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
39
  </div>
Open commit View diff
39 </div>
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
40
  <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ alias_domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
Open commit View diff
40 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ alias_domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</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
41
</form>
Open commit View diff
41 </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
42
{% if dkim %}
Open commit View diff
42 {% if dkim %}
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
<hr>
Open commit View diff
43 <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
44
<div class="row">
Open commit View diff
44 <div class="row">
FreddleSpl0it over 4 years ago 5088636

[BS5] change bootstrap responsive

Full commit hash
5088636d5fe5d8664423026b2ee30199d7f01492
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
45
  <div class="col-12 col-sm-2">
Open commit View diff
45 <div class="col-12 col-sm-2">
Kristian Feldsam almost 3 years ago bb69f39

[Web] domain and alias domain edit - translated dkim “domain”

Full commit hash
bb69f399760cdb3fa27e0d33624ce4b92a29a5b0
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
46
    <p>{{ lang.add.domain }}: <strong>{{ result.alias_domain }}</strong> ({{ dkim.dkim_selector }}._domainkey)</p>
Open commit View diff
46 <p>{{ lang.add.domain }}: <strong>{{ result.alias_domain }}</strong> ({{ dkim.dkim_selector }}._domainkey)</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
47
  </div>
Open commit View diff
47 </div>
FreddleSpl0it over 4 years ago 5088636

[BS5] change bootstrap responsive

Full commit hash
5088636d5fe5d8664423026b2ee30199d7f01492
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
48
  <div class="col-12 col-sm-10">
Open commit View diff
48 <div class="col-12 col-sm-10">
FreddleSpl0it about 4 years ago 18444bd

[BS5] fix minor issues

Full commit hash
18444bd2843a62adb89be6c78956667d9706cdc5
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
49
    <pre class="p-2">{{ dkim.dkim_txt }}</pre>
Open commit View diff
49 <pre class="p-2">{{ dkim.dkim_txt }}</pre>
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
50
  </div>
Open commit View diff
50 </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
51
</div>
Open commit View diff
51 </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
52
{% endif %}
Open commit View diff
52 {% 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
53
{% else %}
Open commit View diff
53 {% 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
54
  {{ parent() }}
Open commit View diff
54 {{ parent() }}
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
55
{% endif %}
Open commit View diff
55 {% 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
56
{% endblock %}
Open commit View diff
56 {% endblock %}