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

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

user.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 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
<div id="user-content" class="responsive-tabs">
Open commit View diff
4 <div id="user-content" class="responsive-tabs">
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
  <!-- Nav tabs -->
Open commit View diff
5 <!-- Nav tabs -->
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
  <ul class="nav nav-tabs" role="tablist">
Open commit View diff
6 <ul class="nav nav-tabs" role="tablist">
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
    <li class="nav-item dropdown" role="presentation">
Open commit View diff
7 <li class="nav-item dropdown" role="presentation">
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
      <a class="nav-link dropdown-toggle active" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">{{ lang.user.mailbox }}</a>
Open commit View diff
8 <a class="nav-link dropdown-toggle active" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">{{ lang.user.mailbox }}</a>
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
      <ul class="dropdown-menu">
Open commit View diff
9 <ul class="dropdown-menu">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
10
        <li><button class="dropdown-item active" role="tab" aria-selected="true" aria-controls="tab-user-auth" data-bs-toggle="tab" data-bs-target="#tab-user-auth">{{ lang.user.mailbox_general }}</button></li>
Open commit View diff
10 <li><button class="dropdown-item active" role="tab" aria-selected="true" aria-controls="tab-user-auth" data-bs-toggle="tab" data-bs-target="#tab-user-auth">{{ lang.user.mailbox_general }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
11
        <li><button class="dropdown-item" role="tab" aria-selected="false" aria-controls="tab-config-fwdhosts" data-bs-toggle="tab" data-bs-target="#tab-user-details">{{ lang.user.mailbox_details }}</button></li>
Open commit View diff
11 <li><button class="dropdown-item" role="tab" aria-selected="false" aria-controls="tab-config-fwdhosts" data-bs-toggle="tab" data-bs-target="#tab-user-details">{{ lang.user.mailbox_details }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
12
        <li><button class="dropdown-item" role="tab" aria-selected="false" aria-controls="tab-config-f2b" data-bs-toggle="tab" data-bs-target="#tab-user-settings">{{ lang.user.mailbox_settings }}</button></li>
Open commit View diff
12 <li><button class="dropdown-item" role="tab" aria-selected="false" aria-controls="tab-config-f2b" data-bs-toggle="tab" data-bs-target="#tab-user-settings">{{ lang.user.mailbox_settings }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

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

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
14
    </li>
Open commit View diff
14 </li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
15
    {% if acl.spam_alias == 1 %}
Open commit View diff
15 {% if acl.spam_alias == 1 %}
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
16
    <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="SpamAliases" role="tab" data-bs-toggle="tab" data-bs-target="#SpamAliases">{{ lang.user.spam_aliases }}</button></li>
Open commit View diff
16 <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="SpamAliases" role="tab" data-bs-toggle="tab" data-bs-target="#SpamAliases">{{ lang.user.spam_aliases }}</button></li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
17
    {% endif %}
Open commit View diff
17 {% endif %}
FreddleSpl0it over 1 year ago fa3b789

[Web] fix issue #6185

Full commit hash
fa3b789fbbe3843075a63c1f4bb9e3458f7829b6
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
18
    {% if acl.spam_score == 1 or acl.spam_policy == 1 %}
Open commit View diff
18 {% if acl.spam_score == 1 or acl.spam_policy == 1 %}
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
19
    <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Spamfilter" role="tab" data-bs-toggle="tab" data-bs-target="#Spamfilter">{{ lang.user.spamfilter }}</button></li>
Open commit View diff
19 <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Spamfilter" role="tab" data-bs-toggle="tab" data-bs-target="#Spamfilter">{{ lang.user.spamfilter }}</button></li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
20
    {% endif %}
Open commit View diff
20 {% endif %}
same change c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
21
    {% if acl.syncjobs == 1 %}
Open commit View diff
21 {% if acl.syncjobs == 1 %}
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
22
    <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Syncjobs" role="tab" data-bs-toggle="tab" data-bs-target="#Syncjobs">{{ lang.user.sync_jobs }}</button></li>
Open commit View diff
22 <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Syncjobs" role="tab" data-bs-toggle="tab" data-bs-target="#Syncjobs">{{ lang.user.sync_jobs }}</button></li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
23
    {% endif %}
Open commit View diff
23 {% endif %}
same change c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
24
    {% if acl.app_passwds == 1 %}
Open commit View diff
24 {% if acl.app_passwds == 1 %}
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
25
    <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="AppPasswds" role="tab" data-bs-toggle="tab" data-bs-target="#AppPasswds">{{ lang.user.app_passwds }}</button></li>
Open commit View diff
25 <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="AppPasswds" role="tab" data-bs-toggle="tab" data-bs-target="#AppPasswds">{{ lang.user.app_passwds }}</button></li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
26
    {% endif %}
Open commit View diff
26 {% endif %}
same change c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
27
    {% if acl.pushover == 1 %}
Open commit View diff
27 {% if acl.pushover == 1 %}
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
28
    <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Pushover" role="tab" data-bs-toggle="tab" data-bs-target="#Pushover">Pushover API</button></li>
Open commit View diff
28 <li class="nav-item" role="presentation"><button class="nav-link" role="tab" aria-selected="false" aria-controls="Pushover" role="tab" data-bs-toggle="tab" data-bs-target="#Pushover">Pushover API</button></li>
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
29
    {% endif %}
Open commit View diff
29 {% endif %}
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
30
  </ul>
Open commit View diff
30 </ul>
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
Open commit View diff
31
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
32
  <div class="row">
Open commit View diff
32 <div class="row">
same change cb6a5d4

[BS5] add responsive tabs and more

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

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
34
      <div class="tab-content" style="padding-top:20px">
Open commit View diff
34 <div class="tab-content" style="padding-top:20px">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
35
        {% include 'user/tab-user-auth.twig' %}
Open commit View diff
35 {% include 'user/tab-user-auth.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
36
        {% include 'user/tab-user-details.twig' %}
Open commit View diff
36 {% include 'user/tab-user-details.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
37
        {% include 'user/tab-user-settings.twig' %}
Open commit View diff
37 {% include 'user/tab-user-settings.twig' %}
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
38
        {% if acl.spam_alias == 1 %}{% include 'user/SpamAliases.twig' %}{% endif %}
Open commit View diff
38 {% if acl.spam_alias == 1 %}{% include 'user/SpamAliases.twig' %}{% endif %}
FreddleSpl0it over 1 year ago fa3b789

[Web] fix issue #6185

Full commit hash
fa3b789fbbe3843075a63c1f4bb9e3458f7829b6
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
39
        {% if acl.spam_score == 1 or acl.spam_policy == 1 %}{% include 'user/Spamfilter.twig' %}{% endif %}
Open commit View diff
39 {% if acl.spam_score == 1 or acl.spam_policy == 1 %}{% include 'user/Spamfilter.twig' %}{% endif %}
FreddleSpl0it over 3 years ago c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
40
        {% if acl.syncjobs == 1 %}{% include 'user/Syncjobs.twig' %}{% endif %}
Open commit View diff
40 {% if acl.syncjobs == 1 %}{% include 'user/Syncjobs.twig' %}{% endif %}
same change c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
41
        {% if acl.app_passwds == 1 %}{% include 'user/AppPasswds.twig' %}{% endif %}
Open commit View diff
41 {% if acl.app_passwds == 1 %}{% include 'user/AppPasswds.twig' %}{% endif %}
same change c2bcc4e

[Web] hide user tabs if acl is missing

Full commit hash
c2bcc4e086a20097f2956522877d09ab219c3dce
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
42
        {% if acl.pushover == 1 %}{% include 'user/Pushover.twig' %}{% endif %}
Open commit View diff
42 {% if acl.pushover == 1 %}{% include 'user/Pushover.twig' %}{% endif %}
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
43
      </div>
Open commit View diff
43 </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
44
    </div>
Open commit View diff
44 </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
45
  </div>
Open commit View diff
45 </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
46
  {% include 'user_domainadmin_common.twig' %}
Open commit View diff
46 {% include 'user_domainadmin_common.twig' %}
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 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
48
  {% endblock %}
Open commit View diff
48 {% endblock %}