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

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

tfa_keys.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
<div id="tfa_keys">
Open commit View diff
1 <div id="tfa_keys">
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
  {% if tfa_data.additional %}
Open commit View diff
2 {% if tfa_data.additional %}
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
    {% for key_info in tfa_data.additional %}
Open commit View diff
3 {% for key_info in tfa_data.additional %}
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
      <form style="display:inline;" method="post">
Open commit View diff
4 <form style="display:inline;" 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
5
        <input type="hidden" name="unset_tfa_key" value="{{ key_info.id }}">
Open commit View diff
5 <input type="hidden" name="unset_tfa_key" value="{{ key_info.id }}">
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
6
        <div class="d-flex flex-column">
Open commit View diff
6 <div class="d-flex flex-column">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
7
          <span style="padding:4px;margin:4px" class="me-auto badge fs-6 bg-{% if tfa_id == key_info.id %}success{% else %}dark{% endif %}">
Open commit View diff
7 <span style="padding:4px;margin:4px" class="me-auto badge fs-6 bg-{% if tfa_id == key_info.id %}success{% else %}dark{% endif %}">
Kristian Feldsam over 4 years ago ea6be8a

[Web] Fixed list of tfa keys

Full commit hash
ea6be8a9f84222fdc272f90c00eb25726929839d
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
8
            {{ key_info.key_id }}
Open commit View diff
8 {{ key_info.key_id }}
FreddleSpl0it about 4 years ago cbd8e40

[BS5] fix 2fa

Full commit hash
cbd8e40f14ce1fc9d23f36b47cf7fe1e21072b6e
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
9
            <a href="#" class="btn p-0 text-white" style="font-size: 12px; line-height: 1rem;" onClick='return confirm("{{ lang.admin.ays }}")?$(this).closest("form").submit():"";'>[{{ lang.admin.remove }}]</a>
Open commit View diff
9 <a href="#" class="btn p-0 text-white" style="font-size: 12px; line-height: 1rem;" onClick='return confirm("{{ lang.admin.ays }}")?$(this).closest("form").submit():"";'>[{{ lang.admin.remove }}]</a>
Kristian Feldsam over 4 years ago ea6be8a

[Web] Fixed list of tfa keys

Full commit hash
ea6be8a9f84222fdc272f90c00eb25726929839d
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
10
          </span>
Open commit View diff
10 </span>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
11
        </div>
Open commit View diff
11 </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
12
      </form>
Open commit View diff
12 </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
13
    {% endfor %}
Open commit View diff
13 {% 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
14
  {% endif %}
Open commit View diff
14 {% 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
15
</div>
Open commit View diff
15 </div>