0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/permissions
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
..
effective.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
index.js Add app permission checking to canThis 2014-04-16 18:06:39 +02:00
objectTypeModelMap.js Cleanup indentation and quotes 2013-09-26 15:06:31 +01:00