Skip to content
Snippets Groups Projects
Commit c6b11b97 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Merge branch 'tykayn/duniter-ui-feature/gitlab-fix'

parents 7706d128 1b245aaf
No related branches found
No related tags found
No related merge requests found
Pipeline #9099 passed
......@@ -77,7 +77,7 @@ module.exports = ($scope, $state, $http, $timeout, $interval, Webmin, uiModules,
};
function checkUpdates() {
const LATEST_RELEASE_URL = 'https://api.github.com/repos/duniter/duniter/releases/latest';
const LATEST_RELEASE_URL = 'https://git.duniter.org/nodes/typescript/duniter/releases/latest';
co(function*() {
try {
const latest = yield $http.get(LATEST_RELEASE_URL);
......@@ -101,7 +101,7 @@ module.exports = ($scope, $state, $http, $timeout, $interval, Webmin, uiModules,
$scope.notifications.help.push({
icon: 'play_for_work',
message: 'help.new_version_available',
onclick: () => openExternal('https://github.com/duniter/duniter/releases/latest')
onclick: () => openExternal('https://git.duniter.org/nodes/typescript/duniter/releases/latest')
});
}
}
......
......@@ -10,7 +10,7 @@
i.fa.fa-2x.fa-globe
span duniter.org
a(href="https://git.duniter.org/nodes/typescript/duniter" onclick="openExternal(this.href); return false")
i.fa.fa-2x.fa-github
i.fa.fa-2x.fa-gitlab
span gitlab/duniter
a(href="https://forum.duniter.org" onclick="openExternal(this.href); return false")
i.fa.fa-2x.fa-comment-o
......
......@@ -36,6 +36,6 @@
li.collection-item.install_package(ng-show="hasAccess")
.input-field.col.s6
i.material-icons.prefix language
input(type="text" ng-model="module_to_install" placeholder="Package: module@version, git+https://github.com/user/package.git, ...")
input(type="text" ng-model="module_to_install" placeholder="Package: module@version, git+https://git.duniter.org/user/package.git, ...")
.switch.secondary-content
button.btn.waves-effect(ng-click="installModule()" ng-disabled="installing") {{ 'settings.modules.install' | translate }}
This diff is collapsed.
......@@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:duniter/duniter-ui.git"
"url": "git@git.duniter.org:duniter/duniter-ui.git"
},
"keywords": [
"duniter",
......@@ -26,7 +26,7 @@
"license": "AGPL-3.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/duniter/duniter-ui/issues"
"url": "https://git.duniter.org/nodes/typescript/duniter/duniter-ui/issues"
},
"dependencies": {
"adm-zip": "0.4.7",
......@@ -53,7 +53,7 @@
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-0": "6.0.15",
"bower": "1.8.0",
"bower": "^1.8.0",
"brunch": "2.10.9",
"core-util-is": "1.0.2",
"css-brunch": "2.0.0",
......
This diff is collapsed.
......@@ -1224,9 +1224,10 @@ bower-config@^1.4.0:
osenv "^0.1.3"
untildify "^2.1.0"
bower@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/bower/-/bower-1.8.0.tgz#55dbebef0ad9155382d9e9d3e497c1372345b44a"
bower@^1.8.0:
version "1.8.8"
resolved "https://registry.yarnpkg.com/bower/-/bower-1.8.8.tgz#82544be34a33aeae7efb8bdf9905247b2cffa985"
integrity sha512-1SrJnXnkP9soITHptSO+ahx3QKp3cVzn8poI6ujqc5SeOkg5iqM1pK9H+DSc2OQ8SnO0jC/NG4Ur/UIwy7574A==
brace-expansion@^1.1.7:
version "1.1.11"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment