Ghost/core/server
Rishabh Garg 3815c0769a
🐛 Fixed incorrect email count on post publish (#11616)
no issue

The email data attached to a post when published with send email flag was not filtered on member access, and picked up the whole member list for email data. This resulted in incorrect data stored in emails table even in case of paid-members-only publish, and also incorrect count of "emails sent" being displayed on Admin.

NOTE: The actual emails being sent are still gated by member access, so no emails were sent to anyone without access, this only affected the associated email data and count. Also, the fix here will show correct email sent status for any future post, but will still show incorrect data for any already published posts as the email data in DB is already wrong and will probably need a migration
2020-02-24 16:34:07 +05:30
..
adapters Handled missing resource path for resized images 2020-02-22 10:12:57 +00:00
api Allowed editing member's email 2020-02-21 16:00:13 +08:00
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data Added migration to add members.geolocation 2020-02-22 10:12:06 +00:00
lib 🐛 Fixed "undefined" values in member csv export 2020-02-12 11:03:16 +05:30
models Added member.avatar_image for member gravatars in themes (#11584) 2020-02-19 10:08:12 +00:00
public Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
services 🐛 Fixed incorrect email count on post publish (#11616) 2020-02-24 16:34:07 +05:30
translations Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Added "trust proxy" to members API app 2020-02-20 18:20:57 +00:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
sentry.js Integrated Sentry error tracking 2020-02-03 13:43:43 +00:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00