Ghost/core/server/data
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
..
db Use Promise support which was added in fs-extra 3.x 2017-12-13 20:57:11 +01:00
export Import lib/common only 2017-12-12 10:28:13 +01:00
importer Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
meta Burn asset-hash utility 2017-12-14 01:33:01 +01:00
migrations Fixed wrong require path in webhook-permissions 2017-12-12 15:23:07 +01:00
schema Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
validation Added TODO to core/server/data/validation/index.js 2017-12-14 01:15:12 +01:00
xml/sitemap Import lib/common only 2017-12-12 10:28:13 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00