0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -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 Updated canary actions endpoint 2019-08-14 17:40:36 +08:00
authentication.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
authors-public.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
config.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
db.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
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 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
index.js Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
integrations.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
invites.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
mail.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
members.js Improved error logging for member CSV import 2020-02-10 16:25:56 +08:00
notifications.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
oembed.js Deferred loading metascraper (#11337) 2019-11-06 08:31:11 +07:00
pages-public.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
pages.js Allowed pages to accept HTML as a source (#11422) 2020-01-08 17:44:34 +01:00
posts-public.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
posts.js 🏗Added host config limits for member emails (#11439) 2019-12-17 19:24:27 +05:30
preview.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
redirects.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
roles.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
schedules.js 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
session.js 💡Migrated session controllers for compatibility with "frame" (#11101) 2019-09-11 11:28:55 +02:00
settings-public.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
settings.js Added permission restrictions to editing members flag (#11217) 2019-10-09 10:26:54 +02:00
site.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
slack.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
slugs.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
tags-public.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
tags.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
themes.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
users.js Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
webhooks.js 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30