Ghost/core/server/models
Rish a4f119cb7f Moved visibility utility from static model fn to Ghost-SDK
refs #10618

- Visibility methods don't belong on model, but are generic utils
- Used directly from ghost helper's visibility methods, cleans up core
- Removes direct model dependency of theme helper
- Updated `foreach_spec` to correct test data as per schema - visibility property cannot be empty
2019-06-09 13:12:04 +05:30
..
base Moved visibility utility from static model fn to Ghost-SDK 2019-06-09 13:12:04 +05:30
plugins Improved error context usage (#10669) 2019-04-09 13:00:56 +08:00
relations 🐛 Fixed field filtering for /authors/:id endpoints 2019-03-05 15:18:32 +08:00
accesstoken.js
action.js
api-key.js
app-field.js
app-setting.js
app.js
author.js
client-trusted-domain.js
client.js
index.js
integration.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
invite.js
member.js
mobiledoc-revision.js
permission.js
post.js Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
refreshtoken.js
role.js
session.js
settings.js Updated theme layer to use members-ssr (#10676) 2019-04-16 16:50:25 +02:00
subscriber.js
tag-public.js
tag.js 🐛 Fixed field filtering for /tags/:id endpoints 2019-03-05 13:17:38 +08:00
user.js 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
webhook.js