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/js/site/index.js

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

index.js 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
$(document).ready(function() {
Open commit View diff
1 $(document).ready(function() {
rezzorix 4 months ago 293b885

Fix theme localStorage collision with rspamd UI

Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a
Author
rezzorix <[email protected]>
Date
4 months ago
Selected line
2
  var theme = localStorage.getItem("mailcow_theme");
Open commit View diff
2 var theme = localStorage.getItem("mailcow_theme");
same change 293b885

Fix theme localStorage collision with rspamd UI

Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a
Author
rezzorix <[email protected]>
Date
4 months ago
Selected line
3
  if (theme !== null) {
Open commit View diff
3 if (theme !== null) {
same change 293b885

Fix theme localStorage collision with rspamd UI

Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a
Author
rezzorix <[email protected]>
Date
4 months ago
Selected line
4
    localStorage.setItem("mailcow_theme", theme);
Open commit View diff
4 localStorage.setItem("mailcow_theme", theme);
same change 293b885

Fix theme localStorage collision with rspamd UI

Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a
Author
rezzorix <[email protected]>
Date
4 months ago
Selected line
5
  }
Open commit View diff
5 }
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
});
Open commit View diff
6 });