(- Booking not available if is in the past

- Delete record only if "Active Edit" is on
- Image stretch width reduced.
- Signin more dense)

- Email also to Manager person
- added "Reply-To" in the header of the email.
This commit is contained in:
Paolo Arena
2019-10-16 15:28:49 +02:00
parent 51ef3de29a
commit 3424b20e9a
4 changed files with 195 additions and 57 deletions

View File

@@ -16,34 +16,34 @@
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"body-parser": "^1.19.0",
"cors": "^2.8.4",
"crypto-js": "^3.1.6",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"email-templates": "^5.0.1",
"express": "^4.14.0",
"ejs": "^2.7.1",
"email-templates": "^5.1.0",
"express": "^4.17.1",
"i18n": "^0.8.3",
"jade": "^1.11.0",
"js-md5": "^0.7.3",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.15.0",
"lodash": "^4.17.15",
"mongodb": "^2.2.5",
"mongoose": "^4.5.9",
"mongoose": "^4.13.19",
"mysql": "^2.17.1",
"node-pre-gyp": "^0.11.0",
"nodemailer": "^4.6.8",
"preview-email": "0.0.8",
"pug": "^2.0.3",
"url-parse": "^1.4.4",
"pug": "^2.0.4",
"url-parse": "^1.4.7",
"validator": "^5.6.0",
"web-push": "^3.3.3",
"xoauth2": "^1.2.0",
"mysql": "^2.17.1"
"web-push": "^3.4.0",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"expect": "^1.20.2",
"mocha": "^3.0.2",
"nodemon": "^1.18.7",
"mocha": "^6.2.1",
"nodemon": "^1.19.4",
"supertest": "^2.0.0"
}
}