Ghost/core/server
Harry Wolff 8bc6a6e633 Makes the Ghost application more express middleware friendly.
refs #827

- Moves ./index to use Ghost in a similar manner to how someone uses
Ghost as an npm module.
- Allows Ghost to be cleanly mounted on another express application
on any arbitrary endpoint, all you need to customize is the mount path.
2014-08-29 17:30:16 -04:00
..
api Delete tokens before deleting a user 2014-08-23 20:13:17 +01:00
apps Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
config Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
controllers Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
data Run import run operations in order. 2014-08-28 00:21:13 +00:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
helpers Merge pull request #3861 from cobbspur/metas 2014-08-24 18:58:23 +01:00
middleware Makes the Ghost application more express middleware friendly. 2014-08-29 17:30:16 -04:00
models Run import run operations in order. 2014-08-28 00:21:13 +00:00
permissions Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
routes Redirect uppercase routes to lowercase version 2014-08-23 17:59:58 +01:00
storage Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
utils Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
views Center default user-error (404, etc.) 2014-08-18 16:45:03 -04:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
filters.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
GhostServer.js Makes the Ghost application more express middleware friendly. 2014-08-29 17:30:16 -04:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00
mail.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
update-check.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
xmlrpc.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00