0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/v2
kirrg001 4dcf256371 Added ability to define permission identifier
refs #9866

- by default it used `options.id`, which tells the permission layer the target id
- but some controllers want to use a different identifier
- e.g. settings -> settings.key
- e.g. password changes -> password[0].user_id
2018-10-12 20:02:08 +02:00
..
utils Added ability to define permission identifier 2018-10-12 20:02:08 +02:00
index.js Added posts controller to v2 2018-10-12 19:21:43 +02:00
pages.js Added tiny framework to support multiple API versions (#9933) 2018-10-05 00:50:45 +02:00
posts.js Added posts controller to v2 2018-10-12 19:21:43 +02:00
roles.js Migrated roles controller to API v2 2018-10-10 16:48:22 +02:00
session.js
slugs.js Added v2 controller for slugs (#9978) 2018-10-12 17:55:20 +05:30
webhooks.js Added webhooks controller to API v2 2018-10-12 18:42:23 +05:30