mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Closes #3122 -Fix validation so that all values are validated instead of just values that evaluate to true. -Ensure validation methods consistently return promises and switch error handling from try/catch to promise.catch to get rid of unhandled rejection warnings. -Add 0 and 1 to list of acceptable values in boolean validation. |
||
---|---|---|
.. | ||
authentication.js | ||
db.js | ||
index.js | ||
mail.js | ||
notifications.js | ||
posts.js | ||
settings.js | ||
slugs.js | ||
tags.js | ||
themes.js | ||
users.js | ||
utils.js |