summaryrefslogtreecommitdiffstats
path: root/server/package.json
diff options
context:
space:
mode:
authorJannik Schönartz2018-12-03 03:05:52 +0100
committerJannik Schönartz2018-12-03 03:05:52 +0100
commit3cb40c9cda0ffe4102901b87c0544c6021071185 (patch)
tree232b5c435a037d9378ae733037f9f08d8be51bd7 /server/package.json
parentFix Error when no parent has a config (diff)
downloadbas-3cb40c9cda0ffe4102901b87c0544c6021071185.tar.gz
bas-3cb40c9cda0ffe4102901b87c0544c6021071185.tar.xz
bas-3cb40c9cda0ffe4102901b87c0544c6021071185.zip
[idoit] Add idoit add / update functionality
backend_x_ db changed. (Not storing NULL clientids anymore) Therefore the backendobject needs to be deleted before the client in the bas db is deleted. Uploading a file in idoit method added. Testing method for uploading files via curl for the tpm stuff. Added feedback option, to get a api-viable returnvalue and not the ipxe script. idoit update method for the additional hw values added. hwinfo script should now collect and update some informations. Testing inc.
Diffstat (limited to 'server/package.json')
-rw-r--r--server/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/package.json b/server/package.json
index 7061c78..78ed4e6 100644
--- a/server/package.json
+++ b/server/package.json
@@ -12,6 +12,7 @@
"cookie-parser": "^1.4.3",
"debug": "^3.2.5",
"express": "^4.16.3",
+ "express-fileupload": "^1.0.0",
"http-errors": "^1.7.1",
"infoblox": "^1.1.5",
"jsonwebtoken": "^8.3.0",