Ghost/core/test/ghost
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
..
api_permissions_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00
api_posts_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00
api_settings_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00
api_users_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00
errorHandling_spec.js Add ghostNav helper and filter for themes; closes #47 2013-05-27 22:59:01 -05:00
frontend_helpers_ghostNav_spec.js Add ghostNav helper and filter for themes; closes #47 2013-05-27 22:59:01 -05:00
ghost_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00
helpers.js server half of #83, posts are draft by default, browse shows published by default 2013-06-03 00:56:17 -04:00
permissions_spec.js Permissions / ACL 2013-06-06 08:15:10 +01:00