0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Nazar Gargol 4606c93e4f Refactored headers function to use async/await
no issue

- The async/await syntax makes it easier to reason about the code. Because adding 'Location' header is in the works it's a prep-work in a sense
2020-09-07 15:36:06 +12:00
..
adapters Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api Refactored headers function to use async/await 2020-09-07 15:36:06 +12:00
data Added handling for new members support/reply email addresses 2020-08-31 18:09:38 +05:30
lib Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
models 🐛 Fixed incorrect status used for trial subscription query 2020-09-02 13:07:48 +01:00
public
services Fixed missing subscription data in member update endpoint 2020-09-04 17:11:04 +05:30
translations Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Added handling for new members support/reply email addresses 2020-08-31 18:09:38 +05:30
analytics-events.js
ghost-server.js Improved testmode logging of shutdown status 2020-08-18 15:48:42 +01:00
index.js Added job-manager & wired up shutdown and testmode 2020-08-11 21:31:34 +01:00
overrides.js
update-check.js