0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/api/canary
Hannah Wolfe bd597db829
Moved settings/cache to shared/settings-cache
- This is part of the quest to separate the frontend and server & get rid of all the places where there are cross-requires
- At the moment the settings cache is one big shared cache used by the frontend and server liberally
- This change doesn't really solve the fundamental problems, as we still depend on events, and requires from inside frontend
- However it allows us to control the misuse slightly better by getting rid of restricted requires and turning on that eslint ruleset
2021-06-30 15:49:10 +01:00
..
utils Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
actions.js
authentication.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
authors-public.js
config.js Fixed max-api-complexity linting warnings for site and config APIs (#12982) 2021-05-26 12:10:19 +01:00
db.js
email-preview.js
email.js
identities.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
images.js
index.js Supported monthly & yearly price in Products API 2021-06-03 17:08:02 +01:00
integrations.js
invites.js
labels.js
mail.js
members.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
memberSigninUrls.js
membersStripeConnect.js Added precondition for Stripe Connect Admin API 2021-05-20 12:08:45 +01:00
notifications.js Fixed error being saved in notification settings 2021-06-03 12:54:09 +04:00
oembed.js
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
products-public.js Supported monthly & yearly price in Products API 2021-06-03 17:08:02 +01:00
products.js Added support for benefits to Admin Products API 2021-06-29 16:53:15 +01:00
redirects.js
roles.js
schedules.js
session.js
settings-public.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
settings.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
site.js Fixed max-api-complexity linting warnings for site and config APIs (#12982) 2021-05-26 12:10:19 +01:00
slack.js
slugs.js
snippets.js 🐛 Fixed error when deleting non-existent snippet 2021-06-24 09:58:35 +01:00
tags-public.js
tags.js
themes.js 🐛 Fixed validation on theme install API parameters 2021-06-28 14:03:28 +01:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
webhooks.js