0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/canary
Kevin Ansfield 59adb9a9cb Added route for updating custom theme settings
refs https://github.com/TryGhost/Team/issues/1070

- bumped `@tryghost/custom-theme-settings-service` for access to `.updateSettings()`
- added `PUT /custom_theme_settings` route that delegates to `customThemeSettingsService.updateSettings()` to perform the db and cache updates
- invalidates the cache in Ghost because a theme setting change will mean the front-end output will change
2021-09-28 16:09:39 +01:00
..
utils Added route for updating custom theme settings 2021-09-28 16:09:39 +01:00
actions.js
authentication.js Fixed function complexity linting warning 2021-08-12 15:38:58 +04:00
authors-public.js
config.js
custom-theme-settings.js Added route for updating custom theme settings 2021-09-28 16:09:39 +01:00
db.js
email-post.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
email-preview.js Removed emailCardSegments labs flag (#13276) 2021-09-02 13:11:11 +01:00
email.js
identities.js
images.js
index.js Added API endpoint for browsing custom theme settings (#13362) 2021-09-27 11:31:47 +01:00
integrations.js Removed method complexity in integrations API controller 2021-09-16 14:23:48 +03:00
invites.js
labels.js Refactored Labels API add method back to promises 2021-09-03 20:33:28 +04:00
mail.js
members.js Fixed Complimentary subscriptions being created twice 2021-09-10 14:29:20 +02:00
memberSigninUrls.js
membersStripeConnect.js
notifications.js
oembed.js Fixed function comlexity lint warning in oembeds 2021-08-23 10:36:18 +04:00
pages-public.js
pages.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
posts-public.js
posts.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
preview.js
products-public.js
products.js
redirects.js Simplified redirects module api 2021-09-27 19:39:47 +02:00
roles.js
schedules.js Removed method complexity in schedules API controller 2021-09-04 07:49:11 +12:00
session.js
settings-public.js
settings.js Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
site.js
slack.js
slugs.js
snippets.js
tags-public.js
tags.js
themes.js Removed method complexity in themes API controller 2021-09-03 20:33:28 +04:00
users.js
webhooks.js Removed method complexity in webhooks API controller 2021-09-17 10:11:23 +03:00