Ghost/core/server/models
Naz Gargol 34fad7eaaf
Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594)
refs #10593

- Added `canonical_url` field to post&pages resources in Admin & Content APIs
- Support for canonical URL on metadata layer (used in {{ghost_head}} helper)
- Made sure the new field is not accessible from API v0.1 
- Added handling same domain relative and absolute URLs
2019-03-12 17:51:29 +08:00
..
base 🐛 Fixed 500 error when wrong field data was passed 2019-03-05 17:26:34 +08:00
plugins Removed redundant errorDetail and context stringification in errors (#10572) 2019-03-07 12:58:44 +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 Removed 'null' parsing in settings model 2019-03-11 20:07:48 +01:00
subscriber.js
tag-public.js
tag.js
user.js 🐛 Fixed email address not being returned with admin api key authentication 2019-03-06 10:48:21 +01:00
webhook.js