0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/data
Jason Williams 13229fb6a4 Fix server-side validation
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.
2014-07-03 14:57:57 +00:00
..
export Bumping to Knex 0.6.12, Bookshelf 0.7.1 2014-06-10 17:07:53 -04:00
fixtures oAuth 2014-06-30 14:58:10 +02:00
import Refactor API arguments 2014-05-15 10:41:05 +01:00
migration Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
utils Allow schema changes 2014-06-12 17:25:55 +02:00
validation Fix server-side validation 2014-07-03 14:57:57 +00:00
versioning Lazy load default settings 2014-06-17 10:36:47 -05:00
default-settings.json Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
schema.js Fix server-side validation 2014-07-03 14:57:57 +00:00