Comparing version 0.0.13 to 0.0.14
@@ -16,3 +16,3 @@ /** | ||
return { | ||
name: 'FTP', // det the root of the service | ||
name: 'ftp', // det the root of the service | ||
display_name: 'FTP', | ||
@@ -57,3 +57,2 @@ image_small: 'unifile-assets/services/ftp.png', | ||
console.error('auth error', request.param('username'), err); | ||
request.session.ftp_user = undefined; | ||
response.send(401, '<html><head>'+exports.config.AUTH_ERROR_FORM_HEAD_HTML+'</head><body>'+exports.config.AUTH_ERROR_FORM_BODY_HTML.replace('$username', request.param('username'))+exports.config.AUTH_FORM_BODY_HTML+'</body></html>'); | ||
@@ -60,0 +59,0 @@ }); |
{ | ||
"name": "unifile", | ||
"description": "Express middleware to provide a common API for cloud storage services. ", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Alex Hoyau aka lexoyo" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96594
2323