0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Sebastian Gierlinger ac7f4f05c4 Add validation from schema.js
closes #1401
- added data/validation/index.js
- added generic validation for length
- added generic validation for nullable
- added validations object to schema.js for custom validation
- removed pyramid of doom from api/db.js
2014-02-19 18:32:23 +01:00
..
client Improvements for models 2014-02-19 14:57:26 +01:00
server Add validation from schema.js 2014-02-19 18:32:23 +01:00
shared Merge pull request #1858 from hswolff/improve-bootstrap-flow 2014-02-08 14:36:29 +00:00
test Add validation from schema.js 2014-02-19 18:32:23 +01:00
bootstrap.js Adds ability to pass in configFile path when loading 2014-02-08 10:41:15 -05:00
index.js Adds ability to pass in configFile path when loading 2014-02-08 10:41:15 -05:00
server.js