0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/server/models
Hannah Wolfe 61e1b19d46
Added comments to all usages of lib/common/events
- This is a precursor to trying to split apart into:
   - model events + webhooks system which makes sense
   - frontend events which should be independent or removed
   - maybe some concept of a settings manager that we can use in various places to bind logic 🤔
   - other usages of events that should be refactored to not use events
2021-07-07 16:02:44 +01:00
..
base Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
relations
action.js
api-key.js Extracted Bookshelf actions code to plugin 2021-06-17 12:04:38 +01:00
author.js
benefit.js Added Benefit model 2021-06-29 16:53:15 +01:00
email-batch.js
email-recipient.js
email.js
index.js Added Benefit model 2021-06-29 16:53:15 +01:00
integration.js
invite.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
label.js
member-email-change-event.js
member-login-event.js
member-paid-subscription-event.js
member-payment-event.js
member-status-event.js
member-stripe-customer.js
member-subscribe-event.js
member.js
mobiledoc-revision.js
permission.js
post.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
posts-meta.js
product.js Added benefits relation to Product model 2021-06-29 16:53:15 +01:00
role.js
session.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
settings.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
single-use-token.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
snippet.js
stripe-customer-subscription.js
stripe-price.js
stripe-product.js
tag-public.js
tag.js
user.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
webhook.js