0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/canary
Rishabh Garg 18b59d2c01
Removed archived tiers from content api (#14329)
closes https://github.com/TryGhost/Team/issues/1426

When fetching tiers using the content API, we incorrectly returned all tiers including archived ones unless the active:true filter is passed. Correct behaviour is to always hide archived tiers, so this filter should not be required.

- forces `active:true` filter for tiers content api browse
- updates test to check for archived test removal in tiers content api
2022-03-16 22:02:42 +05:30
..
utils Removed archived tiers from content api (#14329) 2022-03-16 22:02:42 +05:30
actions.js
authentication.js 💡 Updated fixtures to make it easier to get started (#14299) 2022-03-10 17:41:46 +00:00
authors-public.js
config.js
custom-theme-settings.js
db.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
email-post.js Updated serialization for handling tiers visibility 2022-02-01 11:13:51 +05:30
email-preview.js
email.js
files.js Added Files API behind an alpha flag 2021-11-08 11:40:17 +04:00
identities.js Removed extraneous permission flag in identities 2022-03-15 14:58:29 +00:00
images.js
index.js Added /tiers endpoint to Content API 2022-03-03 15:15:43 +02:00
integrations.js
invites.js
labels.js
mail.js
media.js Reworked media API thumbnail endpoint 2021-11-29 13:12:47 +04:00
members.js Fixed members endpoint not ignoring unknown includes 2022-03-08 16:59:51 +05:30
memberSigninUrls.js
membersStripeConnect.js Fixed max-complexity-warnings for stripe_connect API 2021-10-25 14:06:28 +02:00
notifications.js
oembed.js Revert "Revert "Extract logging from DI patterns, only use @tryghost/logging package"" (#13884) 2021-12-14 11:22:39 +00:00
offers.js Added 404 handling for edit Offer 2021-10-22 16:16:39 +02:00
pages-public.js Updated serialization for handling tiers visibility 2022-02-01 11:13:51 +05:30
pages.js Updated serialization for handling tiers visibility 2022-02-01 11:13:51 +05:30
posts-public.js Updated serialization for handling tiers visibility 2022-02-01 11:13:51 +05:30
posts.js Updated serialization for handling tiers visibility 2022-02-01 11:13:51 +05:30
preview.js
products-public.js Included benefits with theme product data (#14051) 2022-01-24 13:55:25 +02:00
products.js Updated to always invalidate cache on tier edit (#14267) 2022-03-04 15:47:30 +00:00
redirects.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
roles.js
schedules.js
session.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
settings-public.js
settings.js 🐛 Fixed Offer Redemptions being over counted (#13988) 2022-01-18 17:56:47 +02:00
site.js
slack.js
slugs.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
snippets.js
tags-public.js
tags.js
themes.js
tiers-public.js Added /tiers endpoint to Content API 2022-03-03 15:15:43 +02:00
tiers.js Support tier visibility editing Allowed Tiers Admin API to set visibility 2022-03-07 14:46:42 +00:00
users.js
webhooks.js