0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
kirrg001 bc4b637e30 Refactored direct usages of api controllers
refs #9866

- if we start with v2 controllers, the code base should not require specific api controllers
- because e.g. `require('../api/posts')` will no longer exist
- if you require the api folder, you will get the latest available version by default e.g. `require('../api').posts`
- this branch does not touch the test env (!)
2018-09-21 15:18:22 +02:00
..
adapters Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
api Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
apps Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
config 🔧 Add the 'compress' and 'preloadHeaders' options to defaults.json config (#9863) 2018-09-17 21:36:52 +02:00
data Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
helpers Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
lib Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
models Removed duplicate 'id' for User permittedOptions 2018-09-21 12:15:29 +02:00
public 🐛Disallowed indexing of preview pages (#9762) 2018-09-17 11:29:47 +02:00
services Normalised how we require models 2018-09-21 15:16:19 +02:00
translations Changed maintenance messages 2018-08-16 12:13:24 +02:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Added timeout before exiting the process 2018-08-16 12:13:24 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated docs links 2018-08-16 12:13:24 +02:00