Ghost/core/server/api/v3
Naz aaa54c603c Refactored exporter to use "allowlist" table filtering
refs https://github.com/TryGhost/Team/issues/555

- Previous blocklist approach was resulting in adding every single new table into an export automatically. Which creates possibility to leak sensitive data if not used porperly. Allowlist approach gives better control over what is exported, makes this information explicit, and version-control friendlier
2021-03-25 16:46:56 +13:00
..
utils 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
actions.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
authentication.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
authors-public.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
config.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
db.js Refactored exporter to use "allowlist" table filtering 2021-03-25 16:46:56 +13:00
email-preview.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
email.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
identities.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
images.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
index.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
integrations.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
invites.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
labels.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
mail.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
members.js Updated Admin API and Mega to use status flag (#12579) 2021-02-02 16:12:51 +00:00
memberSigninUrls.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
membersStripeConnect.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
notifications.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
oembed.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
pages-public.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
pages.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
posts-public.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
posts.js Added new member limit & removed old 2021-03-04 18:16:34 +00:00
preview.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
redirects.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
roles.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
schedules.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
session.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
settings-public.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
settings.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
site.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
slack.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
slugs.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
snippets.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
tags-public.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
tags.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
themes.js Updated host config to correctly use camelCase 2021-03-04 11:39:32 +00:00
users.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
webhooks.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00