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.twig

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

edit.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 'base.twig' %}
Open commit View diff
1 {% extends 'base.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 content %}
Open commit View diff
3 {% block content %}
FreddleSpl0it almost 4 years ago 174b5c8

add goto previous page btn to top

Full commit hash
174b5c8f7fe663997df8d0df13cf4988b45b8bad
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
4
<a href="{{ return_to }}">&#8592; {{ lang.edit.previous }}</a>
Open commit View diff
4 <a href="{{ return_to }}">&#8592; {{ lang.edit.previous }}</a>
same change 174b5c8

add goto previous page btn to top

Full commit hash
174b5c8f7fe663997df8d0df13cf4988b45b8bad
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
5
<div class="row my-4">
Open commit View diff
5 <div class="row my-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
6
  <div class="col-md-12">
Open commit View diff
6 <div class="col-md-12">
FreddleSpl0it over 4 years ago eea5c9d

[BS5] change bootstrap panels/cards

Full commit hash
eea5c9df2fcc0f10b6d4b109df6bce481796d21b
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
7
    <div class="card">
Open commit View diff
7 <div class="card">
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
8
      <div class="card-header fs-5">
Open commit View diff
8 <div class="card-header fs-5">
same change 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
9
        <span>{{ lang.edit.title }}</span>
Open commit View diff
9 <span>{{ lang.edit.title }}</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
10
      </div>
Open commit View diff
10 </div>
FreddleSpl0it over 4 years ago eea5c9d

[BS5] change bootstrap panels/cards

Full commit hash
eea5c9df2fcc0f10b6d4b109df6bce481796d21b
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
11
      <div class="card-body">
Open commit View diff
11 <div class="card-body">
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
        {% block inner_content %}
Open commit View diff
12 {% 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
13
          {% if access_denied %}
Open commit View diff
13 {% if access_denied %}
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 class="alert alert-danger" role="alert">{{ lang.danger.access_denied }}</div>
Open commit View diff
14 <div class="alert alert-danger" role="alert">{{ lang.danger.access_denied }}</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
15
          {% else %}
Open commit View diff
15 {% 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
16
          <div class="alert alert-info" role="alert">{{ lang.info.no_action }}</div>
Open commit View diff
16 <div class="alert alert-info" role="alert">{{ lang.info.no_action }}</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
          {% endif %}
Open commit View diff
17 {% 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
18
        {% endblock %}
Open commit View diff
18 {% endblock %}
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
19
      </div>
Open commit View diff
19 </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
20
    </div>
Open commit View diff
20 </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
21
  </div>
Open commit View diff
21 </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
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
<a href="{{ return_to }}">&#8592; {{ lang.edit.previous }}</a>
Open commit View diff
23 <a href="{{ return_to }}">&#8592; {{ lang.edit.previous }}</a>
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
Open commit View diff
24
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
<script type='text/javascript'>
Open commit View diff
25 <script type='text/javascript'>
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
  var lang_user = {{ lang_user|raw }};
Open commit View diff
26 var lang_user = {{ lang_user|raw }};
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
27
  var lang_admin = {{ lang_admin|raw }};
Open commit View diff
27 var lang_admin = {{ lang_admin|raw }};
FreddleSpl0it about 4 years ago 6a027b7

[BS5] replace footable with jquery datatables (edit.twig)

Full commit hash
6a027b70e706c27f9fa2358d9da6bb9192f0be42
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
28
  var lang_datatables = {{ lang_datatables|raw }};
Open commit View diff
28 var lang_datatables = {{ lang_datatables|raw }};
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
29
  var csrf_token = '{{ csrf_token }}';
Open commit View diff
29 var csrf_token = '{{ csrf_token }}';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
30
  var pagination_size = Math.trunc('{{ pagination_size }}');
Open commit View diff
30 var pagination_size = Math.trunc('{{ pagination_size }}');
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
31
  var table_for_domain = '{{ domain }}';
Open commit View diff
31 var table_for_domain = '{{ domain }}';
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
</script>
Open commit View diff
32 </script>
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
{% endblock %}
Open commit View diff
33 {% endblock %}