Ghost/core/server
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
..
api remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
config remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
controllers remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
data Fix failing migration.reset for Postgres. 2013-11-26 23:10:31 +00:00
helpers remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
middleware remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
models Adds login limiter 2013-11-29 01:24:25 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
routes remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
storage image upload controller refactor 2013-11-11 16:10:57 +00:00
views Subdir support for admin interface 2013-11-27 09:57:38 +00:00
bookshelf-session.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
errorHandling.js Fix wrong error message 2013-11-15 15:27:06 +01:00
filters.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
index.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
mail.js remove ghost.settings and ghost.notifications 2013-12-06 09:51:35 +01:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00