Home
last modified time | relevance | path

Searched refs:GitHubClient (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DGitHubClient.js11 window.GitHubClient = function(editorUi, authName) class in window
17 mxUtils.extend(GitHubClient, DrawioClient);
24 GitHubClient.prototype.clientId = (window.location.hostname == 'test.draw.io') ? '23bc97120b9035515… class
29 GitHubClient.prototype.scope = 'repo';
34 GitHubClient.prototype.extension = '.drawio';
39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL;
41 GitHubClient.prototype.baseHostUrl = DRAWIO_GITHUB_URL;
43 GitHubClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git…
48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/;
53 GitHubClient.prototype.authToken = 'token';
[all …]
DGitLabClient.js13 GitHubClient.call(this, editorUi, 'gitlabauth');
17 mxUtils.extend(GitLabClient, GitHubClient);
DApp.js1419 urlParams['gh'] == '1')) ? new GitHubClient(this) : null;
/plugin/diagramsnet/lib/js/
Dapp.min.js11581 …||"0"==urlParams.gh||"1"==urlParams.embed&&"1"!=urlParams.gh?null:new GitHubClient(this);null!=thi…