Ghost/core/shared/models
Jacob Gable e6f7c706cb Permissions / ACL
- Created Role model
- Created Permission model
- Linked Users->Roles with a belongsToMany relationship
- Linked Permissions to Users and Roles with a belongsToMany relationship
- Created permissions helper with functions for initializing and
  checking permissions (canThis)
- Unit tests for lots of things
2013-06-06 08:15:10 +01:00
..
base.js simplifying the model structure, again 2013-06-01 11:14:05 -04:00
index.js Permissions / ACL 2013-06-06 08:15:10 +01:00
permission.js Permissions / ACL 2013-06-06 08:15:10 +01:00
post.js Added models & collections for various pieces 2013-06-03 00:56:57 -04:00
role.js Permissions / ACL 2013-06-06 08:15:10 +01:00
setting.js simplifying the model structure, again 2013-06-01 11:14:05 -04:00
user.js Permissions / ACL 2013-06-06 08:15:10 +01:00