0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models
Kevin Ansfield 57effd9585
Added custom_theme_settings table/model (#13327)
refs https://github.com/TryGhost/Team/issues/1070

- stores values of custom theme settings
  - will be merged with full settings data parsed from themes for API output
  - will be cached and made available for lookup in themes to avoid db roundtrips
- stores type of custom theme settings so we can coerce values and know if the type has changed when syncing
- records will be synced with themes upon activation
2021-09-23 11:51:18 +01:00
..
base Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
relations
action.js Removed explicit loading of Bookshelf registry plugin 2021-09-10 16:59:11 +01:00
api-key.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
author.js
benefit.js Added Benefit model 2021-06-29 16:53:15 +01:00
custom-theme-setting.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
email-batch.js
email-recipient.js
email.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
index.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
integration.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
invite.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
label.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
member-analytic-event.js Added temporary database table for analytic events (#13312) 2021-09-17 11:15:21 +02:00
member-email-change-event.js
member-login-event.js
member-paid-subscription-event.js
member-payment-event.js
member-product-event.js Added MemberProductEvent model & relations 2021-08-24 14:44:53 +02:00
member-status-event.js Readded support for comped status in event aggregate (#13142) 2021-07-15 15:17:51 +01:00
member-stripe-customer.js
member-subscribe-event.js
member.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
mobiledoc-revision.js
permission.js
post.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
posts-meta.js Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
product.js Ordered Products by their monthly price by default (#13234) 2021-08-20 14:46:06 +02:00
role.js
session.js
settings.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
single-use-token.js
snippet.js
stripe-customer-subscription.js
stripe-price.js
stripe-product.js
tag-public.js
tag.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
user.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
webhook.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00