Ghost/core/server/models
Fabien 'egg' O'Carroll 812e4b682f
Added SingleUseToken model (#12215)
no-issue

This is a model for the tokens table, which handles the single use
aspect by customising the `findOne` method to automatically destroy the
model after reading from it
2020-09-18 15:05:56 +01:00
..
base Allowed custom and search queries to be used with .findAll() 2020-08-27 01:09:07 +01:00
plugins Skipped separate count query in .findPage() for limit="all" requests 2020-08-27 01:09:07 +01:00
relations Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
action.js
api-key.js
author.js
email-batch.js Store email batch and recipient records when sending newsletters (#12195) 2020-09-14 15:40:00 +01:00
email-recipient.js Store email batch and recipient records when sending newsletters (#12195) 2020-09-14 15:40:00 +01:00
email.js Store email batch and recipient records when sending newsletters (#12195) 2020-09-14 15:40:00 +01:00
index.js Added SingleUseToken model (#12215) 2020-09-18 15:05:56 +01:00
integration.js
invite.js
label.js
member-stripe-customer.js Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
member.js 🐛 Fixed incorrect status used for trial subscription query 2020-09-02 13:07:48 +01:00
mobiledoc-revision.js
permission.js
post.js Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
posts-meta.js
role.js
session.js
settings.js
single-use-token.js Added SingleUseToken model (#12215) 2020-09-18 15:05:56 +01:00
stripe-customer-subscription.js Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
tag-public.js
tag.js
user.js Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
webhook.js