Ghost/ghost/admin/app/serializers
Rishabh Garg 7c5b14d050 Updated specific tier visibility handling for posts/pages (#2233)
refs TryGhost/Team#1071

Specific tier visibility for a post was previously stored in `visibility` column directly, which had a limitation of 50 charts. Going forward, for the specific tiers visibility of post/page, we use `tiers` array in API that contains list of tiers with access for post. This change -

- replaces `filter` type to `tiers` for visibility
- adds new visibility filter segment component in post settings menu which stores array of tiers instead of nql string for visibility
- updates serializer and model for post/page
- updates tests
2022-02-01 12:24:06 +05:30
..
action.js Display "sent" info in publish menu 2019-11-04 16:13:18 +07:00
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
application.js Added hacky method for accessing meta value of single-record requests 2020-02-10 12:41:35 +00:00
custom-theme-setting-list.js Added customThemeSettings service with all-records-in-one save request 2021-09-28 16:50:28 +01:00
email-recipient.js Added activity feed to member details screen (#1796) 2020-12-10 11:38:38 +00:00
email.js Display basic info in PSM once an email has been sent 2019-11-08 17:07:47 +07:00
integration.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
invite.js Fixed missing invite role name on team screen 2019-01-14 17:01:30 +00:00
label.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
member.js Added status data to member model 2021-08-10 17:43:36 +05:30
notification.js 🐛 fix duplicate server alerts + default alert bg color (#242) 2016-09-01 11:01:54 -05:00
page.js Updated specific tier visibility handling for posts/pages (#2233) 2022-02-01 12:24:06 +05:30
post.js Updated specific tier visibility handling for posts/pages (#2233) 2022-02-01 12:24:06 +05:30
role.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
setting.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
tag.js Don't send created_by and updated_by attrs in API requests 2018-04-05 11:54:36 +01:00
theme.js fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
user.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00