Ghost/core/server/api
Sebastian Gierlinger 078f464197 remove ghost.settings and ghost.notifications
covers 90% of #755
- moved ghost.settings to api.settings
- moved ghost.notifications to api.notifications
- split up api/index.js to notifications.js, posts.js, settings.js,
tags.js and users.js
- added instance.globals as temp workaround for blogglobals (Known
issue: blog title and blog description are updated after restart only)
- added webroot to config() to remove `var root = ...`
- changed `e` and `url` helper to async
- updated tests
2013-12-06 09:51:35 +01:00
..
db.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
index.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
notifications.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
posts.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
settings.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
tags.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
users.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00