Home
last modified time | relevance | path

Searched refs:GitLabClient (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DGitLabClient.js11 window.GitLabClient = function(editorUi) class in window
17 mxUtils.extend(GitLabClient, GitHubClient);
22 GitLabClient.prototype.clientId = DRAWIO_GITLAB_ID; class
27 GitLabClient.prototype.scope = 'api%20read_repository%20write_repository';
32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4';
37 GitLabClient.prototype.maxFileSize = 10000000 /*10MB*/;
42 GitLabClient.prototype.authToken = 'Bearer';
44 GitLabClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/git…
49 GitLabClient.prototype.authenticate = function(success, error)
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error)
[all …]
DApp.js1441 urlParams['gl'] == '1')) ? new GitLabClient(this) : null;
/plugin/diagramsnet/lib/js/
Dapp.min.js11582 …||"0"==urlParams.gl||"1"==urlParams.embed&&"1"!=urlParams.gl?null:new GitLabClient(this);null!=thi…