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/oauth2-redirect.html

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

oauth2-redirect.html on main
Author Date Commit Line Code
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
1
<!doctype html>
Open commit View diff
1 <!doctype html>
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
2
<html lang="en-US">
Open commit View diff
2 <html lang="en-US">
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
3
<head>
Open commit View diff
3 <head>
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
4
    <title>Swagger UI: OAuth2 Redirect</title>
Open commit View diff
4 <title>Swagger UI: OAuth2 Redirect</title>
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
5
</head>
Open commit View diff
5 </head>
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
6
<body>
Open commit View diff
6 <body>
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
7
<script>
Open commit View diff
7 <script>
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
8
    'use strict';
Open commit View diff
8 'use strict';
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
9
    function run () {
Open commit View diff
9 function run () {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
10
        var oauth2 = window.opener.swaggerUIRedirectOauth2;
Open commit View diff
10 var oauth2 = window.opener.swaggerUIRedirectOauth2;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
11
        var sentState = oauth2.state;
Open commit View diff
11 var sentState = oauth2.state;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
12
        var redirectUrl = oauth2.redirectUrl;
Open commit View diff
12 var redirectUrl = oauth2.redirectUrl;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
13
        var isValid, qp, arr;
Open commit View diff
13 var isValid, qp, arr;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
14
Open commit View diff
14
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
15
        if (/code|token|error/.test(window.location.hash)) {
Open commit View diff
15 if (/code|token|error/.test(window.location.hash)) {
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
16
            qp = window.location.hash.substring(1).replace('?', '&');
Open commit View diff
16 qp = window.location.hash.substring(1).replace('?', '&');
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
17
        } else {
Open commit View diff
17 } else {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
18
            qp = location.search.substring(1);
Open commit View diff
18 qp = location.search.substring(1);
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
19
        }
Open commit View diff
19 }
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
20
Open commit View diff
20
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
21
        arr = qp.split("&");
Open commit View diff
21 arr = qp.split("&");
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
22
        arr.forEach(function (v,i,_arr) { _arr[i] = '"' + v.replace('=', '":"') + '"';});
Open commit View diff
22 arr.forEach(function (v,i,_arr) { _arr[i] = '"' + v.replace('=', '":"') + '"';});
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
23
        qp = qp ? JSON.parse('{' + arr.join() + '}',
Open commit View diff
23 qp = qp ? JSON.parse('{' + arr.join() + '}',
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
24
                function (key, value) {
Open commit View diff
24 function (key, value) {
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
25
                    return key === "" ? value : decodeURIComponent(value);
Open commit View diff
25 return key === "" ? value : decodeURIComponent(value);
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
26
                }
Open commit View diff
26 }
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
27
        ) : {};
Open commit View diff
27 ) : {};
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
28
Open commit View diff
28
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
29
        isValid = qp.state === sentState;
Open commit View diff
29 isValid = qp.state === sentState;
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
30
Open commit View diff
30
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
31
        if ((
Open commit View diff
31 if ((
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
32
          oauth2.auth.schema.get("flow") === "accessCode" ||
Open commit View diff
32 oauth2.auth.schema.get("flow") === "accessCode" ||
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
33
          oauth2.auth.schema.get("flow") === "authorizationCode" ||
Open commit View diff
33 oauth2.auth.schema.get("flow") === "authorizationCode" ||
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
34
          oauth2.auth.schema.get("flow") === "authorization_code"
Open commit View diff
34 oauth2.auth.schema.get("flow") === "authorization_code"
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
35
        ) && !oauth2.auth.code) {
Open commit View diff
35 ) && !oauth2.auth.code) {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
36
            if (!isValid) {
Open commit View diff
36 if (!isValid) {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
37
                oauth2.errCb({
Open commit View diff
37 oauth2.errCb({
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
38
                    authId: oauth2.auth.name,
Open commit View diff
38 authId: oauth2.auth.name,
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
39
                    source: "auth",
Open commit View diff
39 source: "auth",
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
40
                    level: "warning",
Open commit View diff
40 level: "warning",
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
41
                    message: "Authorization may be unsafe, passed state was changed in server. The passed state wasn't returned from auth server."
Open commit View diff
41 message: "Authorization may be unsafe, passed state was changed in server. The passed state wasn't returned from auth server."
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
42
                });
Open commit View diff
42 });
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
43
            }
Open commit View diff
43 }
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
44
Open commit View diff
44
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
45
            if (qp.code) {
Open commit View diff
45 if (qp.code) {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
46
                delete oauth2.state;
Open commit View diff
46 delete oauth2.state;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
47
                oauth2.auth.code = qp.code;
Open commit View diff
47 oauth2.auth.code = qp.code;
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
48
                oauth2.callback({auth: oauth2.auth, redirectUrl: redirectUrl});
Open commit View diff
48 oauth2.callback({auth: oauth2.auth, redirectUrl: redirectUrl});
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
49
            } else {
Open commit View diff
49 } else {
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
50
                let oauthErrorMsg;
Open commit View diff
50 let oauthErrorMsg;
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
51
                if (qp.error) {
Open commit View diff
51 if (qp.error) {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
52
                    oauthErrorMsg = "["+qp.error+"]: " +
Open commit View diff
52 oauthErrorMsg = "["+qp.error+"]: " +
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
53
                        (qp.error_description ? qp.error_description+ ". " : "no accessCode received from the server. ") +
Open commit View diff
53 (qp.error_description ? qp.error_description+ ". " : "no accessCode received from the server. ") +
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
54
                        (qp.error_uri ? "More info: "+qp.error_uri : "");
Open commit View diff
54 (qp.error_uri ? "More info: "+qp.error_uri : "");
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
55
                }
Open commit View diff
55 }
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
56
Open commit View diff
56
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
57
                oauth2.errCb({
Open commit View diff
57 oauth2.errCb({
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
58
                    authId: oauth2.auth.name,
Open commit View diff
58 authId: oauth2.auth.name,
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
59
                    source: "auth",
Open commit View diff
59 source: "auth",
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
60
                    level: "error",
Open commit View diff
60 level: "error",
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
61
                    message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server."
Open commit View diff
61 message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server."
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
62
                });
Open commit View diff
62 });
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
63
            }
Open commit View diff
63 }
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
64
        } else {
Open commit View diff
64 } else {
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
65
            oauth2.callback({auth: oauth2.auth, token: qp, isValid: isValid, redirectUrl: redirectUrl});
Open commit View diff
65 oauth2.callback({auth: oauth2.auth, token: qp, isValid: isValid, redirectUrl: redirectUrl});
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
66
        }
Open commit View diff
66 }
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
67
        window.close();
Open commit View diff
67 window.close();
same change 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
68
    }
Open commit View diff
68 }
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
69
Open commit View diff
69
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
70
    if (document.readyState !== 'loading') {
Open commit View diff
70 if (document.readyState !== 'loading') {
same change 000894d

[API] Update swagger version

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

[API] Update swagger version

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

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
73
        document.addEventListener('DOMContentLoaded', function () {
Open commit View diff
73 document.addEventListener('DOMContentLoaded', function () {
same change 000894d

[API] Update swagger version

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

[API] Update swagger version

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

[API] Update swagger version

Full commit hash
000894dabda7c2116f43ad6ff926962295d8095c
Author
ntimo <[email protected]>
Date
almost 4 years ago
Selected line
76
    }
Open commit View diff
76 }
Timo N about 6 years ago 5fe9de0

[API] Removed api_blueprint docs and use swagger (#3595)

Full commit hash
5fe9de05004753a1688c23f4185a1c2025ed8995
Author
Timo N <[email protected]>
Date
about 6 years ago
Selected line
77
</script>
Open commit View diff
77 </script>
ntimo almost 5 years ago 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
78
</body>
Open commit View diff
78 </body>
same change 6211ef5

Updated Swagger UI to v3.52.5

Full commit hash
6211ef59224dc5fd2ac8509b7069108175eba8c6
Author
ntimo <[email protected]>
Date
almost 5 years ago
Selected line
79
</html>
Open commit View diff
79 </html>