0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/api
Harry Wolff be37070fb6 This aims to speed up both the ghost application and tests by
migration from usage of config() to just an object of config.

no relevant issue

- Change 'loadConfig' task to 'ensureConfig' to more accurately reflect
what it is actually doing.  Its sole purpose is to make sure a `config.js`
 file exists, and as such the name now reflects that purpose.

- Update config/index.js to export the ghostConfig object directly
so that it can be accessed from other modules

- Update all references of config(). to config.
This was a blind global find all and replace, treat it as such.

- Fixes to tests to support new config access method

- Allow each test to still work when invoked invidually
2014-07-22 22:37:44 -04:00
..
authentication.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
db.js Fix file validation for importer 2014-07-20 23:07:17 +02:00
index.js Added /roles/ API endpoint 2014-07-21 15:02:25 +01:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
roles.js Added /roles/ API endpoint 2014-07-21 15:02:25 +01:00
settings.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
slugs.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
utils.js Fix editing author 2014-07-18 10:48:48 +02:00