Ghost/core/server/services
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
..
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
auth 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
bulk-email Override "Forbidden" Mailgun error to be more useful 2019-11-20 17:31:26 +00:00
invitations Refactored authentication controller v0.1 (#10893) 2019-07-17 12:28:16 +02:00
mail Allowed localhost email for Ghost Mailer "from" address (#11476) 2020-01-13 12:58:53 +05:30
mega 🐛 Fixed incorrect email count on post publish (#11616) 2020-02-24 16:34:07 +05:30
members 🐛 Fixed order for "Complimentary" plan creation 2020-02-11 17:14:41 +08:00
permissions Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
settings Added new brand blog setting (#11408) 2019-12-17 16:15:31 +05:30
webhooks Added member.edited webhook 2019-10-31 14:34:50 +00:00
labs.js Updated syntax in labs service 2019-11-06 14:53:53 +07:00
slack.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
xmlrpc.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00