0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services
Naz Gargol 9810834f7b
Removed redundant errorDetail and context stringification in errors (#10572)
no issue

- Additional JSON.stringify call is redundant because it is already happening internally in Ignition (https://github.com/TryGhost/Ignition/blob/master/lib/logging/GhostLogger.js#L241)
- Left stringification in importer as is, because the use case there is also
putting errors into 'problems' array and seems like those values have to
be stringified
2019-03-07 12:58:44 +08:00
..
apps Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
auth 🐛 Fixed v0.1 username/password authentication 2019-03-06 10:48:21 +01:00
mail Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
members Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
routing 🐛 Allowed data in collections to use specified key (#10559) 2019-03-04 17:53:58 +01:00
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings Updated default-routes.yaml syntax to single template (#10459) 2019-02-06 14:34:57 +01:00
themes Removed redundant errorDetail and context stringification in errors (#10572) 2019-03-07 12:58:44 +08:00
url 🐛 Fixed filtering by primary_tag or primary_author in routes.yaml 2019-02-18 19:13:22 +01:00
webhooks Fixed webhook resource name for page events 2019-02-25 23:51:23 +01:00
labs.js Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
slack.js Added Slack username option. (#10285) 2018-12-14 18:57:32 +07:00
xmlrpc.js 🐛 Fixed uncaught exceptions from image fetches 2019-01-15 20:35:46 +00:00