Ghost/core/server/api
Harry Wolff 5ff2a31ce1 Move Models module to have an init method that sets up all models
resolves #2170

- creates a models.init() function that requires all other model files
and caches them.  This is opposed to the previous functionality where
when you require('./models') it would immediately require all other models.
Now it's done when you want.

- Updates all tests to reflect the new structure of the model module
2014-08-18 15:54:10 -04:00
..
authentication.js Updating docs links to point to support.ghost.org 2014-08-10 23:17:40 +01:00
db.js Improve importer error messaging 2014-07-29 12:02:18 +01:00
index.js Update express and body-parser dependencies. 2014-08-11 05:20:31 +00:00
mail.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
roles.js Transfer ownership end point 2014-07-30 17:40:30 +02:00
settings.js Improve settings error handling 2014-08-06 09:11:50 +01:00
slugs.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js Ensure Owner's role isn't downgraded 2014-08-15 17:44:30 -04:00
utils.js Improving error handling 2014-07-28 06:30:01 +01:00