0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/canary
Nazar Gargol 42f4518a63 Improved error logging for member CSV import
no issue

- Error object can be an array in case of database constrain validation errors, for this reason need to distinguish between singular objects and an array. This handling resemles the one in common error-handler - https://github.com/TryGhost/Ghost/blob/3.5.0/core/server/web/shared/middlewares/error-handler.js#L31-L33
2020-02-10 16:25:56 +08:00
..
utils Changed members CSV export to match import format 2020-02-05 15:34:55 +08:00
actions.js
authentication.js
authors-public.js
config.js
db.js
email-preview.js Refactored email handling to be consistent for test and newsletter emails 2019-11-26 21:41:01 +05:30
email.js Moved toJSON calls to serializer 2019-11-25 12:04:58 +07:00
images.js
index.js Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
integrations.js
invites.js
mail.js
members.js Improved error logging for member CSV import 2020-02-10 16:25:56 +08:00
notifications.js
oembed.js Deferred loading metascraper (#11337) 2019-11-06 08:31:11 +07:00
pages-public.js
pages.js Allowed pages to accept HTML as a source (#11422) 2020-01-08 17:44:34 +01:00
posts-public.js
posts.js 🏗Added host config limits for member emails (#11439) 2019-12-17 19:24:27 +05:30
preview.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js
slugs.js
tags-public.js
tags.js
themes.js
users.js
webhooks.js