0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v0.1
kirrg001 2e3876b477 Moved user controller permission handling to user permissible fn
refs #9866

- prep for v2
- you can better unit test the permissible function
- this avoids copying over the permission handling to v2 controller
- it was possible to move this logic into the model layer, because we now support `unsafeAttrs`
2018-10-06 02:25:46 +02:00
..
decorators Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
authentication.js
clients.js
configuration.js
db.js
index.js
invites.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
mail.js
notifications.js
oembed.js
posts.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
redirects.js
roles.js
schedules.js
settings.js
slack.js
slugs.js
subscribers.js
tags.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
themes.js
upload.js
users.js Moved user controller permission handling to user permissible fn 2018-10-06 02:25:46 +02:00
utils.js
webhooks.js