Ghost/core/server
kirrg001 660a407c16 Burn asset-hash utility
refs #9178

- Ghost uses the Node crypto lib always direct (require('crypto'))
- it doesn't make sense to outsource a single crypto statement (for the asset hash)
- we either have to write a crypto wrapper to avoid writing long crypto statements or we keep the direct usages for every case
- for now, wrapping the crypto calls into a lib/crypto has no priority
2017-12-14 01:33:01 +01:00
..
adapters Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
api Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
apps Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
auth Import lib/common only 2017-12-12 10:28:13 +01:00
config Moved apps into web folder (#9308) 2017-12-06 17:37:54 +01:00
controllers Import lib/common only 2017-12-12 10:28:13 +01:00
data Burn asset-hash utility 2017-12-14 01:33:01 +01:00
helpers Moved word-count utility to helpers/utils.js (#9328) 2017-12-13 14:05:53 +01:00
lib Moved request to lib/request 2017-12-13 22:37:42 +01:00
mail Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
models Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
permissions Import lib/common only 2017-12-12 10:28:13 +01:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
services Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
settings Import lib/common only 2017-12-12 10:28:13 +01:00
themes Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
translations 🎨 Improved error handling for images on file storage which don't exist (#9282) 2017-11-28 14:27:18 +00:00
utils Burn asset-hash utility 2017-12-14 01:33:01 +01:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
web Moved removeOpenRedirectFromUrl to local web utils 2017-12-13 22:06:31 +01:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
index.js Import lib/common only 2017-12-12 10:28:13 +01:00
overrides.js Set Promise to be Bluebird globally 2017-12-13 20:57:11 +01:00
update-check.js Use request lib in update-check module (#9334) 2017-12-14 00:26:11 +01:00