0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Naz f69526c140 Fixed error logged for absent redirects config
refs #11085

- Incorrect usage error was logged to the output when there was no recirecst configuration file present in the system. Previously an empty string was returned in such situation, resulting in "ENOENT" error, which was ignored through special handling.
- The fix resembles logic in redirects async getter function where empty array is returned when the config file does not exits.
- Attempting to read unexistent config should not ever happen and will be handled on the config service layer, this is why special "ENOENT" handling has been removed
2020-11-05 12:45:02 +13:00
..
adapters Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
api Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
data Added migration to populate recipient_filter 2020-11-04 16:29:54 +00:00
lib Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
models Added recipient_filter column to emails table 2020-11-04 16:29:54 +00:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services Included email-id as user variable when sending bulk emails via mailgun 2020-10-29 16:37:42 +00:00
translations Updated redirect error message 2020-11-04 12:26:22 +13:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Fixed error logged for absent redirects config 2020-11-05 12:45:02 +13:00
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Improved testmode logging of shutdown status 2020-08-18 15:48:42 +01:00
index.js Added routes.yaml content checksum storage to the db 2020-09-10 10:54:57 +12:00
overrides.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00