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
Talha afa976066a
🐛 Fixed table constraint error when updating member's email with an already existing email (#12178)
closes #12045

- When member's email is updated to an already existing email of different member it caused table's unique constraint error, which was not handled properly. 
- Added handling for this error similar to one in members `add` method.
2020-09-10 16:03:57 +12:00
..
utils Updated boolean values validations for members uploads 2020-08-26 17:23:36 +12:00
actions.js
authentication.js
authors-public.js
config.js Added mailgunIsConfigured prop to config API 2020-07-03 11:48:47 +02:00
db.js
email-preview.js Updated status and error message for newsletter email failures 2020-07-17 13:54:09 +05:30
email.js
identities.js
images.js
index.js
integrations.js
invites.js Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
labels.js
mail.js
members.js 🐛 Fixed table constraint error when updating member's email with an already existing email (#12178) 2020-09-10 16:03:57 +12:00
memberSigninUrls.js Replaced all usage of member models with members-api (#12117) 2020-08-12 14:17:44 +01:00
membersStripeConnect.js
notifications.js
oembed.js
pages-public.js
pages.js
posts-public.js
posts.js Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
preview.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js Added routes.yaml content checksum storage to the db 2020-09-10 10:54:57 +12:00
site.js Renamed settings key brand.primaryColor to accent_color 2020-06-24 14:18:13 +12:00
slack.js
slugs.js
tags-public.js
tags.js
themes.js
users.js
webhooks.js Fixed integration_id assignment for webhook when creating through API key auth 2020-08-04 16:43:24 +12:00