Ghost/core/server
Hannah Wolfe f8cdaf0c24 Removed unused connection handling + restart method
- Connection handling is legacy code added in 1438278ce4
- Although we were tracking all connections in memory, we weren't actually closing any because stop isn't called
- This (and restart) were both added as part of the now long-deprecated system for using Ghost directly as an npm module
- If we want to close connections cleanly, we should use a tool to do this
2020-08-09 17:31:01 +01:00
..
adapters Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
api Fixed integration_id assignment for webhook when creating through API key auth 2020-08-04 16:43:24 +12:00
data Added migration to create indexes and constraints for member tables (#12108) 2020-08-06 14:57:05 +02:00
lib 🐛 Fixed `srcset` and `sizes` attributes being rendered when image resizing unavailable 2020-07-02 18:03:22 +01:00
models Reduced error level to default for not found post error 2020-08-03 23:16:53 +12:00
public Renamed members ssr + api endpoints 2020-04-30 19:00:37 +01:00
services Improved performance of sending newsletter emails (#12091) 2020-08-06 15:19:39 +02:00
translations Added JSON Schema validations to Webhooks Admin API v3 2020-07-17 17:37:14 +12:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Updated stability index comments around Admin API v2 endpoints 2020-08-03 23:46:23 +12:00
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Removed unused connection handling + restart method 2020-08-09 17:31:01 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00