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

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

user_domainadmin_common.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
{% include 'modals/user.twig' %}
Open commit View diff
1 {% include 'modals/user.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
<script type='text/javascript'>
Open commit View diff
3 <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
4
  var acl = '{{ acl_json|raw }}';
Open commit View diff
4 var acl = '{{ acl_json|raw }}';
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
  var lang = {{ lang_user|raw }};
Open commit View diff
5 var lang = {{ lang_user|raw }};
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
6
  var csrf_token = '{{ csrf_token }}';
Open commit View diff
6 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
7
  var pagination_size = Math.trunc('{{ pagination_size }}');
Open commit View diff
7 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
8
  var mailcow_cc_username = '{{ mailcow_cc_username }}';
Open commit View diff
8 var mailcow_cc_username = '{{ mailcow_cc_username }}';
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
9
  var user_spam_score = [{{ user_spam_score }}];
Open commit View diff
9 var user_spam_score = [{{ user_spam_score }}];
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
  var lang_datatables = {{ lang_datatables|raw }};
Open commit View diff
10 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
11
</script>
Open commit View diff
11 </script>