Ghost/core/server
Vikas Potluri 4ac88dce10
Refactored common lib import to use destructuring (#11835)
* refactored `core/frontend/apps` to destructure common imports
* refactored `core/frontend/services/{apps, redirects, routing}` to destructure common imports
* refactored `core/frontend/services/settings` to destructure common imports
* refactored remaining `core/frontend/services` to destructure common imports
* refactored `core/server/adapters` to destructure common imports
* refactored `core/server/data/{db, exporter, schema, validation}` to destructure common imports
* refactored `core/server/data/importer` to destructure common imports
* refactored `core/server/models/{base, plugins, relations}` to destructure common imports
* refactored remaining `core/server/models` to destructure common imports
* refactored `core/server/api/canary/utils/serializers/output` to destructure common imports
* refactored remaining `core/server/api/canary/utils` to destructure common imports
* refactored remaining `core/server/api/canary` to destructure common imports
* refactored `core/server/api/shared` to destructure common imports
* refactored `core/server/api/v2/utils` to destructure common imports
* refactored remaining `core/server/api/v2` to destructure common imports
* refactored `core/frontend/meta` to destructure common imports
* fixed some tests referencing `common.errors` instead of `@tryghost/errors`
   - Not all of them need to be updated; only updating the ones that are
causing failures
* fixed errors import being shadowed by local scope
2020-05-22 19:22:20 +01:00
..
adapters Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
api Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
config Added stripeDirect config to admin api w/ default 2020-05-20 16:47:58 +02:00
data Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
lib Improved password reset and session invalidation for "locked" users (#11790) 2020-05-05 19:37:53 +01:00
models Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
public Renamed members ssr + api endpoints 2020-04-30 19:00:37 +01:00
services Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30
translations Improved password reset and session invalidation for "locked" users (#11790) 2020-05-05 19:37:53 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Removed global bodyParser middleware for members app 2020-05-22 14:34:40 +05:30
analytics-events.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
ghost-server.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
index.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00