0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/models
Fabien O'Carroll a8ee271336 Added MemberPaymentEvent model
refs https://github.com/TryGhost/Ghost/issues/12602

- Adds the aggregatePaymentVolume option to the `findAll` method,
allowing us to calculate volume over time
2021-02-12 13:55:14 +00:00
..
base Added unique constraint notation to schema definition 2021-02-04 13:37:20 +13:00
plugins Added email.open_rate order option to posts api (#12439) 2020-12-03 20:13:37 +00:00
relations
action.js
api-key.js Added the user_id field to the api_keys table 2020-11-20 09:53:18 +01:00
author.js
email-batch.js Fixed creation of EmailBatch and EmailRecipient collections 2020-10-14 15:11:45 +01:00
email-recipient.js Removed unnecessary bookshelf-relations config in EmailRecipient model 2021-01-05 15:28:30 +00:00
email.js Added migrations for email analytics (#12387) 2020-11-25 17:48:24 +00:00
index.js Added MemberPaymentEvent model 2021-02-12 13:55:14 +00:00
integration.js
invite.js
label.js
member-payment-event.js Added MemberPaymentEvent model 2021-02-12 13:55:14 +00:00
member-status-event.js Added MemberStatusEvent model 2021-02-12 13:55:14 +00:00
member-stripe-customer.js
member-subscribe-event.js Added missing semicolon 2021-02-10 10:14:29 +00:00
member.js 🐛 Fixed Member model removing labels when unset 2021-02-08 09:39:46 +00:00
mobiledoc-revision.js
permission.js
post.js Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
posts-meta.js
role.js
session.js
settings.js Fixed settings validation error not distinguishing between publishable/secret keys 2021-02-03 16:42:51 +00:00
single-use-token.js 🐛 Added multiple use grace period to tokens (#12519) 2021-01-18 17:03:41 +00:00
snippet.js Added basic CRUD admin API for snippets 2020-10-16 18:02:58 +01:00
stripe-customer-subscription.js Included cancellation_reason in subscription serialization (#12411) 2020-11-23 21:19:27 +00:00
tag-public.js
tag.js
user.js Added the user_id field to the api_keys table 2020-11-20 09:53:18 +01:00
webhook.js