0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models
Daniel Lockyer f91daffdad
Revert "Refactored Bookshelf CRUD functions into plugin"
this reverts the following until tests have been fixed:
 - e51d505abb
 - c86ac27dcf
 - 3ffba967f2
2021-06-15 16:41:14 +01:00
..
base Revert "Refactored Bookshelf CRUD functions into plugin" 2021-06-15 16:41:14 +01:00
relations Improved single author deprecated notices 2021-05-04 17:11:12 +01:00
action.js
api-key.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
author.js
email-batch.js
email-recipient.js
email.js Added ability to send a newsletter to members with a certain label or product (#12932) 2021-05-07 11:56:41 +01:00
index.js Added models for stripe prices and products 2021-04-12 21:53:59 +05:30
integration.js
invite.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
label.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
member-email-change-event.js
member-login-event.js
member-paid-subscription-event.js
member-payment-event.js
member-status-event.js Replaced members 'comped' status with 'paid' 2021-05-19 18:49:18 +01:00
member-stripe-customer.js
member-subscribe-event.js
member.js
mobiledoc-revision.js
permission.js
post.js Removed unused fields relationship function on Post model 2021-06-02 10:09:30 +01:00
posts-meta.js
product.js Added monthly & yearly price relation to Product 2021-06-01 11:00:28 +01:00
role.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
session.js
settings.js Renamed validation to validator + better public API 2021-06-15 15:32:36 +01:00
single-use-token.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
snippet.js Fixed no-restricted-require warning for core/shared/url-utils.js 2021-05-25 21:13:57 +01:00
stripe-customer-subscription.js 🐛 Fixed members list not loading (#12930) 2021-05-26 19:52:42 +05:30
stripe-price.js Added models for stripe prices and products 2021-04-12 21:53:59 +05:30
stripe-product.js Added Product, StripeProduct & StripePrice relations (#12877) 2021-04-14 19:20:39 +01:00
tag-public.js
tag.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
user.js Moved password validation into a library 2021-06-15 12:33:14 +01:00
webhook.js