Ghost/core/server/models
Jacob Gable 9369dd3bf7 Add app permission checking to canThis
- Pass permissions loading to buildObjectTypeHandlers to eliminate
shared state
- Load both app and user permissions to check
- Check app permissions if present
- Create apps table and App model
- Move effectiveUserPermissions to permissions/effective
- Change permissable interface to take context; user and app.
- Add unit tests for app canThis checks and effective permissions
2014-04-16 18:06:39 +02:00
..
app.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
base.js Move post API to primary document format 2014-04-16 12:09:03 +02:00
index.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
permission.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
post.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
role.js Add validation from schema.js 2014-02-19 18:32:23 +01:00
session.js Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
settings.js Fixes random pg failures. 2014-03-17 10:54:31 +00:00
tag.js Ensure generateSlug gets transaction for tags 2014-03-25 11:14:17 +00:00
user.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00