diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..013cfc0 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,16 @@ +pipeline { + agent any + + stages { + stage('Testing Express Node JS') { + steps { + echo "Testing Neutral" + } + } + stage('Deploy Neutral') { + steps { + echo "Deploying Neutral" + } + } + } +} \ No newline at end of file diff --git a/public/templates/files.html b/public/templates/files.html index c769207..36a8849 100644 --- a/public/templates/files.html +++ b/public/templates/files.html @@ -239,7 +239,7 @@ last_dir.addEventListener("click", () => { - var cdSplit = currentDir.value.split("\\") + var cdSplit = currentDir.value.split("/") if(cdSplit.slice(-1) == "") { @@ -253,7 +253,7 @@ } - currentDir.value = cdSplit.join("\\") + currentDir.value = cdSplit.join("/") getDirectory(currentDir.value) @@ -294,7 +294,7 @@ if(currentDir.value.slice(-1) != "\\" && currentDir.value.slice(-1) != "/") { - currentDir.value = currentDir.value + "\\" + file.name + currentDir.value = currentDir.value + "/" + file.name } else if(currentDir.value.slice(-1) == "/") { diff --git a/users/0cee5da6-6812-49d8-97f5-2df5c1d78191.json b/users/0cee5da6-6812-49d8-97f5-2df5c1d78191.json index c810756..ae62bea 100644 --- a/users/0cee5da6-6812-49d8-97f5-2df5c1d78191.json +++ b/users/0cee5da6-6812-49d8-97f5-2df5c1d78191.json @@ -5,9 +5,9 @@ "fullname": "Raphael PICOT", "permissionLevel": 4, "token": { - "tokenID": "0c2ac628-848e-42dd-9def-aaccac08b058", + "tokenID": "748eac04-7725-4da3-a5ce-e02655e9a320", "livableToken": true, - "createdAt": 1677339339934 + "createdAt": 1677602543822 }, - "lastconnexion": 1677421147948 + "lastconnexion": 1677602755015 } \ No newline at end of file