0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00: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 Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
clients.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
configuration.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
db.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
index.js Updated overrides config for api versions with v0.1 to deprecated (#9921) 2018-09-27 19:34:12 +02:00
invites.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
mail.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
notifications.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
oembed.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
posts.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
redirects.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
roles.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
schedules.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
settings.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
slack.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
slugs.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
subscribers.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
tags.js Refactor URL generation from models (#9917) 2018-10-03 15:44:30 +02:00
themes.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
upload.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
users.js Moved user controller permission handling to user permissible fn 2018-10-06 02:25:46 +02:00
utils.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
webhooks.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00