0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Jacob Gable 0dc6dc29a7 Add apps permissable checks in posts and users
Closes #2738

- Re-introduce the TargetModel.permissable interface check in the
regular permission flow path
- Pass loadedPermissions, hasUserPermission and hasAppPermission to
permissable interface to reduce logic necessary
- Refactor recursive call to pass original arguments but with actual
model
- Refactor canThis(this.user) use in api/posts.js to just canThis(this)
2014-05-14 09:22:25 -05:00
..
client Fixed admin navbar icons 2014-05-07 19:47:35 -07:00
clientold Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
server Add apps permissable checks in posts and users 2014-05-14 09:22:25 -05:00
shared
test Move mail api to json/api format 2014-05-13 17:34:37 +01:00
bootstrap.js Add distinct error classes 2014-05-09 12:11:29 +02:00
index.js Add try-catch to startup 2014-05-11 17:33:18 +01:00
server.js