Ghost/core/client
Jason Williams 2e67d6bf99 Extend adapter to support automatic includes
Closes #3325
- Add Roles model and add hasMany roles to User model.
- Add EmbeddedRelationAdapter that will automatically include
  hasMany relations in calls to the API.
- UserAdapter and PostAdapter now extend EmbeddedRelationAdapter
  and all explicit includes from store.find() have been removed.
2014-07-21 17:05:13 +00:00
..
adapters Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
controllers Adding helper for invite status 2014-07-20 09:23:57 +01:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html New HTML email template 2014-07-07 22:47:34 +02:00
initializers Fix direct access to settings/user 2014-07-02 17:45:21 +02:00
mixins Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
models Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
routes Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
serializers Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
templates Adding helper for invite status 2014-07-20 09:23:57 +01:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Merge pull request #3259 from novaugust/settings-mobile-routing 2014-07-15 16:55:02 +01:00
validators Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
views Merge pull request #3278 from jaswilli/prod-prep 2014-07-15 17:00:01 +01:00
.jshintrc Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
router.js Removing old "user settings" screen and putting in new MU "users settings" screen and updating functional test cases. 2014-07-05 11:33:03 -04:00