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/api/swagger-initializer.js

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

swagger-initializer.js on main
Author Date Commit Line Code
ntimo almost 4 years ago 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
1
window.onload = function() {
Open commit View diff
1 window.onload = function() {
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
2
  // Begin Swagger UI call region
Open commit View diff
2 // Begin Swagger UI call region
Peter about 3 years ago 6f87539

[API] Update swagger version

Full commit hash
6f875398c09dc40732cbff4efe33d14c1b536907
Author
Peter <[email protected]>
Date
about 3 years ago
Selected line
3
  window.ui = SwaggerUIBundle({
Open commit View diff
3 window.ui = SwaggerUIBundle({
ntimo almost 4 years ago 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
4
    urls: [{url: "/api/openapi.yaml", name: "mailcow API"}],
Open commit View diff
4 urls: [{url: "/api/openapi.yaml", name: "mailcow API"}],
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
5
    dom_id: '#swagger-ui',
Open commit View diff
5 dom_id: '#swagger-ui',
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
6
    deepLinking: true,
Open commit View diff
6 deepLinking: true,
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
7
    presets: [
Open commit View diff
7 presets: [
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
8
      SwaggerUIBundle.presets.apis,
Open commit View diff
8 SwaggerUIBundle.presets.apis,
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
9
      SwaggerUIStandalonePreset
Open commit View diff
9 SwaggerUIStandalonePreset
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
10
    ],
Open commit View diff
10 ],
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
11
    plugins: [
Open commit View diff
11 plugins: [
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
12
      SwaggerUIBundle.plugins.DownloadUrl
Open commit View diff
12 SwaggerUIBundle.plugins.DownloadUrl
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
13
    ],
Open commit View diff
13 ],
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
14
    layout: "StandaloneLayout"
Open commit View diff
14 layout: "StandaloneLayout"
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
15
  });
Open commit View diff
15 });
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
16
  // End Swagger UI call region
Open commit View diff
16 // End Swagger UI call region
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
17
Open commit View diff
17
same change 000894d

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
18
};
Open commit View diff
18 };